.md-header {
    position: initial
}

.md-main__inner {
    margin: 0
}

.md-footer-copyright {
    display: none
}

.md-footer-nav__inner {
    display: none
}

.md-content {
    display: none
}

.md-footer-meta__inner {
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.tx-container {
    height: fit-content;
    padding-top: 0rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom, linear-gradient(to bottom, var(--md-primary-fg-color), #2a978d 99%, #fff 99%)
}

[data-md-color-scheme="slate"] .tx-container {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(232, 15%, 21%, 1)' /></svg>") no-repeat bottom, linear-gradient(to bottom, var(--md-primary-fg-color), #e86100 99%, #fff 99%)
}

.tx-hero {
    color: var(--md-primary-bg-color);
    justify-content: right;
}

.tx-hero h1 {
    margin-bottom: 0rem;
    color: currentColor;
    font-weight: 700
}

.tx-hero__content {
    padding-bottom: 9rem;
    justify-content: left;
    padding-right: 3rem;
}

.tx-hero__content_small {x;
    justify-content: left;
    padding-right: 3rem;
}

.tx-hero__image {
    max-width: 100%;
    max-height: 100%;
    order: 1;
    padding-right: 2.5rem;
}

.tx-hero .md-button {
    margin-top: .5rem;
    margin-right: .5rem;
    color: var(--md-primary-bg-color)
}

.tx-hero .md-button--primary {
    background-color: var(--md-primary-bg-color);
    color: var(--md-primary-fg-color);
    border-color: var(--md-primary-bg-color)
}

.tx-hero .md-button:focus,
.tx-hero .md-button:hover {
    background-color: var(--md-accent-fg-color);
    color: var(--md-default-bg-color);
    border-color: var(--md-accent-fg-color)
}

.tx-container-2 {
    padding: 0rem;
    background-color: white;
    margin-bottom: 0px;
}

.tx-hero__image-2 {
    max-width: 100%;
    max-height: 100%;
    order: 1;
    padding-right: 0.5rem;
    padding-left: 0rem;
    padding-bottom: 0px;
    float: left;
}

.tx-hero__content-2 {
    margin-left: 50px;
    justify-content: left;
    color: #2a978d;
    font-weight: 300;
    padding: 0 0px;
    padding-bottom: 40px;
    word-break: break-word;
    float: right;
}

.tx-hero__content-2 h1 {
    margin-top: 50px;
    color: #2a978d;
    font-weight: 600;
    font-size: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    /*font-family: inherit;*/
}

.tx-hero__content-2 p {
    font-size: 17px;
    line-height: 1.8em;
    text-rendering: optimizeLegibility;
    color: black;
    display: block;
}

.tx-hero__content-2 a:link {
    color: #2a978d;
}

.tx-hero__content-2 a:visited {
    color: #2a978d;
}

.tx-container-3 {
    height: auto;
    background: linear-gradient(to bottom, var(--md-primary-fg-color), #02162f 100%, #fff 99%);
}

.tx-container-4 {
    height: auto;
    background: linear-gradient(to bottom, #2a978d, #02162f 99%, #fff 99%);
}

.tx-hero__image-3 {
    max-width: 100%;
    max-height: 100%;
    order: 1;
    padding-right: 2.5rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tx-footer {
    margin: 0px 0rem;
    background-color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-hero__content-footer {
    justify-content: left;
    color: #2a978d;
    font-weight: 300;
    padding: 0 0px;
    word-break: break-word;
    float: left;
}

.tx-footer p {
    font-size: 12px;
    line-height: 1.8em;
    text-rendering: optimizeLegibility;
    color: black;
    display: block;
    font-family: inherit;
}

/**/
/*Adjusting Mobile UI */
/**/
@media screen and (max-width: 30em) {
    .tx-hero h1 {
        font-size: 1.4rem
    }

    .tx-hero__content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tx-hero__content_small {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tx-hero__content-2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tx-hero__content-3 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 60em) {
    .md-sidebar--secondary {
        display: none
    }

    .tx-hero {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tx-hero__content {
        max-width: 22rem;
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
        margin-left: 1.0rem;
        margin-right: 4.0rem;
        align-items: center;
    }
}

@media screen and (min-width: 76.25em) {
    .md-sidebar--primary {
        display: none
    }

    .top-hr {
        width: 100%;
        display: flex;
        max-width: 61rem;
        margin-right: auto;
        margin-left: auto;
        padding: 0 .2rem;
    }

    .bottom-hr {
        margin-top: 10px;
        width: 100%;
        display: flex;
        max-width: 61rem;
        margin-right: auto;
        margin-left: auto;
        padding: 0 .2rem;
    }
}

.text-center {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    font-size: 23px;
    font-weight: 300;
    padding-bottom: 10px;
}

.logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin: 0 auto;
}

.logos img {
    flex: 1 1 auto;
    padding: 25px;
    max-height: 130px;
    vertical-align: middle;
}