﻿@import url(css2-IBMPlexSansitalwght01000200030004000500060007001100120013001400150016001700_Latoitalwght0100030004000700090011001300140017001900_swap.css);

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: .313rem 0 1.25rem 1.25rem
}

a img.alignnone {
    margin: .313rem 1.25rem 1.25rem 0
}

a img.alignleft {
    float: left;
    margin: .313rem 1.25rem 1.25rem 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption.alignnone {
    margin: .313rem 1.25rem 1.25rem 0
}

.wp-caption.alignleft {
    margin: .313rem 1.25rem 1.25rem 0
}

.wp-caption.alignright {
    margin: .313rem 0 1.25rem 1.25rem
}

@media screen and (min-width:960px) {
    .admin-bar #header-nav {
        top: 32px
    }

    .mobileHeaderRight {
        display: none
    }

    #header-nav {
        height: 72px;
        margin: 0 auto;
        left: 0;
        top: 0;
        z-index: 10000;
        position: fixed;
        color: #fff;
        display: block;
        width: 100%;
        border-bottom: 2px solid transparent;
        transition: all .25s ease;
        font-family: arboria
    }

    #header-nav li,
    #header-nav li a,
    #header-nav p,
    #header-nav p a {
        font-family: arboria
    }

    #header-nav.active {
        background-color: rgba(18, 2, 23, .95);
        border-bottom: 2px solid #be8df1
    }

    #header-nav .headerContainer {
        display: flex;
        padding: 0 20px;
        height: 100%;
        position: relative;
        z-index: 1001;
        flex-direction: row;
        align-items: center;
        max-width: 1900px;
        margin: 0 auto
    }

    #header-nav .aisLogo {
        margin: 0 20px 0 0
    }

    #header-nav .headerMenu {
        display: flex;
        contain: layout;
        z-index: 100;
        pointer-events: none;
        width: auto;
        position: relative;
        flex: auto;
        flex-direction: column;
        box-sizing: border-box
    }

    #header-nav .headerMenuWrapper {
        width: 100%;
        overflow: visible;
        background-color: transparent;
        box-shadow: none;
        height: 100%;
        pointer-events: auto;
        display: flex;
        padding: 0;
        margin-top: 0;
        flex-direction: row;
        align-self: flex-end;
        flex: auto;
        justify-content: space-between;
        border-radius: 0;
        box-sizing: border-box
    }

    #header-nav .nav,
    #header-nav .user {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        display: flex;
        box-sizing: border-box;
        pointer-events: auto
    }

    #header-nav .navList,
    #header-nav .userList {
        display: flex;
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-sizing: border-box;
        pointer-events: auto
    }

    #header-nav .navList li,
    #header-nav .userList li {
        display: flex;
        position: relative;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        box-sizing: border-box
    }

    #header-nav .navList>li {
        padding-right: 15px
    }

    #header-nav .account,
    #header-nav .careers,
    #header-nav .products,
    #header-nav .solutions {
        -webkit-appearance: button;
        color: #fff;
        background: 0 0;
        display: flex;
        white-space: nowrap;
        padding-top: 2px;
        padding-bottom: 5px;
        width: auto;
        justify-content: space-between;
        align-items: center;
        border: 0;
        cursor: pointer;
        border-radius: 0;
        font-size: inherit;
        font-family: arboria;
        overflow: visible
    }

    #header-nav .account i,
    #header-nav .careers i,
    #header-nav .products i,
    #header-nav .solutions i {
        color: #bf8df2;
        margin-left: 5px;
        margin-top: 3px
    }

    #header-nav .blue {
        color: #1d6bbd !important;
        transition: all .4s ease
    }

    #header-nav .green {
        color: #59bd1d !important;
        transition: all .4s ease
    }

    #header-nav .yellow {
        color: #e9b71d !important;
        transition: all .4s ease
    }

    #header-nav .red {
        color: #d12029 !important;
        transition: all .4s ease
    }

    #header-nav .account .user-avatar,
    #header-nav .account img {
        margin-left: 10px
    }

    #header-nav .careersList:hover .careersDrop,
    #header-nav .ffuserList:hover .accountDrop,
    #header-nav .productsList:hover .productsDrop,
    #header-nav .solutionsList:hover .solutionsDrop {
        display: flex
    }

    #header-nav .careersDrop,
    #header-nav .productsDrop,
    #header-nav .solutionsDrop {
        margin: 0;
        position: absolute;
        border-radius: 10px;
        width: 650px;
        left: -16px;
        background-color: #011c40;
        top: 100%;
        z-index: 100;
        display: none;
        padding: 20px 0;
        border: 1px solid #4a5b8c
    }

    #header-nav .solutionsDrop {
        width: auto
    }

    #header-nav .solutionsDrop .menuDropLeft {
        width: 430px;
        border-right: 0
    }

    #header-nav .accountDrop {
        margin: 0;
        position: absolute;
        width: 332px;
        right: -15px;
        background-color: #030508;
        top: 100%;
        z-index: 100;
        display: none;
        padding: 20px 0;
        border: 1px solid #be8df1;
        border-radius: 10px 0 0 10px
    }

    #header-nav .menuDropLeft {
        padding-right: 50px;
        padding-left: 20px;
        margin-bottom: 0;
        border-right: 1px solid #bf8df2
    }

    #header-nav .accountDrop .menuDropLeft {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        border: none
    }

    #header-nav .menuDropRight {
        padding-right: 20px;
        padding-left: 20px
    }

    #header-nav .menuDropLeftList {
        list-style: none;
        font-size: 14px;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    #header-nav .menuDropRightList {
        list-style: none;
        font-size: 14px;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    #header-nav .dropLink {
        color: #fff;
        display: flex;
        text-decoration: none;
        line-height: 1.25;
        padding-bottom: 20px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        align-items: center;
        border-radius: 5px;
        width: 100%;
        background-color: transparent;
        transition: background-color .5s ease-out .1s;
        font-size: 14px
    }

    #header-nav .accountDrop .menuDropLeft .menuDropLeftList li a.dropLink {
        padding-bottom: 15px;
        padding-top: 5px
    }

    #header-nav .dropLink:hover {
        background-color: rgba(191, 141, 242, .2);
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 5px;
        width: 100%
    }

    #header-nav .dropLink img {
        margin-right: 20px;
        display: inline-block;
        padding: 8px 0 0 0
    }

    #header-nav .dropLinkText {
        font-size: 18px;
        font-weight: 700
    }

    #header-nav .navHeading {
        display: block;
        font-weight: 700;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    #header-nav .dropLinkRight {
        color: #fff;
        display: block;
        text-decoration: none;
        line-height: 1.25;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        background-color: transparent
    }

    #header-nav .dropLinkRight i {
        color: #bf8df2;
        margin-left: 5px
    }

    #header-nav .headerRight {
        display: flex;
        text-align: left;
        margin-bottom: 0;
        margin-left: 20px;
        align-items: center
    }

    #header-nav .search-from {
        width: 310px;
        margin-right: 2rem;
        display: block;
        text-align: left
    }

    #header-nav .search-from .searchField {
        background-color: #120425;
        width: 310px;
        border: 1px solid #be8df1;
        color: #fff;
        font-style: italic;
        padding: 5px 10px;
        border-radius: 5px
    }

    #header-nav .signIn {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        text-align: left
    }

    #header-nav .signInText {
        text-decoration: none;
        margin: 0 10px 0 0
    }

    #header-nav .signIn img {
        vertical-align: middle;
        margin-left: 10px
    }

    #header-nav .userAvitar {
        border: 2px solid #be8df1;
        border-radius: 50%;
        width: 44px;
        height: 44px
    }

    #header-nav .userAvitarBlue {
        border: 2px solid #1d6bbd !important;
        border-radius: 50% !important;
        transition: all .4s ease
    }

    #header-nav .userAvitarGreen {
        border: 2px solid #59bd1d !important;
        border-radius: 50% !important;
        transition: all .4s ease
    }

    #header-nav .userAvitarYellow {
        border: 2px solid #e9b71d !important;
        border-radius: 50% !important;
        transition: all .4s ease
    }

    #header-nav .userAvitarRed {
        border: 2px solid #d12029 !important;
        border-radius: 50% !important;
        transition: all .4s ease
    }

    #header-nav .headerMenuLink {
        color: #bf8df2;
        background-color: transparent;
        display: inline-block;
        text-decoration: none;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-shrink: 0;
        border: 1px solid #bf8df2;
        border-radius: 5px
    }
}

.pubsNav,
.sectionNav {
    height: 50px;
    margin: 72px auto 0 auto;
    left: 0;
    z-index: 1010;
    position: fixed;
    color: #fff;
    display: none;
    width: 100%;
    transition: all 1s linear;
    background-color: rgba(0, 0, 0, .95);
    border-bottom: 1px solid rgba(100, 100, 100, .7)
}

@media screen and (max-width:960px) {

    .pubsNav,
    .sectionNav {
        display: none !important;
        height: 0
    }
}

.pubsNavContainer,
.sectionNavContainer {
    display: flex;
    padding: 0 20px;
    height: 100%;
    position: relative;
    z-index: 1010;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap
}

.pubsNavContainer a,
.sectionNavContainer a {
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    color: #be8df1;
    background-color: transparent;
    transition: background-color 1s ease-out .1s;
    font-weight: 400
}

.pubsNavContainer a:hover,
.sectionNavContainer a:hover {
    background-color: rgba(191, 141, 242, .4);
    padding: 6px 20px
}

.secNavActive {
    background-color: rgba(191, 141, 242, .4) !important;
    padding: 6px 20px !important
}

.show {
    animation: fadeIn 2s;
    display: block
}

.hide {
    animation: fadeOut 2s;
    display: block
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-50px)
    }
}

@media screen and (max-width:959px) {
    .admin-bar #header-nav {
        top: 35px
    }

    #header-nav {
        height: 72px;
        margin: 0 auto;
        left: 0;
        top: 0;
        z-index: 10000;
        position: fixed;
        color: #fff;
        display: block;
        width: 100%;
        background-color: rgba(18, 2, 23, .95);
        border-bottom: 2px solid #be8df1;
        font-family: arboria
    }

    #header-nav li,
    #header-nav li a,
    #header-nav p,
    #header-nav p a {
        font-family: arboria
    }

    #header-nav .aisLogo {
        align-self: center
    }

    #header-nav .headerRight {
        display: none
    }

    #header-nav .headerContainer {
        display: flex;
        padding: 0 20px;
        height: 100%;
        position: relative;
        z-index: 1001;
        flex-direction: row;
        align-items: center;
        max-width: 1900px;
        margin: 0 auto;
        align-content: space-around;
        justify-content: space-between
    }

    #header-nav .mobileHeaderRight {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    #header-nav .mobileHeaderRight a {
        font-family: arboria;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none
    }

    #header-nav .mobileHeaderRight .headerMenuLink {
        color: #bf8df2;
        background-color: transparent;
        display: inline-block;
        text-decoration: none;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-shrink: 0;
        border: 1px solid #bf8df2;
        border-radius: 5px;
        margin: 0 15px
    }

    #header-nav .mobileHeaderRight .menuToggle {
        display: block;
        background: 0 0;
        border: none;
        color: #bf8df2;
        padding: 10px;
        font-size: 24px;
        position: relative;
        top: 2px
    }

    #header-nav .headerMenu {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        background-color: #011c40;
        overflow-y: auto;
        padding: 10px 0;
        max-height: calc(100vh - 72px)
    }

    #header-nav .headerMenu.showMenu {
        display: block
    }

    #header-nav .headerMenu .navList {
        list-style: none;
        padding: 0 15px;
        margin: 0
    }

    #header-nav .headerMenu .navList ul {
        list-style: none
    }

    #header-nav .headerMenu .navList>li {
        margin: 10px 0
    }

    #header-nav .headerMenu .navList>li .navDropdown {
        display: none
    }

    #header-nav .headerMenu .navList>li .navDropdown.showDropdown {
        display: block
    }

    #header-nav .headerMenu .navList .menuDropRight span,
    #header-nav .headerMenu .navList li button {
        -webkit-appearance: button;
        color: #fff;
        background: 0 0;
        display: flex;
        white-space: nowrap;
        padding-top: 2px;
        padding-left: 10px;
        padding-bottom: 5px;
        width: auto;
        justify-content: space-between;
        align-items: center;
        border: 0;
        border-radius: 0;
        font-size: inherit;
        font-family: inherit;
        overflow: visible
    }

    #header-nav .headerMenu .navList .menuDropRight span:hover,
    #header-nav .headerMenu .navList li button:hover {
        cursor: pointer
    }

    #header-nav .headerMenu .navList .menuDropRight span i,
    #header-nav .headerMenu .navList li button i {
        color: #bf8df2;
        margin-left: 5px;
        margin-top: 3px
    }

    #header-nav .headerMenu .navList .menuDropLeftList,
    #header-nav .headerMenu .navList .menuDropRightList {
        padding: 0
    }

    #header-nav .headerMenu .navList .dropLink,
    #header-nav .headerMenu .navList .menuDropRight a {
        color: #fff;
        display: flex;
        text-decoration: none;
        line-height: 1.25;
        padding-bottom: 20px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        align-items: center;
        border-radius: 5px;
        width: 100%;
        background-color: transparent;
        transition: background-color .5s ease-out .1s;
        font-size: 14px
    }

    #header-nav .headerMenu .navList .dropLink img,
    #header-nav .headerMenu .navList .menuDropRight a img {
        margin-right: 20px;
        display: inline-block;
        padding: 8px 0 0 0
    }

    #header-nav .headerMenu .navList .dropLink i,
    #header-nav .headerMenu .navList .menuDropRight a i {
        color: #bf8df2;
        margin-left: 5px;
        margin-top: 3px
    }

    #header-nav .headerMenu .navList .menuDropRight a {
        padding: 10px 20px
    }
}

body,
html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #030508;
    font-family: ibm-plex-sans, sans-serif;
    background: url(../image/bg.jpg) no-repeat center top #030508;
    background-size: contain;
    color: #fff
}

body.error404,
html.error404 {
    background: url(../image/404-hero.jpg) no-repeat center top #030508
}

@media screen and (max-width:960px) {

    body,
    html {
        font-size: 12px
    }
}

* {
    box-sizing: border-box
}

.container,
section.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2rem
}

@media screen and (max-width:1200px) {

    .container,
    section.container {
        max-width: 920px
    }
}

@media screen and (max-width:960px) {

    .container,
    section.container {
        max-width: 100%
    }
}

li,
li a,
p,
p a {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

h1,
h2,
h3,
h4,
h5 {
    font-family: arboria;
    font-weight: 700;
    color: #fff
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 22px
}

a {
    color: #fff
}

a.purple {
    color: #be8df1
}

a.red {
    color: #d12029 !important;
    font-size: 18px
}

a.blue {
    color: #1d6bbd !important;
    font-size: 16px
}

a.green {
    color: #59bd1d !important;
    font-size: 16px
}

a.yellow {
    color: #e9b71d !important;
    font-size: 16px
}

span.reg {
    font-size: .75em;
    position: relative;
    top: -.2em;
    display: inline-block
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.siteContainer {
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: inline-block
}

.button-purple {
    margin-top: .5rem;
    display: inline-block;
    border: 1px solid #bf8df2;
    color: #bf8df2;
    padding: 10px;
    padding-top: 5px;
    text-decoration: none;
    border-radius: 7px;
    transition: all .25s
}

.button-purple:hover {
    background: #bf8df2;
    color: #001126
}

iframe {
    aspect-ratio: 16/9;
    width: 100% !important
}

.wp-block-group {
    width: 100%
}

body.home .siteContainer,
body.page-template .siteContainer,
body.page-template-default .siteContainer {
    font-size: 32px;
    text-align: center
}

body.home .siteContainer h2,
body.page-template .siteContainer h2,
body.page-template-default .siteContainer h2 {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 2.5rem 0;
    text-align: center
}

body.home .siteContainer p,
body.page-template .siteContainer p,
body.page-template-default .siteContainer p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    text-align: inherit
}

body.home .siteContainer img,
body.page-template .siteContainer img,
body.page-template-default .siteContainer img {
    max-width: 100%
}

body.home .siteContainer .hero,
body.page-template .siteContainer .hero,
body.page-template-default .siteContainer .hero {
    background-position: center;
    max-height: 950px;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 150px;
    padding: 0 30px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:1200px) {

    body.home .siteContainer .hero,
    body.page-template .siteContainer .hero,
    body.page-template-default .siteContainer .hero {
        max-height: 150vw;
        min-height: 400px
    }
}

body.home .siteContainer .hero .hero-logo,
body.page-template .siteContainer .hero .hero-logo,
body.page-template-default .siteContainer .hero .hero-logo {
    width: 80%;
    max-width: 100%;
    height: auto
}

body.home .siteContainer .hero .sub-hero-copy,
body.page-template .siteContainer .hero .sub-hero-copy,
body.page-template-default .siteContainer .hero .sub-hero-copy {
    max-width: 720px;
    margin: 0 auto;
    position: absolute;
    bottom: -125px
}

body.home .siteContainer .hero .sub-hero-copy p,
body.page-template .siteContainer .hero .sub-hero-copy p,
body.page-template-default .siteContainer .hero .sub-hero-copy p {
    text-align: center;
    color: #c9befc;
    font-size: 1em;
    font-weight: 300
}

body.home .siteContainer.solutions-page .hero,
body.page-template .siteContainer.solutions-page .hero,
body.page-template-default .siteContainer.solutions-page .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative
}

body.home .siteContainer.solutions-page .hero .container,
body.page-template .siteContainer.solutions-page .hero .container,
body.page-template-default .siteContainer.solutions-page .hero .container {
    position: relative;
    padding: 0
}

body.home .siteContainer.solutions-page .hero .container h1,
body.page-template .siteContainer.solutions-page .hero .container h1,
body.page-template-default .siteContainer.solutions-page .hero .container h1 {
    font-size: 5rem;
    color: inherit;
    margin: 10px;
    box-shadow: 5px;
    text-shadow: 5px 5px 5px #000
}

body.home .siteContainer.solutions-page .hero .container span,
body.page-template .siteContainer.solutions-page .hero .container span,
body.page-template-default .siteContainer.solutions-page .hero .container span {
    font-size: 2.5rem;
    color: inherit;
    margin: 0 0 30px 0;
    text-shadow: 5px 5px 5px #000;
    letter-spacing: 22px
}

@media screen and (max-width:1200px) {

    body.home .siteContainer.solutions-page .hero .container h1,
    body.page-template .siteContainer.solutions-page .hero .container h1,
    body.page-template-default .siteContainer.solutions-page .hero .container h1 {
        font-size: 3rem
    }

    body.home .siteContainer.solutions-page .hero .container span,
    body.page-template .siteContainer.solutions-page .hero .container span,
    body.page-template-default .siteContainer.solutions-page .hero .container span {
        font-size: 1.5rem
    }
}

@media screen and (max-width:960px) {

    body.home .siteContainer.solutions-page .satellite,
    body.page-template .siteContainer.solutions-page .satellite,
    body.page-template-default .siteContainer.solutions-page .satellite {
        height: 150vw;
        max-height: 950px;
        align-items: center;
        background-repeat: no-repeat
    }

    body.home .siteContainer.solutions-page .satellite .container .subcon,
    body.page-template .siteContainer.solutions-page .satellite .container .subcon,
    body.page-template-default .siteContainer.solutions-page .satellite .container .subcon {
        margin: 0;
        width: 100%;
        text-align: center
    }

    body.home .siteContainer.solutions-page .satellite .container .subcon h2,
    body.page-template .siteContainer.solutions-page .satellite .container .subcon h2,
    body.page-template-default .siteContainer.solutions-page .satellite .container .subcon h2 {
        text-align: center;
        text-shadow: 2px 2px 12px #000
    }
}

body.home .siteContainer section,
body.page-template .siteContainer section,
body.page-template-default .siteContainer section {
    scroll-margin-top: 7rem;
    padding-top: 3rem;
    padding-bottom: 3rem
}

body.home .siteContainer section .intro-text,
body.page-template .siteContainer section .intro-text,
body.page-template-default .siteContainer section .intro-text {
    line-height: 30px;
    color: #be8df1
}

body.home .siteContainer section h1,
body.home .siteContainer section h2,
body.page-template .siteContainer section h1,
body.page-template .siteContainer section h2,
body.page-template-default .siteContainer section h1,
body.page-template-default .siteContainer section h2 {
    font-size: 3.125rem;
    width: 100%;
    color: #fff;
    margin: 0 0 2.5rem 0
}

body.home .siteContainer section .p1,
body.page-template .siteContainer section .p1,
body.page-template-default .siteContainer section .p1 {
    font-size: 22px
}

body.home .siteContainer section .p2,
body.page-template .siteContainer section .p2,
body.page-template-default .siteContainer section .p2 {
    font-size: 18px;
    line-height: 30px;
    color: #be8df1
}

body.home .siteContainer .section,
body.page-template .siteContainer .section,
body.page-template-default .siteContainer .section {
    scroll-margin-top: 7rem
}

body.home .siteContainer .youtube-con,
body.page-template .siteContainer .youtube-con,
body.page-template-default .siteContainer .youtube-con {
    margin: 30px auto 0 auto;
    width: 100%
}

body.home .siteContainer .youtube-con iframe,
body.page-template .siteContainer .youtube-con iframe,
body.page-template-default .siteContainer .youtube-con iframe {
    border: 1px solid #4f2353;
    border-radius: 20px;
    overflow: hidden
}

body.home .siteContainer .lone-image,
body.page-template .siteContainer .lone-image,
body.page-template-default .siteContainer .lone-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #4f2353;
    margin-top: 40px
}

body.home .siteContainer .blue-bg-section,
body.page-template .siteContainer .blue-bg-section,
body.page-template-default .siteContainer .blue-bg-section {
    background-color: #011c40;
    padding: 80px 0 60px 0;
    margin: 3rem 0
}

body.home .siteContainer .blue-bg-section h2,
body.page-template .siteContainer .blue-bg-section h2,
body.page-template-default .siteContainer .blue-bg-section h2 {
    margin-top: 0
}

body.home .siteContainer .blue-bg-section p,
body.page-template .siteContainer .blue-bg-section p,
body.page-template-default .siteContainer .blue-bg-section p {
    color: #fff;
    font-size: 22px;
    margin-top: 0
}

body.home .siteContainer .blue-bg-section .cta-buttons,
body.page-template .siteContainer .blue-bg-section .cta-buttons,
body.page-template-default .siteContainer .blue-bg-section .cta-buttons {
    margin-bottom: 0
}

body.home .siteContainer .cta-buttons,
body.page-template .siteContainer .cta-buttons,
body.page-template-default .siteContainer .cta-buttons {
    margin-bottom: 60px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

body.home .siteContainer .cta-buttons a,
body.page-template .siteContainer .cta-buttons a,
body.page-template-default .siteContainer .cta-buttons a {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #bf8df2;
    border-radius: 5px;
    padding: .2em .5em .2em .5em;
    background-color: rgba(0, 43, 133, .65);
    margin: 10px;
    transition: box-shadow .2s ease-in;
    color: #fff;
    font-family: ibm-plex-sans, sans-serif
}

body.home .siteContainer .cta-purple,
body.home .siteContainer .wp-block-button__link,
body.home .siteContainer .wp-element-button,
body.page-template .siteContainer .cta-purple,
body.page-template .siteContainer .wp-block-button__link,
body.page-template .siteContainer .wp-element-button,
body.page-template-default .siteContainer .cta-purple,
body.page-template-default .siteContainer .wp-block-button__link,
body.page-template-default .siteContainer .wp-element-button {
    font-size: 1.375rem;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: .2em .5em .2em .5em;
    background-color: #3b2d4f;
    transition: box-shadow .2s ease-in;
    color: #fff;
    display: inline-block
}

body.home .siteContainer .cta-purple:hover,
body.home .siteContainer .wp-block-button__link:hover,
body.home .siteContainer .wp-element-button:hover,
body.page-template .siteContainer .cta-purple:hover,
body.page-template .siteContainer .wp-block-button__link:hover,
body.page-template .siteContainer .wp-element-button:hover,
body.page-template-default .siteContainer .cta-purple:hover,
body.page-template-default .siteContainer .wp-block-button__link:hover,
body.page-template-default .siteContainer .wp-element-button:hover {
    box-shadow: 0 0 15px #be8df1;
    border: 1px solid #be8df1;
    transition: box-shadow .2s ease-out;
    cursor: pointer
}

body.home .siteContainer .cta-purple i,
body.home .siteContainer .wp-block-button__link i,
body.home .siteContainer .wp-element-button i,
body.page-template .siteContainer .cta-purple i,
body.page-template .siteContainer .wp-block-button__link i,
body.page-template .siteContainer .wp-element-button i,
body.page-template-default .siteContainer .cta-purple i,
body.page-template-default .siteContainer .wp-block-button__link i,
body.page-template-default .siteContainer .wp-element-button i {
    position: relative;
    top: 2px
}

body.home .siteContainer .card .cta-purple,
body.page-template .siteContainer .card .cta-purple,
body.page-template-default .siteContainer .card .cta-purple {
    z-index: 1
}

body.home .siteContainer .cta-blue,
body.page-template .siteContainer .cta-blue,
body.page-template-default .siteContainer .cta-blue {
    font-family: ibm-plex-sans, sans-serif;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #bf8df2;
    border-radius: 5px;
    padding: .2em .5em .2em .5em;
    background-color: rgba(0, 43, 133, .65);
    margin: 0 20px;
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .cta-blue:hover,
body.page-template .siteContainer .cta-blue:hover,
body.page-template-default .siteContainer .cta-blue:hover {
    box-shadow: 0 0 15px #bf8df2;
    border: 1px solid #bf8df2;
    transition: box-shadow .2s ease-out;
    cursor: pointer
}

body.home .siteContainer .cta-blue i,
body.page-template .siteContainer .cta-blue i,
body.page-template-default .siteContainer .cta-blue i {
    position: relative;
    top: 2px
}

body.home .siteContainer .trustworthy-slider-card-con,
body.page-template .siteContainer .trustworthy-slider-card-con,
body.page-template-default .siteContainer .trustworthy-slider-card-con {
    width: 100%;
    display: flex;
    margin-top: 40px
}

body.home .siteContainer .trustworthy-slider-card-con .left,
body.page-template .siteContainer .trustworthy-slider-card-con .left,
body.page-template-default .siteContainer .trustworthy-slider-card-con .left {
    width: 72%;
    margin-right: 10px
}

body.home .siteContainer .trustworthy-slider-card-con .left .visual-slider,
body.page-template .siteContainer .trustworthy-slider-card-con .left .visual-slider,
body.page-template-default .siteContainer .trustworthy-slider-card-con .left .visual-slider {
    margin-top: 0
}

@media screen and (max-width:1200px) {

    body.home .siteContainer .trustworthy-slider-card-con,
    body.page-template .siteContainer .trustworthy-slider-card-con,
    body.page-template-default .siteContainer .trustworthy-slider-card-con {
        flex-wrap: wrap
    }

    body.home .siteContainer .trustworthy-slider-card-con .left,
    body.page-template .siteContainer .trustworthy-slider-card-con .left,
    body.page-template-default .siteContainer .trustworthy-slider-card-con .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

body.home .siteContainer .trustworthy-slider-card-con .poweredBy,
body.page-template .siteContainer .trustworthy-slider-card-con .poweredBy,
body.page-template-default .siteContainer .trustworthy-slider-card-con .poweredBy {
    border: 1px solid #4f2353;
    border-radius: 20px;
    padding: 20px 20px 30px;
    height: 100%;
    width: 100%;
    text-align: left
}

body.home .siteContainer .trustworthy-slider-card-con .poweredBy img,
body.page-template .siteContainer .trustworthy-slider-card-con .poweredBy img,
body.page-template-default .siteContainer .trustworthy-slider-card-con .poweredBy img {
    text-align: left;
    width: 100%;
    height: auto;
    z-index: 1000
}

body.home .siteContainer .trustworthy-slider-card-con .poweredBy p,
body.page-template .siteContainer .trustworthy-slider-card-con .poweredBy p,
body.page-template-default .siteContainer .trustworthy-slider-card-con .poweredBy p {
    text-align: left;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 25px
}

body.home .siteContainer .split-container,
body.page-template .siteContainer .split-container,
body.page-template-default .siteContainer .split-container {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    row-gap: 20px;
    column-gap: 40px
}

@media screen and (max-width:1200px) {

    body.home .siteContainer .split-container,
    body.page-template .siteContainer .split-container,
    body.page-template-default .siteContainer .split-container {
        flex-direction: column
    }
}

body.home .siteContainer .split-container div,
body.page-template .siteContainer .split-container div,
body.page-template-default .siteContainer .split-container div {
    flex: 1;
    text-align: left;
    align-self: center
}

body.home .siteContainer .split-container div:nth-child(2),
body.page-template .siteContainer .split-container div:nth-child(2),
body.page-template-default .siteContainer .split-container div:nth-child(2) {
    width: 620px;
    max-width: 100%;
    height: auto;
    align-self: center
}

body.home .siteContainer .split-container img,
body.page-template .siteContainer .split-container img,
body.page-template-default .siteContainer .split-container img {
    margin-top: 20px;
    max-width: 100%;
    width: 620px;
    height: auto;
    border: 1px solid #be8df1;
    border-radius: 20px;
    align-self: center
}

body.home .siteContainer .flex-con,
body.page-template .siteContainer .flex-con,
body.page-template-default .siteContainer .flex-con {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    align-items: center;
    justify-content: center
}

body.home .siteContainer .flex-con .col,
body.page-template .siteContainer .flex-con .col,
body.page-template-default .siteContainer .flex-con .col {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 272px
}

body.home .siteContainer .flex-con .col a,
body.page-template .siteContainer .flex-con .col a,
body.page-template-default .siteContainer .flex-con .col a {
    text-decoration: none
}

body.home .siteContainer .flex-con .col p,
body.page-template .siteContainer .flex-con .col p,
body.page-template-default .siteContainer .flex-con .col p {
    font-size: 20px;
    margin-top: 16px;
    color: #bba1d6;
    text-align: center
}

body.page-template-default:not(.home, .page-template) .siteContainer {
    text-align: left
}

body.archive .siteContainer .category-con,
body.blog .siteContainer .category-con,
body.search-no-results .siteContainer .category-con,
body.search-results .siteContainer .category-con,
body.single-post .siteContainer .category-con {
    margin: 140px auto 0
}

body.archive .siteContainer .category-con .container,
body.blog .siteContainer .category-con .container,
body.search-no-results .siteContainer .category-con .container,
body.search-results .siteContainer .category-con .container,
body.single-post .siteContainer .category-con .container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 960px
}

body.archive .siteContainer .category-con .container a,
body.blog .siteContainer .category-con .container a,
body.search-no-results .siteContainer .category-con .container a,
body.search-results .siteContainer .category-con .container a,
body.single-post .siteContainer .category-con .container a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #4f2353;
    color: #be8df1;
    background: #0f0012;
    margin: 0 5px 10px 5px;
    margin: 0 5px 10px 5px
}

body.archive .siteContainer .category-con .container a.active,
body.archive .siteContainer .category-con .container a:hover,
body.blog .siteContainer .category-con .container a.active,
body.blog .siteContainer .category-con .container a:hover,
body.search-no-results .siteContainer .category-con .container a.active,
body.search-no-results .siteContainer .category-con .container a:hover,
body.search-results .siteContainer .category-con .container a.active,
body.search-results .siteContainer .category-con .container a:hover,
body.single-post .siteContainer .category-con .container a.active,
body.single-post .siteContainer .category-con .container a:hover {
    background: #bf8df2;
    color: #fff;
    border: 1px solid #bf8df2
}

body.archive .siteContainer h1,
body.blog .siteContainer h1,
body.search-no-results .siteContainer h1,
body.search-results .siteContainer h1,
body.single-post .siteContainer h1 {
    width: 100%;
    text-align: left;
    font-size: 3.125rem
}

@media screen and (max-width:960px) {

    body.archive .siteContainer h1,
    body.blog .siteContainer h1,
    body.search-no-results .siteContainer h1,
    body.search-results .siteContainer h1,
    body.single-post .siteContainer h1 {
        width: 100%;
        text-align: center
    }
}

body.archive .siteContainer .content-con,
body.blog .siteContainer .content-con,
body.search-no-results .siteContainer .content-con,
body.search-results .siteContainer .content-con,
body.single-post .siteContainer .content-con {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    width: 100%
}

@media screen and (max-width:960px) {

    body.archive .siteContainer .content-con,
    body.blog .siteContainer .content-con,
    body.search-no-results .siteContainer .content-con,
    body.search-results .siteContainer .content-con,
    body.single-post .siteContainer .content-con {
        flex-direction: column
    }
}

body.archive .siteContainer .content-con .pagination-container,
body.blog .siteContainer .content-con .pagination-container,
body.search-no-results .siteContainer .content-con .pagination-container,
body.search-results .siteContainer .content-con .pagination-container,
body.single-post .siteContainer .content-con .pagination-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center
}

@media screen and (max-width:960px) {

    body.archive .siteContainer .content-con .pagination-container,
    body.blog .siteContainer .content-con .pagination-container,
    body.search-no-results .siteContainer .content-con .pagination-container,
    body.search-results .siteContainer .content-con .pagination-container,
    body.single-post .siteContainer .content-con .pagination-container {
        text-align: center;
        width: 100%;
        margin-bottom: 3rem;
        justify-content: center
    }
}

body.archive .siteContainer .content-con .pagination-container .cta-blue,
body.blog .siteContainer .content-con .pagination-container .cta-blue,
body.search-no-results .siteContainer .content-con .pagination-container .cta-blue,
body.search-results .siteContainer .content-con .pagination-container .cta-blue,
body.single-post .siteContainer .content-con .pagination-container .cta-blue {
    display: inline-block
}

body.archive .siteContainer .content-con .pagination-container .cta-blue a,
body.blog .siteContainer .content-con .pagination-container .cta-blue a,
body.search-no-results .siteContainer .content-con .pagination-container .cta-blue a,
body.search-results .siteContainer .content-con .pagination-container .cta-blue a,
body.single-post .siteContainer .content-con .pagination-container .cta-blue a {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #bf8df2;
    border-radius: 5px;
    padding: .2em .5em .2em .5em;
    background-color: rgba(0, 43, 133, .65);
    margin: 0 20px;
    transition: box-shadow .2s ease-in;
    display: inline-block;
    margin-left: 0
}

body.archive .siteContainer .content-con .pagination-container .cta-blue a:hover,
body.blog .siteContainer .content-con .pagination-container .cta-blue a:hover,
body.search-no-results .siteContainer .content-con .pagination-container .cta-blue a:hover,
body.search-results .siteContainer .content-con .pagination-container .cta-blue a:hover,
body.single-post .siteContainer .content-con .pagination-container .cta-blue a:hover {
    font-size: 22px;
    line-height: 22px;
    box-shadow: 0 0 15px #bf8df2;
    border: 2px solid #bf8df2;
    padding: calc(.2em - 1px) calc(.5em - 1px) .4em;
    transition: box-shadow .2s ease-out;
    cursor: pointer
}

body.archive .siteContainer .content-con .pagination-container .cta-blue a i,
body.blog .siteContainer .content-con .pagination-container .cta-blue a i,
body.search-no-results .siteContainer .content-con .pagination-container .cta-blue a i,
body.search-results .siteContainer .content-con .pagination-container .cta-blue a i,
body.single-post .siteContainer .content-con .pagination-container .cta-blue a i {
    position: relative;
    top: 2px
}

body.archive .siteContainer .content-con .left,
body.blog .siteContainer .content-con .left,
body.search-no-results .siteContainer .content-con .left,
body.search-results .siteContainer .content-con .left,
body.single-post .siteContainer .content-con .left {
    border-right: 1px solid #be8df1;
    min-height: 50px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    justify-content: space-between;
    max-width: 928px
}

@media screen and (max-width:960px) {

    body.archive .siteContainer .content-con .left,
    body.blog .siteContainer .content-con .left,
    body.search-no-results .siteContainer .content-con .left,
    body.search-results .siteContainer .content-con .left,
    body.single-post .siteContainer .content-con .left {
        border-right: 0;
        padding-right: 0
    }
}

body.archive .siteContainer .content-con .left article,
body.blog .siteContainer .content-con .left article,
body.search-no-results .siteContainer .content-con .left article,
body.search-results .siteContainer .content-con .left article,
body.single-post .siteContainer .content-con .left article {
    width: 100%;
    display: flex;
    border: 1px solid #4f2353;
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 40px;
    flex-direction: column;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    font-family: ibm-plex-sans, sans-serif
}

body.archive .siteContainer .content-con .left article .post-thumbnail,
body.blog .siteContainer .content-con .left article .post-thumbnail,
body.search-no-results .siteContainer .content-con .left article .post-thumbnail,
body.search-results .siteContainer .content-con .left article .post-thumbnail,
body.single-post .siteContainer .content-con .left article .post-thumbnail {
    width: 100%;
    height: auto;
    border: 1px solid #4f2353;
    border-radius: 10px;
    margin-bottom: 30px
}

body.archive .siteContainer .content-con .left article h3,
body.blog .siteContainer .content-con .left article h3,
body.search-no-results .siteContainer .content-con .left article h3,
body.search-results .siteContainer .content-con .left article h3,
body.single-post .siteContainer .content-con .left article h3 {
    font-size: 2rem;
    overflow-y: hidden;
    margin: 0 0 15px 0
}

body.archive .siteContainer .content-con .left article .category .btn,
body.blog .siteContainer .content-con .left article .category .btn,
body.search-no-results .siteContainer .content-con .left article .category .btn,
body.search-results .siteContainer .content-con .left article .category .btn,
body.single-post .siteContainer .content-con .left article .category .btn {
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #4f2353;
    color: #be8df1;
    margin-right: 10px;
    margin-top: 15px
}

body.archive .siteContainer .content-con .left article .category .btn.active,
body.archive .siteContainer .content-con .left article .category .btn:hover,
body.blog .siteContainer .content-con .left article .category .btn.active,
body.blog .siteContainer .content-con .left article .category .btn:hover,
body.search-no-results .siteContainer .content-con .left article .category .btn.active,
body.search-no-results .siteContainer .content-con .left article .category .btn:hover,
body.search-results .siteContainer .content-con .left article .category .btn.active,
body.search-results .siteContainer .content-con .left article .category .btn:hover,
body.single-post .siteContainer .content-con .left article .category .btn.active,
body.single-post .siteContainer .content-con .left article .category .btn:hover {
    background: #bf8df2;
    color: #fff !important;
    border: 1px solid #bf8df2
}

body.archive .siteContainer .content-con .left .single-post-content,
body.blog .siteContainer .content-con .left .single-post-content,
body.search-no-results .siteContainer .content-con .left .single-post-content,
body.search-results .siteContainer .content-con .left .single-post-content,
body.single-post .siteContainer .content-con .left .single-post-content {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow: hidden;
    font-family: ibm-plex-sans, sans-serif
}

body.archive .siteContainer .content-con .left .single-post-content .post-thumbnail,
body.blog .siteContainer .content-con .left .single-post-content .post-thumbnail,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-thumbnail,
body.search-results .siteContainer .content-con .left .single-post-content .post-thumbnail,
body.single-post .siteContainer .content-con .left .single-post-content .post-thumbnail {
    width: 100%;
    height: auto;
    border: 1px solid #4f2353;
    border-radius: 10px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover
}

body.archive .siteContainer .content-con .left .single-post-content .post-content h2,
body.blog .siteContainer .content-con .left .single-post-content .post-content h2,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content h2,
body.search-results .siteContainer .content-con .left .single-post-content .post-content h2,
body.single-post .siteContainer .content-con .left .single-post-content .post-content h2 {
    color: #be8df1;
    text-align: center
}

body.archive .siteContainer .content-con .left .single-post-content .post-content h3,
body.blog .siteContainer .content-con .left .single-post-content .post-content h3,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content h3,
body.search-results .siteContainer .content-con .left .single-post-content .post-content h3,
body.single-post .siteContainer .content-con .left .single-post-content .post-content h3 {
    color: #bba1d6
}

body.archive .siteContainer .content-con .left .single-post-content .post-content h4,
body.archive .siteContainer .content-con .left .single-post-content .post-content h5,
body.blog .siteContainer .content-con .left .single-post-content .post-content h4,
body.blog .siteContainer .content-con .left .single-post-content .post-content h5,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content h4,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content h5,
body.search-results .siteContainer .content-con .left .single-post-content .post-content h4,
body.search-results .siteContainer .content-con .left .single-post-content .post-content h5,
body.single-post .siteContainer .content-con .left .single-post-content .post-content h4,
body.single-post .siteContainer .content-con .left .single-post-content .post-content h5 {
    color: #bba1d6;
    font-size: 20px
}

body.archive .siteContainer .content-con .left .single-post-content .post-content a,
body.archive .siteContainer .content-con .left .single-post-content .post-content h6,
body.archive .siteContainer .content-con .left .single-post-content .post-content li,
body.archive .siteContainer .content-con .left .single-post-content .post-content p,
body.blog .siteContainer .content-con .left .single-post-content .post-content a,
body.blog .siteContainer .content-con .left .single-post-content .post-content h6,
body.blog .siteContainer .content-con .left .single-post-content .post-content li,
body.blog .siteContainer .content-con .left .single-post-content .post-content p,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content a,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content h6,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content li,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content p,
body.search-results .siteContainer .content-con .left .single-post-content .post-content a,
body.search-results .siteContainer .content-con .left .single-post-content .post-content h6,
body.search-results .siteContainer .content-con .left .single-post-content .post-content li,
body.search-results .siteContainer .content-con .left .single-post-content .post-content p,
body.single-post .siteContainer .content-con .left .single-post-content .post-content a,
body.single-post .siteContainer .content-con .left .single-post-content .post-content h6,
body.single-post .siteContainer .content-con .left .single-post-content .post-content li,
body.single-post .siteContainer .content-con .left .single-post-content .post-content p {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 30px
}

body.archive .siteContainer .content-con .left .single-post-content .post-content a,
body.blog .siteContainer .content-con .left .single-post-content .post-content a,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content a,
body.search-results .siteContainer .content-con .left .single-post-content .post-content a,
body.single-post .siteContainer .content-con .left .single-post-content .post-content a {
    color: #be8df2;
    text-decoration: none
}

body.archive .siteContainer .content-con .left .single-post-content .post-content h6,
body.blog .siteContainer .content-con .left .single-post-content .post-content h6,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content h6,
body.search-results .siteContainer .content-con .left .single-post-content .post-content h6,
body.single-post .siteContainer .content-con .left .single-post-content .post-content h6 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0
}

body.archive .siteContainer .content-con .left .single-post-content .post-content sup,
body.blog .siteContainer .content-con .left .single-post-content .post-content sup,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content sup,
body.search-results .siteContainer .content-con .left .single-post-content .post-content sup,
body.single-post .siteContainer .content-con .left .single-post-content .post-content sup {
    top: -.5em
}

body.archive .siteContainer .content-con .left .single-post-content .post-content sub,
body.archive .siteContainer .content-con .left .single-post-content .post-content sup,
body.blog .siteContainer .content-con .left .single-post-content .post-content sub,
body.blog .siteContainer .content-con .left .single-post-content .post-content sup,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content sub,
body.search-no-results .siteContainer .content-con .left .single-post-content .post-content sup,
body.search-results .siteContainer .content-con .left .single-post-content .post-content sub,
body.search-results .siteContainer .content-con .left .single-post-content .post-content sup,
body.single-post .siteContainer .content-con .left .single-post-content .post-content sub,
body.single-post .siteContainer .content-con .left .single-post-content .post-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con,
body.archive .siteContainer .content-con .left article .inner-con,
body.blog .siteContainer .content-con .left .single-post-content .inner-con,
body.blog .siteContainer .content-con .left article .inner-con,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con,
body.search-no-results .siteContainer .content-con .left article .inner-con,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con,
body.search-results .siteContainer .content-con .left article .inner-con,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con,
body.single-post .siteContainer .content-con .left article .inner-con {
    margin: 0 20px
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .pubMeta,
body.archive .siteContainer .content-con .left article .inner-con .pubMeta,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .pubMeta,
body.blog .siteContainer .content-con .left article .inner-con .pubMeta,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .pubMeta,
body.search-no-results .siteContainer .content-con .left article .inner-con .pubMeta,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .pubMeta,
body.search-results .siteContainer .content-con .left article .inner-con .pubMeta,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .pubMeta,
body.single-post .siteContainer .content-con .left article .inner-con .pubMeta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .pubMeta i,
body.archive .siteContainer .content-con .left article .inner-con .pubMeta i,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .pubMeta i,
body.blog .siteContainer .content-con .left article .inner-con .pubMeta i,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .pubMeta i,
body.search-no-results .siteContainer .content-con .left article .inner-con .pubMeta i,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .pubMeta i,
body.search-results .siteContainer .content-con .left article .inner-con .pubMeta i,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .pubMeta i,
body.single-post .siteContainer .content-con .left article .inner-con .pubMeta i {
    font-size: 1.2em;
    margin-right: 5px
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .pubMeta .pubDate,
body.archive .siteContainer .content-con .left article .inner-con .pubMeta .pubDate,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .pubMeta .pubDate,
body.blog .siteContainer .content-con .left article .inner-con .pubMeta .pubDate,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .pubMeta .pubDate,
body.search-no-results .siteContainer .content-con .left article .inner-con .pubMeta .pubDate,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .pubMeta .pubDate,
body.search-results .siteContainer .content-con .left article .inner-con .pubMeta .pubDate,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .pubMeta .pubDate,
body.single-post .siteContainer .content-con .left article .inner-con .pubMeta .pubDate {
    color: #be8df1;
    text-align: right;
    min-width: 40%
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con a,
body.archive .siteContainer .content-con .left article .inner-con a,
body.blog .siteContainer .content-con .left .single-post-content .inner-con a,
body.blog .siteContainer .content-con .left article .inner-con a,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con a,
body.search-no-results .siteContainer .content-con .left article .inner-con a,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con a,
body.search-results .siteContainer .content-con .left article .inner-con a,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con a,
body.single-post .siteContainer .content-con .left article .inner-con a {
    text-decoration: none
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor,
body.archive .siteContainer .content-con .left article .inner-con .pubAuthor,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor,
body.blog .siteContainer .content-con .left article .inner-con .pubAuthor,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor,
body.search-no-results .siteContainer .content-con .left article .inner-con .pubAuthor,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor,
body.search-results .siteContainer .content-con .left article .inner-con .pubAuthor,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor,
body.single-post .siteContainer .content-con .left article .inner-con .pubAuthor {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor img,
body.archive .siteContainer .content-con .left article .inner-con .pubAuthor img,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor img,
body.blog .siteContainer .content-con .left article .inner-con .pubAuthor img,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor img,
body.search-no-results .siteContainer .content-con .left article .inner-con .pubAuthor img,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor img,
body.search-results .siteContainer .content-con .left article .inner-con .pubAuthor img,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor img,
body.single-post .siteContainer .content-con .left article .inner-con .pubAuthor img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 32px;
    height: 32px
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor span,
body.archive .siteContainer .content-con .left article .inner-con .pubAuthor span,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor span,
body.blog .siteContainer .content-con .left article .inner-con .pubAuthor span,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor span,
body.search-no-results .siteContainer .content-con .left article .inner-con .pubAuthor span,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor span,
body.search-results .siteContainer .content-con .left article .inner-con .pubAuthor span,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor span,
body.single-post .siteContainer .content-con .left article .inner-con .pubAuthor span {
    color: #be8df1
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor p,
body.archive .siteContainer .content-con .left article .inner-con .pubAuthor p,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor p,
body.blog .siteContainer .content-con .left article .inner-con .pubAuthor p,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor p,
body.search-no-results .siteContainer .content-con .left article .inner-con .pubAuthor p,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor p,
body.search-results .siteContainer .content-con .left article .inner-con .pubAuthor p,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .pubAuthor p,
body.single-post .siteContainer .content-con .left article .inner-con .pubAuthor p {
    margin-right: 30px
}

body.archive .siteContainer .content-con .left .single-post-content .inner-con .category .btn,
body.archive .siteContainer .content-con .left article .inner-con .category .btn,
body.blog .siteContainer .content-con .left .single-post-content .inner-con .category .btn,
body.blog .siteContainer .content-con .left article .inner-con .category .btn,
body.search-no-results .siteContainer .content-con .left .single-post-content .inner-con .category .btn,
body.search-no-results .siteContainer .content-con .left article .inner-con .category .btn,
body.search-results .siteContainer .content-con .left .single-post-content .inner-con .category .btn,
body.search-results .siteContainer .content-con .left article .inner-con .category .btn,
body.single-post .siteContainer .content-con .left .single-post-content .inner-con .category .btn,
body.single-post .siteContainer .content-con .left article .inner-con .category .btn {
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #4f2353;
    color: #be8df1;
    margin-right: 10px
}

body.archive .siteContainer .content-con .right,
body.blog .siteContainer .content-con .right,
body.search-no-results .siteContainer .content-con .right,
body.search-results .siteContainer .content-con .right,
body.single-post .siteContainer .content-con .right {
    min-width: 300px;
    max-width: 300px;
    margin-left: 20px
}

@media screen and (max-width:960px) {

    body.archive .siteContainer .content-con .right,
    body.blog .siteContainer .content-con .right,
    body.search-no-results .siteContainer .content-con .right,
    body.search-results .siteContainer .content-con .right,
    body.single-post .siteContainer .content-con .right {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        margin: 0
    }
}

body.archive .siteContainer .content-con .right .recentPosts,
body.blog .siteContainer .content-con .right .recentPosts,
body.search-no-results .siteContainer .content-con .right .recentPosts,
body.search-results .siteContainer .content-con .right .recentPosts,
body.single-post .siteContainer .content-con .right .recentPosts {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
    margin-bottom: 40px;
    display: inline-block
}

body.archive .siteContainer .content-con .right .recentPosts .post-thumbnail,
body.blog .siteContainer .content-con .right .recentPosts .post-thumbnail,
body.search-no-results .siteContainer .content-con .right .recentPosts .post-thumbnail,
body.search-results .siteContainer .content-con .right .recentPosts .post-thumbnail,
body.single-post .siteContainer .content-con .right .recentPosts .post-thumbnail {
    display: block;
    width: 100%;
    height: 191px;
    border: 1px solid #4f2353;
    border-radius: 10px;
    margin-bottom: 30px
}

body.archive .siteContainer .content-con .right .recentPosts a,
body.blog .siteContainer .content-con .right .recentPosts a,
body.search-no-results .siteContainer .content-con .right .recentPosts a,
body.search-results .siteContainer .content-con .right .recentPosts a,
body.single-post .siteContainer .content-con .right .recentPosts a {
    text-decoration: none
}

body.archive .siteContainer .content-con .right .recentPosts h2,
body.blog .siteContainer .content-con .right .recentPosts h2,
body.search-no-results .siteContainer .content-con .right .recentPosts h2,
body.search-results .siteContainer .content-con .right .recentPosts h2,
body.single-post .siteContainer .content-con .right .recentPosts h2 {
    margin: 0 0 20px;
    color: #be8df2;
    font-size: 28px
}

body.archive .siteContainer .content-con .right .recentPosts h3,
body.blog .siteContainer .content-con .right .recentPosts h3,
body.search-no-results .siteContainer .content-con .right .recentPosts h3,
body.search-results .siteContainer .content-con .right .recentPosts h3,
body.single-post .siteContainer .content-con .right .recentPosts h3 {
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: 300;
    color: #8198b3
}

body.archive .siteContainer .content-con .right .recentPosts img,
body.blog .siteContainer .content-con .right .recentPosts img,
body.search-no-results .siteContainer .content-con .right .recentPosts img,
body.search-results .siteContainer .content-con .right .recentPosts img,
body.single-post .siteContainer .content-con .right .recentPosts img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%
}

body.archive .siteContainer .relatedPosts,
body.blog .siteContainer .relatedPosts,
body.search-no-results .siteContainer .relatedPosts,
body.search-results .siteContainer .relatedPosts,
body.single-post .siteContainer .relatedPosts {
    position: relative;
    width: 100%
}

body.archive .siteContainer .relatedPosts h2,
body.blog .siteContainer .relatedPosts h2,
body.search-no-results .siteContainer .relatedPosts h2,
body.search-results .siteContainer .relatedPosts h2,
body.single-post .siteContainer .relatedPosts h2 {
    text-align: center;
    color: #be8df2;
    font-size: 40px
}

body.archive .siteContainer .relatedPosts .pagination-container,
body.blog .siteContainer .relatedPosts .pagination-container,
body.search-no-results .siteContainer .relatedPosts .pagination-container,
body.search-results .siteContainer .relatedPosts .pagination-container,
body.single-post .siteContainer .relatedPosts .pagination-container {
    width: 100%;
    display: flex;
    justify-content: space-between
}

body.archive .siteContainer .relatedPosts .relatedPostsContainer,
body.blog .siteContainer .relatedPosts .relatedPostsContainer,
body.search-no-results .siteContainer .relatedPosts .relatedPostsContainer,
body.search-results .siteContainer .relatedPosts .relatedPostsContainer,
body.single-post .siteContainer .relatedPosts .relatedPostsContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 40px;
    position: relative;
    z-index: 1000;
    flex-wrap: wrap;
    margin-top: 40px
}

body.archive .siteContainer .relatedPosts .relatedPostsContainer article,
body.blog .siteContainer .relatedPosts .relatedPostsContainer article,
body.search-no-results .siteContainer .relatedPosts .relatedPostsContainer article,
body.search-results .siteContainer .relatedPosts .relatedPostsContainer article,
body.single-post .siteContainer .relatedPosts .relatedPostsContainer article {
    padding: 20px 20px;
    border: none;
    width: 100%;
    max-width: 540px;
    margin: 0 20px 40px 20px;
    min-height: unset;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%)
}

@media screen and (max-width:1200px) {

    body.archive .siteContainer .relatedPosts .relatedPostsContainer article,
    body.blog .siteContainer .relatedPosts .relatedPostsContainer article,
    body.search-no-results .siteContainer .relatedPosts .relatedPostsContainer article,
    body.search-results .siteContainer .relatedPosts .relatedPostsContainer article,
    body.single-post .siteContainer .relatedPosts .relatedPostsContainer article {
        max-width: 100%
    }
}

body.archive .siteContainer .relatedPosts .relatedPostsContainer article .post-thumbnail,
body.blog .siteContainer .relatedPosts .relatedPostsContainer article .post-thumbnail,
body.search-no-results .siteContainer .relatedPosts .relatedPostsContainer article .post-thumbnail,
body.search-results .siteContainer .relatedPosts .relatedPostsContainer article .post-thumbnail,
body.single-post .siteContainer .relatedPosts .relatedPostsContainer article .post-thumbnail {
    height: auto;
    margin-bottom: 10px
}

body.archive .siteContainer .relatedPosts .relatedPosts h2,
body.blog .siteContainer .relatedPosts .relatedPosts h2,
body.search-no-results .siteContainer .relatedPosts .relatedPosts h2,
body.search-results .siteContainer .relatedPosts .relatedPosts h2,
body.single-post .siteContainer .relatedPosts .relatedPosts h2 {
    text-align: center;
    color: #be8df2
}

body.single-post .siteContainer .content-con .left {
    max-width: unset;
    border-right: 0;
    padding-right: 0
}

body.single-post .siteContainer .wp-block-button__link {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: .2em .5em .2em .5em;
    background-color: rgba(190, 141, 241, .3);
    transition: box-shadow .2s ease-in;
    color: #fff;
    display: inline-block
}

body.single-post .siteContainer .wp-block-button__link:hover {
    box-shadow: 0 0 15px #be8df1;
    border: 1px solid #be8df1;
    transition: box-shadow .2s ease-out;
    cursor: pointer
}

body.single-post .siteContainer .wp-block-button__link i {
    position: relative;
    top: 2px
}

body.search-no-results .siteContainer .container,
body.search-results .siteContainer .container {
    margin-top: 144px
}

@keyframes related-animation-line {
    0% {
        transform: translateZ(0) translate(-50px, 50px)
    }

    16% {
        transform: translateZ(0) translate(-50px, -449px)
    }

    18% {
        transform: translateZ(0) translate(-50px, -469px) rotate(45deg)
    }

    20% {
        transform: translateZ(0) translate(-50px, -519px) rotate(90deg)
    }

    48% {
        transform: translateZ(0) translate(778px, -519px) rotate(90deg)
    }

    50% {
        transform: translateZ(0) translate(798px, -519px) rotate(135deg)
    }

    52% {
        transform: translateZ(0) translate(848px, -469px) rotate(180deg)
    }

    68% {
        transform: translateZ(0) translate(848px, -70px) rotate(180deg)
    }

    70% {
        transform: translateZ(0) translate(848px, -50px) rotate(225deg)
    }

    72% {
        transform: translateZ(0) translate(848px, 50px) rotate(270deg)
    }

    98% {
        transform: translateZ(0) translate(0, 50px) rotate(270deg)
    }

    100% {
        transform: translateZ(0) translate(-50px, 50px) rotate(360deg)
    }
}

footer .site-footer {
    background: #011c40;
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .72em;
    padding: 1rem 0;
    box-sizing: border-box
}

footer .site-footer a,
footer .site-footer p {
    font-size: 16px
}

footer .site-footer .container {
    justify-content: space-between;
    flex-direction: row
}

@media screen and (max-width:960px) {
    footer .site-footer .container {
        flex-direction: column
    }
}

footer .site-footer .container .left-links p {
    display: inline-block;
    margin-right: 2rem
}

footer .site-footer .container .left-links a {
    display: inline-block;
    margin-right: 2rem;
    text-decoration: none
}

footer .site-footer .container .left-links a:hover {
    text-decoration: underline
}

footer .site-footer .container .left-links a:last-of-type {
    margin-right: 0
}

footer .site-footer .container .left-links i {
    font-size: 1.3em;
    color: #fff;
    margin-right: .5rem
}

@media screen and (max-width:960px) {
    footer .site-footer .container .left-links {
        display: flex;
        margin-bottom: 1rem;
        flex-direction: column;
        align-items: center
    }

    footer .site-footer .container .left-links a,
    footer .site-footer .container .left-links p {
        margin: 5px 0
    }
}

footer .site-footer .container .social-links i {
    font-size: 2.5em;
    color: #fff;
    margin-left: 1rem;
    opacity: .5;
    transition: all .5s
}

footer .site-footer .container .social-links i:hover {
    opacity: 1
}

@media screen and (max-width:960px) {
    footer .site-footer .container .social-links i {
        margin: 0 .5rem
    }
}

@media screen and (max-width:960px) {
    footer .site-footer .container .social-links {
        margin-bottom: 1rem
    }
}

footer .super-footer {
    background: #001126;
    padding: 3rem 0;
    font-size: 16px
}

footer .super-footer .container {
    flex-direction: row
}

@media screen and (max-width:960px) {
    footer .super-footer .container {
        flex-direction: column
    }
}

footer .super-footer .details {
    width: 30%;
    min-width: 240px;
    margin-bottom: 30px
}

footer .super-footer .details img {
    max-width: 240px;
    width: 100%;
    align-self: center;
    margin-top: 20px
}

@media screen and (max-width:960px) {
    footer .super-footer .details {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        text-align: center;
        margin-bottom: 0
    }
}

footer .super-footer .details p {
    padding: 0;
    margin: 1rem 0
}

footer .super-footer .details .button-purple {
    font-size: 1.4em
}

footer .super-footer .details .footer-logo {
    background-image: url(../image/ai-logo-super-footer.png);
    display: inline-block;
    width: 200px;
    height: 44px;
    margin: 0 0 .5rem 0
}

footer .super-footer .details .info-con {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

footer .super-footer .details .info-con p {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 .5rem 0
}

footer .super-footer .details .info-con i {
    width: 44px;
    font-size: 2em;
    color: #41517c
}

footer .super-footer .details .info-con a {
    flex: 1;
    text-decoration: none
}

footer .super-footer .details .info-con a:hover {
    text-decoration: underline
}

footer .super-footer .links-con {
    display: flex;
    flex: 1;
    flex-direction: row;
    margin-left: 3rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start
}

@media screen and (max-width:960px) {
    footer .super-footer .links-con {
        margin: 0;
        justify-content: center;
        display: none
    }
}

footer .super-footer .links-con ul {
    font-family: arboria;
    color: #fff;
    min-width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

footer .super-footer .links-con ul:nth-of-type(2) {
    min-width: 220px
}

footer .super-footer .links-con ul:nth-of-type(4) {
    min-width: 140px
}

footer .super-footer .links-con ul li {
    margin: .65rem 0;
    margin-right: 1rem
}

footer .super-footer .links-con ul li a {
    text-decoration: none
}

footer .super-footer .links-con ul li a:hover {
    text-decoration: underline
}

@media screen and (max-width:960px) {
    footer .super-footer .links-con ul {
        width: 100%;
        text-align: center
    }

    footer .super-footer .links-con ul li {
        margin-right: 0
    }
}

body.page-template-default .siteContainer article {
    margin: 80px auto
}

body.page-template-default .siteContainer article .container.purple-con {
    border: 1px solid #be8df1;
    margin: 0 auto;
    border-radius: 25px;
    padding: 40px 60px;
    background-color: #030508
}

body.page-template-default .siteContainer table {
    color: #fff
}

body.page-template-default .siteContainer a,
body.page-template-default .siteContainer li,
body.page-template-default .siteContainer p {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    color: #fff
}

body.page-template-default .siteContainer h1,
body.page-template-default .siteContainer h2 {
    max-width: 900px;
    font-size: 50px;
    color: #fff;
    margin: 2.5rem auto
}

body.page-template-lp-get-freeflyer .site #header-nav,
body.page-template-lp-get-freeflyer .site footer {
    display: none
}

body.page-template-lp-get-freeflyer .siteContainer {
    background-image: url(../image/BG-space.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat
}

body.page-template-lp-get-freeflyer .siteContainer h1,
body.page-template-lp-get-freeflyer .siteContainer h2,
body.page-template-lp-get-freeflyer .siteContainer h3,
body.page-template-lp-get-freeflyer .siteContainer p {
    text-align: left
}

body.page-template-lp-get-freeflyer .siteContainer h1 {
    margin-top: 0;
    font-size: 46px;
    line-height: 55px
}

body.page-template-lp-get-freeflyer .siteContainer h2 {
    font-size: 30px;
    line-height: 1.25em;
    color: #be8df1
}

body.page-template-lp-get-freeflyer .siteContainer a,
body.page-template-lp-get-freeflyer .siteContainer p {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-family: ibm-plex-sans, sans-serif
}

body.page-template-lp-get-freeflyer .siteContainer h3 {
    font-size: 32px;
    line-height: 46px;
    color: #fff;
    margin-top: 80px
}

body.page-template-lp-get-freeflyer .siteContainer .container {
    max-width: 1440px
}

body.page-template-lp-get-freeflyer .siteContainer .header-image-container {
    height: 50vh;
    max-height: 40vw;
    position: relative;
    margin-bottom: -4em
}

@media screen and (max-width:768px) {
    body.page-template-lp-get-freeflyer .siteContainer .header-image-container {
        margin-bottom: 0;
        height: auto;
        margin-bottom: 40px
    }
}

body.page-template-lp-get-freeflyer .siteContainer .header-image-container .header-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: auto
}

@media screen and (max-width:768px) {
    body.page-template-lp-get-freeflyer .siteContainer .header-image-container .header-image {
        display: none;
        height: 0
    }
}

body.page-template-lp-get-freeflyer .siteContainer .header-image-container .ai-logo {
    align-self: flex-start;
    margin-top: 4rem
}

body.page-template-lp-get-freeflyer .siteContainer .freeflyer-logo {
    align-self: flex-start;
    margin-bottom: 30px
}

body.page-template-lp-get-freeflyer .siteContainer .content {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    gap: 40px 70px;
    margin-bottom: 5rem;
    flex-wrap: wrap
}

body.page-template-lp-get-freeflyer .siteContainer .content .col {
    max-width: 100%
}

body.page-template-lp-get-freeflyer .siteContainer .content .left {
    flex: 1;
    max-width: 510px;
    min-width: 260px
}

body.page-template-lp-get-freeflyer .siteContainer .content .right {
    flex: 1;
    max-width: 100%
}

body.page-template-lp-get-freeflyer .siteContainer .lp-footer {
    background: #011c40;
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .72em;
    padding: 1rem 0;
    box-sizing: border-box
}

body.page-template-lp-get-freeflyer .siteContainer .lp-footer img {
    width: 191px;
    height: auto
}

body.home .siteContainer img {
    max-width: 100%
}

body.home .siteContainer .hero {
    position: relative;
    background: 0 0;
    background-size: 100% 50%;
    margin: 0 auto;
    margin-bottom: 80px
}

body.home .siteContainer .hero .hero-grad {
    display: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #030508);
    height: 300px;
    position: absolute;
    bottom: 0;
    width: 100%
}

body.home .siteContainer .cta-purple {
    margin: 10px
}

body.home .siteContainer .heroBackground {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.home .siteContainer h1,
body.home .siteContainer h2 {
    max-width: 100%;
    font-size: 3.125rem;
    margin: 0 0 40px;
    z-index: 10;
    position: relative
}

body.home .siteContainer .button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

body.home .siteContainer .content {
    background-image: var(--background-image);
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: -70px
}

body.home .siteContainer .content-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.home .siteContainer .content-fill div {
    transform: translateY(950px);
    animation: hero-background-dot 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 1080px;
    background-image: linear-gradient(0deg, rgba(234, 0, 255, 0) 0, #ea00ff 50%, #ea00ff 50%, rgba(234, 0, 255, 0) 100%)
}

body.home .siteContainer .capContainer {
    min-height: 600px
}

body.home .siteContainer .capContainer .capLeft button {
    flex: 1;
    height: unset
}

body.home .siteContainer .capContainer .capInfo {
    border-color: #4f2353
}

body.home .siteContainer .capContainer .capInfo h3 {
    color: #be8df1
}

body.home .siteContainer a.purple {
    text-decoration: underline
}

body.home .siteContainer a.purple:hover {
    cursor: pointer
}

body.home .siteContainer .history .slick-list {
    border: 0
}

body.home .siteContainer .slider-wide-con {
    max-width: 1320px
}

body.home .siteContainer .cases {
    margin: 40px 0;
    padding: 0 40px
}

body.home .siteContainer .cases .slick-list {
    border: 0
}

body.home .siteContainer .cases .slick-track {
    display: flex
}

body.home .siteContainer .cases .slick-track .slick-slide {
    height: auto
}

body.home .siteContainer .cases .caseCol,
body.home .siteContainer .cases .histCol {
    margin: 0 10px;
    transform: translateZ(50px);
    padding: 0;
    display: flex;
    flex-direction: column;
    height: auto
}

body.home .siteContainer .cases .caseCol .caseText,
body.home .siteContainer .cases .caseCol .histText,
body.home .siteContainer .cases .histCol .caseText,
body.home .siteContainer .cases .histCol .histText {
    text-align: left;
    transform: translateZ(50px);
    padding: 20px;
    box-sizing: inherit;
    flex: 1
}

body.home .siteContainer .cases .caseCol .caseText .date,
body.home .siteContainer .cases .caseCol .histText .date,
body.home .siteContainer .cases .histCol .caseText .date,
body.home .siteContainer .cases .histCol .histText .date {
    font-size: 16px;
    color: #ccc
}

body.home .siteContainer .cases .caseCol .caseText h3,
body.home .siteContainer .cases .caseCol .histText h3,
body.home .siteContainer .cases .histCol .caseText h3,
body.home .siteContainer .cases .histCol .histText h3 {
    color: #be8df1;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0
}

body.home .siteContainer .cases .caseCol .caseImg,
body.home .siteContainer .cases .caseCol .histImg,
body.home .siteContainer .cases .histCol .caseImg,
body.home .siteContainer .cases .histCol .histImg {
    transform: translateZ(50px);
    height: auto
}

body.home .siteContainer .cases .caseCol .histImg img,
body.home .siteContainer .cases .histCol .histImg img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    transform: translateZ(50px)
}

body.home .siteContainer .cases .caseCol .caseImg img,
body.home .siteContainer .cases .histCol .caseImg img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    transform: translateZ(50px);
    margin: 10px auto
}

body.home .siteContainer .cases .caseCol .caseIcon,
body.home .siteContainer .cases .caseCol .histIcon,
body.home .siteContainer .cases .histCol .caseIcon,
body.home .siteContainer .cases .histCol .histIcon {
    transform: translateZ(50px);
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px
}

body.home .siteContainer .casesLinks {
    margin-bottom: 40px
}

body.home .siteContainer .casesLinks a {
    margin: 0 10px
}

body.home .siteContainer .contents {
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 100px 30px 0 30px
}

body.home .siteContainer .logo {
    margin: 40px auto 20px;
    width: max-content;
    position: relative;
    max-width: 100%;
    padding: 0 15px
}

body.home .siteContainer .logo img {
    max-width: 100%
}

body.home .siteContainer .buttons {
    margin: 100px auto 80px;
    width: 100%;
    position: relative
}

@media screen and (max-width:1200px) {
    body.home .siteContainer .buttons {
        margin-top: 50px
    }
}

body.home .siteContainer .section {
    padding: 3rem 30px;
    position: relative;
    display: flex;
    flex-direction: column
}

body.home .siteContainer .five,
body.home .siteContainer .four,
body.home .siteContainer .one,
body.home .siteContainer .seven,
body.home .siteContainer .six,
body.home .siteContainer .three,
body.home .siteContainer .two {
    text-align: center
}

body.home .siteContainer .ctaDemo,
body.home .siteContainer .ctaTrial {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(190, 141, 241, .45);
    margin: 0 20px;
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .ctaDemo:hover,
body.home .siteContainer .ctaTrial:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #be8df1;
    border: 2px solid #be8df1;
    transition: box-shadow .2s ease-out
}

body.home .siteContainer .ctaQuote {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(190, 141, 241, .45);
    margin-left: 20px;
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .ctaQuote:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #be8df1;
    border: 2px solid #be8df1;
    transition: box-shadow .2s ease-out
}

body.home .siteContainer .one {
    padding-top: 1rem
}

body.home .siteContainer .oneText {
    margin: 0 auto 0;
    max-width: 1240px
}

body.home .siteContainer .oneText p {
    font-size: 22px;
    margin-bottom: 80px;
    line-height: 30px;
    color: #be8df2
}

body.home .siteContainer .history {
    width: 1320px;
    margin: 50px auto 40px;
    display: inline-flex;
    flex-flow: row;
    max-width: 100%
}

body.home .siteContainer .history .card {
    width: 398px;
    height: 460px
}

body.home .siteContainer .card {
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    transform-style: preserve-3d;
    transform: perspective(3000px);
    overflow: hidden
}

body.home .siteContainer .card::before {
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4f2353, transparent);
    transform: translate(-50%, -50%);
    transition: width 0s ease, height 0s ease
}

body.home .siteContainer .card:hover::before {
    --size: 460px
}

body.home .siteContainer .histCol {
    padding: 20px;
    transform: translateZ(50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 10px
}

body.home .siteContainer .histText {
    text-align: left;
    transform: translateZ(50px)
}

body.home .siteContainer .histText h3 {
    color: #be8df2;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px
}

body.home .siteContainer .histText p {
    font-size: 16px
}

body.home .siteContainer .histImg {
    transform: translateZ(50px)
}

body.home .siteContainer .histImg img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    transform: translateZ(50px);
    width: 100%
}

body.home .siteContainer .histIcon {
    transform: translateZ(50px);
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px
}

body.home .siteContainer .compLogos {
    margin: 0 auto 40px;
    width: 1240px;
    max-width: 100%;
    display: inline-flex;
    flex-flow: row
}

body.home .siteContainer .historyLink {
    margin: 30px auto 30px
}

body.home .siteContainer .ctaHistory {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(190, 141, 241, .3);
    position: relative;
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .ctaHistory:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #be8df1;
    border: 2px solid #be8df1;
    transition: box-shadow .2s ease-out
}

body.home .siteContainer .secTwoBg {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.home .siteContainer .capBg {
    background-image: var(--background-image);
    background-size: cover;
    margin: 0 auto;
    width: 1920px;
    max-width: 100%;
    min-height: 950px;
    position: absolute;
    top: 0
}

body.home .siteContainer .capBg-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.home .siteContainer .capBg-fill div {
    transform: translateY(950px);
    animation: cap-background 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 1080px;
    background-image: linear-gradient(0deg, rgba(234, 0, 255, 0) 0, rgba(0, 124, 255, .3) 50%, rgba(0, 124, 255, .3) 50%, rgba(234, 0, 255, 0) 100%)
}

body.home .siteContainer .threeText {
    margin: 0 auto 0;
    max-width: 1240px;
    max-width: 100%
}

body.home .siteContainer .threeText p {
    font-size: 18px;
    line-height: 30px;
    color: #be8df2
}

body.home .siteContainer .script1Container {
    border: 1px solid #4f2353;
    border-radius: 25px;
    padding: 20px;
    width: 1238px;
    max-width: 100%;
    min-height: 450px;
    margin: 50px auto 40px;
    display: inline-flex;
    flex-flow: row;
    z-index: 1;
    position: relative
}

body.home .siteContainer .script4Container {
    border: 1px solid #4f2353;
    border-radius: 25px;
    padding: 20px;
    width: 1238px;
    max-width: 100%;
    min-height: 330px;
    margin: 0 auto 40px;
    display: inline-flex;
    flex-flow: row;
    z-index: 1;
    position: relative
}

body.home .siteContainer .script1Image,
body.home .siteContainer .script4Image {
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (max-width:1200px) {

    body.home .siteContainer .script1Image,
    body.home .siteContainer .script4Image {
        display: none
    }
}

body.home .siteContainer .script2Image,
body.home .siteContainer .script3Image {
    margin: 0 0;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center
}

body.home .siteContainer .script1Image img,
body.home .siteContainer .script4Image img {
    display: block;
    border-radius: 0 0 25px 0;
    position: absolute;
    bottom: 0;
    right: 0
}

body.home .siteContainer .script2Image img,
body.home .siteContainer .script3Image img {
    display: block
}

body.home .siteContainer .script1Info {
    width: 464px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 40px 0 40px 40px;
    z-index: 100
}

@media screen and (max-width:1200px) {
    body.home .siteContainer .script1Info {
        width: 100%;
        margin: 40px 0
    }
}

body.home .siteContainer .script2ContainerLeft .script1Info,
body.home .siteContainer .script2ContainerRight .script1Info {
    width: 100%;
    margin: 40px !important
}

body.home .siteContainer .script1Info h3 {
    font-weight: 400;
    margin: 0;
    color: #be8df2;
    font-size: 26px
}

body.home .siteContainer .script1Info p {
    font-size: 18px;
    margin: 0
}

body.home .siteContainer .ctaScript {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df2;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(214, 241, 141, .3);
    position: relative;
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .ctaScript:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #be8df2;
    border: 2px solid #be8df2;
    transition: box-shadow .2s ease-out
}

body.home .siteContainer #script1Container.card {
    width: 100%;
    height: 420px;
    border: 1px solid #4f2353;
    border-radius: 20px;
    transform-style: preserve-3d;
    transform: perspective(5000px);
    overflow: hidden
}

body.home .siteContainer #script1Container.card::before {
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4f2353, transparent);
    transform: translate(-50%, -50%);
    transition: width 0s ease, height 0s ease
}

body.home .siteContainer #script1Container.card:hover::before {
    --size: 1000px
}

body.home .siteContainer #script2ContainerLeft.card:hover::before,
body.home .siteContainer #script2ContainerRight.card:hover::before,
body.home .siteContainer #script4Container.card:hover::before {
    --size: 1000px
}

body.home .siteContainer .script2Container {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto 0;
    z-index: 1;
    position: relative;
    justify-content: space-between
}

@media screen and (max-width:1200px) {
    body.home .siteContainer .script2Container {
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
}

body.home .siteContainer .script2ContainerLeft,
body.home .siteContainer .script2ContainerRight {
    z-index: 1;
    display: inline-flex;
    flex-direction: row;
    margin-bottom: 15px
}

body.home .siteContainer #script2ContainerLeft.card,
body.home .siteContainer #script2ContainerRight.card {
    width: 600px;
    max-width: 100%;
    height: 628px;
    border: 1px solid #4f2353;
    border-radius: 20px;
    transform-style: preserve-3d;
    transform: perspective(5000px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

@media screen and (max-width:960px) {

    body.home .siteContainer #script2ContainerLeft.card,
    body.home .siteContainer #script2ContainerRight.card {
        height: auto;
        padding-bottom: 60%
    }
}

body.home .siteContainer #script2ContainerLeft.card::before,
body.home .siteContainer #script2ContainerRight.card::before {
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4f2353, transparent);
    transform: translate(-50%, -50%);
    transition: width 0s ease, height 0s ease
}

body.home .siteContainer #script4Container.card {
    width: 100%;
    height: 330px;
    border: 1px solid #4f2353;
    border-radius: 20px;
    transform-style: preserve-3d;
    transform: perspective(5000px);
    overflow: hidden
}

body.home .siteContainer #script4Container.card::before {
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4f2353, transparent);
    transform: translate(-50%, -50%)
}

body.home .siteContainer .fourText {
    margin: 0 auto 0;
    max-width: 1240px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1000
}

body.home .siteContainer .fourText p {
    font-size: 18px;
    line-height: 30px;
    color: #be8df1;
    margin-top: 18px
}

body.home .siteContainer .secFourBg {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.home .siteContainer .visBg {
    background-image: var(--background-image);
    background-size: cover;
    margin: 0 auto;
    width: 1920px;
    max-width: 100%;
    min-height: 950px;
    position: absolute;
    top: 0
}

body.home .siteContainer .visBg-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.home .siteContainer .visBg-fill div {
    transform: translateY(950px);
    animation: cap-background 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 1080px;
    background-image: linear-gradient(0deg, rgba(255, 186, 0, 0) 0, rgba(255, 198, 0, .5) 50%, rgba(255, 198, 0, .5) 50%, rgba(255, 186, 0, 0) 100%)
}

body.home .siteContainer .fiveText {
    margin: 0 auto 0;
    max-width: 1240px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1000
}

body.home .siteContainer .fiveText p {
    font-size: 16px;
    line-height: 30px;
    color: #be8df1
}

body.home .siteContainer .apiContainer {
    max-width: 100%;
    border: 1px solid #4f2353;
    border-radius: 25px;
    background-image: linear-gradient(#050803 0, #0f0012 100%);
    width: 1278px;
    min-height: 500px;
    margin: 50px auto 40px;
    display: inline-flex;
    flex-flow: row;
    z-index: 1;
    position: relative;
    overflow: hidden;
    justify-content: space-between
}

body.home .siteContainer .apiContainer .apiInfo {
    margin: 40px
}

body.home .siteContainer .orbiter {
    width: 500px;
    height: 500px
}

@media screen and (max-width:960px) {
    body.home .siteContainer .orbiter {
        display: none
    }
}

body.home .siteContainer .apiOrbits {
    background-image: var(--background-image);
    width: 584px;
    height: 584px;
    position: absolute;
    overflow: hidden;
    top: -42px;
    left: -100px
}

body.home .siteContainer .apiOrbits div {
    position: absolute;
    border-radius: 50%
}

body.home .siteContainer .apiOrbits div:nth-child(1) {
    width: 104px;
    height: 104px;
    top: calc(50% - 52px);
    left: calc(50% - 52px);
    transform: rotate(0)
}

body.home .siteContainer .apiOrbits div:nth-child(2) {
    width: 136px;
    height: 136px;
    top: calc(50% - 68px);
    left: calc(50% - 68px);
    transform: rotate(-18deg)
}

body.home .siteContainer .apiOrbits div:nth-child(3) {
    width: 168px;
    height: 168px;
    top: calc(50% - 84px);
    left: calc(50% - 84px);
    transform: rotate(-36deg)
}

body.home .siteContainer .apiOrbits div:nth-child(4) {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    transform: rotate(-54deg)
}

body.home .siteContainer .apiOrbits div:nth-child(5) {
    width: 232px;
    height: 232px;
    top: calc(50% - 116px);
    left: calc(50% - 116px);
    transform: rotate(-72deg)
}

body.home .siteContainer .apiOrbits div:nth-child(6) {
    width: 264px;
    height: 264px;
    top: calc(50% - 132px);
    left: calc(50% - 132px);
    transform: rotate(-90deg)
}

body.home .siteContainer .apiOrbits div:nth-child(7) {
    width: 296px;
    height: 296px;
    top: calc(50% - 148px);
    left: calc(50% - 148px);
    transform: rotate(-108deg)
}

body.home .siteContainer .apiOrbits div:nth-child(8) {
    width: 328px;
    height: 328px;
    top: calc(50% - 164px);
    left: calc(50% - 164px);
    transform: rotate(-126deg)
}

body.home .siteContainer .apiOrbits div:nth-child(9) {
    width: 360px;
    height: 360px;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
    transform: rotate(-144deg)
}

body.home .siteContainer .apiOrbits div:nth-child(10) {
    width: 392px;
    height: 392px;
    top: calc(50% - 196px);
    left: calc(50% - 196px);
    transform: rotate(-162deg)
}

body.home .siteContainer .apiOrbits div:nth-child(11) {
    width: 424px;
    height: 424px;
    top: calc(50% - 212px);
    left: calc(50% - 212px);
    transform: rotate(-180deg)
}

body.home .siteContainer .apiOrbits div:nth-child(12) {
    width: 456px;
    height: 456px;
    top: calc(50% - 228px);
    left: calc(50% - 228px);
    transform: rotate(-198deg)
}

body.home .siteContainer .apiOrbits div:nth-child(13) {
    width: 488px;
    height: 488px;
    top: calc(50% - 244px);
    left: calc(50% - 244px);
    transform: rotate(-216deg)
}

body.home .siteContainer .apiOrbits div:nth-child(14) {
    width: 520px;
    height: 520px;
    top: calc(50% - 260px);
    left: calc(50% - 260px);
    transform: rotate(-234deg)
}

body.home .siteContainer .apiOrbits div:nth-child(15) {
    width: 552px;
    height: 552px;
    top: calc(50% - 276px);
    left: calc(50% - 276px);
    transform: rotate(-252deg)
}

body.home .siteContainer .apiOrbits div:nth-child(16) {
    width: 584px;
    height: 584px;
    top: calc(50% - 292px);
    left: calc(50% - 292px);
    transform: rotate(-270deg)
}

body.home .siteContainer .apiOrbits div::before {
    background: rgba(249, 226, 255, .1);
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute
}

body.home .siteContainer .apiOrbits-gradient div::before {
    background: conic-gradient(rgba(198, 46, 255, 0) 6.7%, rgba(68, 16, 81, .35) 20.8%, rgba(127, 47, 142, .7) 34.9%, #be8df1 49.99%, rgba(235, 122, 255, 0) 50%)
}

body.home .siteContainer .apiOrbits-gradient {
    animation: apiOrbits 10s linear infinite
}

body.home .siteContainer .apiOrbitsLogo {
    position: absolute;
    top: 178px;
    left: 145px
}

body.home .siteContainer .apiBrands {
    animation: apiBrands 80s linear infinite;
    top: 90px;
    left: 33px;
    width: 320px;
    height: 320px
}

body.home .siteContainer .bubbles {
    position: absolute
}

body.home .siteContainer .bubbles div {
    position: absolute;
    border-radius: 50%;
    z-index: 1
}

body.home .siteContainer .bubbles div::before {
    background-color: #4f2353;
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-radius: 50%;
    z-index: -1
}

body.home .siteContainer .apiBrandItem {
    animation: brandItem 80s linear infinite reverse;
    width: 52px;
    height: 52px
}

body.home .siteContainer .apiBrandItem img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0e0410
}

body.home .siteContainer .brandImage {
    display: block;
    transition: 1s cubic-bezier(.6, .6, 0, 1) opacity
}

body.home .siteContainer .apiBrandItem:nth-child(1) {
    left: 134px;
    top: 12px
}

body.home .siteContainer .apiBrandItem:nth-child(2) {
    right: 18px;
    top: 96px
}

body.home .siteContainer .apiBrandItem:nth-child(3) {
    right: 62px;
    top: 232px
}

body.home .siteContainer .apiBrandItem:nth-child(4) {
    left: 62px;
    top: 232px
}

body.home .siteContainer .apiBrandItem:nth-child(5) {
    left: 18px;
    top: 96px
}

body.home .siteContainer .apiSmallBubbles {
    animation: apiBrands 120s linear infinite reverse;
    width: 360px;
    height: 360px;
    top: 70px;
    left: 12px
}

body.home .siteContainer .smallBubbles {
    position: absolute
}

body.home .siteContainer .apiSmallBubbles div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

body.home .siteContainer .apiSmallBubbles div::before {
    background-color: #4f2353;
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    z-index: -1
}

body.home .siteContainer .apiSmallBubbles div::after {
    box-shadow: 0 0 0 1px #750e8f;
    background-color: #0e0410;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

body.home .siteContainer .apiSmallBubbles div:nth-child(1) {
    left: 107px;
    top: 17px
}

body.home .siteContainer .apiSmallBubbles div:nth-child(2) {
    right: 107px;
    top: 17px
}

body.home .siteContainer .apiSmallBubbles div:nth-child(3) {
    right: 17px;
    top: 107px
}

body.home .siteContainer .apiSmallBubbles div:nth-child(4) {
    right: 17px;
    bottom: 107px
}

body.home .siteContainer .apiSmallBubbles div:nth-child(5) {
    right: 107px;
    bottom: 17px
}

body.home .siteContainer .apiSmallBubbles div:nth-child(6) {
    left: 107px;
    bottom: 17px
}

body.home .siteContainer .apiSmallBubbles div:nth-child(7) {
    left: 17px;
    bottom: 107px
}

body.home .siteContainer .apiSmallBubbles div:nth-child(8) {
    left: 17px;
    top: 107px
}

body.home .siteContainer .apiBigBubbles {
    animation: apiBrands 160s linear infinite;
    width: 500px;
    height: 500px;
    top: 0;
    left: -52px
}

body.home .siteContainer .bigBubbles {
    position: absolute
}

body.home .siteContainer .apiBigBubbles div {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

body.home .siteContainer .apiBigBubbles div::before {
    background-color: #4f2353;
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    z-index: -1
}

body.home .siteContainer .apiBigBubbles div::after {
    box-shadow: 0 0 0 1px #750e8f;
    background-color: #0e0410;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

body.home .siteContainer .apiBigBubbles div:nth-child(1) {
    left: 136px;
    top: 10px
}

body.home .siteContainer .apiBigBubbles div:nth-child(2) {
    right: 136px;
    top: 10px
}

body.home .siteContainer .apiBigBubbles div:nth-child(3) {
    right: 10px;
    top: 136px
}

body.home .siteContainer .apiBigBubbles div:nth-child(4) {
    right: 10px;
    bottom: 136px
}

body.home .siteContainer .apiBigBubbles div:nth-child(5) {
    right: 136px;
    bottom: 10px
}

body.home .siteContainer .apiBigBubbles div:nth-child(6) {
    left: 136px;
    bottom: 10px
}

body.home .siteContainer .apiBigBubbles div:nth-child(7) {
    left: 10px;
    bottom: 136px
}

body.home .siteContainer .apiBigBubbles div:nth-child(8) {
    left: 10px;
    top: 136px
}

body.home .siteContainer .apiInfo {
    width: 665px;
    display: flex;
    flex-direction: column;
    text-align: left;
    z-index: 100
}

body.home .siteContainer .apiInfo h3 {
    font-weight: 400;
    margin: 0;
    color: #be8df1;
    font-size: 26px
}

body.home .siteContainer .apiInfo p {
    font-size: 18px;
    margin: 0
}

body.home .siteContainer .apiInfo ul {
    margin: 20px 0;
    padding: 0 0 0 14px
}

body.home .siteContainer .ctaApi {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(190, 141, 242, .3);
    position: relative;
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .ctaApi:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #be8df1;
    border: 2px solid #be8df1;
    transition: box-shadow .2s ease-out
}

body.home .siteContainer .api2Container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1278px;
    max-width: 100%;
    margin: 0 auto 40px;
    z-index: 1;
    position: relative;
    justify-content: space-between
}

body.home .siteContainer .api2Container ul li {
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    font-size: 16px
}

body.home .siteContainer .api2ContainerCenter,
body.home .siteContainer .api2ContainerLeft,
body.home .siteContainer .api2ContainerRight,
body.home .siteContainer .apicontainerContent {
    padding: 40px;
    margin: 0 0;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    width: 398px;
    max-width: 100%;
    height: 660px;
    border: 1px solid #4f2353;
    border-radius: 25px;
    background-image: linear-gradient(#050803 0, #0f0012 100%);
    overflow: hidden
}

body.home .siteContainer .api2ContainerCenter .apiInfo,
body.home .siteContainer .api2ContainerLeft .apiInfo,
body.home .siteContainer .api2ContainerRight .apiInfo {
    width: 100%
}

body.home .siteContainer .api2ContainerCenter .apiInfo img,
body.home .siteContainer .api2ContainerLeft .apiInfo img,
body.home .siteContainer .api2ContainerRight .apiInfo img {
    width: 100%;
    height: auto
}

body.home .siteContainer .ctaApi {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    position: relative;
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .ctaApi:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #be8df1;
    border: 2px solid #be8df1;
    transition: box-shadow .2s ease-out
}

body.home .siteContainer .api2Container {
    display: flex;
    flex-direction: row;
    width: 1278px;
    max-width: 100%;
    margin: 0 auto 0;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:1280px) {
    body.home .siteContainer .api2Container {
        flex-direction: column;
        align-content: center;
        align-items: center
    }

    body.home .siteContainer .api2Container .apicontainerContent {
        margin: 0 15px 40px 15px
    }
}

@keyframes hero-background-dot {
    0% {
        transform: translateZ(0) translateX(320px) translateY(-1080px) rotate(20deg)
    }

    100% {
        transform: translateZ(0) translateX(-520px) translateY(1080px) rotate(20deg)
    }
}

@keyframes cap-background {
    0% {
        transform: translateZ(0) translateX(0) translateY(-1080px)
    }

    100% {
        transform: translateZ(0) translateX(0) translateY(1080px)
    }
}

@keyframes buttonFrame1 {
    0% {
        transform: translateZ(0) translate(-15px, -15px)
    }

    14.13% {
        transform: translateZ(0) translate(-15px, -123px) rotate(45deg)
    }

    15.73% {
        transform: translateZ(0) translate(15px, -123px) rotate(90deg)
    }

    48.4% {
        transform: translateZ(0) translate(239px, -123px) rotate(90deg)
    }

    50% {
        transform: translateZ(0) translate(254px, -123px) rotate(135deg)
    }

    51.6% {
        transform: translateZ(0) translate(254px, -99px) rotate(180deg)
    }

    64.13% {
        transform: translateZ(0) translate(254px, -15px) rotate(225deg)
    }

    65.73% {
        transform: translateZ(0) translate(239px, -15px) rotate(270deg)
    }

    98.4% {
        transform: translateZ(0) translateY(-15px) rotate(315deg)
    }

    100% {
        transform: translateZ(0) translate(-15px, -15px) rotate(360deg)
    }
}

@keyframes buttonFrame2 {
    0% {
        transform: translateZ(0) translate(-15px, -15px)
    }

    14.13% {
        transform: translateZ(0) translate(-15px, -131px) rotate(45deg)
    }

    15.73% {
        transform: translateZ(0) translate(15px, -131px) rotate(90deg)
    }

    48.4% {
        transform: translateZ(0) translate(247px, -131px) rotate(90deg)
    }

    50% {
        transform: translateZ(0) translate(262px, -131px) rotate(135deg)
    }

    51.6% {
        transform: translateZ(0) translate(262px, -107px) rotate(180deg)
    }

    64.13% {
        transform: translateZ(0) translate(262px, -15px) rotate(225deg)
    }

    65.73% {
        transform: translateZ(0) translate(247px, -15px) rotate(270deg)
    }

    98.4% {
        transform: translateZ(0) translateY(-15px) rotate(315deg)
    }

    100% {
        transform: translateZ(0) translate(-15px, -15px) rotate(360deg)
    }
}

@keyframes apiOrbits {
    0% {
        opacity: .32;
        transform: translateZ(0) rotate(0)
    }

    50% {
        opacity: 1;
        transform: translateZ(0) rotate(.5turn)
    }

    100% {
        opacity: .32;
        transform: translateZ(0) rotate(1turn)
    }
}

@keyframes apiBrands {
    100% {
        transform: translateZ(0) rotate(-1turn)
    }
}

@keyframes brandItem {
    100% {
        transform: translateZ(0) rotate(-1turn)
    }
}

body.home .siteContainer .seven {
    margin-top: 70px
}

body.home .siteContainer .seven .sevenText {
    z-index: 1
}

body.home .siteContainer .seven .sevenText p {
    color: #be8df1
}

body.home .siteContainer .seven .eduGroups {
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1280px;
    max-width: 100%;
    z-index: 1000
}

body.home .siteContainer .seven .student {
    display: flex;
    margin: 40px auto 0 auto
}

body.home .siteContainer .seven .secSevenBg {
    position: absolute;
    top: -50px;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    height: 950px;
    top: -40px
}

body.home .siteContainer .seven .eduBg {
    background-image: var(--background-image);
    margin: 0 auto;
    width: 1920px;
    max-width: 100%;
    height: 950px;
    position: absolute;
    top: 0
}

body.home .siteContainer .seven .eduBg-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.home .siteContainer .supportContainer {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin: 50px auto 50px;
    z-index: 1;
    position: relative;
    justify-content: space-between;
    border: 1px solid #4f2353;
    border-radius: 20px;
    padding: 0 10px;
    background-image: linear-gradient(#050803 0, #0f0012 100%);
    justify-content: center;
    flex-wrap: wrap
}

body.home .siteContainer .supportContainer .support {
    flex: 1;
    margin: 20px 10px 20px 10px;
    border: 1px solid #4f2353;
    border-radius: 10px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 20px;
    height: 276px;
    z-index: 1000;
    transition: box-shadow .2s ease-in;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

body.home .siteContainer .supportContainer .support:hover {
    box-shadow: 0 0 15px #000;
    transition: box-shadow .2s ease-out
}

body.home .siteContainer .supportContainer .support h2 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 10px;
    z-index: 1000
}

body.home .siteContainer .nine .nineText {
    z-index: 1000
}

body.home .siteContainer .nine .nineText p {
    font-size: 18px;
    line-height: 30px;
    color: #be8df1;
    margin: 18px 0
}

body.home .siteContainer .nine .ffPower {
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: row;
    z-index: 1000;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%
}

body.home .siteContainer .nine .ffPower .cell {
    background-image: url(../image/meridian-home.png);
    width: 398px;
    max-width: 100%;
    height: 219px;
    margin-bottom: 40px;
    border: 1px solid #bf8df2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 20px 40px 20px;
    background-position: center
}

body.home .siteContainer .nine .ffPower .cerebellumHome {
    background-image: url(../image/cerebellum-home.png)
}

body.home .siteContainer .nine .ffPower .obssimHome {
    background-image: url(../image/obssim-home.png)
}

body.home .siteContainer .nine .ffPower .atlasHome {
    background-image: url(../image/atlas-home.png)
}

body.home .siteContainer .nine .ffPower .dsteHome {
    background-image: url(../image/dste-home.png)
}

body.home .siteContainer .nine .ffPower .poweredBTN {
    margin: 0 0 10px 10px;
    width: fit-content;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(190, 141, 241, .6);
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .nine .secNineBg {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.home .siteContainer .nine .powerBg {
    background-image: var(--background-image);
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1920px;
    min-height: 950px;
    position: absolute;
    top: 0
}

body.home .siteContainer .nine .powerBg-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.home .siteContainer .nine .powerBg-fill div {
    transform: translateY(950px);
    animation: hero-background-dot 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 1080px;
    background-image: linear-gradient(0deg, rgba(190, 141, 241, 0) 0, #be8df1 50%, #be8df1 50%, rgba(190, 141, 241, 0) 100%)
}

body.home .siteContainer .ten {
    margin-bottom: 80px
}

body.home .siteContainer .right-for-you-con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px
}

body.home .siteContainer .right-for-you-con .poweredBTN {
    margin: 0 0 10px 10px;
    width: fit-content;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(190, 141, 241, .6);
    transition: box-shadow .2s ease-in
}

body.home .siteContainer .right-for-you-con .item {
    width: 398px;
    height: 248px;
    border: 1px solid #bf8df2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 20px 0
}

body.home .siteContainer .right-for-you-con .sdaHome {
    background-image: url(../image/sda.png)
}

body.home .siteContainer .right-for-you-con .constellationHome {
    background-image: url(../image/starlink.png)
}

body.home .siteContainer .right-for-you-con .moonHome {
    background-image: url(../image/moonshot.png)
}

body.home .siteContainer .right-for-you-con .groundHome {
    background-image: url(../image/sgs.png)
}

body.home .siteContainer .right-for-you-con .launchHome {
    background-image: url(../image/lsp.png)
}

body.home .siteContainer .right-for-you-con .mqaHome {
    background-image: url(../image/mqa.png)
}

body.page-template-meridian .siteContainer .hero {
    background-image: url(../image/meridian-hero-bg.png)
}

body.page-template-meridian .siteContainer .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4)
}

body.page-template-meridian .siteContainer .hero .hero-logo {
    width: auto;
    height: auto;
    margin-bottom: 0;
    z-index: 1
}

body.page-template-meridian .siteContainer .hero .cta-buttons {
    z-index: 1
}

body.page-template-meridian .siteContainer p {
    font-size: 22px
}

body.page-template-meridian .siteContainer p.smaller-font {
    font-size: 18px
}

body.page-template-meridian .siteContainer p.p2 {
    font-size: 18px;
    line-height: 30px;
    color: #be8df1
}

body.page-template-meridian .siteContainer .extend-width {
    max-width: 1478px
}

body.page-template-meridian .siteContainer .youtube-con {
    margin: 50px auto 0 auto
}

body.page-template-meridian .siteContainer .youtube-con iframe {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-meridian .siteContainer .supportContainer {
    display: inline-flex;
    flex-direction: row;
    width: auto;
    max-width: 100%;
    margin: 50px auto 0;
    z-index: 1;
    position: relative;
    justify-content: space-between;
    border: 1px solid #4f2353;
    border-radius: 20px;
    padding: 0 10px;
    background-image: linear-gradient(#050803 0, #0f0012 100%);
    justify-content: center;
    flex-wrap: wrap
}

body.page-template-meridian .siteContainer .supportContainer .support {
    width: 182px;
    margin: 20px 10px 20px 10px;
    border: 1px solid #4f2353;
    border-radius: 10px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 20px;
    height: 276px;
    z-index: 1000;
    transition: box-shadow .2s ease-in
}

body.page-template-meridian .siteContainer .supportContainer .support:hover {
    box-shadow: 0 0 15px #000;
    transistion: box-shadow .2s ease-out
}

body.page-template-meridian .siteContainer .supportContainer .support h2 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 40px;
    z-index: 1000
}

body.page-template-meridian .siteContainer #streamlined-flight {
    position: relative;
    z-index: 1
}

body.page-template-meridian .siteContainer #streamlined-flight .capBg {
    background-image: var(--background-image);
    margin: 0 auto;
    width: 1920px;
    max-height: 950px;
    position: absolute;
    top: 0;
    z-index: -1
}

@media screen and (max-width:1200px) {
    body.page-template-meridian .siteContainer #streamlined-flight .capBg {
        background: 0 0
    }
}

body.page-template-meridian .siteContainer #streamlined-flight .capBg-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    width: 100%;
    max-height: 950px;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

@media screen and (max-width:1200px) {
    body.page-template-meridian .siteContainer #streamlined-flight .capBg-fill {
        mask-image: none;
        display: none
    }
}

body.page-template-meridian .siteContainer #streamlined-flight .capBg-fill div {
    transform: translateY(950px);
    animation: cap-background 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 950px;
    background-image: linear-gradient(0deg, rgba(190, 141, 242, 0) 0, rgba(190, 141, 242, .4) 50%, rgba(190, 141, 242, .4) 50%, rgba(190, 141, 242, 0) 100%)
}

body.page-template-meridian .siteContainer #flight-section .flight-container {
    margin-top: 40px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con {
    width: 100%;
    display: flex;
    flex-direction: column
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .columns {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .columns .column {
    width: 284px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .columns .column div {
    z-index: 1
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .columns .column h3 {
    margin-top: 0;
    text-align: center;
    font-size: 20px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .columns .column img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #4f2353
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .columns .column img.no-border {
    border: none
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con h3 {
    font-size: .85em;
    margin: 1rem 0 0 20px;
    text-align: left
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con .slider {
    width: 66%;
    margin: 0;
    padding: 1rem 1rem;
    display: flex;
    position: relative
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con .slider .arrow {
    color: #8a6ab8;
    align-self: center;
    position: absolute;
    left: -30px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con .slider .arrow:hover {
    cursor: pointer
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con .slider .arrow-right {
    right: -30px;
    left: unset
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con .slider .slider-content {
    align-self: center;
    margin: 0 3rem;
    width: 100%;
    height: 90px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .left-con .testimonial-con .slider .slider-content p {
    text-align: left;
    margin-bottom: .25rem;
    font-size: 20px;
    line-height: 30px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .right-con {
    margin-left: 1.5rem;
    width: 25%;
    display: flex;
    flex-direction: column
}

body.page-template-meridian .siteContainer #flight-section .flight-container .right-con .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .right-con .column p {
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 30px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .right-con .column a,
body.page-template-meridian .siteContainer #flight-section .flight-container .right-con .column div {
    z-index: 1
}

body.page-template-meridian .siteContainer #flight-section .flight-container .right-con img {
    width: 98%;
    height: auto;
    margin-bottom: 10px
}

body.page-template-meridian .siteContainer #flight-section .flight-container .right-con .button-purple {
    font-size: 18px
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container {
    margin-top: 3rem;
    position: relative;
    min-height: 2245px;
    max-width: 1320px
}

@media screen and (max-width:960px) {
    body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container {
        min-height: 0
    }
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-item {
    position: absolute;
    transition: all .5s ease-in-out;
    margin-top: 60px;
    opacity: 0;
    max-width: 100%
}

@media screen and (max-width:1400px) {
    body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-item {
        position: unset
    }
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-item.fade-in {
    margin-top: 0;
    opacity: 1
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-item h4 {
    font-size: 28px;
    margin-bottom: .25em;
    text-align: left
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-item p {
    font-size: .5em;
    color: #a09ba6;
    text-align: left
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-item img {
    width: 100%;
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-1 {
    left: 35px
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-2 {
    width: 484px;
    right: 30px;
    top: 386px
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-3 {
    left: 10px;
    top: 800px
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-4 {
    right: 10px;
    top: 1200px
}

body.page-template-meridian .siteContainer #workflow-section .workflow-fadein-container .workflow-5 {
    width: 496px;
    left: 20px;
    top: 1590px
}

body.page-template-meridian .siteContainer #shout-out-section .container {
    max-width: 1312px
}

body.page-template-meridian .siteContainer #shout-out-section .two-col-con {
    width: 100%;
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width:1344px) {
    body.page-template-meridian .siteContainer #shout-out-section .two-col-con {
        flex-direction: column
    }
}

body.page-template-meridian .siteContainer #shout-out-section .two-col-con>div {
    margin: auto;
    width: 620px;
    max-width: 100%
}

body.page-template-meridian .siteContainer #shout-out-section .two-col-con>div img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-meridian .siteContainer #shout-out-section .two-col-con .shout-out-slider {
    width: 100%;
    padding: 0
}

@keyframes cap-background {
    0% {
        transform: translateZ(0) translateX(0) translateY(-1080px)
    }

    100% {
        transform: translateZ(0) translateX(0) translateY(1080px)
    }
}

body.page-template-atlas .siteContainer .hero .hero-logo {
    width: auto;
    height: auto;
    margin-bottom: 60px
}

body.page-template-atlas .siteContainer .hero::before {
    background-image: url(../image/atlas-hero-bg.png);
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75
}

body.page-template-atlas .siteContainer .hero .cta-buttons,
body.page-template-atlas .siteContainer .hero img {
    z-index: 1
}

body.page-template-atlas .siteContainer .shout-out-section .container {
    max-width: 1312px
}

body.page-template-atlas .siteContainer .shout-out-section .two-col-con {
    width: 100%;
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width:1344px) {
    body.page-template-atlas .siteContainer .shout-out-section .two-col-con {
        flex-direction: column
    }
}

body.page-template-atlas .siteContainer .shout-out-section .two-col-con>div {
    margin: auto;
    width: 620px;
    max-width: 100%
}

body.page-template-atlas .siteContainer .shout-out-section .two-col-con>div img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-atlas .siteContainer .shout-out-section .two-col-con .shout-out-slider {
    width: 100%;
    padding: 0
}

body.page-template-atlas .siteContainer .real-missions-section .bg-con {
    position: relative
}

body.page-template-atlas .siteContainer .real-missions-section .realApps {
    width: 100%;
    z-index: 1
}

body.page-template-atlas .siteContainer .real-missions-section .realApps .left,
body.page-template-atlas .siteContainer .real-missions-section .realApps .right {
    padding: 40px 0;
    max-width: 960px;
    text-align: left
}

body.page-template-atlas .siteContainer .real-missions-section .realApps .left h3,
body.page-template-atlas .siteContainer .real-missions-section .realApps .left p,
body.page-template-atlas .siteContainer .real-missions-section .realApps .right h3,
body.page-template-atlas .siteContainer .real-missions-section .realApps .right p {
    text-align: inherit
}

body.page-template-atlas .siteContainer .real-missions-section .realApps .right {
    text-align: right;
    margin-right: 0;
    margin-left: auto
}

body.page-template-atlas .siteContainer .real-missions-section .realApps h3 {
    font-weight: 700;
    margin: 0;
    color: #be8df1;
    font-size: 28px;
    padding-bottom: 1rem
}

body.page-template-atlas .siteContainer .real-missions-section .realApps P {
    font-size: 18px;
    line-height: 30px
}

body.page-template-atlas .siteContainer .real-missions-section .secRealBg {
    position: absolute;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    top: 0
}

body.page-template-atlas .siteContainer .real-missions-section .realBg {
    background-image: var(--background-image);
    margin: 0 auto;
    width: 1920px;
    max-height: 800px;
    position: absolute;
    top: 0
}

body.page-template-atlas .siteContainer .real-missions-section .realBg-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    width: 100%;
    max-height: 800px;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.page-template-atlas .siteContainer .real-missions-section .realBg-fill div {
    transform: translateY(1483px);
    animation: real-background 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 1483px;
    background-image: linear-gradient(0deg, rgba(190, 141, 242, 0) 0, #be8df2 50%, #be8df2 50%, rgba(190, 141, 242, 0) 100%)
}

@keyframes real-background {
    0% {
        transform: translateZ(0) translateX(0) translateY(-1483px)
    }

    100% {
        transform: translateZ(0) translateX(0) translateY(1483px)
    }
}

body.page-template-obssim .siteContainer .hero {
    background-image: url(../image/obssim-hero-bg.png)
}

body.page-template-obssim .siteContainer .hero:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: .4
}

body.page-template-obssim .siteContainer .hero .hero-logo {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    z-index: 1
}

body.page-template-obssim .siteContainer .hero .cta-buttons {
    z-index: 1
}

body.page-template-obssim .siteContainer .hero .cta-buttons i {
    margin-left: 10px
}

body.page-template-obssim .siteContainer .trustworthy-slider-card-con .poweredBy p {
    line-height: 30px
}

body.page-template-obssim .siteContainer .featureContainer {
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    margin: 50px auto 50px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #4f2353;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 20px;
    position: relative;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center
}

@media screen and (max-width:960px) {
    body.page-template-obssim .siteContainer .featureContainer {
        border: 0;
        padding: 0
    }
}

body.page-template-obssim .siteContainer .featureLeft {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 280px;
    max-width: 280px;
    border: 1px solid #4f2353;
    border-radius: 10px
}

body.page-template-obssim .siteContainer .featureLeftDiv {
    display: flex;
    flex-direction: row;
    padding: 30px
}

body.page-template-obssim .siteContainer .featureLeftDiv img {
    padding: 10px;
    width: 100%
}

body.page-template-obssim .siteContainer .featureLeft h3,
body.page-template-obssim .siteContainer .obsData h3 {
    color: #be8df1;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    margin: 0
}

body.page-template-obssim .siteContainer .featureLeft p,
body.page-template-obssim .siteContainer .obsData p {
    text-align: left;
    font-size: 18px
}

body.page-template-obssim .siteContainer .featureLeft p.bold-center,
body.page-template-obssim .siteContainer .obsData p.bold-center {
    font-weight: 700;
    text-align: center
}

body.page-template-obssim .siteContainer .featureRight {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: row;
    border: 1px solid #4f2353;
    border-radius: 10px;
    padding: 10px;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center
}

body.page-template-obssim .siteContainer .feature {
    margin: 0
}

body.page-template-obssim .siteContainer .obsData {
    width: 300px;
    min-width: 260px;
    padding: 20px;
    flex: 1
}

body.page-template-obssim .siteContainer .obsData img {
    width: 80%;
    padding: 20px 0
}

body.page-template-obssim .siteContainer .udl {
    flex: 1;
    padding: 20px
}

body.page-template-obssim .siteContainer .udl img {
    height: 188px;
    width: auto
}

body.page-template-obssim .siteContainer .udl a {
    position: relative;
    z-index: 1000
}

body.page-template-obssim .siteContainer .features-animation {
    display: none;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    height: 545px;
    inset: 0;
    z-index: 4;
    border-radius: inherit
}

body.page-template-obssim .siteContainer .features-animation-line {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    animation: features-animation-line 15s linear infinite;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, color(display-p3 .4274509804 .1803921569 1/0), color(display-p3 .6196078431 .4784313725 1/.3490196078), rgba(190, 143, 242, .7), #dfd4eb 99%, color(display-p3 1 .7411764706 .4784313725/0) 100%)
}

body.page-template-obssim .siteContainer .features-animation-line:nth-child(2) {
    animation-delay: 8s
}

@keyframes features-animation-line {
    0% {
        transform: translateZ(0) translate(-50px, 50px)
    }

    16% {
        transform: translateZ(0) translate(-50px, -407px)
    }

    18% {
        transform: translateZ(0) translate(-50px, -447px) rotate(45deg)
    }

    20% {
        transform: translateZ(0) translate(-50px, -447px) rotate(90deg)
    }

    48% {
        transform: translateZ(0) translate(1158px, -447px) rotate(90deg)
    }

    50% {
        transform: translateZ(0) translate(1178px, -447px) rotate(135deg)
    }

    52% {
        transform: translateZ(0) translate(1228px, -447px) rotate(180deg)
    }

    68% {
        transform: translateZ(0) translate(1228px, -70px) rotate(180deg)
    }

    70% {
        transform: translateZ(0) translate(1228px, -50px) rotate(225deg)
    }

    72% {
        transform: translateZ(0) translate(1228px, 50px) rotate(270deg)
    }

    98% {
        transform: translateZ(0) translate(0, 50px) rotate(270deg)
    }

    100% {
        transform: translateZ(0) translate(-50px, 50px) rotate(360deg)
    }
}

body.page-template-dste .siteContainer .hero {
    background-image: url(../image/dste-hero-bg.png)
}

body.page-template-dste .siteContainer .hero:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: .4
}

body.page-template-dste .siteContainer .hero .hero-logo {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    z-index: 1
}

body.page-template-dste .siteContainer .hero .cta-buttons {
    z-index: 1
}

body.page-template-dste .siteContainer .intro-text {
    font-size: 20px
}

body.page-template-dste .siteContainer p {
    font-size: 22px
}

body.page-template-dste .siteContainer p.smaller-font {
    font-size: 18px
}

body.page-template-dste .siteContainer .dste-bodies-con {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    width: 100%;
    margin: 40px 0
}

body.page-template-dste .siteContainer .dste-bodies-con .card {
    padding: 20px;
    flex: 1;
    min-width: 260px
}

body.page-template-dste .siteContainer .dste-bodies-con .card img {
    width: 100%
}

body.page-template-dste .siteContainer .dste-bodies-con .poweredBy {
    max-width: 326px;
    margin-right: 0;
    text-align: left
}

body.page-template-dste .siteContainer .dste-bodies-con .dsteBody {
    display: flex;
    flex-direction: column;
    width: 464px
}

body.page-template-dste .siteContainer .dste-bodies-con .dsteBody h3 {
    margin-top: 0;
    text-align: center
}

body.page-template-dste .siteContainer .dste-bodies-con .dsteBody img {
    width: 100%;
    position: relative;
    z-index: 1000;
    border-radius: 10px;
    border: 1px solid #4f2353
}

body.page-template-dste .siteContainer .visual-int-content-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: no-repeat center center;
    margin-bottom: 40px
}

@media screen and (max-width:1200px) {
    body.page-template-dste .siteContainer .visual-int-content-con {
        background: 0 0 !important;
        text-align: center;
        align-items: center
    }
}

body.page-template-dste .siteContainer .visual-int-content-con.right {
    text-align: right
}

body.page-template-dste .siteContainer .visual-int-content-con.right img {
    align-self: flex-end
}

@media screen and (max-width:1200px) {
    body.page-template-dste .siteContainer .visual-int-content-con.right {
        text-align: center
    }

    body.page-template-dste .siteContainer .visual-int-content-con.right img {
        align-self: center
    }
}

body.page-template-dste .siteContainer .visual-int-content-con h3 {
    font-size: 28px;
    margin-bottom: .75rem
}

body.page-template-dste .siteContainer .visual-int-content-con p {
    font-size: 16px;
    margin-bottom: 1.5rem
}

body.page-template-dste .siteContainer .visual-int-content-con img {
    border: 1px solid #4f2353;
    border-radius: 20px;
    width: 800px;
    max-width: 100%;
    height: auto
}

body.page-template-dste .siteContainer .cases {
    margin: 40px 0
}

body.page-template-dste .siteContainer .cases .slick-list {
    border: 0
}

body.page-template-dste .siteContainer .cases .slick-track {
    display: flex
}

body.page-template-dste .siteContainer .cases .slick-track .slick-slide {
    height: auto
}

body.page-template-dste .siteContainer .cases .caseCol,
body.page-template-dste .siteContainer .cases .histCol {
    margin: 0 10px;
    transform: translateZ(50px);
    padding: 0;
    display: flex;
    flex-direction: column;
    height: auto
}

body.page-template-dste .siteContainer .cases .caseCol p,
body.page-template-dste .siteContainer .cases .histCol p {
    font-size: 20px
}

body.page-template-dste .siteContainer .cases .caseCol .caseText,
body.page-template-dste .siteContainer .cases .caseCol .histText,
body.page-template-dste .siteContainer .cases .histCol .caseText,
body.page-template-dste .siteContainer .cases .histCol .histText {
    text-align: left;
    transform: translateZ(50px);
    padding: 20px;
    box-sizing: inherit;
    flex: 1
}

body.page-template-dste .siteContainer .cases .caseCol .caseText h3,
body.page-template-dste .siteContainer .cases .caseCol .histText h3,
body.page-template-dste .siteContainer .cases .histCol .caseText h3,
body.page-template-dste .siteContainer .cases .histCol .histText h3 {
    color: #be8df1;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0
}

body.page-template-dste .siteContainer .cases .caseCol .caseImg,
body.page-template-dste .siteContainer .cases .caseCol .histImg,
body.page-template-dste .siteContainer .cases .histCol .caseImg,
body.page-template-dste .siteContainer .cases .histCol .histImg {
    transform: translateZ(50px);
    height: auto;
    padding: 20px
}

body.page-template-dste .siteContainer .cases .caseCol .histImg img,
body.page-template-dste .siteContainer .cases .histCol .histImg img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    transform: translateZ(50px);
    margin: 0 auto 0 auto;
    max-width: 100%
}

body.page-template-dste .siteContainer .cases .caseCol .caseImg img,
body.page-template-dste .siteContainer .cases .histCol .caseImg img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    transform: translateZ(50px);
    margin: 0 auto 0 auto;
    max-width: 100%
}

body.page-template-dste .siteContainer .cases .caseCol .caseIcon,
body.page-template-dste .siteContainer .cases .caseCol .histIcon,
body.page-template-dste .siteContainer .cases .histCol .caseIcon,
body.page-template-dste .siteContainer .cases .histCol .histIcon {
    transform: translateZ(50px);
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px
}

body.page-template-dste .siteContainer .casesLinks {
    margin-bottom: 40px
}

body.page-template-dste .siteContainer .casesLinks a {
    margin: 0 10px
}

body.page-template-login-register .siteContainer h2 {
    margin-top: 3rem;
    color: #be8df1;
    text-align: center;
    font-size: 28px;
    font-family: arboria;
    font-weight: 700;
    text-transform: capitalize
}

body.page-template-login-register .siteContainer p {
    text-align: left
}

body.page-template-login-register .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    position: absolute
}

body.page-template-login-register .siteContainer .hero .heroBackground {
    background-image: url(../image/hero-bg.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    background-size: cover
}

body.page-template-login-register .siteContainer .hero .hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    mask-image: url(../image/hero-mask.png);
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

body.page-template-login-register .siteContainer .hero .hero-mask div {
    transform: translateY(950px);
    animation: hero-background-dot 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 950px;
    background-image: linear-gradient(0deg, rgba(234, 0, 255, 0) 0, #ea00ff 50%, #ea00ff 50%, rgba(234, 0, 255, 0) 100%)
}

body.page-template-login-register .siteContainer img {
    width: 100%
}

body.page-template-login-register .siteContainer .content-con {
    display: inline-block;
    margin-top: 12vh;
    margin-bottom: 80px;
    width: 100%;
    padding: 30px
}

body.page-template-login-register .siteContainer .content-con .formSection {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
    max-width: 800px;
    margin: 0 auto
}

body.page-template-login-register .siteContainer .content-con .formSection .hero-logo {
    margin: 0 auto 50px auto
}

body.page-template-login-register .siteContainer .formModal {
    width: 100%;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    border-radius: 20px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (max-width:960px) {
    body.page-template-login-register .siteContainer .formModal {
        padding: 15px
    }
}

body.page-template-login-register .siteContainer .formModal::before {
    border-radius: 20px;
    content: "";
    background-image: linear-gradient(135deg, #4f2353 0, #08cefa 100%);
    padding: 1px;
    height: 100%;
    width: 100%;
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: -1;
    box-shadow: -2px -2px 10px 0 #4f2353, 2px 2px 10px 0 #be8df2
}

body.page-template-quote-forms .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    position: absolute
}

body.page-template-quote-forms .siteContainer .hero .heroBackground {
    background-image: url(../image/hero-bg.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    background-size: cover
}

body.page-template-quote-forms .siteContainer .hero .hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    mask-image: url(../image/hero-mask.png);
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

body.page-template-quote-forms .siteContainer .hero .hero-mask div {
    transform: translateY(950px);
    animation: hero-background-dot 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 950px;
    background-image: linear-gradient(0deg, rgba(234, 0, 255, 0) 0, #ea00ff 50%, #ea00ff 50%, rgba(234, 0, 255, 0) 100%)
}

body.page-template-quote-forms .siteContainer .content-con {
    display: inline-block;
    margin-top: 12vh;
    margin-bottom: 80px;
    max-width: 100%;
    padding: 30px
}

body.page-template-quote-forms .siteContainer .content-con .formSection {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 784px;
    max-width: 100%;
    margin: 0 auto
}

body.page-template-quote-forms .siteContainer .content-con .formSection .hero-logo {
    margin: 0 auto 50px auto;
    max-width: 400px;
    max-width: 100%
}

body.page-template-quote-forms .siteContainer .content-con .formSection .hero-logo img {
    width: 100%;
    height: auto
}

body.page-template-quote-forms .siteContainer .content-con .wp-block-group {
    width: 100%
}

body.page-template-quote-forms .siteContainer .formModal {
    width: 100%;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    border-radius: 20px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

body.page-template-quote-forms .siteContainer .formModal::before {
    border-radius: 20px;
    content: "";
    background-image: linear-gradient(135deg, #4f2353 0, #08cefa 100%);
    padding: 1px;
    height: 100%;
    width: 100%;
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: -1;
    box-shadow: -2px -2px 10px 0 #4f2353, 2px 2px 10px 0 #be8df2
}

body.page-template-contact-us .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    position: absolute
}

body.page-template-contact-us .siteContainer .hero .heroBackground {
    background-image: url(../image/hero-bg.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    background-size: cover
}

body.page-template-contact-us .siteContainer .hero .hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    mask-image: url(../image/hero-mask.png);
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

body.page-template-contact-us .siteContainer .hero .hero-mask div {
    transform: translateY(950px);
    animation: hero-background-dot 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 950px;
    background-image: linear-gradient(0deg, rgba(234, 0, 255, 0) 0, #ea00ff 50%, #ea00ff 50%, rgba(234, 0, 255, 0) 100%)
}

body.page-template-contact-us .siteContainer .content-con {
    margin-top: 12vh;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start
}

body.page-template-contact-us .siteContainer .content-con .formSection {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 784px;
    margin: 0 auto
}

body.page-template-contact-us .siteContainer .content-con .formSection .hero-logo {
    margin: 0 auto 50px auto;
    max-width: 400px
}

body.page-template-contact-us .siteContainer .content-con .formSection .hero-logo img {
    width: 100%;
    height: auto
}

body.page-template-contact-us .siteContainer .content-con .formSection .nf-form-cont {
    width: 100%
}

body.page-template-contact-us .siteContainer .content-con .wp-block-group {
    width: 100%
}

body.page-template-contact-us .siteContainer .content-con .location-sidebar {
    flex: 1;
    text-align: left;
    margin-left: 80px;
    z-index: 1
}

body.page-template-contact-us .siteContainer .content-con .location-sidebar h2 {
    text-align: left;
    font-size: 28px;
    margin-top: 40px
}

body.page-template-contact-us .siteContainer .content-con .location-sidebar h3 {
    margin-bottom: .5rem
}

body.page-template-contact-us .siteContainer .formModal {
    width: 100%;
    max-width: 784px;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    border-radius: 20px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

body.page-template-contact-us .siteContainer .formModal p {
    text-align: left
}

body.page-template-contact-us .siteContainer .formModal::before {
    border-radius: 20px;
    content: "";
    background-image: linear-gradient(135deg, #4f2353 0, #08cefa 100%);
    padding: 1px;
    height: 100%;
    width: 100%;
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: -1;
    box-shadow: -2px -2px 10px 0 #4f2353, 2px 2px 10px 0 #be8df2
}

body.page-template-cislunar-exploration {
    background-image: none
}

body.page-template-cislunar-exploration .siteContainer {
    background-image: url(../image/visualization-stars-mask.png)
}

body.page-template-cislunar-exploration .siteContainer p,
body.page-template-cislunar-exploration .siteContainer ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fff
}

body.page-template-cislunar-exploration .siteContainer ul li {
    line-height: 30px;
    margin-bottom: 10px
}

body.page-template-cislunar-exploration .siteContainer .hero::before {
    background-image: url(../image/Top-Hero-Cislunar-Exploration.png);
    opacity: .5;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-cislunar-exploration .siteContainer .flex-images-con {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-content: space-around
}

body.page-template-cislunar-exploration .siteContainer .flex-images-con img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-cislunar-exploration .siteContainer .capContainer {
    height: 680px
}

body.page-template-cislunar-exploration .siteContainer .visTabsContent {
    border-color: #4f2353
}

body.page-template-cislunar-exploration .siteContainer .visTabsContent .visContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px;
    row-gap: 20px;
    column-gap: 40px;
    background-image: linear-gradient(rgba(6, 3, 8, .8) 0, rgba(6, 3, 8, .8) 100%)
}

body.page-template-cislunar-exploration .siteContainer .visTabsContent .visContent img {
    border: 1px solid #4f2353;
    border-radius: 25px;
    max-width: 100%;
    width: 620px;
    flex: 1
}

body.page-template-cislunar-exploration .siteContainer .visTabsContent .visContent .copy {
    flex: 1;
    min-width: none;
    text-align: left;
    flex-direction: column;
    justify-content: center
}

body.page-template-cislunar-exploration .siteContainer .visTabsContent .visContent .copy p {
    line-height: 28px
}

body.page-template-cislunar-exploration .siteContainer .flex-con img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-cislunar-exploration .siteContainer .trajectory-tools .visTabs button {
    font-size: 16px;
    font-family: ibm-plex-sans, sans-serif
}

body.page-template-cislunar-exploration .siteContainer .trajectory-tools .visTabsContent .visContent .copy {
    justify-content: flex-start;
    margin-top: 30px
}

body.page-template-cislunar-exploration .siteContainer .trajectory-tools .visTabsContent .visContent .copy ul {
    margin-top: 0;
    padding-left: 20px
}

body.page-template-cislunar-exploration .siteContainer section p {
    text-align: left
}

body.page-template-cislunar-exploration .siteContainer .text-center {
    text-align: center !important
}

body.page-template-cislunar-exploration .siteContainer h3 {
    font-size: 24px;
    color: #be8df1;
    font-weight: 300;
    font-family: arboria
}

body.page-template-cislunar-exploration .siteContainer .purple-con {
    display: flex;
    width: 100%;
    min-height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-wrap: wrap
}

body.page-template-cislunar-exploration .siteContainer .purple-con .sub-con {
    width: 100%;
    justify-content: space-between;
    display: flex
}

body.page-template-cislunar-exploration .siteContainer .purple-con .sub-con:first-of-type {
    margin-bottom: 40px
}

body.page-template-cislunar-exploration .siteContainer .purple-con .slider-con {
    width: 60%;
    padding: 30px 15px;
    align-self: center;
    flex: 1
}

body.page-template-cislunar-exploration .siteContainer .purple-con .slider-con .visual-slider {
    margin-top: 0
}

body.page-template-cislunar-exploration .siteContainer .purple-con .slider-con>img {
    width: calc(100% - 80px);
    height: auto;
    margin: 0 40px;
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-cislunar-exploration .siteContainer .purple-con .copy {
    width: 33%;
    text-align: left;
    padding: 60px 30px 40px 40px
}

body.page-template-cislunar-exploration .siteContainer .purple-con .copy h3 {
    font-size: 24px;
    color: #be8df1;
    font-weight: 300;
    font-family: arboria
}

body.page-template-cislunar-exploration .siteContainer .youtube-con {
    margin: 50px auto 0 auto;
    width: 100%
}

body.page-template-cislunar-exploration .siteContainer .youtube-con iframe {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-cislunar-exploration .siteContainer .satellite {
    background-image: url(../image/Background.png);
    width: 100%;
    height: 950px;
    display: flex
}

body.page-template-cislunar-exploration .siteContainer .satellite .container {
    align-items: flex-end
}

body.page-template-cislunar-exploration .siteContainer .satellite .container .subcon {
    width: 722px;
    text-align: left;
    margin-top: 100px
}

body.page-template-cislunar-exploration .siteContainer .satellite .container .subcon h2 {
    text-align: left
}

body.page-template-constellation-management {
    background-image: none
}

body.page-template-constellation-management .siteContainer {
    background-image: url(../image/visualization-stars-mask.png)
}

body.page-template-constellation-management .siteContainer p,
body.page-template-constellation-management .siteContainer ul li {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #fff
}

body.page-template-constellation-management .siteContainer ul li {
    line-height: 30px;
    margin-bottom: 10px
}

body.page-template-constellation-management .siteContainer .hero::before {
    background-image: url(../image/constellation-hero-bg.jpg);
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-constellation-management .siteContainer section p {
    text-align: left;
    width: 100%
}

body.page-template-constellation-management .siteContainer .container>img {
    margin-top: 50px
}

body.page-template-constellation-management .siteContainer .container img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-constellation-management .siteContainer .img-full-width {
    width: 100%;
    margin-bottom: 10px
}

body.page-template-constellation-management .siteContainer .card img {
    border: 0
}

body.page-template-constellation-management .siteContainer .trustworthy-slider-card-con {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px
}

body.page-template-constellation-management .siteContainer .trustworthy-slider-card-con .left {
    flex: 1
}

@media screen and (max-width:960px) {
    body.page-template-constellation-management .siteContainer .trustworthy-slider-card-con .left {
        width: 100%;
        flex: auto
    }
}

body.page-template-constellation-management .siteContainer .trustworthy-slider-card-con .right {
    flex: 1;
    max-width: 310px
}

body.page-template-constellation-management .siteContainer .trustworthy-slider-card-con .card .cta-purple {
    margin-top: 40px;
    display: inline-block
}

body.page-template-constellation-management .siteContainer .text-center {
    text-align: center !important
}

body.page-template-constellation-management .siteContainer .satellite {
    background-image: url(../image/Footer_Background.png);
    width: 100%;
    height: 950px;
    display: flex
}

body.page-template-constellation-management .siteContainer .satellite .container {
    align-items: flex-end
}

body.page-template-constellation-management .siteContainer .satellite .container .subcon {
    width: 722px;
    text-align: left;
    margin-top: 30%
}

body.page-template-constellation-management .siteContainer .satellite .container .subcon h2 {
    text-align: left
}

body.page-template-launch-range-systems {
    background-color: #000;
    background-image: none
}

body.page-template-launch-range-systems .siteContainer {
    background-image: url(../image/visualization-stars-mask.png)
}

body.page-template-launch-range-systems .siteContainer a,
body.page-template-launch-range-systems .siteContainer p,
body.page-template-launch-range-systems .siteContainer ul li {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #fff
}

body.page-template-launch-range-systems .siteContainer a {
    font-size: 1em;
    color: #be8df2
}

body.page-template-launch-range-systems .siteContainer ul li {
    line-height: 1.36em;
    margin-bottom: 10px
}

body.page-template-launch-range-systems .siteContainer .hero::before {
    background-image: url("../image/Group 35.png");
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-launch-range-systems .siteContainer .container>img {
    margin-top: 50px
}

body.page-template-launch-range-systems .siteContainer .container img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-launch-range-systems .siteContainer .no-img-border img {
    border: 0
}

body.page-template-launch-range-systems .siteContainer section p {
    text-align: left;
    width: 100%
}

body.page-template-launch-range-systems .siteContainer .text-center {
    text-align: center !important
}

body.page-template-launch-range-systems .siteContainer .flex-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 60px
}

body.page-template-launch-range-systems .siteContainer .flex-con .card {
    text-align: left;
    padding: 30px;
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column
}

body.page-template-launch-range-systems .siteContainer .flex-con .card>* {
    z-index: 1;
    position: relative
}

body.page-template-launch-range-systems .siteContainer .flex-con .card h3 {
    color: #be8df1;
    font-size: 24px
}

body.page-template-launch-range-systems .siteContainer .flex-con .card ul {
    padding-left: .75em
}

body.page-template-launch-range-systems .siteContainer .flex-con .card ul li {
    font-size: 20px
}

body.page-template-launch-range-systems .siteContainer .purple-con {
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    overflow: hidden;
    padding: 3.75rem;
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    flex-wrap: wrap
}

body.page-template-launch-range-systems .siteContainer .purple-con>div {
    flex: 1;
    z-index: 1;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

body.page-template-launch-range-systems .siteContainer .purple-con>div ul {
    padding-left: .75em
}

@media screen and (max-width:960px) {
    body.page-template-launch-range-systems .siteContainer .purple-con>div {
        padding-right: 0
    }
}

body.page-template-launch-range-systems .siteContainer .purple-con img {
    flex: 1;
    position: relative;
    z-index: 1;
    object-fit: contain
}

body.page-template-launch-range-systems .siteContainer .purple-con p,
body.page-template-launch-range-systems .siteContainer .purple-con ul li {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px
}

body.page-template-launch-range-systems .siteContainer .purple-con p {
    font-size: 18px
}

body.page-template-launch-range-systems .siteContainer .text-right>div {
    z-index: 1;
    padding-left: 60px;
    padding-right: 0
}

body.page-template-launch-range-systems .siteContainer .cases {
    margin: 40px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

body.page-template-launch-range-systems .siteContainer .cases .slick-list {
    border: 0
}

body.page-template-launch-range-systems .siteContainer .cases .slick-track {
    display: flex
}

body.page-template-launch-range-systems .siteContainer .cases .slick-track .slick-slide {
    height: auto
}

body.page-template-launch-range-systems .siteContainer .cases .caseCol,
body.page-template-launch-range-systems .siteContainer .cases .histCol {
    transform: translateZ(50px);
    padding: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 0 0 calc(25% - .5em);
    height: 400px;
    justify-content: space-between
}

body.page-template-launch-range-systems .siteContainer .cases .caseCol .caseText,
body.page-template-launch-range-systems .siteContainer .cases .caseCol .histText,
body.page-template-launch-range-systems .siteContainer .cases .histCol .caseText,
body.page-template-launch-range-systems .siteContainer .cases .histCol .histText {
    text-align: left;
    transform: translateZ(50px);
    padding: 20px;
    box-sizing: inherit;
    flex: 1;
    padding-top: 40px
}

body.page-template-launch-range-systems .siteContainer .cases .caseCol .caseText h3,
body.page-template-launch-range-systems .siteContainer .cases .caseCol .histText h3,
body.page-template-launch-range-systems .siteContainer .cases .histCol .caseText h3,
body.page-template-launch-range-systems .siteContainer .cases .histCol .histText h3 {
    color: #be8df1;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

body.page-template-launch-range-systems .siteContainer .cases .caseCol .caseImg,
body.page-template-launch-range-systems .siteContainer .cases .caseCol .histImg,
body.page-template-launch-range-systems .siteContainer .cases .histCol .caseImg,
body.page-template-launch-range-systems .siteContainer .cases .histCol .histImg {
    transform: translateZ(50px);
    height: auto;
    width: 100%;
    padding: 20px
}

body.page-template-launch-range-systems .siteContainer .cases .caseCol .histImg img,
body.page-template-launch-range-systems .siteContainer .cases .histCol .histImg img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    transform: translateZ(50px)
}

body.page-template-launch-range-systems .siteContainer .cases .caseCol .caseImg img,
body.page-template-launch-range-systems .siteContainer .cases .histCol .caseImg img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    transform: translateZ(50px);
    margin: 0 auto;
    width: 100%
}

body.page-template-launch-range-systems .siteContainer .cases .caseCol .caseIcon,
body.page-template-launch-range-systems .siteContainer .cases .caseCol .histIcon,
body.page-template-launch-range-systems .siteContainer .cases .histCol .caseIcon,
body.page-template-launch-range-systems .siteContainer .cases .histCol .histIcon {
    transform: translateZ(50px);
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px
}

body.page-template-launch-range-systems .siteContainer .casesLinks {
    margin-bottom: 40px
}

body.page-template-launch-range-systems .siteContainer .casesLinks a {
    margin: 0 10px
}

body.page-template-launch-range-systems .siteContainer .blue-bg-section {
    margin-bottom: 80px
}

body.page-template-launch-range-systems .siteContainer .satellite {
    background-image: url(../image/Background1.png);
    width: 100%;
    height: 950px;
    display: flex
}

body.page-template-launch-range-systems .siteContainer .satellite .container {
    align-items: flex-end
}

body.page-template-launch-range-systems .siteContainer .satellite .container .subcon {
    width: 722px;
    text-align: left;
    margin-top: 10%
}

body.page-template-launch-range-systems .siteContainer .satellite .container .subcon h2 {
    text-align: left;
    margin-bottom: 1.5rem
}

body.page-template-launch-range-systems .siteContainer .satellite .container .subcon a {
    margin-left: 0
}

body.page-template-mission-quality-assurance {
    background-color: #000
}

body.page-template-mission-quality-assurance .siteContainer {
    background-image: url(../image/visualization-stars-mask.png)
}

body.page-template-mission-quality-assurance .siteContainer a,
body.page-template-mission-quality-assurance .siteContainer p,
body.page-template-mission-quality-assurance .siteContainer ul li {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #fff
}

body.page-template-mission-quality-assurance .siteContainer a {
    font-size: 1em;
    color: #be8df2
}

body.page-template-mission-quality-assurance .siteContainer ul li {
    line-height: 30px;
    margin-bottom: 10px
}

body.page-template-mission-quality-assurance .siteContainer .hero::before {
    background-image: url("../image/Group 13.png");
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6
}

body.page-template-mission-quality-assurance .siteContainer section .container {
    position: relative;
    z-index: 1
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position-y: center;
    background-image: url(../image/background_callout_left.png);
    margin-bottom: 10px;
    display: flex
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con.right {
    background-image: url(../image/background_callout_right.png);
    background-position: right;
    justify-content: flex-end
}

@media screen and (max-width:1400px) {
    body.page-template-mission-quality-assurance .siteContainer .legacy-con {
        background-image: none !important;
        justify-content: center;
        height: auto
    }

    body.page-template-mission-quality-assurance .siteContainer .legacy-con.right {
        justify-content: center
    }
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con>div {
    display: flex;
    width: 73%;
    margin-left: 20px;
    align-items: center;
    padding: 30px;
    justify-content: space-between
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con>div img {
    width: 150px
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con>div div {
    width: 75%;
    text-align: left
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con>div div h3 {
    color: #be8df2;
    font-size: 26px
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con>div div ul {
    padding-left: 40px;
    margin-top: 0
}

body.page-template-mission-quality-assurance .siteContainer .legacy-con>div div ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px
}

@media screen and (max-width:1200px) {
    body.page-template-mission-quality-assurance .siteContainer .legacy-con>div {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }

    body.page-template-mission-quality-assurance .siteContainer .legacy-con>div div {
        width: 100%
    }

    body.page-template-mission-quality-assurance .siteContainer .legacy-con>div div h3 {
        font-size: 22px
    }

    body.page-template-mission-quality-assurance .siteContainer .legacy-con>div div ul li {
        font-size: 16px
    }
}

body.page-template-mission-quality-assurance .siteContainer .test-section {
    position: relative
}

body.page-template-mission-quality-assurance .siteContainer .test-section .test-bg {
    position: absolute;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../image/mqa-rocket-top.png)
}

body.page-template-mission-quality-assurance .siteContainer .test-section .test-bg-2 {
    background-position: bottom right;
    background-image: url(../image/mqa-rocket-eng.png)
}

@media screen and (max-width:1400px) {

    body.page-template-mission-quality-assurance .siteContainer .test-section .test-bg,
    body.page-template-mission-quality-assurance .siteContainer .test-section .test-bg-2 {
        background-image: none
    }
}

body.page-template-mission-quality-assurance .siteContainer .test-section .test-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(black, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), #000);
    background-size: cover
}

@media screen and (max-width:1400px) {
    body.page-template-mission-quality-assurance .siteContainer .test-section .test-bg-overlay {
        display: none
    }
}

body.page-template-mission-quality-assurance .siteContainer .secTwoBg {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.page-template-mission-quality-assurance .siteContainer .capBg {
    background-size: cover;
    margin: 0 auto;
    width: 1920px;
    min-height: 950px;
    position: absolute;
    top: 0
}

body.page-template-mission-quality-assurance .siteContainer .capBg-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.page-template-mission-quality-assurance .siteContainer .capBg-fill div {
    transform: translateY(950px);
    animation: cap-background 25s cubic-bezier(.6, .6, 0, 1) infinite;
    min-width: 2500px;
    height: 1080px;
    background-image: linear-gradient(0deg, rgba(234, 0, 255, 0) 0, rgba(0, 124, 255, .3) 50%, rgba(0, 124, 255, .3) 50%, rgba(234, 0, 255, 0) 100%)
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card {
    text-align: left;
    max-width: 620px;
    width: 100%;
    padding: 30px;
    flex: 1
}

@media screen and (max-width:960px) {
    body.page-template-mission-quality-assurance .siteContainer .flex-con .card {
        min-width: 260px
    }
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card img {
    width: 100%;
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card>* {
    z-index: 1;
    position: relative
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card h3 {
    color: #be8df1;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card span {
    color: #bba1d6;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card p {
    font-size: 18px;
    padding-right: 20px
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card ul {
    padding-left: .75em
}

body.page-template-mission-quality-assurance .siteContainer .flex-con .card ul li {
    font-size: 20px
}

body.page-template-mission-quality-assurance .siteContainer .accordion {
    width: 725px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left
}

body.page-template-mission-quality-assurance .siteContainer .accordion .item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff
}

body.page-template-mission-quality-assurance .siteContainer .accordion .item .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

body.page-template-mission-quality-assurance .siteContainer .accordion .item .title i {
    transition: all .5s
}

body.page-template-mission-quality-assurance .siteContainer .accordion .item .title:hover {
    cursor: pointer
}

body.page-template-mission-quality-assurance .siteContainer .accordion .item .title h3 {
    max-width: 90%;
    color: #be8df1;
    font-size: 26px
}

body.page-template-mission-quality-assurance .siteContainer .accordion .item ul.content {
    display: none;
    margin-top: 0;
    padding-left: 30px
}

body.page-template-mission-quality-assurance .siteContainer .accordion .item ul.content li {
    font-size: 18px
}

body.page-template-mission-quality-assurance .siteContainer .locations-con {
    width: 100%;
    height: 439px;
    background-size: cover;
    background-position-y: center;
    background-image: url(../image/USMap.png);
    background-size: contain;
    margin-bottom: 10px;
    display: flex
}

body.page-template-mission-quality-assurance .siteContainer .locations-con>div {
    text-align: left;
    display: flex;
    width: 45%;
    margin-left: 20px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px
}

body.page-template-mission-quality-assurance .siteContainer .locations-con>div h3 {
    color: #fff;
    font-size: 33px;
    margin: 0 0 10px 0
}

body.page-template-mission-quality-assurance .siteContainer .locations-con>div p {
    font-size: 16px;
    line-height: 1.2em
}

@media screen and (max-width:1400px) {
    body.page-template-mission-quality-assurance .siteContainer .locations-con {
        background-image: none;
        height: auto
    }

    body.page-template-mission-quality-assurance .siteContainer .locations-con>div {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0
    }

    body.page-template-mission-quality-assurance .siteContainer .locations-con>div h3 {
        width: 100%;
        text-align: center
    }
}

body.page-template-mission-quality-assurance .siteContainer .satellite {
    background-image: url(../image/Background_footer.png);
    width: 100%;
    height: 950px;
    display: flex
}

body.page-template-mission-quality-assurance .siteContainer .satellite .container {
    align-items: flex-end
}

body.page-template-mission-quality-assurance .siteContainer .satellite .container .subcon {
    width: 780px;
    text-align: left;
    margin-top: 22%
}

body.page-template-mission-quality-assurance .siteContainer .satellite .container .subcon h2 {
    text-align: left;
    margin-bottom: 1.5rem
}

body.page-template-mission-quality-assurance .siteContainer .satellite .container .subcon a {
    margin-left: 0
}

body.page-template-space-ground-systems {
    background-color: #000
}

body.page-template-space-ground-systems .siteContainer {
    background-image: url(../image/visualization-stars-mask.png)
}

body.page-template-space-ground-systems .siteContainer a,
body.page-template-space-ground-systems .siteContainer p,
body.page-template-space-ground-systems .siteContainer ul li {
    font-size: 20px;
    line-height: 1.55em;
    font-weight: 300;
    color: #fff
}

body.page-template-space-ground-systems .siteContainer section h2 {
    font-size: 46px
}

body.page-template-space-ground-systems .siteContainer section p {
    text-align: left
}

body.page-template-space-ground-systems .siteContainer section p a {
    color: #be8df1
}

body.page-template-space-ground-systems .siteContainer .hero::before {
    background-image: url("../image/Background (Background).png");
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-space-ground-systems .siteContainer .container img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-space-ground-systems .siteContainer .meridian-container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
    margin-bottom: 40px
}

body.page-template-space-ground-systems .siteContainer .meridian-container .meridian-logo {
    border: 0;
    max-width: 520px;
    width: 70%
}

body.page-template-space-domain-awareness {
    background-color: #000;
    background-image: url(../image/visualization-stars-mask.png);
    background-repeat: repeat-y
}

body.page-template-space-domain-awareness .siteContainer a,
body.page-template-space-domain-awareness .siteContainer p,
body.page-template-space-domain-awareness .siteContainer ul li {
    font-size: 20px;
    line-height: 1.55em;
    font-weight: 300;
    color: #fff
}

body.page-template-space-domain-awareness .siteContainer a {
    color: #be8df1
}

body.page-template-space-domain-awareness .siteContainer .text-center {
    text-align: center !important
}

body.page-template-space-domain-awareness .siteContainer section h2 {
    font-size: 46px
}

body.page-template-space-domain-awareness .siteContainer section h2:not(:first-of-type) {
    margin-top: 150px
}

body.page-template-space-domain-awareness .siteContainer section p {
    text-align: left;
    width: 100%
}

body.page-template-space-domain-awareness .siteContainer .hero::before {
    background-image: url(../image/image-hero-SDA.png);
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75
}

body.page-template-space-domain-awareness .siteContainer .container img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-space-domain-awareness .siteContainer .satellite {
    background-image: url(../image/image-careers-SDA.png);
    width: 100%;
    height: 950px;
    display: flex
}

body.page-template-space-domain-awareness .siteContainer .satellite .cta-blue {
    margin-left: 0
}

body.page-template-space-domain-awareness .siteContainer .satellite .container {
    align-items: flex-end
}

body.page-template-space-domain-awareness .siteContainer .satellite .container .subcon {
    width: 722px;
    text-align: left;
    margin-top: 10%
}

body.page-template-space-domain-awareness .siteContainer .satellite .container .subcon h2 {
    text-align: left;
    margin-bottom: 25px
}

body.page-template-freeflyer-features .siteContainer .hero {
    margin-bottom: 50px
}

body.page-template-freeflyer-features .siteContainer .container {
    max-width: 1280px
}

body.page-template-freeflyer-features .siteContainer .section {
    padding-top: 50px;
    padding-bottom: 50px
}

body.page-template-freeflyer-features .siteContainer h2 {
    font-size: 28px;
    margin: 23px 0
}

body.page-template-freeflyer-features .siteContainer p {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: left
}

body.page-template-freeflyer-features .siteContainer .heroBackgroundFeatures {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.page-template-freeflyer-features .siteContainer .heroBackgroundFeatures .content {
    background: var(--background-image) no-repeat;
    margin: 0 auto;
    width: 1920px;
    min-height: 750px;
    position: absolute
}

body.page-template-freeflyer-features .siteContainer .heroBackgroundFeatures .content {
    background-image: var(--background-image);
    margin: 0 auto;
    width: 1920px;
    min-height: 950px;
    position: absolute
}

body.page-template-freeflyer-features .siteContainer .contents.features {
    text-align: left;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 550px;
    padding-top: 200px;
    width: 1280px
}

body.page-template-freeflyer-features .siteContainer .contents.features p {
    font-size: 18px;
    margin: 20px 0 0 150px
}

@media screen and (max-width:1400px) {
    body.page-template-freeflyer-features .siteContainer .contents.features {
        width: 100%;
        align-items: center
    }

    body.page-template-freeflyer-features .siteContainer .contents.features P {
        margin-left: 0
    }
}

body.page-template-freeflyer-features .siteContainer .featuresContainer {
    max-width: 1280px;
    min-height: 100% !important;
    padding-top: 7rem;
    padding-bottom: 0
}

body.page-template-freeflyer-features .siteContainer .featuresContainer#eleven {
    padding-bottom: 50px
}

body.page-template-freeflyer-features .siteContainer .featuresLeft {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px
}

@media screen and (max-width:960px) {
    body.page-template-freeflyer-features .siteContainer .featuresLeft {
        flex-direction: column
    }
}

body.page-template-freeflyer-features .siteContainer .featuresLeftContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 260px;
    flex: 1
}

body.page-template-freeflyer-features .siteContainer .featuresHeader h2 {
    text-align: left;
    color: #be8df1
}

body.page-template-freeflyer-features .siteContainer .featuresHeader p {
    line-height: 30px
}

body.page-template-freeflyer-features .siteContainer .featuresLeftRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px
}

body.page-template-freeflyer-features .siteContainer .featuresLeftLeftCol {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 260px
}

body.page-template-freeflyer-features .siteContainer .featuresLeftRightCol {
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column
}

body.page-template-freeflyer-features .siteContainer .featuresText h3 {
    text-align: left;
    color: #fff
}

body.page-template-freeflyer-features .siteContainer .featuresText p {
    text-align: left;
    color: #8198b3
}

body.page-template-freeflyer-features .siteContainer .featuresText p a {
    color: #be8df1;
    text-decoration: none
}

body.page-template-freeflyer-features .siteContainer .featuresText p a i {
    font-size: .75em
}

body.page-template-freeflyer-features .siteContainer .featuresText p a:hover {
    text-decoration: underline
}

body.page-template-freeflyer-features .siteContainer .featuresLeftImgs {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 10px;
    width: 100%
}

body.page-template-freeflyer-features .siteContainer .featureImg {
    margin-bottom: 40px
}

body.page-template-freeflyer-features .siteContainer .featureImg img {
    border: 2px solid #be8df1;
    border-radius: 20px;
    max-width: 100%
}

body.page-template-freeflyer-features .siteContainer .featuresRight {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px
}

@media screen and (max-width:960px) {
    body.page-template-freeflyer-features .siteContainer .featuresRight {
        flex-direction: column
    }
}

body.page-template-freeflyer-features .siteContainer .featuresRightImgs {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 10px;
    width: 100%
}

body.page-template-freeflyer-features .siteContainer .featuresRightContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 260px;
    flex: 1
}

body.page-template-freeflyer-features .siteContainer .featuresRightRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px
}

body.page-template-freeflyer-features .siteContainer .featuresRightLeftCol {
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column
}

body.page-template-freeflyer-features .siteContainer .featuresRightRightCol {
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column
}

body.page-template-freeflyer-features .siteContainer .histContainer {
    max-width: 1280px;
    min-height: 100% !important
}

body.page-template-freeflyer-features .siteContainer .histLeft {
    display: flex;
    flex-direction: row;
    min-width: 1280px;
    margin-bottom: -100px
}

body.page-template-freeflyer-features .siteContainer .histLeftBlock {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 40px;
    border: 1px solid #be8df1;
    border-radius: 20px;
    z-index: 1000;
    background-color: #002043
}

body.page-template-freeflyer-features .siteContainer .histRightBlock {
    display: flex;
    flex-direction: column;
    width: 50%;
    border: 1px solid #be8df1;
    border-radius: 20px;
    z-index: 1000;
    background-color: #002043
}

body.page-template-freeflyer-features .siteContainer .histLeftBlockNoB {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 40px;
    z-index: 1000
}

body.page-template-freeflyer-features .siteContainer .histRightBlockNoB {
    display: flex;
    flex-direction: column;
    width: 50%;
    z-index: 1000
}

body.page-template-freeflyer-features .siteContainer .histHeader {
    padding: 20px
}

body.page-template-freeflyer-features .siteContainer .histHeader h2 {
    text-align: left;
    color: #be8df1;
    margin: 0
}

body.page-template-freeflyer-features .siteContainer .histHeader p {
    font-weight: 700;
    color: #be8df2;
    font-size: 22px
}

body.page-template-freeflyer-features .siteContainer .histHeader ul li {
    line-height: 30px
}

body.page-template-freeflyer-features .siteContainer .histBlockImg {
    display: flex
}

body.page-template-freeflyer-features .siteContainer .histBlockImg img {
    border-radius: 0 0 20px 20px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #be8df1
}

body.page-template-freeflyer-features .siteContainer .histRight {
    display: flex;
    flex-direction: row;
    min-width: 1280px;
    margin-bottom: -100px
}

body.page-template-freeflyer-features .siteContainer .workflowAppsHistBG {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center
}

body.page-template-freeflyer-features .siteContainer .workflowAppsHistBG svg {
    overflow: visible
}

body.page-template-freeflyer-heritage .siteContainer .heroBackgroundFeatures {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.page-template-freeflyer-heritage .siteContainer .heroBackgroundFeatures .content {
    background: var(--background-image) no-repeat;
    margin: 0 auto;
    width: 1920px;
    min-height: 750px;
    position: absolute
}

body.page-template-freeflyer-heritage .siteContainer .heroBackgroundFeatures .content {
    background-image: var(--background-image);
    margin: 0 auto;
    width: 1920px;
    min-height: 950px;
    position: absolute
}

body.page-template-freeflyer-heritage .siteContainer .contents.features {
    text-align: left;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 550px;
    padding-top: 100px;
    width: 1280px
}

body.page-template-freeflyer-heritage .siteContainer .contents.features p {
    font-size: 18px;
    margin: 20px 0 0 150px
}

@media screen and (max-width:1400px) {
    body.page-template-freeflyer-heritage .siteContainer .contents.features {
        width: 100%;
        align-items: center
    }

    body.page-template-freeflyer-heritage .siteContainer .contents.features P {
        text-align: center;
        margin-left: 0
    }
}

body.page-template-freeflyer-heritage .siteContainer .section {
    text-align: center;
    max-width: 1280px;
    margin: 50px auto;
    position: relative;
    min-height: 950px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width:1400px) {
    body.page-template-freeflyer-heritage .siteContainer .section {
        padding-left: 15px;
        padding-right: 15px
    }
}

body.page-template-freeflyer-heritage .siteContainer .histContainer {
    width: 1280px;
    max-width: 100%;
    min-height: 100% !important;
    margin-bottom: 100px
}

body.page-template-freeflyer-heritage .siteContainer .histContainer h2 {
    font-size: 28px
}

body.page-template-freeflyer-heritage .siteContainer .histContainer p,
body.page-template-freeflyer-heritage .siteContainer .histContainer ul {
    text-align: left;
    margin: 0 0 .5em 0
}

body.page-template-freeflyer-heritage .siteContainer .histContainer P {
    margin: 1em 0
}

body.page-template-freeflyer-heritage .siteContainer .histLeft {
    display: flex;
    flex-direction: row;
    margin-bottom: -100px
}

body.page-template-freeflyer-heritage .siteContainer .histLeftBlock {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 618px;
    border: 1px solid #be8df1;
    border-radius: 20px;
    z-index: 1000;
    background-color: #002043
}

body.page-template-freeflyer-heritage .siteContainer .histRightBlock {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 618px;
    border: 1px solid #be8df1;
    border-radius: 20px;
    z-index: 1000;
    background-color: #002043
}

body.page-template-freeflyer-heritage .siteContainer .histLeftBlockNoB {
    display: flex;
    flex-direction: column;
    width: 50%;
    z-index: 1000
}

body.page-template-freeflyer-heritage .siteContainer .histRightBlockNoB {
    display: flex;
    flex-direction: column;
    width: 50%;
    z-index: 1000
}

body.page-template-freeflyer-heritage .siteContainer .histHeader {
    padding: 20px
}

body.page-template-freeflyer-heritage .siteContainer .histHeader h2 {
    text-align: left;
    color: #be8df1;
    margin: 0
}

body.page-template-freeflyer-heritage .siteContainer .histHeader p {
    font-weight: 700;
    color: #be8df2;
    font-size: 22px
}

body.page-template-freeflyer-heritage .siteContainer .histHeader ul li {
    line-height: 30px
}

body.page-template-freeflyer-heritage .siteContainer .histBlockImg {
    display: flex
}

body.page-template-freeflyer-heritage .siteContainer .histBlockImg img {
    border-radius: 0 0 20px 20px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #be8df1;
    width: 100%
}

body.page-template-freeflyer-heritage .siteContainer .histRight {
    display: flex;
    flex-direction: row;
    margin-bottom: -110px
}

@media screen and (max-width:1400px) {

    body.page-template-freeflyer-heritage .siteContainer .histLeft,
    body.page-template-freeflyer-heritage .siteContainer .histRight {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px
    }

    body.page-template-freeflyer-heritage .siteContainer .histLeftBlockNoB,
    body.page-template-freeflyer-heritage .siteContainer .histRightBlockNoB {
        display: none
    }
}

@media screen and (max-width:960px) {

    body.page-template-freeflyer-heritage .siteContainer .histLeftBlock,
    body.page-template-freeflyer-heritage .siteContainer .histRightBlock {
        width: 100%
    }
}

body.page-template-freeflyer-heritage .siteContainer .workflowAppsHistBG {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center
}

@media screen and (max-width:1400px) {
    body.page-template-freeflyer-heritage .siteContainer .workflowAppsHistBG {
        display: none
    }
}

body.page-template-freeflyer-heritage .siteContainer .workflowAppsHistBG svg {
    overflow: visible
}

body.page-template-who-we-are {
    background-image: none;
    background-color: #000
}

body.page-template-who-we-are .siteContainer a,
body.page-template-who-we-are .siteContainer p,
body.page-template-who-we-are .siteContainer ul li {
    font-size: 22px;
    line-height: 30px;
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    color: #fff
}

body.page-template-who-we-are .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative
}

body.page-template-who-we-are .siteContainer .hero .container {
    position: relative
}

body.page-template-who-we-are .siteContainer .hero .container img {
    margin-top: 30px
}

body.page-template-who-we-are .siteContainer .hero .container h1 {
    font-size: 80px;
    color: inherit;
    margin: 52px auto;
    box-shadow: 5px;
    text-shadow: 5px 5px 5px #000
}

body.page-template-who-we-are .siteContainer .hero .container span {
    font-size: 40px;
    color: inherit;
    margin: 0 0 30px 0;
    text-shadow: 5px 5px 5px #000;
    letter-spacing: 22px
}

body.page-template-who-we-are .siteContainer .hero .container p {
    font-size: 22px
}

body.page-template-who-we-are .siteContainer .hero::before {
    background-image: url(../image/about-hero-bg.png);
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-who-we-are .siteContainer .timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1238px;
    width: 100%;
    padding: 0 40px;
    margin: 20px auto;
    flex-wrap: wrap;
    align-items: center
}

body.page-template-who-we-are .siteContainer .timeline div {
    max-width: 78px;
    flex: 1;
    font-size: 26px;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding: 10px;
    cursor: pointer;
    transition: all .5s
}

body.page-template-who-we-are .siteContainer .timeline div:first-of-type {
    padding-left: 20px
}

body.page-template-who-we-are .siteContainer .timeline div:last-of-type {
    padding-right: 20px
}

body.page-template-who-we-are .siteContainer .timeline div.active {
    color: #be8df1;
    border-color: #be8df1
}

body.page-template-who-we-are .siteContainer .history {
    max-width: 1238px;
    width: 100%;
    margin: 0 auto 40px;
    display: inline-flex;
    flex-flow: row
}

body.page-template-who-we-are .siteContainer .history .slick-list {
    border: 0
}

body.page-template-who-we-are .siteContainer .history .card.aisHistory {
    width: 510px;
    height: 460px;
    margin: 20px;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    transform-style: preserve-3d;
    transform: perspective(3000px);
    overflow: hidden;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

body.page-template-who-we-are .siteContainer .history .card.aisHistory h3 {
    color: #be8df1;
    font-size: 26px;
    font-weight: 400
}

body.page-template-who-we-are .siteContainer .history .card.aisHistory a,
body.page-template-who-we-are .siteContainer .history .card.aisHistory p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.25em
}

body.page-template-who-we-are .siteContainer .history .card.aisHistory img {
    border: 1px solid #4f2353;
    border-radius: 10px;
    width: 100%
}

body.page-template-who-we-are .siteContainer .split-container .core4Left {
    max-width: 480px
}

body.page-template-who-we-are .siteContainer .split-container .core4Left img {
    border: 0
}

body.page-template-who-we-are .siteContainer .core4 {
    display: flex;
    flex-direction: row;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

body.page-template-who-we-are .siteContainer .core4 .core4Left {
    margin: 0 50px 0 0;
    z-index: 1;
    border-radius: 50%;
    isolation: isolate;
    overflow: hidden;
    width: 480px;
    position: relative
}

body.page-template-who-we-are .siteContainer .core4 .core4Left img {
    max-width: 480px;
    max-height: 480px
}

body.page-template-who-we-are .siteContainer .core4 .core4Right {
    margin: 0;
    width: 49%;
    display: block;
    align-content: center
}

body.page-template-who-we-are .siteContainer .core4 .core4Right p {
    font-size: 22px;
    text-align: left;
    line-height: 30px
}

body.page-template-who-we-are .siteContainer .core4 .core4-animation {
    padding: 4px 4px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    inset: 0;
    z-index: 100;
    border-radius: inherit
}

body.page-template-who-we-are .siteContainer .core4 .core4-animation-line {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: core4-animation-line 15s linear infinite;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, .7), rgba(255, 255, 255, .8) 100%)
}

@keyframes core4-animation-line {
    0% {
        transform: translateZ(0) translate(-50px, -250px)
    }

    12.5% {
        transform: translateZ(0) translate(18px, -442px) rotate(45deg)
    }

    25% {
        transform: translateZ(0) translate(250px, -550px) rotate(90deg)
    }

    37.5% {
        transform: translateZ(0) translate(442px, -442px) rotate(135deg)
    }

    50% {
        transform: translateZ(0) translate(550px, -250px) rotate(180deg)
    }

    62.5% {
        transform: translateZ(0) translate(442px, -38px) rotate(225deg)
    }

    75% {
        transform: translateZ(0) translate(250px, 50px) rotate(270deg)
    }

    87.5% {
        transform: translateZ(0) translate(38px, -38px) rotate(315deg)
    }

    100% {
        transform: translateZ(0) translate(-50px, -250px) rotate(360deg)
    }
}

body.page-template-who-we-are .siteContainer #locations .cta-purple {
    margin: 0 20px
}

body.page-template-who-we-are .siteContainer #downloads .documents {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    position: relative;
    justify-content: center;
    flex-wrap: wrap
}

body.page-template-who-we-are .siteContainer #downloads .documents h2 {
    font-size: 28px;
    margin-top: 0;
    color: #be8df1
}

body.page-template-who-we-are .siteContainer #downloads .documents .card {
    padding: 40px 30px;
    max-width: 543px;
    margin: 20px 20px;
    flex: 1;
    min-width: 260px
}

body.page-template-who-we-are .siteContainer #downloads .documents a {
    border: 1px solid #be8df1;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #be8df2;
    font-size: 20px;
    background-color: #000
}

body.page-template-who-we-are .siteContainer #downloads .documents a i {
    color: #be8df1
}

body.page-template-who-we-are .siteContainer #downloads .documents .docsLeft {
    margin: 40px 40px 40px 0;
    border: 1px solid #4f2353;
    border-radius: 20px;
    width: 50%;
    padding: 40px
}

body.page-template-who-we-are .siteContainer #downloads .documents .docsLeft a,
body.page-template-who-we-are .siteContainer #downloads .documents .docsRight a {
    text-decoration: none;
    color: #be8df2
}

body.page-template-who-we-are .siteContainer #downloads .documents .docLink {
    border: 1px solid #be8df1;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px
}

body.page-template-who-we-are .siteContainer #downloads .documents .docLinkText {
    font-size: 20px;
    color: #be8df2
}

body.page-template-careers .siteContainer a,
body.page-template-careers .siteContainer li,
body.page-template-careers .siteContainer p,
body.page-template-mobile-wallet .siteContainer a,
body.page-template-mobile-wallet .siteContainer li,
body.page-template-mobile-wallet .siteContainer p {
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300
}

body.page-template-careers .siteContainer .hero,
body.page-template-mobile-wallet .siteContainer .hero {
    background-image: url(../image/careers-hero-bg.jpg)
}

body.page-template-careers .siteContainer .hero:before,
body.page-template-mobile-wallet .siteContainer .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0)
}

body.page-template-careers .siteContainer .hero h1,
body.page-template-mobile-wallet .siteContainer .hero h1 {
    font-size: 5rem;
    margin-bottom: 0 0 20px;
    text-shadow: 0 5px 5px #000
}

body.page-template-careers .siteContainer .hero .hero-logo,
body.page-template-mobile-wallet .siteContainer .hero .hero-logo {
    width: auto;
    height: auto;
    margin-bottom: 0;
    z-index: 1
}

body.page-template-careers .siteContainer .hero .cta-buttons,
body.page-template-mobile-wallet .siteContainer .hero .cta-buttons {
    z-index: 1
}

body.page-template-careers .siteContainer .heroBackground,
body.page-template-mobile-wallet .siteContainer .heroBackground {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    justify-content: center
}

body.page-template-careers .siteContainer .heroBackground .content,
body.page-template-mobile-wallet .siteContainer .heroBackground .content {
    background-image: var(--background-image);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    min-height: 950px;
    position: absolute
}

body.page-template-careers .siteContainer .heroBackground .content-fillAis,
body.page-template-mobile-wallet .siteContainer .heroBackground .content-fillAis {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

body.page-template-careers .siteContainer .contents,
body.page-template-mobile-wallet .siteContainer .contents {
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 950px;
    padding-top: 100px;
    width: 100%
}

body.page-template-careers .siteContainer .contents .buttonsMeridian,
body.page-template-mobile-wallet .siteContainer .contents .buttonsMeridian {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center
}

body.page-template-careers .siteContainer .contents .buttonsMeridian .cta-blue,
body.page-template-mobile-wallet .siteContainer .contents .buttonsMeridian .cta-blue {
    margin: 10px
}

body.page-template-careers .siteContainer .contents .careersHero,
body.page-template-mobile-wallet .siteContainer .contents .careersHero {
    max-width: 100%;
    margin: 200px auto 20px;
    width: max-content;
    position: relative
}

body.page-template-careers .siteContainer .contents .careersHero h1,
body.page-template-mobile-wallet .siteContainer .contents .careersHero h1 {
    font-size: 78px;
    margin-bottom: 0 0 20px;
    text-shadow: 0 5px 5px #000
}

body.page-template-careers .siteContainer .contents .careersHero p,
body.page-template-mobile-wallet .siteContainer .contents .careersHero p {
    font-size: 40px;
    letter-spacing: 25px;
    margin: 0 auto;
    font-family: arboria;
    font-weight: 400;
    text-shadow: 0 5px 5px #000;
    line-height: 30px
}

body.page-template-careers .siteContainer .container,
body.page-template-mobile-wallet .siteContainer .container {
    z-index: 1
}

body.page-template-careers .siteContainer .section,
body.page-template-mobile-wallet .siteContainer .section {
    margin: 50px auto;
    position: relative;
    min-height: 950px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

body.page-template-careers .siteContainer .split-container h2,
body.page-template-mobile-wallet .siteContainer .split-container h2 {
    text-align: left
}

body.page-template-careers .siteContainer .careersHeroText,
body.page-template-mobile-wallet .siteContainer .careersHeroText {
    max-width: 1280px;
    margin-top: 20px auto 80px;
    position: relative
}

body.page-template-careers .siteContainer .core4,
body.page-template-mobile-wallet .siteContainer .core4 {
    display: flex;
    flex-direction: row;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

body.page-template-careers .siteContainer .core4Left,
body.page-template-mobile-wallet .siteContainer .core4Left {
    margin: 0 50px 0 0;
    z-index: 1;
    border-radius: 50%;
    isolation: isolate;
    overflow: hidden;
    width: 600px;
    position: relative
}

body.page-template-careers .siteContainer .core4Right,
body.page-template-mobile-wallet .siteContainer .core4Right {
    margin: 0;
    width: 49%;
    display: block;
    align-content: center
}

body.page-template-careers .siteContainer .core4Right p,
body.page-template-mobile-wallet .siteContainer .core4Right p {
    font-size: 22px;
    text-align: left;
    line-height: 30px
}

body.page-template-careers .siteContainer .core4-animation,
body.page-template-mobile-wallet .siteContainer .core4-animation {
    padding: 4px 4px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    height: 592px;
    max-width: 592px;
    inset: 0;
    z-index: 100;
    border-radius: inherit
}

body.page-template-careers .siteContainer .core4-animation-line,
body.page-template-mobile-wallet .siteContainer .core4-animation-line {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: core4-animation-line 15s linear infinite;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, .7), rgba(255, 255, 255, .8) 100%)
}

body.page-template-careers .siteContainer .locations,
body.page-template-mobile-wallet .siteContainer .locations {
    display: flex;
    flex-direction: column;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 1000
}

body.page-template-careers .siteContainer .documents,
body.page-template-mobile-wallet .siteContainer .documents {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    position: relative
}

body.page-template-careers .siteContainer .docsLeft,
body.page-template-mobile-wallet .siteContainer .docsLeft {
    margin: 40px 40px 40px 0;
    border: 1px solid #4f2353;
    border-radius: 20px;
    width: 50%;
    padding: 40px
}

body.page-template-careers .siteContainer .docsRight,
body.page-template-mobile-wallet .siteContainer .docsRight {
    margin: 40px 0;
    border: 1px solid #4f2353;
    border-radius: 20px;
    width: 50%;
    padding: 40px
}

body.page-template-careers .siteContainer .docsLeft h2,
body.page-template-careers .siteContainer .docsRight h2,
body.page-template-mobile-wallet .siteContainer .docsLeft h2,
body.page-template-mobile-wallet .siteContainer .docsRight h2 {
    margin-top: 0;
    color: #be8df1
}

body.page-template-careers .siteContainer .docsLeft a,
body.page-template-careers .siteContainer .docsRight a,
body.page-template-mobile-wallet .siteContainer .docsLeft a,
body.page-template-mobile-wallet .siteContainer .docsRight a {
    text-decoration: none;
    color: #be8df2
}

body.page-template-careers .siteContainer .docLink,
body.page-template-mobile-wallet .siteContainer .docLink {
    border: 1px solid #be8df1;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px
}

body.page-template-careers .siteContainer .docLinkText,
body.page-template-mobile-wallet .siteContainer .docLinkText {
    font-size: 20px;
    color: #be8df2
}

body.page-template-careers .siteContainer .jobsearch,
body.page-template-mobile-wallet .siteContainer .jobsearch {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%
}

body.page-template-careers .siteContainer .jobCategories,
body.page-template-mobile-wallet .siteContainer .jobCategories {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto
}

body.page-template-careers .siteContainer .jobCatRow,
body.page-template-mobile-wallet .siteContainer .jobCatRow {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 40px;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center
}

body.page-template-careers .siteContainer .jobCatRow a,
body.page-template-mobile-wallet .siteContainer .jobCatRow a {
    text-decoration: none
}

body.page-template-careers .siteContainer .jobCat,
body.page-template-mobile-wallet .siteContainer .jobCat {
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    border: 1px solid #4f2353;
    border-radius: 20px;
    padding: 50px 0;
    margin: 0;
    width: 370px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center
}

body.page-template-careers .siteContainer .jobCat p,
body.page-template-mobile-wallet .siteContainer .jobCat p {
    color: #be8df2;
    font-size: 20px;
    font-weight: 700;
    z-index: 1;
    margin: 0;
    padding: 0
}

body.page-template-careers .siteContainer .ancillaryBenefits,
body.page-template-careers .siteContainer .benefits,
body.page-template-careers .siteContainer .companyBenefits,
body.page-template-careers .siteContainer .healthBenefits,
body.page-template-careers .siteContainer .wellnessBenefits,
body.page-template-mobile-wallet .siteContainer .ancillaryBenefits,
body.page-template-mobile-wallet .siteContainer .benefits,
body.page-template-mobile-wallet .siteContainer .companyBenefits,
body.page-template-mobile-wallet .siteContainer .healthBenefits,
body.page-template-mobile-wallet .siteContainer .wellnessBenefits {
    margin: 40px auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

body.page-template-careers .siteContainer .show,
body.page-template-mobile-wallet .siteContainer .show {
    display: flex
}

body.page-template-careers .siteContainer .hide,
body.page-template-mobile-wallet .siteContainer .hide {
    display: none
}

body.page-template-careers .siteContainer .benefitsRow,
body.page-template-mobile-wallet .siteContainer .benefitsRow {
    display: flex;
    flex-direction: row;
    margin: 0 auto 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1340px
}

body.page-template-careers .siteContainer .benefitsRow button,
body.page-template-mobile-wallet .siteContainer .benefitsRow button {
    margin-bottom: 30px
}

body.page-template-careers .siteContainer #benefits .benefit:hover,
body.page-template-mobile-wallet .siteContainer #benefits .benefit:hover {
    cursor: pointer
}

body.page-template-careers .siteContainer .allBenefits,
body.page-template-mobile-wallet .siteContainer .allBenefits {
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #be8df1 !important;
    border-radius: 5px !important;
    padding: 5px 10px 8px !important;
    background-color: rgba(0, 43, 133, .65) !important
}

body.page-template-careers .siteContainer .benefit,
body.page-template-careers .siteContainer .healthBenefit,
body.page-template-mobile-wallet .siteContainer .benefit,
body.page-template-mobile-wallet .siteContainer .healthBenefit {
    background-color: rgba(0, 43, 133, .65);
    border: 1px solid #be8df1;
    border-radius: 20px;
    margin: 20px 20px
}

body.page-template-careers .siteContainer .benefit img,
body.page-template-careers .siteContainer .healthBenefit img,
body.page-template-mobile-wallet .siteContainer .benefit img,
body.page-template-mobile-wallet .siteContainer .healthBenefit img {
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #be8df1
}

body.page-template-careers .siteContainer .healthBenefits .benefit img,
body.page-template-mobile-wallet .siteContainer .healthBenefits .benefit img {
    width: 290px;
    height: 161px
}

body.page-template-careers .siteContainer .benefit p,
body.page-template-mobile-wallet .siteContainer .benefit p {
    font-family: ibm-plex-sans, sans-serif;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-block-end: 0;
    margin: 4px 0 8px 0
}

body.page-template-careers .siteContainer .healthBenefit p,
body.page-template-mobile-wallet .siteContainer .healthBenefit p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

body.page-template-careers .siteContainer .lifeRight,
body.page-template-mobile-wallet .siteContainer .lifeRight {
    width: 50%;
    text-align: left;
    align-self: center
}

body.page-template-careers .siteContainer .lifeRight p a,
body.page-template-mobile-wallet .siteContainer .lifeRight p a {
    margin: 0
}

body.page-template-careers .siteContainer .veteransLeft,
body.page-template-mobile-wallet .siteContainer .veteransLeft {
    width: 50%
}

body.page-template-careers .siteContainer .veteransRight,
body.page-template-mobile-wallet .siteContainer .veteransRight {
    width: 50%;
    text-align: left;
    align-self: center;
    margin-right: 0
}

body.page-template-careers .siteContainer .veteransRight p a,
body.page-template-mobile-wallet .siteContainer .veteransRight p a {
    margin: 0
}

body.page-template-careers .siteContainer .interns,
body.page-template-mobile-wallet .siteContainer .interns {
    flex-direction: row;
    margin-top: 50px
}

body.page-template-careers .siteContainer .interns h2,
body.page-template-mobile-wallet .siteContainer .interns h2 {
    font-size: 28px;
    text-align: left
}

body.page-template-careers .siteContainer .internsLeft,
body.page-template-mobile-wallet .siteContainer .internsLeft {
    text-align: left;
    align-self: center;
    margin-right: 40px
}

body.page-template-careers .siteContainer .internsLeft p a,
body.page-template-mobile-wallet .siteContainer .internsLeft p a {
    margin: 0
}

body.page-template-careers .siteContainer .internImg,
body.page-template-careers .siteContainer .lifeImg,
body.page-template-mobile-wallet .siteContainer .internImg,
body.page-template-mobile-wallet .siteContainer .lifeImg {
    border: 1px solid #be8df1;
    border-radius: 20px
}

body.page-template-careers .siteContainer .recruitingRight,
body.page-template-mobile-wallet .siteContainer .recruitingRight {
    width: 50%
}

body.page-template-careers .siteContainer .recruitingLeft,
body.page-template-mobile-wallet .siteContainer .recruitingLeft {
    text-align: left;
    align-self: center;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 50px 40px 50px;
    border: 1px solid #4f2353;
    border-radius: 20px;
    height: 100%
}

body.page-template-careers .siteContainer .recruitingLeft p a,
body.page-template-mobile-wallet .siteContainer .recruitingLeft p a {
    margin: 0
}

body.page-template-careers .siteContainer .loginFieldsWide,
body.page-template-mobile-wallet .siteContainer .loginFieldsWide {
    display: flex !important;
    flex-direction: row;
    position: relative;
    z-index: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem
}

body.page-template-careers .siteContainer .loginFieldsLeft,
body.page-template-mobile-wallet .siteContainer .loginFieldsLeft {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    max-width: 100%
}

body.page-template-careers .siteContainer .loginFieldsRight,
body.page-template-mobile-wallet .siteContainer .loginFieldsRight {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0
}

body.page-template-careers .siteContainer .breakLine,
body.page-template-mobile-wallet .siteContainer .breakLine {
    border: 1px solid #be8df2;
    width: 95%;
    margin: 40px 0
}

body.page-template-careers .siteContainer .fieldLabel,
body.page-template-mobile-wallet .siteContainer .fieldLabel {
    text-align: left;
    color: #cbcbcb;
    font-size: 14px;
    margin: 0 0 5px
}

body.page-template-careers .siteContainer .checkboxLabel,
body.page-template-mobile-wallet .siteContainer .checkboxLabel {
    text-align: left;
    color: #be8df2;
    font-size: 14px
}

body.page-template-careers .siteContainer .textField,
body.page-template-mobile-wallet .siteContainer .textField {
    font-family: ibm-plex-sans, sans-serif;
    background-color: #021832;
    width: 440px;
    border: 1px solid #be8df1;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 30px;
    height: 50px
}

body.page-template-careers .siteContainer .submit,
body.page-template-mobile-wallet .siteContainer .submit {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 18px;
    height: 50px;
    width: fit-content;
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 20px 8px;
    color: #fff;
    margin: 0 0;
    align-self: center;
    transition: box-shadow .2s ease-in
}

body.page-template-careers .siteContainer .submit:hover,
body.page-template-mobile-wallet .siteContainer .submit:hover {
    cursor: pointer
}

body.page-template-careers .siteContainer .benefit-popup-content,
body.page-template-mobile-wallet .siteContainer .benefit-popup-content {
    display: none;
    height: 0
}

body.page-template-careers .siteContainer .popup-screen,
body.page-template-mobile-wallet .siteContainer .popup-screen {
    background-color: #000;
    opacity: .35;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none
}

body.page-template-careers .siteContainer .popup-con,
body.page-template-mobile-wallet .siteContainer .popup-con {
    position: fixed;
    color: #111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
    z-index: 100;
    display: none;
    width: 600px;
    max-width: 100% !important;
    background: #fff;
    border-radius: 20px;
    border-bottom: 1px solid #be8df1
}

body.page-template-careers .siteContainer .popup-con .popup-content,
body.page-template-mobile-wallet .siteContainer .popup-con .popup-content {
    width: 100%;
    color: #111
}

body.page-template-careers .siteContainer .popup-con .popup-content h2,
body.page-template-mobile-wallet .siteContainer .popup-con .popup-content h2 {
    margin-bottom: 5px;
    color: #111;
    display: block
}

body.page-template-careers .siteContainer .popup-con .popup-content span,
body.page-template-mobile-wallet .siteContainer .popup-con .popup-content span {
    display: block;
    font-size: 20px;
    color: #ca1d25;
    margin-bottom: 20px
}

body.page-template-careers .siteContainer .popup-con .popup-content p,
body.page-template-mobile-wallet .siteContainer .popup-con .popup-content p {
    font-size: 20px;
    color: #111
}

body.page-template-careers .siteContainer .popup-con .popup-content a,
body.page-template-mobile-wallet .siteContainer .popup-con .popup-content a {
    font-size: 20px;
    color: #007bff
}

body.page-template-careers .siteContainer .popup-con .close-btn,
body.page-template-mobile-wallet .siteContainer .popup-con .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 16px;
    border-radius: 50%;
    padding: 5px
}

body.page-template-careers .siteContainer .popup-con .close-btn:hover,
body.page-template-mobile-wallet .siteContainer .popup-con .close-btn:hover {
    cursor: pointer
}

body.page-template-mobile-wallet .siteContainer .benefit,
body.page-template-mobile-wallet .siteContainer .healthBenefit {
    background-color: rgba(0, 43, 133, .65);
    border: 1px solid #be8df1;
    border-radius: 20px;
    margin: 20px 20px
}

body.page-template-mobile-wallet .siteContainer .benefit:hover,
body.page-template-mobile-wallet .siteContainer .healthBenefit:hover {
    cursor: pointer
}

body.page-template-life-at {
    background-image: none;
    background-color: #000
}

body.page-template-life-at .siteContainer a,
body.page-template-life-at .siteContainer p,
body.page-template-life-at .siteContainer ul li {
    font-size: 18px;
    line-height: 1.55em;
    font-weight: 300;
    color: #fff
}

body.page-template-life-at .siteContainer section h2 {
    font-size: 2.875rem
}

body.page-template-life-at .siteContainer .intro-section {
    margin-top: 5rem
}

body.page-template-life-at .siteContainer .intro-section p {
    line-height: 30px;
    color: #be8df1
}

body.page-template-life-at .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative
}

body.page-template-life-at .siteContainer .hero::before {
    background-image: url(../image/image-hero-life-at.png);
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-life-at .siteContainer .hero .container {
    position: relative
}

body.page-template-life-at .siteContainer .hero .container img {
    margin-top: 30px
}

body.page-template-life-at .siteContainer .hero .container h1 {
    font-size: 5rem;
    color: inherit;
    margin: 52px auto;
    box-shadow: 5px;
    text-shadow: 5px 5px 5px #000
}

body.page-template-life-at .siteContainer .hero .container span {
    font-size: 40px;
    color: inherit;
    margin: 0 0 30px 0;
    text-shadow: 5px 5px 5px #000;
    letter-spacing: 22px
}

body.page-template-life-at .siteContainer .hero .container p {
    font-size: 22px
}

body.page-template-life-at .siteContainer .container img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-life-at .siteContainer .purple-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 2.8125rem
}

body.page-template-life-at .siteContainer .purple-con img {
    margin: 30px 0
}

body.page-template-life-at .siteContainer .purple-con p {
    text-align: left
}

body.page-template-life-at .siteContainer .purple-con a:not(.cta-purple) {
    color: #be8df2;
    text-decoration: none
}

body.page-template-life-at .siteContainer .purple-con a:not(.cta-purple):hover {
    text-decoration: underline
}

body.page-template-life-at .siteContainer .col2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 80px;
    justify-content: center
}

body.page-template-life-at .siteContainer .col2 img {
    margin: 0;
    width: calc(50% - 40px);
    height: auto;
    align-self: flex-start
}

@media screen and (max-width:960px) {
    body.page-template-life-at .siteContainer .col2 img {
        width: 100%
    }
}

body.page-template-life-at .siteContainer .col2>div {
    flex: 1;
    height: auto;
    padding: 20px 0 0 0;
    text-align: left;
    min-width: 260px
}

body.page-template-life-at .siteContainer .col2 img+div {
    padding: 20px 0 0 0;
    width: 100%
}

body.page-template-life-at .siteContainer .col2+.col2 {
    margin-top: 80px
}

body.page-template-life-at .siteContainer .flex-con {
    max-width: 1400px;
    display: flex;
    flex-direction: row
}

body.page-template-life-at .siteContainer .flex-con .col {
    display: flex;
    flex-direction: column;
    padding: 20px
}

body.page-template-life-at .siteContainer .flex-con .col a {
    text-decoration: none
}

body.page-template-life-at .siteContainer .flex-con .col p {
    font-size: 20px;
    margin-top: 16px;
    color: #bba1d6
}

body.page-template-veterans {
    background-image: none;
    background-color: #000
}

body.page-template-veterans .siteContainer a,
body.page-template-veterans .siteContainer p,
body.page-template-veterans .siteContainer ul li {
    font-size: 18px;
    line-height: 1.55em;
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    color: #fff
}

body.page-template-veterans .siteContainer section h2 {
    font-size: 46px
}

body.page-template-veterans .siteContainer p.intro-text {
    line-height: 30px;
    color: #be8df1;
    margin-top: 5rem
}

body.page-template-veterans .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative
}

body.page-template-veterans .siteContainer .hero::before {
    background-image: url(../image/image-hero-military.png);
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-veterans .siteContainer .hero .container {
    position: relative
}

body.page-template-veterans .siteContainer .hero .container img {
    margin-top: 30px
}

body.page-template-veterans .siteContainer .hero .container h1 {
    font-size: 80px;
    color: inherit;
    margin: 52px auto;
    box-shadow: 5px;
    text-shadow: 5px 5px 5px #000
}

body.page-template-veterans .siteContainer .hero .container span {
    font-size: 40px;
    color: inherit;
    margin: 0 0 30px 0;
    text-shadow: 5px 5px 5px #000;
    letter-spacing: 22px
}

body.page-template-veterans .siteContainer .hero .container p {
    font-size: 22px
}

body.page-template-veterans .siteContainer .container img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-veterans .siteContainer .purple-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 45px
}

body.page-template-veterans .siteContainer .purple-con img {
    margin: 30px 0
}

body.page-template-veterans .siteContainer .purple-con p {
    text-align: left
}

body.page-template-veterans .siteContainer .purple-con a:not(.cta-purple) {
    color: #be8df2;
    text-decoration: none
}

body.page-template-veterans .siteContainer .purple-con a:not(.cta-purple):hover {
    text-decoration: underline
}

body.page-template-veterans .siteContainer .col2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

body.page-template-veterans .siteContainer .col2 img {
    margin: 0;
    width: calc(50% - 40px);
    height: auto;
    align-self: flex-start
}

body.page-template-veterans .siteContainer .col2>div {
    flex: 1;
    height: auto;
    padding: 20px 80px 0 0;
    text-align: left
}

body.page-template-veterans .siteContainer .col2 img+div {
    padding: 20px 0 0 80px
}

body.page-template-veterans .siteContainer .col2+.col2 {
    margin-top: 80px
}

body.page-template-veterans .siteContainer .flex-con {
    max-width: 1400px;
    display: flex;
    flex-direction: row
}

body.page-template-veterans .siteContainer .flex-con .col {
    display: flex;
    flex-direction: column;
    padding: 20px
}

body.page-template-veterans .siteContainer .flex-con .col a {
    text-decoration: none
}

body.page-template-veterans .siteContainer .flex-con .col p {
    font-size: 20px;
    margin-top: 16px;
    color: #bba1d6
}

body.page-template-culture {
    background-image: none;
    background-color: #000
}

body.page-template-culture .siteContainer a,
body.page-template-culture .siteContainer p,
body.page-template-culture .siteContainer ul li {
    font-size: 18px;
    line-height: 1.55em;
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    color: #fff
}

body.page-template-culture .siteContainer section h2 {
    font-size: 46px
}

body.page-template-culture .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative
}

body.page-template-culture .siteContainer .hero::before {
    background-image: url(../image/culture-hero-bg.png);
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-culture .siteContainer .hero .container {
    position: relative
}

body.page-template-culture .siteContainer .hero .container img {
    margin-top: 30px
}

body.page-template-culture .siteContainer .hero .container h1 {
    font-size: 80px;
    color: inherit;
    margin: 52px auto;
    box-shadow: 5px;
    text-shadow: 5px 5px 5px #000
}

body.page-template-culture .siteContainer .hero .container span {
    font-size: 40px;
    color: inherit;
    margin: 0 0 30px 0;
    text-shadow: 5px 5px 5px #000;
    letter-spacing: 22px
}

body.page-template-culture .siteContainer .hero .container p {
    font-size: 22px
}

body.page-template-culture .siteContainer .container img {
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-culture .siteContainer .purple-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 45px
}

body.page-template-culture .siteContainer .purple-con img {
    margin: 30px 0
}

body.page-template-culture .siteContainer .purple-con p {
    text-align: left
}

body.page-template-culture .siteContainer .purple-con a:not(.cta-purple) {
    color: #be8df2;
    text-decoration: none
}

body.page-template-culture .siteContainer .purple-con a:not(.cta-purple):hover {
    text-decoration: underline
}

body.page-template-culture .siteContainer .col2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

body.page-template-culture .siteContainer .col2 img {
    margin: 0;
    width: calc(50% - 40px);
    height: auto;
    align-self: flex-start
}

body.page-template-culture .siteContainer .col2>div {
    flex: 1;
    height: auto;
    padding: 20px 80px 0 0;
    text-align: left
}

body.page-template-culture .siteContainer .col2 img+div {
    padding: 20px 0 0 80px
}

body.page-template-culture .siteContainer .col2+.col2 {
    margin-top: 80px
}

body.page-template-culture .siteContainer .flex-con {
    max-width: 1400px;
    display: flex;
    flex-direction: row
}

body.page-template-culture .siteContainer .flex-con .col {
    display: flex;
    flex-direction: column;
    padding: 20px
}

body.page-template-culture .siteContainer .flex-con .col a {
    text-decoration: none
}

body.page-template-culture .siteContainer .flex-con .col p {
    font-size: 20px;
    margin-top: 16px;
    color: #bba1d6
}

body.page-template-university-students {
    background-image: none;
    background-color: #000
}

body.page-template-university-students .siteContainer a,
body.page-template-university-students .siteContainer p,
body.page-template-university-students .siteContainer ul li {
    font-size: 18px;
    line-height: 1.55em;
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    color: #fff
}

body.page-template-university-students .siteContainer section h2 {
    font-size: 46px
}

body.page-template-university-students .siteContainer p.intro-text {
    line-height: 30px;
    color: #be8df1;
    margin-top: 5rem
}

body.page-template-university-students .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative
}

body.page-template-university-students .siteContainer .hero::before {
    background-image: url(../image/image-hero-university.png);
    opacity: 1;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.page-template-university-students .siteContainer .hero .container {
    position: relative
}

body.page-template-university-students .siteContainer .hero .container img {
    margin-top: 30px;
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-university-students .siteContainer .hero .container h1 {
    font-size: 80px;
    color: inherit;
    margin: 52px auto;
    box-shadow: 5px;
    text-shadow: 5px 5px 5px #000
}

body.page-template-university-students .siteContainer .hero .container span {
    font-size: 40px;
    color: inherit;
    margin: 0 0 30px 0;
    text-shadow: 5px 5px 5px #000;
    letter-spacing: 22px
}

body.page-template-university-students .siteContainer .hero .container p {
    font-size: 22px
}

body.page-template-university-students .siteContainer .purple-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 45px
}

body.page-template-university-students .siteContainer .purple-con img {
    margin: 30px 0
}

body.page-template-university-students .siteContainer .purple-con p {
    text-align: left
}

body.page-template-university-students .siteContainer .purple-con a:not(.cta-purple) {
    color: #be8df2;
    text-decoration: none
}

body.page-template-university-students .siteContainer .purple-con a:not(.cta-purple):hover {
    text-decoration: underline
}

body.page-template-university-students .siteContainer .purple-con .no-border {
    border: 0
}

body.page-template-university-students .siteContainer .col2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

body.page-template-university-students .siteContainer .col2 img {
    margin: 0;
    width: calc(50% - 40px);
    height: auto;
    align-self: flex-start
}

body.page-template-university-students .siteContainer .col2>div {
    flex: 1;
    height: auto;
    padding: 20px 80px 0 0;
    text-align: left
}

body.page-template-university-students .siteContainer .col2 img+div {
    padding: 20px 0 0 80px
}

body.page-template-university-students .siteContainer .col2+.col2 {
    margin-top: 80px
}

body.page-template-university-students .siteContainer .flex-con {
    max-width: 1400px;
    display: flex;
    flex-direction: row
}

body.page-template-university-students .siteContainer .flex-con .col {
    display: flex;
    flex-direction: column;
    padding: 20px
}

body.page-template-university-students .siteContainer .flex-con .col a {
    text-decoration: none
}

body.page-template-university-students .siteContainer .flex-con .col p {
    font-size: 20px;
    margin-top: 16px;
    color: #bba1d6
}

body.page-template-university-students .siteContainer .uni-student-con .tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px
}

body.page-template-university-students .siteContainer .uni-student-con .tabs .tab-item {
    font-size: 22px;
    font-weight: 300;
    border: 1px solid #bf8df2;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 15px 15px
}

body.page-template-university-students .siteContainer .uni-student-con .tabs .tab-item:hover {
    cursor: pointer;
    background-color: #bf8df2
}

body.page-template-university-students .siteContainer .uni-student-con .tabs .tab-item.active {
    background-color: #bf8df2
}

body.page-template-university-students .siteContainer .uni-student-con .content .content-item {
    min-height: 490px;
    width: 100%;
    display: none
}

body.page-template-university-students .siteContainer .uni-student-con .content .content-item .featured-image {
    display: inline;
    float: left;
    margin: 0 40px 20px 0;
    border-radius: 20px;
    border: 1px solid #bf8df2
}

body.page-template-ailabs .siteContainer .hero {
    margin-bottom: 1rem;
    max-height: 950px;
    background-image: url(../image/ailabs-hero-bg.png);
    display: flex;
    flex-direction: column
}

body.page-template-ailabs .siteContainer .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3)
}

body.page-template-ailabs .siteContainer .hero .hero-logo {
    width: auto;
    height: auto;
    margin-bottom: 0;
    z-index: 1
}

body.page-template-ailabs .siteContainer .hero .cta-buttons,
body.page-template-ailabs .siteContainer .hero h1 {
    z-index: 1
}

body.page-template-ailabs .siteContainer .hero img {
    margin-top: 90px
}

body.page-template-ailabs .siteContainer .hero h1 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 180px
}

body.page-template-ailabs .siteContainer p.purple-text {
    font-family: ibm-plex-sans, sans-serif;
    color: #be8df1;
    font-size: 22px !important;
    font-weight: 300
}

body.page-template-ailabs .siteContainer .intro-section p {
    font-size: 18px;
    font-family: ibm-plex-sans, sans-serif;
    line-height: 30px;
    font-weight: 300
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container {
    position: relative;
    min-height: 2700px;
    max-width: 1320px
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item {
    position: absolute;
    transition: all .5s ease-in-out;
    margin-top: 60px;
    opacity: 0;
    width: 620px;
    text-align: left
}

@media screen and (max-width:1400px) {
    body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item {
        width: 540px
    }
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item.fade-in {
    margin-top: 0;
    opacity: 1
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item h4 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item a {
    text-align: left;
    margin-left: 0
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item img {
    width: 100%;
    max-width: 620px;
    border: 1px solid #4f2353;
    border-radius: 20px;
    margin-bottom: 15px
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-1 {
    left: 15px
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-2 {
    right: 15px;
    top: 386px
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-3 {
    left: 15px;
    top: 800px
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-4 {
    right: 15px;
    top: 1200px
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-5 {
    left: 15px;
    top: 1600px
}

body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-6 {
    right: 15px;
    top: 2000px
}

@media screen and (max-width:1400px) {
    body.page-template-ailabs .siteContainer #workflow-section .workflow-fadein-container .workflow-item {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        max-width: 100%;
        margin-bottom: 40px
    }
}

body.page-template-university .siteContainer {
    background-image: url(../image/visualization-stars-mask.png)
}

body.page-template-university .siteContainer .hero {
    background-image: url(../image/image-hero-FFU.jpg)
}

body.page-template-university .siteContainer .hero .hero-logo {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    z-index: 1
}

body.page-template-university .siteContainer .hero p {
    font-size: 26px;
    line-height: 30px;
    font-family: arboria;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px
}

body.page-template-university .siteContainer .hero .cta-buttons {
    z-index: 1
}

body.page-template-university .siteContainer .hero .cta-buttons i {
    margin-left: 10px
}

body.page-template-university .siteContainer section h2 {
    font-size: 2.875rem
}

body.page-template-university .siteContainer section img {
    width: 100%;
    border: 1px solid #4f2353;
    border-radius: 20px
}

body.page-template-university .siteContainer .purple-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    padding: 45px;
    align-content: center;
    align-items: center
}

body.page-template-university .siteContainer .purple-con .split-container {
    column-gap: 60px;
    row-gap: 80px;
    margin-bottom: 80px
}

body.page-template-university .siteContainer .purple-con .split-container:last-of-type {
    margin-bottom: 0
}

body.page-template-university .siteContainer .purple-con .split-container div {
    align-self: flex-start
}

body.page-template-university .siteContainer .purple-con img {
    margin: 0 0 30px 0;
    border: 0
}

body.page-template-university .siteContainer .purple-con p {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

body.page-template-university .siteContainer .purple-con h3 {
    color: #be8df1;
    font-size: 24px;
    margin: 0 0 15px 0
}

body.page-template-university .siteContainer .purple-con span {
    color: #be8df1;
    font-size: 20px;
    margin-bottom: 0;
    width: 100%;
    display: inline-block
}

body.page-template-university .siteContainer .purple-con a:not(.cta-purple) {
    color: #be8df2;
    text-decoration: none
}

body.page-template-university .siteContainer .purple-con a:not(.cta-purple):hover {
    text-decoration: underline
}

body.page-template-university .siteContainer .expo-section .youtube-con {
    border-radius: 20px;
    overflow: hidden
}

body.page-template-university .siteContainer .expo-section .split-container div {
    align-self: center
}

body.page-template-university .siteContainer .expo-section .split-container:last-of-type {
    margin-bottom: 40px
}

body.page-template-university .siteContainer .forum-section {
    text-align: center
}

body.page-template-university .siteContainer .forum-section p {
    text-align: center
}

body.page-template-university .siteContainer .forum-section h3 {
    text-align: center
}

body.page-template-university .siteContainer .forum-section h2 {
    margin-bottom: 15px
}

body.page-template-university .siteContainer .forum-section .forum-icon {
    display: flex;
    height: 215px
}

body.page-template-university .siteContainer .forum-section .forum-icon img {
    width: auto;
    margin: 0 auto
}

body.page-template-university .siteContainer .forum-section .container>p,
body.page-template-university .siteContainer .forum-section .purple-con>p {
    margin-bottom: 40px
}

body.page-template-university .siteContainer .forum-section .split-container:last-of-type {
    margin-bottom: 40px
}

body.page-template-university .siteContainer .feature-section h3 {
    font-weight: 300
}

body.page-template-university .siteContainer .feature-section h2 {
    margin-bottom: 15px
}

body.page-template-university .siteContainer .feature-section ul li {
    padding-bottom: 20px
}

body.page-template-university .siteContainer .feature-section .split-container {
    row-gap: 40px
}

body.page-template-university .siteContainer .feature-section .container>p,
body.page-template-university .siteContainer .feature-section .purple-con>p {
    text-align: center;
    margin-bottom: 40px
}

body.page-template-university .siteContainer .edu-section {
    text-align: center
}

body.page-template-university .siteContainer .edu-section .purple-con p {
    text-align: center
}

body.page-template-university .siteContainer .edu-section .purple-con>h3 {
    font-weight: 300;
    margin-bottom: 30px
}

body.page-template-university .siteContainer .edu-section .split-container div {
    align-self: flex-start
}

body.page-template-university .siteContainer .edu-section .split-container div p {
    text-align: left
}

body.page-template-university .siteContainer .edu-section .split-container:last-of-type {
    margin-bottom: 40px
}

body.page-template-university .siteContainer .edu-section .cta-purple {
    margin-bottom: 40px
}

body.page-template-university .siteContainer .using-section img {
    margin-top: 15px;
    border: 0
}

body.page-template-dashboard .siteContainer,
body.page-template-help-files-public .siteContainer {
    display: flex;
    flex-direction: column
}

body.page-template-dashboard .siteContainer h2,
body.page-template-help-files-public .siteContainer h2 {
    font-size: 28px;
    text-align: left
}

body.page-template-dashboard .siteContainer a,
body.page-template-dashboard .siteContainer button,
body.page-template-dashboard .siteContainer label,
body.page-template-dashboard .siteContainer li,
body.page-template-dashboard .siteContainer p,
body.page-template-dashboard .siteContainer select,
body.page-template-dashboard .siteContainer td,
body.page-template-dashboard .siteContainer textarea,
body.page-template-dashboard .siteContainer th,
body.page-template-help-files-public .siteContainer a,
body.page-template-help-files-public .siteContainer button,
body.page-template-help-files-public .siteContainer label,
body.page-template-help-files-public .siteContainer li,
body.page-template-help-files-public .siteContainer p,
body.page-template-help-files-public .siteContainer select,
body.page-template-help-files-public .siteContainer td,
body.page-template-help-files-public .siteContainer textarea,
body.page-template-help-files-public .siteContainer th {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

body.page-template-dashboard .siteContainer .dashboardHeader,
body.page-template-help-files-public .siteContainer .dashboardHeader {
    display: flex;
    padding: 0 20px 10px;
    height: 100%;
    position: relative;
    z-index: 1001;
    flex-direction: row;
    align-items: center;
    margin: 100px 0 0;
    border-bottom: 1px solid #be8df1;
    justify-content: space-between
}

body.page-template-dashboard .siteContainer .dashboardHeader .container,
body.page-template-help-files-public .siteContainer .dashboardHeader .container {
    max-width: 1900px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between
}

body.page-template-dashboard .siteContainer .dashboardHeader .container .cta-blue,
body.page-template-help-files-public .siteContainer .dashboardHeader .container .cta-blue {
    font-size: 20px;
    margin-bottom: 10px
}

body.page-template-dashboard .siteContainer .dashboardHeader img,
body.page-template-help-files-public .siteContainer .dashboardHeader img {
    align-self: flex-start
}

body.page-template-dashboard .siteContainer .dashboardContainer,
body.page-template-help-files-public .siteContainer .dashboardContainer {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
    margin: 0 auto;
    max-width: 1900px;
    margin-bottom: 40px;
    flex: 1;
    width: 100%
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar {
    display: flex;
    flex-direction: column;
    width: 20%;
    max-width: 350px;
    min-width: 350px;
    margin-right: 2.5rem
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar h2,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar h2 {
    text-align: left;
    color: #be8df2;
    margin: 20px 0 5px;
    font-size: 20px;
    padding: 0 20px
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .userDashboardNav,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .userDashboardNav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #be8df2
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar li a,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar li a {
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300 !important;
    color: #fff;
    display: flex;
    text-decoration: none;
    line-height: 1.25;
    padding: 10px 0;
    position: relative;
    align-items: center;
    background-color: transparent;
    transition: background-color 2s ease-out .1s;
    font-size: 18px;
    margin: 0 20px;
    flex-direction: row;
    font-weight: 700
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar li a:hover,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar li a:hover {
    color: #be8df2
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar img,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar img {
    margin-right: 20px;
    display: inline-block;
    padding: 0;
    vertical-align: middle
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact {
    padding: 20px;
    text-align: left
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact h2,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact h2 {
    padding: 0;
    margin: 0 0 10px 0
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact p,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact p {
    margin-bottom: 0
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact .cta-blue,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .freeflyerContact .cta-blue {
    display: inline-block;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 20px
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .userAvitarHeader,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .userAvitarHeader {
    color: #fff;
    display: flex;
    text-decoration: none;
    line-height: 1.25;
    padding: 10px 0 20px;
    position: relative;
    align-items: center;
    background-color: transparent;
    transition: background-color 2s ease-out .1s;
    font-size: 18px;
    border-bottom: 1px solid #be8df2;
    margin: 20px 0
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .userAvitarHeader .user-avatar,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .userAvitarHeader .user-avatar {
    margin: 0 10px 0 20px
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .supportAvitar,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .supportAvitar {
    display: flex;
    flex-direction: row;
    line-height: 1.25;
    padding: 10px 0;
    position: relative;
    margin: 0 20px 20px;
    text-align: left
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .supportAvitar p,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .supportAvitar p {
    font-size: 18px;
    margin: 0;
    display: block;
    margin-bottom: 6px
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar .supportAvitar .supportAvitarBTN,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar .supportAvitar .supportAvitarBTN {
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #bf8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(0, 43, 133, .65);
    transition: box-shadow .2s ease-in
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboardRight,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboardRight {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0 20px 0 20px;
    flex: 1;
    position: relative
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboardRight hr,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboardRight hr {
    border: 1px solid #be8df1;
    margin: 40px 0
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboardRight:has(iframe),
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboardRight:has(iframe) {
    background: #fff
}

body.page-template-dashboard .siteContainer .dashboardContainer .dashboard-sidebar+.dashboardRight,
body.page-template-help-files-public .siteContainer .dashboardContainer .dashboard-sidebar+.dashboardRight {
    padding: 0 20px 0 0
}

body.page-template-dashboard .siteContainer .widget-con,
body.page-template-help-files-public .siteContainer .widget-con {
    width: 100%;
    display: flex;
    justify-content: space-between
}

body.page-template-dashboard .siteContainer .widget-con .downloadsWidget,
body.page-template-help-files-public .siteContainer .widget-con .downloadsWidget {
    width: 408px;
    min-width: 408px;
    height: 438px;
    border: 1px solid #be8df1;
    border-radius: 20px;
    background: url(../image/downloads-widget-bg.png) top center no-repeat;
    margin: 0 40px 40px 0;
    position: relative;
    box-shadow: 0 0 10px 2px #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

body.page-template-dashboard .siteContainer .widget-con .downloadsWidget a,
body.page-template-help-files-public .siteContainer .widget-con .downloadsWidget a {
    margin-bottom: 30px
}

body.page-template-dashboard .siteContainer .widget-con .widgets,
body.page-template-help-files-public .siteContainer .widget-con .widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget {
    width: 328px;
    min-width: 328px;
    height: 198px;
    border: 1px solid #be8df1;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px 2px #000;
    background: top center no-repeat;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    margin-bottom: 30px
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget p,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget p {
    margin-left: 1rem
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget.license,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget.license {
    background-image: url(../image/license-widget-bg.png)
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget.blog,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget.blog {
    background-image: url(../image/blog-widget-bg.png)
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget.forum,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget.forum {
    background-image: url(../image/forum-widget-bg.png)
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget.training,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget.training {
    background-image: url(../image/youtube-widget-bg.png)
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget.certification,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget.certification {
    background-image: url(../image/certification-widget-bg.png)
}

body.page-template-dashboard .siteContainer .widget-con .widgets .ffWidget.helpDesk,
body.page-template-help-files-public .siteContainer .widget-con .widgets .ffWidget.helpDesk {
    background-image: url(../image/helpdesk-widget-bg.png)
}

body.page-template-dashboard .siteContainer .dashboardFreeTrial,
body.page-template-help-files-public .siteContainer .dashboardFreeTrial {
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    min-height: 200px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #4f2353;
    border-radius: 20px;
    padding: 40px
}

body.page-template-dashboard .siteContainer .dashboardFreeTrial #freeflyer-trial-con,
body.page-template-help-files-public .siteContainer .dashboardFreeTrial #freeflyer-trial-con {
    width: 100%
}

body.page-template-dashboard .siteContainer .dashboardFreeTrial h2,
body.page-template-help-files-public .siteContainer .dashboardFreeTrial h2 {
    color: #be8df2;
    margin-bottom: 1.5rem
}

body.page-template-dashboard .siteContainer .dashboardFreeTrial .split-row,
body.page-template-help-files-public .siteContainer .dashboardFreeTrial .split-row {
    display: flex;
    justify-content: space-between
}

body.page-template-dashboard .siteContainer .dashboardFreeTrial .split-row .right,
body.page-template-help-files-public .siteContainer .dashboardFreeTrial .split-row .right {
    min-width: 380px;
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

body.page-template-dashboard .siteContainer .dashboardFreeTrial .split-row .right .cta-blue,
body.page-template-help-files-public .siteContainer .dashboardFreeTrial .split-row .right .cta-blue {
    margin: 10px 0;
    width: auto
}

body.page-template-dashboard .siteContainer .ffDContentContainer,
body.page-template-help-files-public .siteContainer .ffDContentContainer {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

body.page-template-dashboard .siteContainer .ffDContentContainer h2,
body.page-template-help-files-public .siteContainer .ffDContentContainer h2 {
    width: 100%;
    text-align: left;
    font-size: 28px;
    color: #be8df2;
    margin: 20px 0
}

body.page-template-dashboard .siteContainer .ffDContentContainer img,
body.page-template-help-files-public .siteContainer .ffDContentContainer img {
    width: 120px;
    height: 120px;
    margin-right: 30px
}

body.page-template-dashboard .siteContainer .ffDContentContainer p,
body.page-template-help-files-public .siteContainer .ffDContentContainer p {
    line-height: 30px;
    margin-bottom: 20px
}

body.page-template-dashboard .siteContainer .ffDContentContainer .cta-blue,
body.page-template-help-files-public .siteContainer .ffDContentContainer .cta-blue {
    margin-left: 0
}

body.page-template-dashboard .siteContainer .ffDContentContainer>div,
body.page-template-help-files-public .siteContainer .ffDContentContainer>div {
    width: 50%;
    padding-right: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column
}

body.page-template-dashboard .siteContainer .ffDContentContainer>div>div,
body.page-template-help-files-public .siteContainer .ffDContentContainer>div>div {
    display: flex;
    flex-direction: row
}

body.page-template .siteContainer .downloadWidgets {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px
}

@media screen and (max-width:1400px) {
    body.page-template .siteContainer .downloadWidgets {
        flex-wrap: wrap
    }
}

body.page-template .siteContainer .downloadWidgets .ctaAccount,
body.page-template .siteContainer .downloadWidgets .ctaDownloads {
    font-size: 16px;
    margin: 0 10px 0 0
}

body.page-template .siteContainer .downloadWidgets .cta-tabs {
    margin-bottom: 20px
}

body.page-template .siteContainer .downloadWidgets .cta-tabs a {
    display: inline-block;
    font-size: 22px;
    padding: 2px 4px;
    margin: 0 4px;
    border: 0;
    cursor: pointer;
    color: #be8df2;
    height: 36px
}

body.page-template .siteContainer .downloadWidgets .cta-tabs a:hover {
    border-bottom: 2px solid #fff
}

body.page-template .siteContainer .downloadWidgets .cta-tabs a.ctaDownloadsActive {
    border-bottom: 2px solid #fff
}

body.page-template .siteContainer .downloadWidgets .ctaAccountRed {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(60, 0, 0, .65);
    margin: 0 20px 0 0;
    transition: box-shadow .2s ease-in
}

body.page-template .siteContainer .downloadWidgets .ctaAccountRed:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px red;
    border: 2px solid red;
    transition: box-shadow .2s ease-out
}

body.page-template .siteContainer .downloadWidgets .ffDContent {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px
}

body.page-template .siteContainer .downloadWidgets .ffDContentContainer {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px
}

body.page-template .siteContainer .downloadWidgets .ffDContentLeft {
    width: 50%;
    margin-right: 40px
}

body.page-template .siteContainer .downloadWidgets .ffDContentLeft img,
body.page-template .siteContainer .downloadWidgets .ffDContentRight img {
    margin-right: 20px;
    float: left
}

body.page-template .siteContainer .downloadWidgets .ffDContentRight {
    width: 50%;
    padding-right: 40px
}

body.page-template .siteContainer .downloadWidgets .downloadLeft {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    position: relative;
    border-radius: 20px;
    border: 1px solid #4f2353;
    padding: 40px;
    min-width: 700px;
    margin-right: 40px;
    height: fit-content
}

@media screen and (max-width:1400px) {
    body.page-template .siteContainer .downloadWidgets .downloadLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .selectField {
    background-color: #021832;
    width: 332px;
    border: 1px solid #be8df1;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 30px
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .certTable,
body.page-template .siteContainer .downloadWidgets .downloadLeft .licenseTable {
    color: #fff;
    border-collapse: collapse;
    width: 100%
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .certTable {
    margin-bottom: 40px
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .certTable th,
body.page-template .siteContainer .downloadWidgets .downloadLeft .licenseTable th {
    color: #be8df2;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    padding: 5px 20px;
    border: 1px solid #555
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .certTable td,
body.page-template .siteContainer .downloadWidgets .downloadLeft .licenseTable td {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid #555
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .certTable td.even,
body.page-template .siteContainer .downloadWidgets .downloadLeft .licenseTable td.even {
    background-color: rgba(255, 255, 255, .1)
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .certTable td.odd,
body.page-template .siteContainer .downloadWidgets .downloadLeft .licenseTable td.odd {
    background: 0 0
}

body.page-template .siteContainer .downloadWidgets .downloadLeft .licenseTable td.even.check,
body.page-template .siteContainer .downloadWidgets .downloadLeft .licenseTable td.odd.check {
    padding: 0 0 10px 15px;
    text-align: center
}

body.page-template .siteContainer .downloadWidgets .dataFiles,
body.page-template .siteContainer .downloadWidgets .linux,
body.page-template .siteContainer .downloadWidgets .macOS {
    display: none
}

body.page-template .siteContainer .downloadWidgets .downloadRight {
    display: flex;
    flex-direction: column;
    max-width: 708px
}

body.page-template .siteContainer .downloadWidgets .ffDContentLeft h2,
body.page-template .siteContainer .downloadWidgets .ffDContentRight h2,
body.page-template .siteContainer .downloadWidgets .ffDownloadInfo h2 {
    color: #be8df2;
    font-size: 28px;
    text-align: left;
    margin-bottom: 1em
}

body.page-template .siteContainer .downloadWidgets .ffDownloadInfo h3 {
    color: #cbcbcb
}

body.page-template .siteContainer .downloadWidgets .ffDownloadInfo li,
body.page-template .siteContainer .downloadWidgets .ffDownloadInfo p {
    font-family: ibm-plex-sans, sans-serif;
    color: #cbcbcb
}

body.page-template .siteContainer .downloadWidgets .ffDownloadInfo ul {
    margin: 16px 0
}

body.page-template .siteContainer .downloadWidgets .ffDownloadInfo ul li {
    line-height: 20px
}

body.page-template .siteContainer .downloadWidgets .ffDownload-img {
    width: 350px;
    margin: 10px 0 20px 0
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #be8df1;
    margin-top: 20px;
    height: 75px
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseHeader h1 {
    margin: 0;
    margin-left: 20px
}

body.page-template-dashboard .siteContainer .dashboard-license-page .ctaLic {
    display: inline-block;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #bf8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(0, 43, 133, .65);
    margin: 0 20px 0 0;
    transition: box-shadow .2s ease-in
}

body.page-template-dashboard .siteContainer .dashboard-license-page .ctaLic.active,
body.page-template-dashboard .siteContainer .dashboard-license-page .ctaLic:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #bf8df1;
    border: 2px solid #bf8df1;
    transition: box-shadow .2s ease-out;
    text-decoration: none !important
}

body.page-template-dashboard .siteContainer .dashboard-license-page .tab-container {
    padding: 20px
}

body.page-template-dashboard .siteContainer .dashboard-license-page h2 {
    margin: 20px 0 20px;
    color: #be8df1;
    font-size: 28px
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable {
    color: #fff;
    border-collapse: collapse
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable .ctaDownload,
body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable .ctaDownloads {
    font-size: 16px
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable th {
    color: #be8df2;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    padding: 5px 20px;
    border: 1px solid #555
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable td {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid #555
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable td.even {
    background-color: rgba(255, 255, 255, .1)
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable td.odd {
    background: 0 0
}

body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable td.even.check,
body.page-template-dashboard .siteContainer .dashboard-license-page .licenseTable td.odd.check {
    padding: 0 0 10px 15px;
    text-align: center
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form {
    scroll-margin-top: 9rem
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .spacer {
    margin-top: 50px
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-tbl {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #be8df1;
    margin-bottom: 0
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-tbl:last-of-type {
    border-bottom: 0
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-row {
    margin-bottom: 0
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-row label {
    display: block
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-cell {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 10px
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-cell-full {
    vertical-align: top;
    width: 100%
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-cell input,
body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-cell-full input {
    font-size: 16px;
    padding: 6px 4px
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-cell input[type=text] {
    width: 90%;
    margin: auto;
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    font-family: ibm-plex-sans, sans-serif
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-cell-full input[type=text] {
    width: 94%
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form #licenserequestfor label,
body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form #reasonfortransfer label {
    display: inline-block
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form #licenserequestfor ul,
body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form #reasonfortransfer ul {
    -webkit-padding-start: 0
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form #licenserequestfor ul li,
body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form #reasonfortransfer ul li {
    list-style: none
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form #ifother {
    width: 100%;
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    font-family: ibm-plex-sans, sans-serif
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .machine-information {
    width: 100%
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .machine-information tr th:nth-of-type(1) {
    width: 30px
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .machine-information td {
    border: 1px solid #be8af1
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .machine-information input[type=text] {
    width: 100%;
    font-size: 16px;
    padding: 6px 4px;
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    font-family: ibm-plex-sans, sans-serif
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .frm-cell-full input[type=submit] {
    margin: auto;
    display: block;
    margin-top: 15px
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form table tr td:first-of-type {
    width: 30px;
    color: #be8df2;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    border: 1px solid #be8af1
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=submit] {
    transition: all .5s ease;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    display: block
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=submit]:hover {
    background-color: red;
    color: #fff
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .notification {
    padding: 10px;
    border: 1px solid green;
    color: #fff;
    background-color: green;
    background-color: rgba(0, 255, 0, .2);
    margin-bottom: 50px;
    font-size: 20px;
    padding: 16px
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form .error {
    padding: 10px;
    border: 1px solid red;
    color: #fff;
    background-color: red;
    background-color: rgba(255, 0, 0, .5);
    margin-bottom: 50px;
    font-size: 20px;
    padding: 16px
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=submit] {
    height: 30px;
    width: fit-content;
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 40px 8px;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    align-self: center;
    transition: box-shadow .2s ease-in
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=checkbox],
body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    margin: 8px 5px 0 0;
    border: 1px solid #be8df1;
    width: 16px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    background-color: #021832;
    position: relative
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=radio] {
    border-radius: 50%
}

body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=checkbox]:checked:after,
body.page-template-dashboard .siteContainer .dashboard-license-page #transfer-license-form input[type=radio]:checked:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.page-template-dashboard .siteContainer .certification h2 {
    margin: 20px 0 20px;
    color: #be8df1
}

body.page-template-dashboard .siteContainer .certification .cta-blue {
    margin-left: 0
}

body.page-template-dashboard .siteContainer .certification .certificateHero {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

body.page-template-dashboard .siteContainer .certification .certificateHero img {
    margin-right: 3rem
}

body.page-template-dashboard .siteContainer .certification .certHeroText {
    font-size: 60px;
    font-weight: 700;
    margin: 0
}

body.page-template-dashboard .siteContainer .certification .certTable,
body.page-template-dashboard .siteContainer .certification .licenseTable {
    color: #fff;
    border-collapse: collapse
}

body.page-template-dashboard .siteContainer .certification .certTable {
    margin-bottom: 40px
}

body.page-template-dashboard .siteContainer .certification .certTable th,
body.page-template-dashboard .siteContainer .certification .licenseTable th {
    color: #be8df2;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    padding: 5px 20px;
    border: 1px solid #be8af1
}

body.page-template-dashboard .siteContainer .certification .certTable td,
body.page-template-dashboard .siteContainer .certification .licenseTable td {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid #be8af1
}

body.page-template-dashboard .siteContainer .certification .certTable td.even,
body.page-template-dashboard .siteContainer .certification .licenseTable td.even {
    background-color: rgba(255, 255, 255, .1)
}

body.page-template-dashboard .siteContainer .certification .certTable td.odd,
body.page-template-dashboard .siteContainer .certification .licenseTable td.odd {
    background: 0 0
}

body.page-template-dashboard .siteContainer .certification .licenseTable td.even.check,
body.page-template-dashboard .siteContainer .certification .licenseTable td.odd.check {
    padding: 0 0 10px 15px;
    text-align: center
}

body.page-template-dashboard .siteContainer .certification .transferBTNs {
    margin: 40px 0
}

body.page-template-dashboard .siteContainer .certification .certTable li {
    line-height: 30px;
    font-size: 18px
}

body.page-template-dashboard .siteContainer .certification .certTable li a {
    color: #be8df2;
    text-decoration: none
}

body.page-template-dashboard .siteContainer .certification .certTable li a:hover {
    text-decoration: underline
}

body.page-template-dashboard .siteContainer .certification-home .cta-blue {
    font-size: 18px
}

body.page-template-dashboard .siteContainer .certification-home a,
body.page-template-dashboard .siteContainer .certification-home button,
body.page-template-dashboard .siteContainer .certification-home label,
body.page-template-dashboard .siteContainer .certification-home li,
body.page-template-dashboard .siteContainer .certification-home p,
body.page-template-dashboard .siteContainer .certification-home select,
body.page-template-dashboard .siteContainer .certification-home td,
body.page-template-dashboard .siteContainer .certification-home textarea,
body.page-template-dashboard .siteContainer .certification-home th {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff
}

body.page-template-dashboard .siteContainer .certification-home .levelCerts a:not(.cta-blue) {
    color: #be8df2;
    text-decoration: none;
    font-size: 18px
}

body.page-template-dashboard .siteContainer .certification-home .accountHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

body.page-template-dashboard .siteContainer .myaccount .accountHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

body.page-template-dashboard .siteContainer .myaccount .accountInfo {
    display: flex;
    flex-direction: row
}

body.page-template-dashboard .siteContainer .myaccount .accountLeft {
    padding: 0 40px 0 0;
    margin: 0 40px 0 0;
    border-right: 1px solid #be8df1;
    display: flex;
    flex-direction: column;
    align-items: center
}

body.page-template-dashboard .siteContainer .myaccount .accountLeft p,
body.page-template-dashboard .siteContainer .myaccount .accountRight p {
    font-size: 18px
}

body.page-template-dashboard .siteContainer .myaccount .avitarLgImg {
    width: 200px;
    height: 200px;
    font-size: 26px;
    border: 4px solid #be8df1;
    border-radius: 50%;
    position: relative
}

body.page-template-dashboard .siteContainer .myaccount .avitarLgImg::after {
    content: "\f044";
    position: absolute;
    font-size: 18px;
    font: var(--fa-font-regular);
    bottom: 0;
    left: 90%
}

body.page-template-dashboard .siteContainer .myaccount .avitarLg a {
    font-size: 18px;
    color: #be8df2;
    text-decoration: none
}

body.page-template-dashboard .siteContainer .myaccount .avitarLg a:hover {
    text-decoration: underline
}

body.page-template-dashboard .siteContainer .myaccount .accountRight ul li {
    list-style: none;
    font-size: 18px
}

body.page-template-dashboard .siteContainer .myaccount .ctaAccount,
body.page-template-dashboard .siteContainer .myaccount .ctaDownloads {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #bf8df1;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(0, 43, 133, .65);
    margin: 0 20px 0 0;
    transition: box-shadow .2s ease-in;
    cursor: pointer
}

body.page-template-dashboard .siteContainer .myaccount .ctaAccount:hover,
body.page-template-dashboard .siteContainer .myaccount .ctaDownloads:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #bf8df1;
    border: 1px solid #bf8df2;
    transition: box-shadow .2s ease-out
}

body.page-template-dashboard .siteContainer .myaccount .ctaDownloadsActive {
    background-color: rgba(190, 143, 209, .65);
    cursor: pointer
}

body.page-template-dashboard .siteContainer .myaccount .ctaDownloadsActive:hover {
    background-color: rgba(190, 143, 209, .65);
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid #bf8df1 !important;
    transition: none
}

body.page-template-dashboard .siteContainer .myaccount .ctaAccountRed {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px 10px 8px;
    background-color: rgba(60, 0, 0, .65);
    margin: 0 20px 0 0;
    transition: box-shadow .2s ease-in
}

body.page-template-dashboard .siteContainer .myaccount .ctaAccountRed:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px red;
    border: 2px solid red;
    transition: box-shadow .2s ease-out
}

body.page-template-dashboard .siteContainer .myaccount .avatar-img {
    width: 200px;
    height: 200px;
    border: 4px solid #be8df1;
    border-radius: 50%;
    position: relative
}

body.page-template-dashboard .siteContainer .myaccount .avatar-image-link {
    position: relative;
    text-decoration: none
}

body.page-template-dashboard .siteContainer .myaccount .avatar-image-link .user-avatar {
    width: 200px;
    height: 200px;
    font-size: 80px;
    font-weight: 700;
    border: 4px solid #bf8df2
}

body.page-template-dashboard .siteContainer .myaccount .avatar-change-link {
    margin-top: 1rem;
    font-size: 18px;
    color: #be8df2;
    text-decoration: none
}

body.page-template-dashboard .siteContainer .myaccount #account-view span {
    color: #be8df1
}

body.page-template-dashboard .siteContainer .myaccount #wpmem_reg {
    display: flex
}

body.page-template-dashboard .siteContainer .myaccount #wpmem_reg .noinput {
    color: #be8df1
}

body.page-template-dashboard .siteContainer .myaccount #wpmem_reg input[type=submit] {
    font-family: ibm-plex-sans, sans-serif
}

body.page-template-dashboard .siteContainer .myaccount #wpmem_reg fieldset>.row_wrapper:nth-of-type(3),
body.page-template-dashboard .siteContainer .myaccount #wpmem_reg fieldset>.row_wrapper:nth-of-type(5) {
    display: none
}

body.page-template-dashboard .siteContainer .myaccount #wpmem_reg fieldset .form-col-open {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: flex-start
}

body.page-template-dashboard .siteContainer .myaccount #wpmem_reg fieldset .form-col-open:nth-of-type(odd) {
    display: none
}

body.page-template-dashboard .siteContainer .myaccount #wpmem_reg .button_div {
    width: 100%
}

body.page-template .siteContainer .freeflyer-training {
    max-width: 1400px
}

body.page-template .siteContainer .freeflyer-training a,
body.page-template .siteContainer .freeflyer-training p,
body.page-template .siteContainer .freeflyer-training ul li {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 18px;
    line-height: 30px
}

body.page-template .siteContainer .freeflyer-training a:not(.cta-blue) {
    color: #be8df2;
    text-decoration: none
}

body.page-template .siteContainer .freeflyer-training h2 {
    margin: 20px 0 20px;
    color: #be8df1
}

body.page-template .siteContainer .freeflyer-training h3 {
    color: #be8df2
}

body.page-template .siteContainer .freeflyer-training p.quote {
    font-style: italic;
    margin-left: 40px;
    margin-right: 40px;
    color: #be8df1
}

body.page-template .siteContainer .freeflyer-training .center {
    text-align: center
}

body.page-template .siteContainer .freeflyer-training .videoPlaylist {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

body.page-template .siteContainer .freeflyer-training .videoPlaylist .video {
    flex: 1;
    display: flex;
    flex-direction: column
}

body.page-template .siteContainer .freeflyer-training .videoPlaylist .video img {
    border: 1px solid #4f2353;
    border-radius: 20px;
    margin-left: 20px 0
}

body.page-template .siteContainer .freeflyer-training .split-container {
    display: flex;
    flex-direction: row;
    margin-top: 40px
}

body.page-template .siteContainer .freeflyer-training .split-container div {
    text-align: left;
    align-self: center;
    margin-right: 40px
}

body.page-template .siteContainer .freeflyer-training .split-container img {
    max-width: 540px;
    height: auto;
    border: 1px solid #be8df1;
    border-radius: 20px
}

.siteContainer .capContainer {
    background-image: linear-gradient(rgba(0, 9, 18, .2) 0, rgba(3, 6, 8, .2) 100%);
    border: 1px solid #4f2353;
    border-radius: 25px;
    padding: 20px;
    width: 100%;
    min-height: 490px;
    margin: 50px auto 0;
    display: inline-flex;
    flex-flow: row;
    z-index: 5;
    position: relative;
    box-sizing: border-box
}


.siteContainer .capContainer .capLeft {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    min-width: 25%
}

.siteContainer .capContainer .capLeft button {
    background: 0 0;
    border: none;
    border-radius: 8px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: inherit;
    text-align: left;
    padding: 0 20px;
    margin: 8px 0;
    background-color: transparent;
    transition: background-color 1s ease-out .1s;
    postion: relative
}

.siteContainer .capContainer .capLeft button.clicked,
.siteContainer .capContainer .capLeft button:hover {
    background-color: rgba(190, 141, 242, .2);
    border-radius: 8px !important;
    width: 100% !important;
    position: relative !important
}

.siteContainer .capContainer .clicked {
    background-color: rgba(190, 141, 242, .2);
    border-radius: 8px !important;
    width: 100% !important;
    position: relative !important
}

.siteContainer .capContainer .capLeft button img {
    vertical-align: middle;
    margin-right: 10px
}

.siteContainer .capContainer .capLeft button::before {
    border-radius: inherit;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute
}

.siteContainer .capContainer .capLeft button:hover {
    cursor: pointer
}

.siteContainer .capContainer .capRight {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.siteContainer .capContainer .capAttitude .image,
.siteContainer .capContainer .capContact .image,
.siteContainer .capContainer .capImage,
.siteContainer .capContainer .capManeuver .image,
.siteContainer .capContainer .capOd .image,
.siteContainer .capContainer .capOp .image,
.siteContainer .capContainer .capOptimization .image {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.siteContainer .capContainer .image {
    position: relative;
    z-index: 1
}

.siteContainer .capContainer .capInfo {
    width: calc(100% - 4rem);
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #4f2353;
    border-radius: 10px;
    position: relative;
    z-index: 100;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: auto;
    transform: translateX(-50%)
}

.siteContainer .capContainer .capInfo h3 {
    font-weight: 400;
    margin: 0 auto 20px;
    color: #bf8cf0;
    font-size: 26px;
    text-align: center
}

.siteContainer .capContainer .capInfo .infoContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px
}

.siteContainer .capContainer .capInfo .infoContainer div {
    flex: 1;
    display: flex;
    align-items: center
}

.siteContainer .capContainer .capInfo .infoContainer p {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px
}

.siteContainer .capContainer .capAttitude,
.siteContainer .capContainer .capContact,
.siteContainer .capContainer .capManeuver,
.siteContainer .capContainer .capOd,
.siteContainer .capContainer .capOp,
.siteContainer .capContainer .capOptimization,
.siteContainer .capContainer .capTab {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity 1.5s ease;
    left: -3000;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    isolation: isolate;
    overflow: hidden
}

.siteContainer .capContainer .capShow {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s ease;
    position: absolute;
    left: 0;
    border: 1px solid #4f2353;
    border-radius: 15px
}

.siteContainer .capContainer .capAttitude .image::before,
.siteContainer .capContainer .capContact .image::before,
.siteContainer .capContainer .capManeuver .image::before,
.siteContainer .capContainer .capOd .image::before,
.siteContainer .capContainer .capOp .image::before,
.siteContainer .capContainer .capOptimization .image::before,
.siteContainer .capContainer .capTab .image::before {
    border: 0 solid #4f2353;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: 448px;
    border-radius: inherit;
    pointer-events: none
}

.siteContainer .capContainer .capAttitude-animation {
    padding: 1px 1px 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    height: 448px;
    inset: 0;
    z-index: 4;
    border-radius: inherit
}

.siteContainer .capContainer .capAttitude .image::after,
.siteContainer .capContainer .capContact .image::after,
.siteContainer .capContainer .capManeuver .image::after,
.siteContainer .capContainer .capOd .image::after,
.siteContainer .capContainer .capOp .image::after,
.siteContainer .capContainer .capOptimization .image::after,
.siteContainer .capContainer .capTab .image::after {
    background-image: linear-gradient(rgba(4, 6, 8, 0) 85%, #040608);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 5
}

.siteContainer .capContainer .capAttitude-animation-line {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: capabilities-animation-line 15s linear infinite;
    bottom: -300px;
    left: 0;
    background-image: linear-gradient(to top, color(display-p3 .4274509804 .1803921569 1/0), color(display-p3 .6196078431 .4784313725 1/.3490196078), rgba(190, 143, 242, .7), #dfd4eb 99%, color(display-p3 1 .7411764706 .4784313725/0) 100%)
}

.siteContainer .capContainer .capAttitude-animation-line:nth-child(2) {
    animation-delay: 10s
}

.siteContainer .capContainer {
    border: 1px solid #4f2353;
    background-image: linear-gradient(rgba(6, 3, 8, .8) 0, rgba(6, 3, 8, .8) 100%)
}

.siteContainer .capContainer .capInfo {
    background-color: rgba(0, 0, 0, .75);
    border-color: #8a6ab8;
    width: calc(100% - 4rem);
    bottom: 2rem
}

.siteContainer .capContainer .capInfo .infoContainer div:not(:first-child):not(:last-child) {
    padding: 0 8px
}

.siteContainer .capContainer .capLeft button {
    min-height: 75px;
    display: inline-flex;
    align-items: center;
    flex-direction: row
}

.siteContainer .capContainer .capAttitude-animation {
    display: none
}

@keyframes capabilities-animation-line {
    0% {
        transform: translateZ(0) translate(-50px, -150px)
    }

    23% {
        transform: translateZ(0) translate(-50px, -650px)
    }

    25% {
        transform: translateZ(0) translate(-50px, -700px) rotate(45deg)
    }

    30% {
        transform: translateZ(0) translate(50px, -700px) rotate(90deg)
    }

    74% {
        transform: translateZ(0) translate(780px, -700px) rotate(90deg)
    }

    76% {
        transform: translateZ(0) translate(830px, -700px) rotate(135deg)
    }

    76% {
        transform: translateZ(0) translate(880px, -650px) rotate(180deg)
    }

    100% {
        transform: translateZ(0) translate(880px, -150px) rotate(180deg)
    }
}

.card {
    box-sizing: border-box;
    border: 1px solid #4f2353;
    border-radius: 20px;
    background-image: linear-gradient(#030608 0, #0f0012 100%);
    transform-style: preserve-3d;
    transform: perspective(3000px);
    overflow: hidden
}

.card div {
    z-index: 1000;
    position: relative;
    width: 100%
}

.card::before {
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4f2353, transparent);
    transform: translate(-50%, -50%);
    transition: width 0s ease, height 0s ease
}

.card:hover::before {
    --size: 460px
}

body .siteContainer .formModal #wpmem_login legend,
body .siteContainer .formModal h1 {
    color: #be8df1;
    text-align: center;
    font-size: 28px;
    margin-top: 0;
    font-family: arboria;
    font-weight: 700;
    text-transform: capitalize
}

body .siteContainer .wpmem_msg {
    max-width: 466px;
    width: 100%;
    background: #021832;
    border: 1px solid #be8df2;
    color: #be8df2;
    font-size: 18px;
    margin: 0 auto 24px auto;
    padding: 20px 30px
}

body .siteContainer #wpmem_login,
body .siteContainer #wpmem_reg {
    width: 100%
}

body .siteContainer #wpmem_login fieldset,
body .siteContainer #wpmem_reg fieldset {
    border: 0;
    margin: 0;
    font-family: ibm-plex-sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    min-inline-size: unset
}

body .siteContainer #wpmem_login fieldset input[name=rememberme],
body .siteContainer #wpmem_login fieldset label[for=rememberme],
body .siteContainer #wpmem_reg fieldset input[name=rememberme],
body .siteContainer #wpmem_reg fieldset label[for=rememberme] {
    display: none;
    height: 0
}

body .siteContainer #wpmem_login fieldset .button_div,
body .siteContainer #wpmem_login fieldset .link-text,
body .siteContainer #wpmem_reg fieldset .button_div,
body .siteContainer #wpmem_reg fieldset .link-text {
    text-align: center
}

body .siteContainer #wpmem_login fieldset label,
body .siteContainer #wpmem_reg fieldset label {
    text-align: left;
    color: #cbcbcb;
    font-size: 14px;
    margin: 10px 0 5px;
    width: 100%;
    display: inline-block
}

body .siteContainer #wpmem_login fieldset .div_checkbox label,
body .siteContainer #wpmem_reg fieldset .div_checkbox label {
    margin-top: 0
}

body .siteContainer #wpmem_login fieldset a,
body .siteContainer #wpmem_reg fieldset a {
    color: #be8df2;
    text-decoration: none
}

body .siteContainer #wpmem_login fieldset input[type=date],
body .siteContainer #wpmem_login fieldset input[type=email],
body .siteContainer #wpmem_login fieldset input[type=number],
body .siteContainer #wpmem_login fieldset input[type=password],
body .siteContainer #wpmem_login fieldset input[type=text],
body .siteContainer #wpmem_login fieldset input[type=url],
body .siteContainer #wpmem_login fieldset select,
body .siteContainer #wpmem_login fieldset textarea,
body .siteContainer #wpmem_reg fieldset input[type=date],
body .siteContainer #wpmem_reg fieldset input[type=email],
body .siteContainer #wpmem_reg fieldset input[type=number],
body .siteContainer #wpmem_reg fieldset input[type=password],
body .siteContainer #wpmem_reg fieldset input[type=text],
body .siteContainer #wpmem_reg fieldset input[type=url],
body .siteContainer #wpmem_reg fieldset select,
body .siteContainer #wpmem_reg fieldset textarea {
    background-color: #021832;
    width: 310px;
    max-width: 100%;
    border: 1px solid #be8df1;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 0;
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 300
}

body .siteContainer #wpmem_login fieldset input[type=submit],
body .siteContainer #wpmem_reg fieldset input[type=submit] {
    font-family: ibm-plex-sans, sans-serif;
    height: 30px;
    width: fit-content;
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 40px 8px;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    align-self: center;
    transition: box-shadow .2s ease-in
}

body .siteContainer #wpmem_login fieldset input[type=submit]:hover,
body .siteContainer #wpmem_reg fieldset input[type=submit]:hover {
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 15px #be8df1;
    border: 1px solid #be8df1;
    transition: box-shadow .2s ease-out
}

body .siteContainer #wpmem_login fieldset .div_checkbox,
body .siteContainer #wpmem_reg fieldset .div_checkbox {
    margin-top: 15px
}

body .siteContainer #wpmem_login fieldset .required-text,
body .siteContainer #wpmem_reg fieldset .required-text {
    margin: 15px 0
}

body .siteContainer #wpmem_login fieldset #license-agreement-btn,
body .siteContainer #wpmem_reg fieldset #license-agreement-btn {
    margin-top: 15px;
    text-decoration: underline
}

body .siteContainer #wpmem_login fieldset #license-agreement-btn:hover,
body .siteContainer #wpmem_reg fieldset #license-agreement-btn:hover {
    cursor: pointer
}

body .siteContainer #wpmem_login #license-agreement,
body .siteContainer #wpmem_reg #license-agreement {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

body .siteContainer #wpmem_login .modal-content,
body .siteContainer #wpmem_reg .modal-content {
    background-image: linear-gradient(#031932 0, #0f0012 100%);
    padding: 20px;
    color: #cbcbcb;
    font-size: 14px;
    max-height: 60vh;
    margin: 20vh auto;
    min-width: 50%;
    max-width: 90%;
    width: 400px;
    overflow-y: scroll;
    box-shadow: -2px -2px 10px 0 #4f2353, 2px 2px 10px 0 #be8df2;
    border: 1px solid #08cefa;
    position: relative
}

body .siteContainer #wpmem_login .modal-content p,
body .siteContainer #wpmem_reg .modal-content p {
    font-size: 14px
}

body .siteContainer #wpmem_login .close,
body .siteContainer #wpmem_reg .close {
    color: #cbcbcb;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    font-weight: 700
}

body .siteContainer #wpmem_login .close:hover,
body .siteContainer #wpmem_reg .close:hover {
    color: #cbcbcb !important
}

body .siteContainer #wpmem_login .close:focus,
body .siteContainer #wpmem_login .close:hover,
body .siteContainer #wpmem_reg .close:focus,
body .siteContainer #wpmem_reg .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

body .siteContainer #wpmem_login .div_radio br,
body .siteContainer #wpmem_reg .div_radio br {
    content: " ";
    display: none
}

body .siteContainer #wpmem_login .div_radio label,
body .siteContainer #wpmem_reg .div_radio label {
    width: auto
}

body .siteContainer #wpmem_login .div_radio label:first-of-type,
body .siteContainer #wpmem_reg .div_radio label:first-of-type {
    margin-right: 40px
}

body .siteContainer #wpmem_login .row_wrapper {
    width: 310px;
    max-width: 100%;
    margin: 0 auto
}

body .siteContainer #wpmem_login .link-text-username {
    display: none
}

body .siteContainer #wpmem_reg {
    width: 720px;
    max-width: 100%
}

body .siteContainer #wpmem_reg .req {
    color: #be8df1
}

body .siteContainer #wpmem_reg .button_div {
    width: 332px;
    max-width: 100%;
    margin-top: 10px
}

body .siteContainer #wpmem_reg fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: flex-start
}

body .siteContainer #wpmem_reg fieldset .divider {
    background: #be8df2;
    height: 2px;
    width: 100%;
    margin: 40px 0
}

body .siteContainer #wpmem_reg fieldset .form-col-open {
    display: block;
    width: 332px;
    max-width: 100%;
    text-align: left;
    margin: 0;
    padding: 0
}

body .siteContainer #wpmem_reg fieldset .row_wrapper {
    display: block;
    width: 332px;
    max-width: 100%;
    text-align: left;
    margin: 0;
    padding: 0
}

body .siteContainer #wpmem_reg fieldset .row_wrapper input[type=date],
body .siteContainer #wpmem_reg fieldset .row_wrapper input[type=email],
body .siteContainer #wpmem_reg fieldset .row_wrapper input[type=number],
body .siteContainer #wpmem_reg fieldset .row_wrapper input[type=password],
body .siteContainer #wpmem_reg fieldset .row_wrapper input[type=text],
body .siteContainer #wpmem_reg fieldset .row_wrapper input[type=url],
body .siteContainer #wpmem_reg fieldset .row_wrapper select,
body .siteContainer #wpmem_reg fieldset .row_wrapper textarea {
    background-color: #021832;
    width: 100%;
    border: 1px solid #be8df1;
    color: #fff;
    font-size: 16px;
    font-family: ibm-plex-sans, sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 0;
    max-height: 150px
}

body .siteContainer #wpmem_reg fieldset .div_checkbox {
    display: flex;
    align-items: flex-start
}

body .siteContainer #wpmem_reg fieldset .div_checkbox input {
    -webkit-appearance: none;
    appearance: none;
    margin: 3px 10px 3px 3px;
    border: 1px solid #be8df1;
    width: 16px;
    height: 15px;
    border-radius: 3px;
    display: block;
    background-color: #021832;
    position: relative
}

body .siteContainer #wpmem_reg fieldset .div_checkbox input:checked:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

body .siteContainer #wpmem_reg fieldset .div_checkbox label {
    color: #be8df2
}

body .siteContainer #wpmem_reg fieldset .div_checkbox label:hover {
    cursor: pointer
}

body .siteContainer #wpmem_reg .clear {
    width: 100%
}

body .siteContainer #wpmem_reg .req-text {
    display: none;
    height: 0
}

body .siteContainer #wpmem_reg .div_text {
    position: relative
}

body .siteContainer #wpmem_reg .div_text .infobox {
    display: none;
    position: absolute;
    background: #021832;
    border: 1px solid #be8df2;
    color: #be8df2;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    width: 110%;
    left: -5%;
    font-size: 14px;
    z-index: 1
}

body .siteContainer #wpmem_reg .div_text .infobox li {
    font-size: 14px
}

body .siteContainer #wpmem_reg .div_text .focused .infobox {
    display: block
}

body .siteContainer .nf-form-cont {
    font-family: "Lexend Deca", sans-serif !important
}

body .siteContainer .nf-form-cont h3 {
    color: #be8df1;
    text-align: center;
    font-size: 28px;
    margin-top: 0
}

body .siteContainer .nf-form-cont .nf-form-content {
    padding: 0;
    margin: 0 auto
}

body .siteContainer .nf-form-cont .nf-error-msg,
body .siteContainer .nf-form-cont .ninja-forms-req-symbol {
    color: #be8df1
}

body .siteContainer .nf-form-cont .nf-after-field,
body .siteContainer .nf-form-cont .nf-error.field-wrap .nf-field-element:after,
body .siteContainer .nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
    display: none;
    height: 0
}

body .siteContainer .nf-form-cont .nf-pass .ninja-forms-field {
    border-color: unset !important
}

body .siteContainer .nf-form-cont #ninja_forms_required_items,
body .siteContainer .nf-form-cont .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 24px
}

body .siteContainer .nf-form-cont nf-errors nf-section {
    display: block;
    max-width: 466px;
    width: 100%;
    background: #021832;
    border: 1px solid #be8df2;
    margin: 0 auto 24px auto;
    padding: 20px 30px
}

body .siteContainer .nf-form-cont nf-errors nf-section .nf-error-msg {
    color: #be8df2;
    font-size: 18px
}

body .siteContainer .nf-form-cont .label-above .nf-field-element,
body .siteContainer .nf-form-cont .label-below .nf-field-element {
    display: flex;
    width: 100%
}

body .siteContainer .nf-form-cont .nf-field-label .nf-label-span,
body .siteContainer .nf-form-cont .nf-field-label label {
    font-weight: 400
}

body .siteContainer .nf-form-cont .nf-form-fields-required {
    display: none;
    height: 0
}

body .siteContainer .nf-form-cont nf-cells {
    width: 100%;
    display: flex;
    justify-content: space-between
}

body .siteContainer .nf-form-cont nf-cells .nf-cell {
    padding: 0;
    width: 332px !important
}

body .siteContainer .nf-form-cont nf-cells .nf-cell:only-child {
    width: 100% !important
}

@media screen and (max-width:960px) {
    body .siteContainer .nf-form-cont nf-cells {
        flex-direction: column
    }

    body .siteContainer .nf-form-cont nf-cells .nf-cell {
        width: 100% !important
    }
}

body .siteContainer .nf-form-cont .nf-field-label {
    text-align: left;
    color: #cbcbcb;
    font-size: 14px;
    margin: 0 0 5px;
    width: 100%;
    display: inline-block
}

body .siteContainer .nf-form-cont .nf-field-label label {
    font-size: 14px;
    line-height: 1em;
    font-weight: 400
}

body .siteContainer .nf-form-cont .hr-container .nf-field-label {
    display: none
}

body .siteContainer .nf-form-cont .hr-container hr {
    border: 1px solid #be8df2;
    width: 95%;
    margin: 24px auto;
    height: 0
}

body .siteContainer .nf-form-cont .nf-form-content .list-wrap .nf-field-element div,
body .siteContainer .nf-form-cont .nf-form-content .list-wrap .nf-field-element>div,
body .siteContainer .nf-form-cont .nf-form-content input.ninja-forms-field,
body .siteContainer .nf-form-cont .nf-form-content input:not([type=button]),
body .siteContainer .nf-form-cont .nf-form-content input:not([type=submit]),
body .siteContainer .nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]),
body .siteContainer .nf-form-cont .nf-form-content textarea {
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 10px;
    font-family: ibm-plex-sans, sans-serif;
    height: 35px;
    width: 100%;
    z-index: 1
}

body .siteContainer .nf-form-cont .nf-form-content textarea {
    height: 136px;
    width: 100%;
    resize: none
}

body .siteContainer .nf-form-cont .nf-form-content .list-wrap select {
    -webkit-appearance: auto;
    -moz-appearance: auto
}

body .siteContainer .nf-form-cont .nf-form-content .list-wrap .nf-field-element div {
    display: none
}

body .siteContainer .nf-form-cont .list-checkbox-wrap .nf-field-element ul,
body .siteContainer .nf-form-cont .list-radio-wrap .nf-field-element ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3px !important
}

body .siteContainer .nf-form-cont .list-checkbox-wrap .nf-field-element ul li,
body .siteContainer .nf-form-cont .list-radio-wrap .nf-field-element ul li {
    width: 332px
}

body .siteContainer .nf-form-cont .list-checkbox-wrap .nf-field-element ul li input,
body .siteContainer .nf-form-cont .list-radio-wrap .nf-field-element ul li input {
    height: auto
}

@media screen and (max-width:960px) {

    body .siteContainer .nf-form-cont .list-checkbox-wrap .nf-field-element ul,
    body .siteContainer .nf-form-cont .list-radio-wrap .nf-field-element ul {
        flex-direction: column
    }

    body .siteContainer .nf-form-cont .list-checkbox-wrap .nf-field-element ul li,
    body .siteContainer .nf-form-cont .list-radio-wrap .nf-field-element ul li {
        width: 100%
    }
}

body .siteContainer .nf-form-cont .list-checkbox-wrap.nf-error .nf-field-element ul,
body .siteContainer .nf-form-cont .list-radio-wrap.nf-error .nf-field-element ul {
    border: 1px solid red;
    border-radius: 5px;
    padding: 2px !important
}

body .siteContainer .nf-form-cont .list-radio-wrap .nf-field-element label,
body .siteContainer .nf-form-cont .listcheckbox-container .nf-field-element label {
    margin-left: 30px !important;
    color: #be8df2;
    font-size: 14px;
    text-align: left
}

body .siteContainer .nf-form-cont .listradio-wrap .nf-field-element label:after {
    background-color: #021832;
    border: 1px solid #be8df1
}

body .siteContainer .nf-form-cont .listradio-wrap .nf-field-element label:before {
    background-color: #fff
}

body .siteContainer .nf-form-cont .checkbox-wrap .nf-field-element label:after,
body .siteContainer .nf-form-cont .checkbox-wrap .nf-field-label label:after,
body .siteContainer .nf-form-cont .listcheckbox-wrap .nf-field-element label:after,
body .siteContainer .nf-form-cont .listcheckbox-wrap .nf-field-label label:after {
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px
}

body .siteContainer .nf-form-cont .listcheckbox-container .nf-field-element label:before {
    top: 2px;
    left: -27px
}

body .siteContainer .nf-form-cont .checkbox-wrap .nf-field-element label.nf-checked-label:before,
body .siteContainer .nf-form-cont .checkbox-wrap .nf-field-label label.nf-checked-label:before,
body .siteContainer .nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
body .siteContainer .nf-form-cont .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
    color: #fff;
    opacity: 1;
    transition: all .25s;
    font-size: 16px
}

body .siteContainer .nf-form-cont .listradio-wrap .nf-field-element label:after {
    left: -28px;
    bottom: unset;
    top: 2px
}

body .siteContainer .nf-form-cont .listradio-wrap .nf-field-element label:before {
    top: 6px;
    left: -24px
}

body .siteContainer .nf-form-cont .nf-form-content button,
body .siteContainer .nf-form-cont .nf-form-content input[type=button],
body .siteContainer .nf-form-cont .nf-form-content input[type=submit] {
    margin: 0 auto;
    height: 35px;
    width: auto;
    background-color: #021832;
    border: 1px solid #be8df1;
    border-radius: 5px;
    padding: 5px 40px 8px;
    color: #fff;
    font-size: 14px;
    align-self: center;
    transition: box-shadow .2s ease-in
}

body .siteContainer .nf-form-cont .nf-form-content button:hover,
body .siteContainer .nf-form-cont .nf-form-content input[type=button]:hover,
body .siteContainer .nf-form-cont .nf-form-content input[type=submit]:hover {
    cursor: pointer;
    position: relative;
    top: -1px;
    left: 0;
    box-shadow: 0 0 15px #be8df1;
    border: 2px solid #be8df1;
    transition: box-shadow .2s ease-out
}

.visTabCon {
    z-index: 1
}

.visTabs {
    display: flex;
    flex-direction: row;
    z-index: 1000;
    width: calc(100% - 40px);
    margin: 40px auto 0;
    border-bottom: 1px solid #be8df1;
    position: relative;
    top: 1px
}

@media screen and (max-width:1200px) {
    .visTabs {
        flex-direction: column
    }
}

.visTabs button {
    background-image: linear-gradient(0deg, rgba(190, 141, 241, .4), rgba(190, 141, 241, .1));
    background-color: transparent;
    border: 1px solid #4f2353;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    transition: background-image 2s ease-out;
    font-family: ibm-plex-sans, sans-serif;
    font-size: 16px;
    transition: all .4s ease;
    flex: 1
}

.visTabs button:first-of-type {
    border-radius: 5px 0 0 0
}

.visTabs button:last-of-type {
    border-radius: 0 5px 0 0
}

.visTabs button:hover {
    cursor: pointer;
    background-image: linear-gradient(0deg, rgba(190, 141, 241, .8), rgba(190, 141, 241, .1))
}

.visTabs button.active,
.visTabs button:active,
.visTabs button:focus {
    background-image: linear-gradient(0deg, rgba(190, 141, 241, .8), rgba(190, 141, 241, .1))
}

.visTabsContent {
    display: block;
    z-index: 1000;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #be8df1;
    margin: 0 auto;
    overflow: hidden
}

.visImage {
    animation: all 1s ease-in
}

.visImage img {
    display: flex;
    max-width: 1278px;
    height: auto
}

.visual-slider {
    margin-top: 50px
}

.slick-slider {
    width: 100%;
    padding: 0 40px
}

.slick-slider .slick-prev {
    left: 5px
}

.slick-slider .slick-next {
    right: 5px
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
    color: #be8df1
}

.slick-slider .slick-list {
    border: 1px solid #4f2353;
    border-radius: 20px;
    overflow: hidden
}

.slick-slider .visualImg {
    overflow: hidden
}

.slick-slider .visualImg img {
    width: 100%;
    margin: 0 auto
}

.slick-slider .captionText p {
    text-align: center;
    margin: 16px;
    color: #be8df1;
    margin-bottom: 0;
    font-size: 16px
}

.user-avatar {
    font-family: ibm-plex-sans, sans-serif;
    font-size: 18px;
    border: 2px solid #bf8df2;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    background-color: rgba(0, 43, 133, .65);
    justify-content: center;
    align-items: center;
    text-decoration: none
}