a {
    color: #0a6cff;
}



@media (max-width: 765px) {
    .xs__navbar--mobile-fix {
        height: 275px;
        max-height: 300px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.tw-button--secondary-main {
    border: 2px solid #568dcc !important;
    color: #568dcc !important;
    background-color: transparent;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 460px;
    font-family: -apple-system, "Nunito";
}

.tw-button--primary-single {
    background: linear-gradient(180deg, rgba(92, 148, 212, 1) 0%, rgba(63, 116, 176, 1) 100%);
    border: none;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 150px;
    font-family: -apple-system, nunito;
}

.tw-pill {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin: 0px 2px;
    border: 2px solid #f5f5f5;
    border-bottom: transparent;
}

    .tw-pill .active {
        background-color: #f5f5f5 !important;
        font-weight: bold;
        color: #4d5053 !important;
        border-radius: 0.25rem 0.25rem 0rem 0rem
    }

.tw-pill__nav-link {
    color: #4d5053 !important;
}

    .xs_sticky {
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        top: 0;
        z-index: 99999;
    }

.tw-sticky-bar {
    background-color: #5284bd;
    height: 30px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.xs__cursor-pointer {
    cursor: pointer;
}

.tw-sticky-bar__icons {
    font-size: 10px;
}

.tw-sticky-bar__call-us {
    font-family: -apple-system, Nunito, sans-serif;
    font-size: 12px;
}

@media (min-width: 300px) {
    .tw-sticky-bar__ticket,
    .tw-sticky-bar__call-us,
    .tw-sticky-bar__chat {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .tw-sticky-bar__call-us,
    .tw-sticky-bar__ticket {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .tw-sticky-bar__chat {
        display: inline-flex !important;
    }
}

.xs__login__dropdown-menu::before,
.xs__call-us__dropdown-menu::before,
.tw-product-menu::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 95px;
    position: absolute;
    top: -8px;
}

.xs__login__dropdown-menu::after,
.xs__call-us__dropdown-menu::after,
.tw-product-menu::after {
    border-bottom: 8px solid #ffffff;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 95px;
    position: absolute;
    top: -7px;
}

.tw-product-menu::after,
.tw-product-menu::before {
    left: 50%;
}

.tw-button--primary {
    background: transparent linear-gradient(180deg, #5c94d4 0%, #3f74b0 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    text-shadow: 0px 1px 1px #0000001a;
    opacity: 1;
    font-size: 14px;
    border: none;
    font-family: -apple-system, "Nunito";
}

.tw-sticky-bar__call-us-dropdown {
    cursor: initial;
    width: 300px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background-color: white;
}

.tw-devider {
    border-bottom: 1px solid #00000012;
}

/*
.xs__text-medium--main-font,
.xs__text-small--transparent {
    font-family: Montserrat, sans-serif;
}
*/

.xs__text-medium--main-font {
    font-size: 14px;
}

.xs__text-small--transparent {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.53);
}

.tw-sticky-bar__login {
    display: block;
    width: 180px;
}

.tw-sticky-bar__span {
    font-family: -apple-system, Nunito, sans-serif;
    font-size: 12px;
}

.tw-sticky-bar__login-dropdown {
    cursor: initial;
    width: 300px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #1e4075;
    border-bottom: 2px solid rgb(82, 132, 189);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(30, 64, 117, 0.8);
}

.tw-button--primary:hover {
    background: #0000004d 0% 0% no-repeat padding-box;
}

.tw-button--secondary-slider {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    text-shadow: 0px 1px 1px #0000001a;
    font-size: 14px;
    box-sizing: border-box;
    height: 57px;
    font-family: -apple-system, "Nunito";
}

    .tw-button--secondary-slider:hover {
        border: 2px solid #fff;
        color: #fff;
        background-color: transparent;
    }

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

@media (min-width: 300px) {
    .tw-slider__right-col {
        display: none;
    }
}

@media (min-width: 1200px) {
    .tw-slider__right-col {
        display: initial;
    }
}

.tw-pill--primary {
    background: transparent linear-gradient(180deg, #5c94d4 0%, #3f74b0 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    text-shadow: 0px 1px 1px #0000001a;
    opacity: 1;
    font-size: 14px;
    border: none;
}

.tw-slider--full-vh {
    height: calc(100vh - 70px);
    position: relative;
    display: table;
    width: 100%;
    margin-top: 0px;
}

.tw-slider-index--full-vh {
    height: calc(100vh - 70px);
    position: relative;
    width: 100%;
    margin-top: 0px;
}

.tw-slider--align {
    background-image: url('/assets/img/illustration.png');
    background-repeat: no-repeat;
    background-position: 95% 15%;
    display: table-cell;
    vertical-align: middle;
    padding: 0% 10%;
}

.tw-slider__how-works {
    height: 70px;
}

.tw-slider__tw-background {
    background-color: #0a2e56;
    background-image: radial-gradient(circle at top right, #0099f87b 0%, #0c2a59 20%);
}

.tw-slider__heading {
    font-size: 3.7vh;
    line-height: 1.3;
}

.tw-slider__paragraph {
    color: #c2ddff;
    line-height: 2;
}

.tw-slider__button-primary {
    display: inline-flex;
    width: 230px;
}

.tw-slider__button-primary--font {
    font-size: 15px;
    font-family: -apple-system,"Nunito";
}

.tw-slider__buttons-img {
    margin-right: 20px !important;
}

.tw-slider__button-secondary {
    display: inline-flex;
    width: 230px;
}

.tw-slider__button-secondary--font {
    font-size: 15px;
    font-family: -apple-system,"Nunito";
}

.tw-slider__buttons-span2 {
    font-size: 13px;
    opacity: 0.8;
    font-weight: 500;
}

.tw-slider__strong-span {
    font-size: 14px;
}

.tw-slider__learn-more-button {
    cursor: pointer;
}

.tw-slider__learn-more {
    font-size: 13px;
    color: #1e4075;
    font-weight: bold;
}

.tw-slider__learn-more-arrow {
    font-size: 30px;
    opacity: 0.4;
}

.xs__low-opacity {
    opacity: 0.8;
}

.xs__medium-opacity {
    opacity: 0.7;
}

.tw-our-products__paragraph {
    line-height: 1.8;
}

.tw-slider__background {
    background-color: #e9e9e9;
}

.tw-button--primary-single:hover {
    background: linear-gradient(180deg, #3c69b0 0%, #1e4075 100%);
}

/*
.xs__tw-font {
    font-family: Montserrat, sans-serif;
}
*/

.tw-footer__span {
    font-size: 14px;
}

.tw-button--secondary-main:hover {
    color: #3c628e !important;
    border-color: #3c628e !important;
    background-color: transparent;
}

.tw-button--secondary-main:active, .tw-button--secondary-main:focus {
    background-color: #dfeeff !important;
}

.xs__bg-dark {
    background-color: #f5f5f5;
}

.xs__tw-blue {
    background-color: #0b2c58;
}

.xs__tw-background {
    background-color: #0a2e56;
    background-image: radial-gradient(circle at top right, #0099f87b 0%, #0c2a59 50%);
}

.xs__paragraph-line-height {
    line-height: 2;
}

.xs__font-size--medium {
    font-size: 14px;
}

.xs__license-card {
    border-radius: 5px;
}

.xs__tw-text--blue {
    color: #1e4075;
}

.xs__license-card--solid-border {
    border: 1px solid rgb(223, 223, 223);
}

.xs__button-link:hover {
    text-decoration: none;
}

.tw-unitwain__table .table thead th {
    vertical-align: bottom;
    border: none !important;
}

.tw-unitwain__table .table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    text-align: center;
    opacity: 0.8;
}

.tw-unitwain__table--top-cell {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tw-unitwain__table--bottom-cell {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tw-login__form {
    width: 300px;
}

.tw-slider__img {
    width: 390px;
    height: auto;
}

.pagination > .active > a {
    color: white;
    background: linear-gradient(180deg, rgba(92, 148, 212, 1) 0%, rgba(63, 116, 176, 1) 100%) !important;
    border-color: #5284bd !important;
}


.xs__tw-font--secondary {
    font-family: -apple-system,Nunito, sans-serif;
}


.tw-navbar__brand {
    max-width: 225px;
}

.tw-navbar {
    padding-left: 35px;
    padding-right: 30px;
    min-height: 84px;
    position: fixed;
    top: 30px;
    z-index: 1000;
    background-color: white;
    width: 100%;
}

.tw-product-slider__prev-next {
    background-image: none;
}

.xs__tw-modal {
    border-radius: 10px;
}

li {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .tw-product-menu--positioning {
        border-radius: 10px;
        border: 1px solid #e4e4e4;
        width: 340px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.tw-product-menu__full-name-span {
    font-size: 14px;
}

.tw-product-menu__menu-item {
    color: black !important;
}

.tw-product-menu__menu-item:hover {
    background: linear-gradient(180deg, rgba(92, 148, 212, 1) 0%, rgba(63, 116, 176, 1) 100%);
    color: white !important;
    border-radius: 10px;
}

.tw-navbar__dropdown-link:hover {
    text-decoration: none;
}

.tw-navbar__dropdown-link {
    color: rgba(30, 64, 117, 0.8);
}

.xs__tw-text--light-blue {
    color: #3c628e;
}

body {
    margin: 0;
    font-family: -apple-system, Montserrat, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.tw-button--secondary-main--disabled {
    border: 2px solid #9d9d9d !important;
    color: #9d9d9d !important;
    background-color: transparent;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 460px;
    font-family: -apple-system,"Nunito";
}

    .tw-button--secondary-main--disabled:hover {
        background-color: transparent;
    }

.xs__remove {
    display: none !important;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #1f73b7;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.tw-promo__btn-fix {
    min-width: 130px;
    max-width: none;
}

@media (min-width: 2008px) {
    .tw-slider__learn-more-col {
        padding-top: 70px !important;
    }
}

.xs__tw-font--light-blue {
    color: #5284bd;
}

.xs__tw-admin {
    color: #f7bbbb;
}

.xs__boxes-header {
    background-image: url("/assets/img/boxes.png");
    background-repeat: no-repeat;
    background-position: 90% 10%;
}

.tw-cookie {
    position: fixed;
    border-top: 1px solid #0a2e56;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0a2e56;
    z-index: 9999;
}

.xs__tw-h1 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold;
}

.xs__tw-h2,
.xs__tw-h3,
.xs__tw-h4,
.xs__tw-h5,
.xs__tw-h6 {
    font-size: 1.75rem;
}

.badge-primary {
    color: #fff;
    background-color: #0a2e56;
}

.tw-navbar.past-main {
    background: #1e4075 !important;
}

.tw-navbar__nav-link--past-main {
    color: white !important;
}

.tw-logo {
    background: url("/assets/img/logo-415.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 225px;
}

.tw-logo--past-main {
    background: url("/assets/img/logo-415-dark.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 225px;
}

.tw-slider--no-margin {
    margin-top: 0px;
}

header {
    margin-top: 110px;
}

@media (min-width: 300px) {
    .tw-button__chat {
        background-color: #1f73b7;
        padding: 0.7rem 1.2rem;
        border-radius: 999rem;
        bottom: 2px;
        right: 20px;
        font-size: 15px;
        font-weight: bold;
        position: fixed;
        z-index: 9910;
        width: 190px;
        margin-bottom: 13px;
    }
}

@media (min-width: 576px) {
    .tw-button__chat {
        background-color: #1f73b7;
        padding: 0.7rem 1.2rem;
        border-radius: 999rem;
        bottom: 2px;
        right: 20px;
        font-size: 15px;
        font-weight: bold;
        position: fixed;
        z-index: 999999;
        width: 190px;
        margin-bottom: 13px;
    }
}

.tw-button__chat:hover {
    background-color: #1f73b7;
}

.tw-button__chat.focus, .tw-button__chat:focus {
    z-index: 999999;
}

.xs__tw-phone {
    background-size: contain;
    height: 33px;
    width: 33px;
}

.xs__tw-phone--online {
    background: url("/assets/img/phone-online.png") no-repeat;
}

.xs__tw-phone--offline {
    background: url("/assets/img/phone-offline.png") no-repeat;
}

.tw-slider--center-content {
    max-width: 1240px;
    margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 14px;
}

.form-control-sm.tw-input__form {
    width: 60px;
}

.tw-contact-form__input {
    height: 50px;
    font-size: 16px;
}

.tw-contact-form__textarea {
    resize: none;
    font-size: 16px;
}

.tw-contact-form__info-card {
    height: 100%;
    border: 1px dashed rgba(0, 0, 0, 0.2);
}

/*
.tw-contact-form__info-card--font {
    font-family: Montserrat, sans-serif;
}
*/

.tw-contact-form__info--h-font {
    font-size: 14px;
}

.tw-word-break {
    word-break: break-word;
}

.tw-reason {
    display: none;
}