﻿@charset "UTF-8";

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ :root {
    --blue: #14aeef;
    --indigo: #6610f2;
    --purple: #344974;
    --pink: #e83e8c;
    --red: #f91c3d;
    --orange: #14aeef;
    --yellow: #ffc107;
    --green: #1da610;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: rgba(8,23,58,0.6);
    --gray-dark: rgba(8,23,58,0.8);
    --darkblue: #344974;
    --dark-blue-typography: #08173a;
    --primary: #f91c3d;
    --secondary: #344974;
    --success: #1da610;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #f91c3d;
    --light: #fff;
    --dark: rgba(8,23,58,0.8);
    --white: #fff;
    --third: #14aeef;
    --light-grey: rgba(8,23,58,0.06);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(8,23,58,0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,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: #08173a;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #08173a;
    text-decoration: underline;
    background-color: transparent
}

    a:hover {
        color: #02050d;
        text-decoration: none
    }

    a:not([href]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):hover {
            color: inherit;
            text-decoration: none
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: rgba(8,23,58,.6);
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(8,23,58,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: rgba(8,23,58,.6)
}

    .blockquote-footer:before {
        content: "— "
    }

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid rgba(8,23,58,.3);
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: rgba(8,23,58,.6)
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: rgba(8,23,58,.9);
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: rgba(8,23,58,.9)
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #08173a
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid rgba(8,23,58,.3)
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid rgba(8,23,58,.3)
    }

    .table tbody + tbody {
        border-top: 2px solid rgba(8,23,58,.3)
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid rgba(8,23,58,.3)
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(8,23,58,.05)
}

.table-hover tbody tr:hover {
    color: #08173a;
    background-color: rgba(8,23,58,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #fdbfc9
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #fc899a
    }

.table-hover .table-primary:hover {
    background-color: #fca6b4
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #fca6b4
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #c6ccd8
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #95a0b7
    }

.table-hover .table-secondary:hover {
    background-color: #b7bece
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #b7bece
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c0e6bc
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #89d183
    }

.table-hover .table-success:hover {
    background-color: #afdfa9
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #afdfa9
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fdbfc9
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #fc899a
    }

.table-hover .table-danger:hover {
    background-color: #fca6b4
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #fca6b4
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fff
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fff
    }

.table-hover .table-light:hover {
    background-color: #f2f2f2
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #f2f2f2
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: rgba(204,207,214,.944)
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: rgba(151,158,172,.896)
    }

.table-hover .table-dark:hover {
    background-color: rgba(190,194,203,.944)
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: rgba(190,194,203,.944)
    }

.table-white, .table-white > td, .table-white > th {
    background-color: #fff
}

    .table-white tbody + tbody, .table-white td, .table-white th, .table-white thead th {
        border-color: #fff
    }

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

    .table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
        background-color: #f2f2f2
    }

.table-third, .table-third > td, .table-third > th {
    background-color: #bde8fb
}

    .table-third tbody + tbody, .table-third td, .table-third th, .table-third thead th {
        border-color: #85d5f7
    }

.table-hover .table-third:hover {
    background-color: #a5e0fa
}

    .table-hover .table-third:hover > td, .table-hover .table-third:hover > th {
        background-color: #a5e0fa
    }

.table-light-grey, .table-light-grey > td, .table-light-grey > th {
    background-color: rgba(252,252,253,.7368)
}

    .table-light-grey tbody + tbody, .table-light-grey td, .table-light-grey th, .table-light-grey thead th {
        border-color: rgba(247,247,249,.5112)
    }

.table-hover .table-light-grey:hover {
    background-color: rgba(237,237,243,.7368)
}

    .table-hover .table-light-grey:hover > td, .table-hover .table-light-grey:hover > th {
        background-color: rgba(237,237,243,.7368)
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(8,23,58,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(5,14,36,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(5,14,36,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: rgba(8,23,58,.8);
    border-color: rgba(13,36,92,.8)
}

.table .thead-light th {
    color: rgba(8,23,58,.7);
    background-color: rgba(8,23,58,.2);
    border-color: rgba(8,23,58,.3)
}

.table-dark {
    color: #fff;
    background-color: rgba(8,23,58,.8)
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: rgba(13,36,92,.8)
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0,0%,100%,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: hsla(0,0%,100%,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .875rem 1.675rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(8,23,58,.7);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8,23,58,.3);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(8,23,58,.7)
}

.form-control:focus {
    color: #08173a;
    background-color: #fff;
    border-color: rgba(8,23,58,.6);
    outline: 0;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: rgba(8,23,58,.6);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: rgba(8,23,58,.6);
    opacity: 1
}

.form-control::placeholder {
    color: rgba(8,23,58,.6);
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(8,23,58,.2);
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: rgba(8,23,58,.7);
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.875rem + 1px);
    padding-bottom: calc(.875rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .875rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #08173a;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        color: rgba(8,23,58,.6)
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1da610
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(29,166,16,.9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #1da610;
    padding-right: calc(1.5em + 1.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%231DA610' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .4375rem) center;
    background-size: calc(.75em + .875rem) calc(.75em + .875rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #1da610;
        box-shadow: 0 0 0 .175rem rgba(29,166,16,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.75rem);
    background-position: top calc(.375em + .4375rem) right calc(.375em + .4375rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #1da610;
    padding-right: calc(.75em + 3.9875rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='rgba(8, 23, 58, 0.8)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.675rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%231DA610' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 2.675rem/calc(.75em + .875rem) calc(.75em + .875rem)
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #1da610;
        box-shadow: 0 0 0 .175rem rgba(29,166,16,.25)
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #1da610
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #1da610
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #1da610
    }

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #25d514;
    background-color: #25d514
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .175rem rgba(29,166,16,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #1da610
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #1da610
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #1da610;
    box-shadow: 0 0 0 .175rem rgba(29,166,16,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f91c3d
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(249,28,61,.9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f91c3d;
    padding-right: calc(1.5em + 1.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F91C3D'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F91C3D' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .4375rem) center;
    background-size: calc(.75em + .875rem) calc(.75em + .875rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #f91c3d;
        box-shadow: 0 0 0 .175rem rgba(249,28,61,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.75rem);
    background-position: top calc(.375em + .4375rem) right calc(.375em + .4375rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #f91c3d;
    padding-right: calc(.75em + 3.9875rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='rgba(8, 23, 58, 0.8)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.675rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F91C3D'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F91C3D' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 2.675rem/calc(.75em + .875rem) calc(.75em + .875rem)
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #f91c3d;
        box-shadow: 0 0 0 .175rem rgba(249,28,61,.25)
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f91c3d
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f91c3d
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #f91c3d
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #fa4e67;
    background-color: #fa4e67
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .175rem rgba(249,28,61,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #f91c3d
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f91c3d
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #f91c3d;
    box-shadow: 0 0 0 .175rem rgba(249,28,61,.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #08173a;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .875rem 1.675rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #08173a;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(249,28,61,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary:hover {
    background-color: #e90628;
    border-color: #dc0626
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #e90628;
    border-color: #dc0626
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #dc0626;
    border-color: #d00524
}

.btn-secondary:hover {
    background-color: #28385a;
    border-color: #243351
}

.btn-secondary.focus, .btn-secondary:focus {
    background-color: #28385a;
    border-color: #243351
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #243351;
    border-color: #202d48
}

.btn-success:hover {
    background-color: #17830d;
    border-color: #15770c
}

.btn-success.focus, .btn-success:focus {
    background-color: #17830d;
    border-color: #15770c
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    background-color: #15770c;
    border-color: #136c0a
}

.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500
}

.btn-danger:hover {
    background-color: #e90628;
    border-color: #dc0626
}

.btn-danger.focus, .btn-danger:focus {
    background-color: #e90628;
    border-color: #dc0626
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    background-color: #dc0626;
    border-color: #d00524
}

.btn-light:hover {
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-light.focus, .btn-light:focus {
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-dark:hover {
    background-color: rgba(3,10,24,.8);
    border-color: rgba(2,5,13,.8)
}

.btn-dark.focus, .btn-dark:focus {
    background-color: rgba(3,10,24,.8);
    border-color: rgba(2,5,13,.8)
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    background-color: rgba(2,5,13,.8);
    border-color: rgba(0,1,2,.8)
}

.btn-white:hover {
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus, .btn-white:focus {
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-third:hover {
    background-color: #0e96cf;
    border-color: #0d8dc3
}

.btn-third.focus, .btn-third:focus {
    background-color: #0e96cf;
    border-color: #0d8dc3
}

.btn-third:not(:disabled):not(.disabled).active, .btn-third:not(:disabled):not(.disabled):active, .show > .btn-third.dropdown-toggle {
    color: #fff;
    background-color: #0d8dc3;
    border-color: #0c84b7
}

.btn-light-grey:hover {
    background-color: rgba(3,10,24,.06);
    border-color: rgba(2,5,13,.06)
}

.btn-light-grey.focus, .btn-light-grey:focus {
    background-color: rgba(3,10,24,.06);
    border-color: rgba(2,5,13,.06)
}

.btn-light-grey:not(:disabled):not(.disabled).active, .btn-light-grey:not(:disabled):not(.disabled):active, .show > .btn-light-grey.dropdown-toggle {
    background-color: rgba(2,5,13,.06);
    border-color: rgba(0,1,2,.06)
}

.btn-outline-primary {
    color: #f91c3d;
    border-color: #f91c3d
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #f91c3d;
        border-color: #f91c3d
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .175rem rgba(249,28,61,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #f91c3d;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #f91c3d;
        border-color: #f91c3d
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(249,28,61,.5)
        }

.btn-outline-secondary {
    color: #344974;
    border-color: #344974
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #344974;
        border-color: #344974
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .175rem rgba(52,73,116,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #344974;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #344974;
        border-color: #344974
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(52,73,116,.5)
        }

.btn-outline-success {
    color: #1da610;
    border-color: #1da610
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #1da610;
        border-color: #1da610
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .175rem rgba(29,166,16,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #1da610;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #1da610;
        border-color: #1da610
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(29,166,16,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .175rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: rgba(8,23,58,.9);
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .175rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: rgba(8,23,58,.9);
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #f91c3d;
    border-color: #f91c3d
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f91c3d;
        border-color: #f91c3d
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .175rem rgba(249,28,61,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f91c3d;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #f91c3d;
        border-color: #f91c3d
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(249,28,61,.5)
        }

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

    .btn-outline-light:hover {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .175rem hsla(0,0%,100%,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #fff;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem hsla(0,0%,100%,.5)
        }

.btn-outline-dark {
    color: rgba(8,23,58,.8);
    border-color: rgba(8,23,58,.8)
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: rgba(8,23,58,.8);
        border-color: rgba(8,23,58,.8)
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .175rem rgba(8,23,58,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: rgba(8,23,58,.8);
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: rgba(8,23,58,.8);
        border-color: rgba(8,23,58,.8)
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(8,23,58,.5)
        }

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

    .btn-outline-white:hover {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

    .btn-outline-white.focus, .btn-outline-white:focus {
        box-shadow: 0 0 0 .175rem hsla(0,0%,100%,.5)
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #fff;
        background-color: transparent
    }

    .btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

        .btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem hsla(0,0%,100%,.5)
        }

.btn-outline-third {
    color: #14aeef;
    border-color: #14aeef
}

    .btn-outline-third:hover {
        color: #fff;
        background-color: #14aeef;
        border-color: #14aeef
    }

    .btn-outline-third.focus, .btn-outline-third:focus {
        box-shadow: 0 0 0 .175rem rgba(20,174,239,.5)
    }

    .btn-outline-third.disabled, .btn-outline-third:disabled {
        color: #14aeef;
        background-color: transparent
    }

    .btn-outline-third:not(:disabled):not(.disabled).active, .btn-outline-third:not(:disabled):not(.disabled):active, .show > .btn-outline-third.dropdown-toggle {
        color: #fff;
        background-color: #14aeef;
        border-color: #14aeef
    }

        .btn-outline-third:not(:disabled):not(.disabled).active:focus, .btn-outline-third:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-third.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(20,174,239,.5)
        }

.btn-outline-light-grey {
    color: rgba(8,23,58,.06);
    border-color: rgba(8,23,58,.06)
}

    .btn-outline-light-grey:hover {
        color: #fff;
        background-color: rgba(8,23,58,.06);
        border-color: rgba(8,23,58,.06)
    }

    .btn-outline-light-grey.focus, .btn-outline-light-grey:focus {
        box-shadow: 0 0 0 .175rem rgba(8,23,58,.5)
    }

    .btn-outline-light-grey.disabled, .btn-outline-light-grey:disabled {
        color: rgba(8,23,58,.06);
        background-color: transparent
    }

    .btn-outline-light-grey:not(:disabled):not(.disabled).active, .btn-outline-light-grey:not(:disabled):not(.disabled):active, .show > .btn-outline-light-grey.dropdown-toggle {
        color: #fff;
        background-color: rgba(8,23,58,.06);
        border-color: rgba(8,23,58,.06)
    }

        .btn-outline-light-grey:not(:disabled):not(.disabled).active:focus, .btn-outline-light-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light-grey.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(8,23,58,.5)
        }

.btn-link {
    font-weight: 400;
    color: #08173a;
    text-decoration: underline
}

    .btn-link:hover {
        color: #02050d;
        text-decoration: none
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: rgba(8,23,58,.6);
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #08173a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8,23,58,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(8,23,58,.2)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgba(8,23,58,.9);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: rgba(5,14,36,.9);
        text-decoration: none;
        background-color: rgba(8,23,58,.1)
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #f91c3d
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: rgba(8,23,58,.6);
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: rgba(8,23,58,.6);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: rgba(8,23,58,.9)
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.25625rem;
    padding-left: 1.25625rem
}

    .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .875rem 1.675rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(8,23,58,.7);
    text-align: center;
    white-space: nowrap;
    background-color: rgba(8,23,58,.2);
    border: 1px solid rgba(8,23,58,.3);
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 2.675rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        border-color: #f91c3d;
        background-color: #f91c3d
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: none
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
        border-color: rgba(8,23,58,.6)
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
        color: #fff;
        background-color: #fecad2;
        border-color: #fecad2
    }

    .custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
        color: rgba(8,23,58,.6)
    }

        .custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before {
            background-color: rgba(8,23,58,.2)
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label:before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: 1px solid rgba(8,23,58,.5)
    }

    .custom-control-label:after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #f91c3d;
    background-color: #f91c3d
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(249,28,61,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(249,28,61,.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(249,28,61,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label:before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label:after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: rgba(8,23,58,.5);
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(249,28,61,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .875rem 2.675rem .875rem 1.675rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(8,23,58,.7);
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='rgba(8, 23, 58, 0.8)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.675rem center/8px 10px;
    border: 1px solid rgba(8,23,58,.3);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: rgba(8,23,58,.6);
        outline: 0;
        box-shadow: 0 0 0 .175rem rgba(249,28,61,.25)
    }

        .custom-select:focus::-ms-value {
            color: rgba(8,23,58,.7);
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 1.675rem;
        background-image: none
    }

    .custom-select:disabled {
        color: rgba(8,23,58,.6);
        background-color: rgba(8,23,58,.2)
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 rgba(8,23,58,.7)
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: rgba(8,23,58,.6);
        box-shadow: none
    }

    .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
        background-color: rgba(8,23,58,.2)
    }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]:after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .875rem 1.675rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(8,23,58,.7);
    background-color: #fff;
    border: 1px solid rgba(8,23,58,.3);
    border-radius: .25rem
}

    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 1.75rem);
        padding: .875rem 1.675rem;
        line-height: 1.5;
        color: rgba(8,23,58,.7);
        content: "Browse";
        background-color: rgba(8,23,58,.2);
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: 1.35rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,none
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,none
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,none
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #f91c3d;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fecad2
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(8,23,58,.3);
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f91c3d;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fecad2
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(8,23,58,.3);
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .175rem;
    margin-left: .175rem;
    background-color: #f91c3d;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fecad2
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: rgba(8,23,58,.3);
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: rgba(8,23,58,.5)
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: rgba(8,23,58,.5)
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: rgba(8,23,58,.5)
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: rgba(8,23,58,.6);
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid rgba(8,23,58,.3)
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: rgba(8,23,58,.2) rgba(8,23,58,.2) rgba(8,23,58,.3)
        }

        .nav-tabs .nav-link.disabled {
            color: rgba(8,23,58,.6);
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: rgba(8,23,58,.7);
            background-color: #fff;
            border-color: rgba(8,23,58,.3) rgba(8,23,58,.3) #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #f91c3d
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

    .navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(8,23,58,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(8,23,58,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(8,23,58,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(8,23,58,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(8,23,58,.3)
    }

    .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: rgba(8,23,58,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(8,23,58,.5);
    border-color: rgba(8,23,58,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(8, 23, 58, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(8,23,58,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(8,23,58,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(8,23,58,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0,0%,100%,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0,0%,100%,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(8,23,58,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(8,23,58,.03);
    border-bottom: 1px solid rgba(8,23,58,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(8,23,58,.03);
    border-top: 1px solid rgba(8,23,58,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 16px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -16px;
        margin-left: -16px
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: 16px;
            margin-bottom: 0;
            margin-left: 16px
        }
}

.card-group > .card {
    margin-bottom: 16px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 1rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: 1rem;
        color: hsla(0,0%,100%,.75);
        content: ""
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: hsla(0,0%,100%,.75)
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #08173a;
    background-color: #fff;
    border: 1px solid rgba(8,23,58,.3)
}

    .page-link:hover {
        z-index: 2;
        color: #02050d;
        text-decoration: none;
        background-color: rgba(8,23,58,.2);
        border-color: rgba(8,23,58,.3)
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .175rem rgba(249,28,61,.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f91c3d;
    border-color: #f91c3d
}

.page-item.disabled .page-link {
    color: rgba(8,23,58,.6);
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: rgba(8,23,58,.3)
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .875em 1.575em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #f91c3d
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #dc0626
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(249,28,61,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #344974
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #243351
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(52,73,116,.5)
}

.badge-success {
    color: #fff;
    background-color: #1da610
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #15770c
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(29,166,16,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(23,162,184,.5)
}

.badge-warning {
    color: rgba(8,23,58,.9);
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: rgba(8,23,58,.9);
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #f91c3d
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #dc0626
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(249,28,61,.5)
}

.badge-light {
    color: rgba(8,23,58,.9);
    background-color: #fff
}

a.badge-light:focus, a.badge-light:hover {
    color: rgba(8,23,58,.9);
    background-color: #e6e6e6
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem hsla(0,0%,100%,.5)
}

.badge-dark {
    color: #fff;
    background-color: rgba(8,23,58,.8)
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: rgba(2,5,13,.8)
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(8,23,58,.5)
}

.badge-white {
    color: rgba(8,23,58,.9);
    background-color: #fff
}

a.badge-white:focus, a.badge-white:hover {
    color: rgba(8,23,58,.9);
    background-color: #e6e6e6
}

a.badge-white.focus, a.badge-white:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem hsla(0,0%,100%,.5)
}

.badge-third {
    color: #fff;
    background-color: #14aeef
}

a.badge-third:focus, a.badge-third:hover {
    color: #fff;
    background-color: #0d8dc3
}

a.badge-third.focus, a.badge-third:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(20,174,239,.5)
}

.badge-light-grey {
    color: #fff;
    background-color: rgba(8,23,58,.06)
}

a.badge-light-grey:focus, a.badge-light-grey:hover {
    color: #fff;
    background-color: rgba(2,5,13,.06)
}

a.badge-light-grey.focus, a.badge-light-grey:focus {
    outline: 0;
    box-shadow: 0 0 0 .175rem rgba(8,23,58,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: rgba(8,23,58,.2);
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #851a3c;
    background-color: #fed2d8;
    border-color: #fdbfc9
}

    .alert-primary hr {
        border-top-color: #fca6b4
    }

    .alert-primary .alert-link {
        color: #5a1229
    }

.alert-secondary {
    color: #1f3158;
    background-color: #d6dbe3;
    border-color: #c6ccd8
}

    .alert-secondary hr {
        border-top-color: #b7bece
    }

    .alert-secondary .alert-link {
        color: #121c32
    }

.alert-success {
    color: #136124;
    background-color: #d2edcf;
    border-color: #c0e6bc
}

    .alert-success hr {
        border-top-color: #afdfa9
    }

    .alert-success .alert-link {
        color: #0b3614
    }

.alert-info {
    color: #105f7c;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #0a3c4f
    }

.alert-warning {
    color: #886f1f;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #5e4d16
    }

.alert-danger {
    color: #851a3c;
    background-color: #fed2d8;
    border-color: #fdbfc9
}

    .alert-danger hr {
        border-top-color: #fca6b4
    }

    .alert-danger .alert-link {
        color: #5a1229
    }

.alert-light {
    color: #8890a0;
    background-color: #fff;
    border-color: #fff
}

    .alert-light hr {
        border-top-color: #f2f2f2
    }

    .alert-light .alert-link {
        color: #6d7688
    }

.alert-dark {
    color: rgba(8,23,58,.896);
    background-color: rgba(220,222,227,.96);
    border-color: rgba(204,207,214,.944)
}

    .alert-dark hr {
        border-top-color: rgba(190,194,203,.944)
    }

    .alert-dark .alert-link {
        color: rgba(2,5,13,.896)
    }

.alert-white {
    color: #8890a0;
    background-color: #fff;
    border-color: #fff
}

    .alert-white hr {
        border-top-color: #f2f2f2
    }

    .alert-white .alert-link {
        color: #6d7688
    }

.alert-third {
    color: #0e6698;
    background-color: #d0effc;
    border-color: #bde8fb
}

    .alert-third hr {
        border-top-color: #a5e0fa
    }

    .alert-third .alert-link {
        color: #0a4769
    }

.alert-light-grey {
    color: rgba(8,23,58,.5112);
    background-color: hsla(0,0%,99.2%,.812);
    border-color: rgba(252,252,253,.7368)
}

    .alert-light-grey hr {
        border-top-color: rgba(237,237,243,.7368)
    }

    .alert-light-grey .alert-link {
        color: rgba(2,5,13,.5112)
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    font-size: .75rem;
    background-color: rgba(8,23,58,.2);
    border-radius: .25rem
}

.progress, .progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f91c3d;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: rgba(8,23,58,.7);
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: rgba(8,23,58,.7);
        text-decoration: none;
        background-color: rgba(8,23,58,.1)
    }

    .list-group-item-action:active {
        color: #08173a;
        background-color: rgba(8,23,58,.2)
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(8,23,58,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: rgba(8,23,58,.6);
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #f91c3d;
        border-color: #f91c3d
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:first-child {
        border-top-width: 0
    }

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #851a3c;
    background-color: #fdbfc9
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #851a3c;
        background-color: #fca6b4
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #851a3c;
        border-color: #851a3c
    }

.list-group-item-secondary {
    color: #1f3158;
    background-color: #c6ccd8
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #1f3158;
        background-color: #b7bece
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #1f3158;
        border-color: #1f3158
    }

.list-group-item-success {
    color: #136124;
    background-color: #c0e6bc
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #136124;
        background-color: #afdfa9
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #136124;
        border-color: #136124
    }

.list-group-item-info {
    color: #105f7c;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #105f7c;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #105f7c;
        border-color: #105f7c
    }

.list-group-item-warning {
    color: #886f1f;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #886f1f;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #886f1f;
        border-color: #886f1f
    }

.list-group-item-danger {
    color: #851a3c;
    background-color: #fdbfc9
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #851a3c;
        background-color: #fca6b4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #851a3c;
        border-color: #851a3c
    }

.list-group-item-light {
    color: #8890a0;
    background-color: #fff
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #8890a0;
        background-color: #f2f2f2
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #8890a0;
        border-color: #8890a0
    }

.list-group-item-dark {
    color: rgba(8,23,58,.896);
    background-color: rgba(204,207,214,.944)
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: rgba(8,23,58,.896);
        background-color: rgba(190,194,203,.944)
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: rgba(8,23,58,.896);
        border-color: rgba(8,23,58,.896)
    }

.list-group-item-white {
    color: #8890a0;
    background-color: #fff
}

    .list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
        color: #8890a0;
        background-color: #f2f2f2
    }

    .list-group-item-white.list-group-item-action.active {
        color: #fff;
        background-color: #8890a0;
        border-color: #8890a0
    }

.list-group-item-third {
    color: #0e6698;
    background-color: #bde8fb
}

    .list-group-item-third.list-group-item-action:focus, .list-group-item-third.list-group-item-action:hover {
        color: #0e6698;
        background-color: #a5e0fa
    }

    .list-group-item-third.list-group-item-action.active {
        color: #fff;
        background-color: #0e6698;
        border-color: #0e6698
    }

.list-group-item-light-grey {
    color: rgba(8,23,58,.5112);
    background-color: rgba(252,252,253,.7368)
}

    .list-group-item-light-grey.list-group-item-action:focus, .list-group-item-light-grey.list-group-item-action:hover {
        color: rgba(8,23,58,.5112);
        background-color: rgba(237,237,243,.7368)
    }

    .list-group-item-light-grey.list-group-item-action.active {
        color: #fff;
        background-color: rgba(8,23,58,.5112);
        border-color: rgba(8,23,58,.5112)
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #08173a;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #08173a;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(8,23,58,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: rgba(8,23,58,.6);
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8,23,58,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #08173a
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgba(8,23,58,.3);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid rgba(8,23,58,.3);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #08173a
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #08173a
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #08173a
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #08173a
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #08173a;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .3rem
}

    .popover, .popover .arrow {
        position: absolute;
        display: block
    }

        .popover .arrow {
            width: 1rem;
            height: .5rem;
            margin: 0 .3rem
        }

            .popover .arrow:after, .popover .arrow:before {
                position: absolute;
                display: block;
                content: "";
                border-color: transparent;
                border-style: solid
            }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.05)
        }

        .bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.05)
        }

        .bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
            top: 0;
            border-width: 0 .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.05)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
            top: 1px;
            border-width: 0 .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.05)
        }

        .bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .875rem 1.475rem;
    color: #08173a
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner:after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #f91c3d !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #dc0626 !important
}

.bg-secondary {
    background-color: #344974 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #243351 !important
}

.bg-success {
    background-color: #1da610 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #15770c !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #f91c3d !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #dc0626 !important
}

.bg-light {
    background-color: #fff !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #e6e6e6 !important
}

.bg-dark {
    background-color: rgba(8,23,58,.8) !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: rgba(2,5,13,.8) !important
}

a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.bg-third {
    background-color: #14aeef !important
}

a.bg-third:focus, a.bg-third:hover, button.bg-third:focus, button.bg-third:hover {
    background-color: #0d8dc3 !important
}

.bg-light-grey {
    background-color: rgba(8,23,58,.06) !important
}

a.bg-light-grey:focus, a.bg-light-grey:hover, button.bg-light-grey:focus, button.bg-light-grey:hover {
    background-color: rgba(2,5,13,.06) !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid rgba(8,23,58,.3) !important
}

.border-top {
    border-top: 1px solid rgba(8,23,58,.3) !important
}

.border-right {
    border-right: 1px solid rgba(8,23,58,.3) !important
}

.border-bottom {
    border-bottom: 1px solid rgba(8,23,58,.3) !important
}

.border-left {
    border-left: 1px solid rgba(8,23,58,.3) !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #f91c3d !important
}

.border-secondary {
    border-color: #344974 !important
}

.border-success {
    border-color: #1da610 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #f91c3d !important
}

.border-light {
    border-color: #fff !important
}

.border-dark {
    border-color: rgba(8,23,58,.8) !important
}

.border-third {
    border-color: #14aeef !important
}

.border-light-grey {
    border-color: rgba(8,23,58,.06) !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(8,23,58,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(8,23,58,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(8,23,58,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-primary {
    color: #f91c3d !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #dc0626 !important
}

.text-secondary {
    color: #344974 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #243351 !important
}

.text-success {
    color: #1da610 !important
}

a.text-success:focus, a.text-success:hover {
    color: #15770c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #f91c3d !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #dc0626 !important
}

.text-light {
    color: #fff !important
}

a.text-light:focus, a.text-light:hover {
    color: #e6e6e6 !important
}

.text-dark {
    color: rgba(8,23,58,.8) !important
}

a.text-dark:focus, a.text-dark:hover {
    color: rgba(2,5,13,.8) !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus, a.text-white:hover {
    color: #e6e6e6 !important
}

.text-third {
    color: #14aeef !important
}

a.text-third:focus, a.text-third:hover {
    color: #0d8dc3 !important
}

.text-light-grey {
    color: rgba(8,23,58,.06) !important
}

a.text-light-grey:focus, a.text-light-grey:hover {
    color: rgba(2,5,13,.06) !important
}

.text-body {
    color: #08173a !important
}

.text-muted {
    color: rgba(8,23,58,.6) !important
}

.text-black-50 {
    color: rgba(8,23,58,.5) !important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid rgba(8,23,58,.5);
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #08173a
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid rgba(8,23,58,.3) !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: rgba(8,23,58,.3)
        }

    .table .thead-dark th {
        color: inherit;
        border-color: rgba(8,23,58,.3)
    }
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mb--14 {
    margin-bottom: .75rem
}

[x-cloak] {
    display: none !important
}

.focus-no-outline:focus {
    outline: none !important
}

.font-weight-bold, b, strong {
    font-weight: 600 !important
}

[class^=col] p:last-of-type {
    margin-bottom: 0
}

.section--offset ul:not(.nav-tabs) {
    list-style-type: none;
    list-style: none;
    padding-left: .5rem
}

    .section--offset ul:not(.nav-tabs) li {
        position: relative;
        margin: .5rem 0;
        padding-left: 1rem
    }

        .section--offset ul:not(.nav-tabs) li:before {
            content: "";
            width: .5rem;
            height: .5rem;
            position: absolute;
            top: .5rem;
            left: 0;
            border: .125rem solid #14aeef;
            border-radius: 50%
        }

.img-circle {
    border-radius: 50%
}

::selection {
    background: #14aeef;
    color: #fff;
    opacity: 1
}

::-moz-selection {
    background: #14aeef;
    color: #fff;
    opacity: 1
}

.mt--32 {
    margin-top: 2rem
}

@media (min-width:992px) {
    .shadow-lg-up {
        box-shadow: 0 .5rem 1rem rgba(8,23,58,.15)
    }
}

@media (max-width:991.98px) {
    .section--pt-md-1 {
        padding-top: 1rem !important
    }

    .mt--32 {
        margin-top: 1.75rem
    }
}

@media (max-width:767.98px) {
    .mt--32 {
        margin-top: 1.5rem
    }

    .mb--md-14 {
        margin-bottom: .75rem
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

.link-reverse {
    cursor: pointer;
    text-decoration: underline
}

.link-reverse--green, .link-reverse--green:hover {
    color: #f91c3d
}

.link-reverse:hover {
    text-decoration: none
}

.link-regular {
    cursor: pointer;
    text-decoration: none
}

    .link-regular:hover {
        text-decoration: underline
    }

.heading--smaller, .heading--smaller-no-margins {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0
}

.heading--smaller {
    margin-bottom: 1rem !important
}

.heading--spacing {
    padding-top: .5rem
}

.heading--spacing-large {
    padding-top: 1rem
}

.heading--spacing-large-dynamic-content {
    padding-top: 1rem;
    margin-top: 1rem
}

.heading--no-subtitle {
    margin-bottom: 0
}

.heading--regular {
    font-size: 1.25rem
}

.heading--regular--dark {
    color: #08173a
}

.text--footnote {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .35px
}

.text--section-heading {
    color: #3f5d9a
}

.text--weight-500 {
    font-weight: 500
}

.text--weight-600 {
    font-weight: 600
}

.text--dark {
    color: #08173a
}

.text--small {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .3px
}

.text--smallest {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .45px
}

.text--semibold {
    font-weight: 600
}

.text--icon-small {
    font-size: .75rem
}

.text--subtitle {
    font-size: 1.125rem
}

.text--lighter-75, .text--lighter-75 a, .text--lighter-75 a:hover {
    color: rgba(8,23,58,.75) !important
}

.text--lighter-83, .text--lighter-83 a, .text--lighter-83 a:hover {
    color: rgba(8,23,58,.83) !important
}

.text--lighter-75-white, .text--lighter-75-white a, .text--lighter-75-white a:hover {
    color: rgba(8,23,58,.75) !important
}

.text--lighter-83-white, .text--lighter-83-white a, .text--lighter-83-white a:hover {
    color: hsla(0,0%,100%,.83) !important
}

@media (min-width:768px) {
    .text--subquestion {
        padding-left: .875rem
    }

        .text--subquestion:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 2px;
            height: 100%;
            margin-right: .625rem;
            background: rgba(63,93,154,.25)
        }
}

@media (max-width:991.98px) {
    .h1, h1 {
        font-size: 2rem
    }

    .h2, h2 {
        font-size: 1.75rem
    }

    .h3, h3 {
        font-size: 1.5rem
    }

    .h4, h4 {
        font-size: 1.25rem
    }

    .h5, h5 {
        font-size: 1.125rem
    }

    .h6, h6 {
        font-size: 1rem
    }
}

.label--form {
    padding-left: .5rem;
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .3px
}

@media (max-width:767.98px) {
    .heading--spacing-large {
        padding-top: .75rem
    }

    .heading--spacing-large-dynamic-content {
        padding-top: .75rem;
        margin-top: .75rem
    }
}

.section--offset {
    padding: 6rem 0
}

.section--offset--half {
    padding: 3rem 0
}

.section--offset--half-top-full-bottom {
    padding: 3rem 0 6rem
}

.section--offset--half-top, .section--offset--rating {
    padding: 3rem 0 0
}

.section--offset--rating--no-guides {
    padding: 1.5rem 0 0
}

.section--offset--article {
    padding: 6rem 0
}

.section--header-standalone {
    padding-bottom: 3rem
}

.section--header-deals, .section--header-service {
    padding: 3rem 0
}

.section__upsell-divider {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(8,23,58,.1);
    margin-bottom: 6rem
}

.section--line-divider {
    padding: 6rem 0 0;
    padding-bottom: 0 !important
}

.section--line-divider--half-top {
    padding: 3rem 0 0
}

.section--line-divider > .container {
    padding-bottom: 5.875rem;
    border-bottom: 2px solid rgba(8,23,58,.1)
}

.section--pattern {
    position: relative;
    overflow: hidden;
    background: rgba(8,23,58,.1)
}

    .section--pattern > .container {
        position: relative;
        z-index: 2
    }

@media (max-width:991.98px) {
    .section--offset {
        padding: 3rem 0
    }

    .section--offset--half {
        padding: 2rem 0
    }

    .section--offset--half-top {
        padding: 2rem 0 0
    }

    .section--offset--rating {
        padding: 3.5rem 16px 0
    }

    .section--offset--rating--no-guides {
        padding: 1rem 16px 0
    }

    .section--offset--article {
        padding: 6rem 0 3rem
    }

    .section--offset--half-top-full-bottom {
        padding: 2rem 0 3rem
    }

    .section--header-standalone {
        padding-bottom: 2rem
    }

    .section__upsell-divider {
        margin-bottom: 3rem
    }

    .section--header-deals, .section--header-service {
        padding: 2rem 0
    }

    .section--line-divider > .container {
        padding-bottom: 3rem !important
    }
}

@media (max-width:767.98px) {
    .section--offset--article {
        padding: 1rem 0 3rem
    }
}

.container--negative {
    position: relative;
    z-index: 2;
    margin-top: -12rem
}

.row--offset-heading {
    margin-top: 3rem
}

.row--offset-heading-half {
    margin-top: 1.5rem
}

@media (max-width:991.98px) {
    .row--offset-heading {
        margin-top: 1.5rem
    }
}

@media (max-width:991.98px) {
    .block--offset-hero {
        margin-top: 2.5rem
    }
}

.badge--featured-deal, .badge--guide-filter, .badge--season-deal {
    cursor: pointer
}

    .badge--featured-deal:hover, .badge--guide-filter:hover, .badge--season-deal:hover {
        background: rgba(249,28,61,.25)
    }

.badge--featured-deal {
    margin-right: .5rem
}

    .badge--featured-deal:hover {
        background: rgba(52,73,116,.25)
    }

.badge--season-deal:hover {
    background: rgba(40,15,60,.25)
}

.badge:focus {
    outline: none
}

.checkmarks {
    margin-bottom: 1rem
}

.checkmark__icon, .checkmark__text {
    display: inline-block;
    vertical-align: middle
}

.checkmark__icon {
    width: 32px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    margin-right: .5rem;
    background-color: hsla(0,0%,100%,.15)
}

.checkmark__text {
    font-weight: 600
}

@media (max-width:991.98px) {
    .checkmarks {
        margin-bottom: .5rem
    }
}

a.btn {
    text-decoration: none
}

.btn {
    position: relative;
    top: 0;
    box-shadow: none;
    transition: all .3s
}

    .btn:not(.btn--noninteractive):hover {
        top: -2px
    }

    .btn.btn-animated-icon {
        overflow: hidden
    }

        .btn.btn-animated-icon .button-text {
            transition: all .3s;
            margin-left: 24px
        }

        .btn.btn-animated-icon .icon {
            visibility: hidden;
            position: relative;
            transition: all .3s;
            left: 200px
        }

        .btn.btn-animated-icon:hover {
            top: 0
        }

            .btn.btn-animated-icon:hover .button-text {
                margin-left: 0
            }

            .btn.btn-animated-icon:hover .icon {
                visibility: visible;
                left: 0
            }

    .btn.btn-animated-icon-down {
        overflow: hidden
    }

        .btn.btn-animated-icon-down .button-text {
            transition: all .3s;
            margin-left: 24px
        }

        .btn.btn-animated-icon-down .icon {
            visibility: hidden;
            position: relative;
            transition: all .3s;
            top: 60px
        }

        .btn.btn-animated-icon-down:hover {
            top: 0
        }

            .btn.btn-animated-icon-down:hover .button-text {
                margin-left: 0
            }

            .btn.btn-animated-icon-down:hover .icon {
                visibility: visible;
                top: 0
            }

.btn-primary {
    color: #fff;
    background-color: #f91c3d;
    border-color: #f91c3d
}

    .btn-primary:hover {
        color: #fff;
        background-color: #fa3552;
        border-color: #fa3552
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #fa3552;
        border-color: #fa3552;
        box-shadow: 0 0 0 .175rem rgba(250,62,90,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #f91c3d;
        border-color: #f91c3d
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #fa3f5b;
        border-color: #fa3f5b
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(250,62,90,.5)
        }

    .btn-primary:hover {
        box-shadow: 0 8px 16px 0 rgba(249,28,61,.25)
    }

.btn-secondary {
    color: #fff;
    background-color: #344974;
    border-color: #344974
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #3c5486;
        border-color: #3c5486
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color: #3c5486;
        border-color: #3c5486;
        box-shadow: 0 0 0 .175rem rgba(82,100,137,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #344974;
        border-color: #344974
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #3f598d;
        border-color: #3f598d
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(82,100,137,.5)
        }

    .btn-secondary:hover {
        box-shadow: 0 8px 16px 0 rgba(52,73,116,.25)
    }

.btn-success {
    color: #fff;
    background-color: #1da610;
    border-color: #1da610
}

    .btn-success:hover {
        color: #fff;
        background-color: #21bd12;
        border-color: #21bd12
    }

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #21bd12;
        border-color: #21bd12;
        box-shadow: 0 0 0 .175rem rgba(63,179,52,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #1da610;
        border-color: #1da610
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #23c713;
        border-color: #23c713
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(63,179,52,.5)
        }

    .btn-success:hover {
        box-shadow: 0 8px 16px 0 rgba(29,166,16,.25)
    }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #1ab6cf;
        border-color: #1ab6cf
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #1ab6cf;
        border-color: #1ab6cf;
        box-shadow: 0 0 0 .175rem rgba(58,176,195,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #1bbed8;
        border-color: #1bbed8
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(58,176,195,.5)
        }

    .btn-info:hover {
        box-shadow: 0 8px 16px 0 rgba(23,162,184,.25)
    }

.btn-warning {
    color: rgba(8,23,58,.9);
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: rgba(8,23,58,.9);
        background-color: #ffc721;
        border-color: #ffc721
    }

    .btn-warning.focus, .btn-warning:focus {
        color: rgba(8,23,58,.9);
        background-color: #ffc721;
        border-color: #ffc721;
        box-shadow: 0 0 0 .175rem rgba(224,172,13,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: rgba(8,23,58,.9);
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: rgba(8,23,58,.9);
        background-color: #ffca2b;
        border-color: #ffca2b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(224,172,13,.5)
        }

    .btn-warning:hover {
        box-shadow: 0 8px 16px 0 rgba(255,193,7,.25)
    }

.btn-danger {
    color: #fff;
    background-color: #f91c3d;
    border-color: #f91c3d
}

    .btn-danger:hover {
        color: #fff;
        background-color: #fa3552;
        border-color: #fa3552
    }

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #fa3552;
        border-color: #fa3552;
        box-shadow: 0 0 0 .175rem rgba(250,62,90,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #f91c3d;
        border-color: #f91c3d
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #fa3f5b;
        border-color: #fa3f5b
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(250,62,90,.5)
        }

    .btn-danger:hover {
        box-shadow: 0 8px 16px 0 rgba(249,28,61,.25)
    }

.btn-light {
    color: rgba(8,23,58,.9);
    background-color: #fff;
    border-color: #fff
}

    .btn-light:hover {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

    .btn-light.focus, .btn-light:focus {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 0 0 .175rem rgba(224,226,230,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(224,226,230,.5)
        }

    .btn-light:hover {
        box-shadow: 0 8px 16px 0 hsla(0,0%,100%,.25)
    }

.btn-dark {
    color: #fff;
    background-color: rgba(8,23,58,.8);
    border-color: rgba(8,23,58,.8)
}

    .btn-dark:hover {
        color: #fff;
        background-color: rgba(11,32,80,.8);
        border-color: rgba(11,32,80,.8)
    }

    .btn-dark.focus, .btn-dark:focus {
        color: #fff;
        background-color: rgba(11,32,80,.8);
        border-color: rgba(11,32,80,.8);
        box-shadow: 0 0 0 .175rem rgba(60,72,99,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: rgba(8,23,58,.8);
        border-color: rgba(8,23,58,.8)
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: rgba(12,35,89,.8);
        border-color: rgba(12,35,89,.8)
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(60,72,99,.5)
        }

    .btn-dark:hover {
        box-shadow: 0 8px 16px 0 rgba(8,23,58,.25)
    }

.btn-white {
    color: rgba(8,23,58,.9);
    background-color: #fff;
    border-color: #fff
}

    .btn-white:hover {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

    .btn-white.focus, .btn-white:focus {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 0 0 .175rem rgba(224,226,230,.5)
    }

    .btn-white.disabled, .btn-white:disabled {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

    .btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
        color: rgba(8,23,58,.9);
        background-color: #fff;
        border-color: #fff
    }

        .btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(224,226,230,.5)
        }

    .btn-white:hover {
        box-shadow: 0 8px 16px 0 hsla(0,0%,100%,.25)
    }

.btn-third {
    color: #fff;
    background-color: #14aeef;
    border-color: #14aeef
}

    .btn-third:hover {
        color: #fff;
        background-color: #2cb6f1;
        border-color: #2cb6f1
    }

    .btn-third.focus, .btn-third:focus {
        color: #fff;
        background-color: #2cb6f1;
        border-color: #2cb6f1;
        box-shadow: 0 0 0 .175rem rgba(55,186,241,.5)
    }

    .btn-third.disabled, .btn-third:disabled {
        color: #fff;
        background-color: #14aeef;
        border-color: #14aeef
    }

    .btn-third:not(:disabled):not(.disabled).active, .btn-third:not(:disabled):not(.disabled):active, .show > .btn-third.dropdown-toggle {
        color: rgba(8,23,58,.9);
        background-color: #35baf1;
        border-color: #35baf1
    }

        .btn-third:not(:disabled):not(.disabled).active:focus, .btn-third:not(:disabled):not(.disabled):active:focus, .show > .btn-third.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(55,186,241,.5)
        }

    .btn-third:hover {
        box-shadow: 0 8px 16px 0 rgba(20,174,239,.25)
    }

.btn-light-grey {
    color: #fff;
    background-color: rgba(8,23,58,.06);
    border-color: rgba(8,23,58,.06)
}

    .btn-light-grey:hover {
        color: #fff;
        background-color: rgba(11,32,80,.06);
        border-color: rgba(11,32,80,.06)
    }

    .btn-light-grey.focus, .btn-light-grey:focus {
        color: #fff;
        background-color: rgba(11,32,80,.06);
        border-color: rgba(11,32,80,.06);
        box-shadow: 0 0 0 .175rem rgba(218,220,226,.5)
    }

    .btn-light-grey.disabled, .btn-light-grey:disabled {
        color: #fff;
        background-color: rgba(8,23,58,.06);
        border-color: rgba(8,23,58,.06)
    }

    .btn-light-grey:not(:disabled):not(.disabled).active, .btn-light-grey:not(:disabled):not(.disabled):active, .show > .btn-light-grey.dropdown-toggle {
        color: #fff;
        background-color: rgba(12,35,89,.06);
        border-color: rgba(12,35,89,.06)
    }

        .btn-light-grey:not(:disabled):not(.disabled).active:focus, .btn-light-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-light-grey.dropdown-toggle:focus {
            box-shadow: 0 0 0 .175rem rgba(218,220,226,.5)
        }

    .btn-light-grey:hover {
        box-shadow: 0 8px 16px 0 rgba(8,23,58,.25)
    }

.popover {
    box-shadow: 0 4px 16px rgba(8,23,58,.1)
}

.badge {
    text-decoration: none;
    letter-spacing: .3px;
    white-space: normal
}

.badge-light {
    color: hsla(0,0%,100%,.75)
}

    .badge-light:hover {
        background-color: hsla(0,0%,100%,.35) !important;
        color: hsla(0,0%,100%,.75) !important
    }

.badge-primary {
    background-color: rgba(249,28,61,.15);
    color: #f91c3d
}

.badge-secondary {
    background-color: rgba(52,73,116,.15);
    color: #344974
}

.badge-success {
    background-color: rgba(29,166,16,.15);
    color: #1da610
}

.badge-info {
    background-color: rgba(23,162,184,.15);
    color: #17a2b8
}

.badge-warning {
    background-color: rgba(255,193,7,.15);
    color: #ffc107
}

.badge-danger {
    background-color: rgba(249,28,61,.15);
    color: #f91c3d
}

.badge-light {
    background-color: hsla(0,0%,100%,.15);
    color: #fff
}

.badge-dark {
    background-color: rgba(8,23,58,.15);
    color: rgba(8,23,58,.8)
}

.badge-white {
    background-color: hsla(0,0%,100%,.15);
    color: #fff
}

.badge-third {
    background-color: rgba(20,174,239,.15);
    color: #14aeef
}

.badge-light-grey {
    background-color: rgba(8,23,58,.15);
    color: rgba(8,23,58,.06)
}

.article {
    position: relative;
    z-index: 2;
    top: 7.5rem;
    margin-top: -7.5rem
}

.article__photo {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(27,7,41,.1);
    background: #fff
}

@media (max-width:767.98px) {
    .article {
        top: 3rem;
        margin-top: -4rem
    }
}

.shadow-box {
    position: relative;
    background: #fff;
    transition: all .3s;
    border-radius: 6px;
    top: 0;
    margin: 1.25rem 0;
    padding: 1.5rem;
    box-shadow: 0 10px 20px 0 rgba(27,7,41,.1)
}

.shadow-box--noninteractive {
    box-shadow: none;
    margin: 0 !important;
    top: 0
}

.shadow-box--article {
    padding: 0
}

.shadow-box--article__logo {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.shadow-box--guide {
    box-shadow: none;
    border: 1px solid rgba(8,23,58,.15)
}

.shadow-box--equal-height, .shadow-box--guide {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    word-break: break-word;
    height: 100%
}

.shadow-box--equal-height {
    background: #fff
}

.shadow-box__content {
    padding: 1.5rem
}

.shadow-box__body {
    flex: 1 1 auto
}

.shadow-box__header a {
    text-decoration: none
}

    .shadow-box__header a:hover {
        text-decoration: underline
    }

.shadow-box .btn {
    margin-top: 1.5rem
}

    .shadow-box .btn .icon {
        margin-left: .25rem
    }

.shadow-box:not(.shadow-box--noninteractive):hover {
    top: -12px;
    box-shadow: 0 4px 20px 0 rgba(27,7,41,.15)
}

    .shadow-box:not(.shadow-box--noninteractive):hover .btn {
        background: #fa3552;
        top: 0 !important;
        box-shadow: none !important;
        border: 1px solid #fa3552
    }

        .shadow-box:not(.shadow-box--noninteractive):hover .btn .button-text {
            margin-left: 0
        }

        .shadow-box:not(.shadow-box--noninteractive):hover .btn .icon {
            visibility: visible !important;
            top: 0 !important
        }

.shadow-box__logo {
    display: block;
    margin: 1rem auto 2rem;
    max-width: 100%;
    height: auto
}

.shadow-box__title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: .875rem
}

.shadow-box__title--sub {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .875rem
}

.shadow-box__description {
    color: rgba(24,17,29,.75);
    margin-bottom: 1.5rem
}

.shadow-box__description--sub {
    color: #18111d;
    font-size: 14px;
    letter-spacing: .3px;
    padding-left: .875rem;
    margin-bottom: 0
}

.shadow-box__more-guides {
    display: block;
    margin: 1rem 0;
    cursor: pointer;
    text-decoration: underline;
    font-size: .875rem;
    font-weight: 500;
    padding-left: .5rem;
    letter-spacing: .3px
}

    .shadow-box__more-guides:hover {
        text-decoration: none
    }

    .shadow-box__more-guides .icon {
        margin-left: .375rem;
        transform: rotate(0deg);
        transition: transform .3s
    }

.shadow-box__more-guides--active .icon {
    transform: rotate(180deg)
}

.shadow-box--article .shadow-box__logo {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.shadow-box--article .shadow-box--padding {
    padding: 0 1.5rem
}

.shadow-box--article .shadow-box--padding-bottom {
    padding-bottom: 1.5rem
}

@media (max-width:575.98px) {
    .shadow-box {
        padding: 1.25rem
    }

    .shadow-box__logo {
        margin-top: .5rem;
        margin-bottom: 1rem
    }

    .shadow-box__content {
        padding: 1.25rem
    }

    .shadow-box--article {
        padding: 0
    }

        .shadow-box--article .shadow-box--padding {
            padding: 0 1.25rem
        }

        .shadow-box--article .shadow-box--padding-bottom {
            padding-bottom: 1.25rem
        }
}

.shadow-hover-box {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: 0;
    transition: all .3s
}

    .shadow-hover-box:first-of-type {
        border-top: 1px solid transparent
    }

.shadow-hover-box__link-underline {
    color: rgba(8,23,58,.83);
    display: block;
    margin-top: .5rem;
    text-decoration: underline
}

    .shadow-hover-box__link-underline .icon {
        margin-left: .5rem;
        transition: margin-left .3s
    }

.shadow-hover-box + .shadow-hover-box {
    border-top: 1px solid rgba(8,23,58,.1)
}

.shadow-hover-box:hover {
    border-radius: .375rem;
    border-top: 1px solid transparent;
    box-shadow: 0 .25rem 1.25rem 0 rgba(8,23,58,.15)
}

    .shadow-hover-box:hover .shadow-hover-box__link-underline {
        text-decoration: none
    }

    .shadow-hover-box:hover .icon {
        margin-left: .75rem
    }

.guide__list-item {
    display: block
}

.guide__list-item--hidden-default {
    display: none
}

.guide--open .guide__list-item--hidden-default {
    display: block
}

.comparison-box {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    top: 110px
}

.comparison-box--empty {
    margin-top: 0;
    top: 0
}

.comparison-box--quote-form {
    margin-top: 0;
    top: 3rem
}

.comparison-box__inner {
    padding: 2rem 2.5rem;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(27,7,41,.1)
}

.comparison-box__inner--quote-form {
    padding: 1.5rem 1.875rem
}

.comparison-box form {
    margin: 0 0 0 2px;
    padding: 0
}

    .comparison-box form.form--no-margin-left {
        margin-left: 0
    }

    .comparison-box form .form-group {
        padding: 0;
        margin: 0
    }

.comparison-box__privacy-notice {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    padding: 0 1.675rem;
    margin-top: 1.25rem;
    text-align: left;
    color: #08173a
}

.comparison-box__privacy-notice--tooltip {
    margin: 0 auto;
    padding: 0
}

    .comparison-box__privacy-notice--tooltip:focus {
        outline: none
    }

.comparison-box__privacy-notice__icon, .comparison-box__privacy-notice__text {
    display: inline-flex
}

.comparison-box__privacy-notice__icon {
    width: 1.625rem
}

.comparison-box__privacy-notice__text {
    flex-direction: column;
    width: calc(100% - 1.625rem);
    max-width: calc(100% - 1.625rem)
}

.comparison-box:not(.comparison-box--no-form) .btn {
    margin-left: -4px
}

@media (min-width:768px) {
    .comparison-box .postcode-input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0
    }

    .comparison-box.comparison-box--no-form .btn--no-left-radius {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (max-width:991.98px) {
    .comparison-box--quote-form {
        top: 1.5rem
    }

    .comparison-box__inner--quote-form {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .comparison-box__inner {
        padding: 1.5rem
    }

        .comparison-box__inner:after {
            right: 16px
        }

    .comparison-box__privacy-notice {
        padding: 0 .5rem;
        margin-top: 1
    }

    .comparison-box .btn, .comparison-box form {
        margin-left: 0 !important
    }
}

.service-boxes {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    top: 90px
}

.service-boxes--no-negative {
    margin-top: 0;
    top: 0
}

.service .card {
    padding: 1.75rem;
    text-decoration: none;
    border: 0;
    text-align: center
}

.service__img {
    margin-bottom: 1.5rem
}

.service__title {
    margin-bottom: .25rem;
    font-size: 1.25rem
}

.service__cta {
    display: none
}

.service__subtitle {
    margin-bottom: 14px !important;
    font-weight: 500;
    color: rgba(24,17,29,.75);
    font-size: 14px;
    letter-spacing: .3px
}

.service__description {
    margin-bottom: 22px;
    color: rgba(24,17,29,.75)
}

.service__body {
    padding: 0
}

.service__button {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1200px) {
    .service__description--same-height {
        height: 72px
    }
}

@media (max-width:1199.98px) {
    .service--guide {
        margin: .375rem 0
    }

    .service__description {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .service-boxes__inner {
        box-shadow: 0 4px 20px 0 rgba(27,7,41,.1);
        background: #fff;
        border-radius: 6px
    }

        .service-boxes__inner:before {
            bottom: 0;
            left: -16px
        }

        .service-boxes__inner:after {
            top: -16px;
            right: -16px
        }

    .service--guide .card {
        box-shadow: 0 10px 20px 0 rgba(8,23,58,.1) !important
    }

    .service .card {
        box-shadow: none;
        padding: 1rem .5rem;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        text-align: left;
        align-items: center
    }

        .service .card:hover {
            top: 0;
            box-shadow: none
        }

    .service__title {
        margin-bottom: .125rem
    }

    .service__cta, .service__img, .service__text {
        display: inline-flex
    }

        .service__cta .icon {
            margin-right: .5rem
        }

    .service__img {
        height: 48px;
        min-width: 64px
    }

    .service__text {
        flex-direction: column;
        padding-left: .5rem;
        flex: 1 1 auto
    }

    .service__subtitle {
        margin-bottom: 0 !important
    }

    .service__img {
        margin-bottom: 0
    }

    .service__body {
        display: none
    }

    .service + .service:not(.service--guide) {
        border-top: 1px solid rgba(8,23,58,.1)
    }
}

@media (max-width:767.98px) {
    .service-boxes {
        margin-left: 16px;
        margin-right: 16px
    }
}

.global-rating {
    text-align: center
}

.global-rating__star {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .25rem;
    font-size: .75rem;
    color: #14aeef
}

@media (max-width:991.98px) {
    .global-rating--no-guides {
        display: block;
        margin-top: 1rem
    }
}

.animated-link--arrow-right-to-down .icon, .animated-link--arrow-right .icon {
    position: relative;
    margin-left: .5rem
}

.animated-link--arrow-left .icon {
    position: relative;
    margin-right: .5rem
}

.animated-link--arrow-right-to-down .icon {
    transform: rotate(0);
    transition: transform .3s
}

.animated-link--arrow-right-to-down:hover .icon {
    position: relative;
    transform: rotate(90deg)
}

.animated-link--arrow-right .icon {
    left: 0;
    transition: left .3s
}

.animated-link--arrow-right:hover .icon {
    left: .25rem
}

.animated-link--arrow-left .icon {
    right: 0;
    transition: right .3s
}

.animated-link--arrow-left:hover .icon {
    right: .25rem
}

.icon-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0
}

.icon-block--center {
    align-items: center
}

.icon-block__counter {
    border-radius: 50%;
    background: rgba(52,73,116,.15);
    color: #344974;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-weight: 500;
    font-size: .875rem;
    text-align: center
}

.icon-block__icon {
    width: 2.875rem
}

.icon-block__icon--check {
    width: 2.5rem
}

.icon-block__icon--accordion {
    width: 1.5rem;
    line-height: 1
}

.icon-block__icon--guides-help {
    width: 2rem
}

.icon-block__icon--customer-review {
    width: 3.875rem
}

.icon-block__icon--author-bio {
    width: 6rem
}

.icon-block__text {
    width: calc(100% - 2.875rem);
    max-width: calc(100% - 2.875rem);
    flex-direction: column
}

.icon-block__text--check {
    width: calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem)
}

.icon-block__text--accordion {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem)
}

.icon-block__text--guides-help {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem)
}

.icon-block__text--customer-review {
    width: calc(100% - 3.875rem);
    max-width: calc(100% - 3.875rem)
}

.icon-block__text--author-bio {
    width: calc(100% - 6rem);
    max-width: calc(100% - 6rem)
}

.icon-block__text__subtitle {
    font-size: .875rem;
    margin-bottom: .25rem;
    letter-spacing: .3px;
    font-weight: 600;
    color: #f91c3d;
    text-transform: uppercase
}

@media (min-width:768px) {
    .icon-block--check-cross {
        margin: .5rem auto
    }
}

@media (max-width:991.98px) {
    .icon-block {
        margin: 1rem 0
    }

    .icon-block--check {
        margin: .75rem 0
    }
}

@media (max-width:767.98px) {
    .icon-block {
        margin: .75rem 0
    }

    .icon-block--check {
        margin: .5rem 0
    }
}

.customer-review {
    margin: 0;
    text-decoration: none
}

.customer-review__title {
    margin-bottom: 0
}

.customer-review__date {
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 500;
    color: rgba(8,23,58,.75)
}

.customer-review__content {
    margin-top: .75rem
}

.customer-review:hover .customer-review__link {
    text-decoration: none
}

.customer-review__link {
    display: block;
    color: rgba(8,23,58,.75);
    margin-top: .5rem;
    text-decoration: underline
}

.customer-review__rating {
    margin-bottom: 0;
    margin-top: .25rem;
    line-height: 1
}

.customer-review__rating__star {
    display: inline-flex;
    align-items: center
}

.customer-review .shadow-box {
    margin: 0
}

@media (max-width:1199.98px) {
    .customer-review .shadow-box {
        margin: 1rem 0
    }
}

@media (max-width:991.98px) {
    .customer-review .shadow-box {
        margin: .75rem 0
    }
}

.share {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    font-size: .75rem;
    text-align: center;
    line-height: 2rem;
    background: rgba(8,23,58,.55);
    color: #fff;
    border-radius: 50%;
    transition: background .3s
}

    .share:hover {
        color: #fff;
        background: rgba(8,23,58,.65)
    }

    .share + .share {
        margin-left: .25rem
    }

.custom-checkbox, .custom-radio {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    margin-left: -20px;
    padding: 8px 10px
}

    .custom-checkbox.force-padding, .custom-radio.force-padding {
        padding: 8px 10px !important
    }

.custom-checkbox--green, .custom-radio--green {
    padding: 14px 16px
}

.custom-radio {
    border-radius: 4px;
    background: #fff
}

    .custom-radio.no-background {
        background: transparent
    }

.custom-radio--green {
    box-shadow: none;
    border: 1px solid rgba(8,23,58,.16);
    transition: box-shadow .3s
}

    .custom-radio--green:hover {
        background: #fff;
        border: 1px solid rgba(20,174,239,.5)
    }

        .custom-radio--green:hover:before {
            border: 2px solid rgba(20,174,239,.5) !important
        }

    .custom-radio--green:before {
        border: 2px solid rgba(8,23,58,.16) !important
    }

.custom-radio:not(.custom-radio--green):hover {
    background: rgba(8,23,58,.1)
}

    .custom-radio:not(.custom-radio--green):hover:before {
        border: 2px solid rgba(8,23,58,.2)
    }

.custom-radio:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(8,23,58,.3)
}

.form-custom-radio [type=checkbox]:checked + label, .form-custom-radio [type=radio]:checked + label {
    position: relative;
    font-weight: 600
}

    .form-custom-radio [type=checkbox]:checked + label:after, .form-custom-radio [type=radio]:checked + label:after {
        content: "";
        position: absolute;
        background-image: url(/content/images/icons/check.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 12px;
        height: 12px
    }

    .form-custom-radio [type=checkbox]:checked + label:not(.custom-radio--green):before, .form-custom-radio [type=radio]:checked + label:not(.custom-radio--green):before {
        border: 2px solid #344974;
        background-color: #344974
    }

    .form-custom-radio [type=checkbox]:checked + label:not(.custom-radio--green):after, .form-custom-radio [type=radio]:checked + label:not(.custom-radio--green):after {
        top: 17px;
        left: 18px
    }

    .form-custom-radio [type=checkbox]:checked + label.custom-radio--green, .form-custom-radio [type=radio]:checked + label.custom-radio--green {
        box-shadow: 0 2px 20px 0 rgba(20,174,239,.2);
        border: 1px solid #14aeef
    }

        .form-custom-radio [type=checkbox]:checked + label.custom-radio--green:before, .form-custom-radio [type=radio]:checked + label.custom-radio--green:before {
            border: 2px solid #14aeef !important;
            background-color: #14aeef
        }

        .form-custom-radio [type=checkbox]:checked + label.custom-radio--green:after, .form-custom-radio [type=radio]:checked + label.custom-radio--green:after {
            top: 23px;
            left: 24px
        }

.form-custom-radio .form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form-custom-radio .category-name {
    flex-direction: column;
    padding: 0 0 0 .5rem;
    margin: auto;
    flex: 1 1 auto;
    width: calc(100% - 36px);
    max-width: calc(100% - 36px)
}

.custom-checkbox {
    padding: 0
}

    .custom-checkbox:hover:before {
        border: 1px solid rgba(20,174,239,.5)
    }

    .custom-checkbox:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid rgba(8,23,58,.3)
    }

.form-custom-checkbox [type=checkbox] + label {
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .3px
}

.form-custom-checkbox [type=checkbox]:checked + label {
    position: relative
}

    .form-custom-checkbox [type=checkbox]:checked + label:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        background-image: url(/content/images/icons/checkpurple.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 12px;
        height: 12px
    }

    .form-custom-checkbox [type=checkbox]:checked + label.force-padding:after {
        top: 14px;
        left: 15px
    }

.form-custom-checkbox .form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form-custom-checkbox .category-name {
    flex-direction: column;
    padding: 0 0 0 .375rem;
    margin: auto;
    flex: 1 1 auto;
    width: calc(100% - 38px);
    max-width: calc(100% - 38px)
}

.sidebar--left {
    padding-right: 1.375rem
}

.sidebar--right {
    padding-left: 1.375rem
}

.sidebar--results {
    margin-top: 3.25rem
}

.sidebar--results__speed {
    padding-left: .625rem
}

.sidebar--categories-standalone {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.sidebar__title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

.sidebar__title--guides {
    margin-top: 3.375rem
}

.sidebar__title--filter-offset {
    margin-top: 2rem
}

.sidebar__title--results {
    font-size: .75rem;
    letter-spacing: .4px;
    font-weight: 600;
    color: #08173a;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.sidebar__filter__mobile {
    display: none
}

@media (min-width:992px) {
    .sidebar--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 1.375rem
    }
}

@media (max-width:991.98px) {
    .sidebar--results {
        margin-top: 1rem
    }

    .sidebar--left {
        padding-right: 0
    }

    .sidebar--right {
        padding-left: 0
    }

    .sidebar__title {
        margin-bottom: .5rem;
        color: rgba(8,23,58,.75);
        font-size: .875rem;
        letter-spacing: .3px;
        font-weight: 500
    }

    .sidebar__title--guides {
        margin-top: 0
    }

    .sidebar__title--results {
        font-size: .75rem;
        letter-spacing: .4px;
        font-weight: 600;
        color: #08173a;
        margin-bottom: 1rem;
        text-transform: uppercase
    }

    .sidebar__title--filter-offset {
        margin-top: 1.75rem
    }

    .sidebar__filter {
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 10px 20px 0 rgba(27,7,41,.1);
        border-radius: 4px;
        padding: 1rem 1.5rem;
        font-weight: 500;
        transition: box-shadow .3s
    }

    .sidebar__filter__content {
        display: none
    }

    .sidebar__filter--open {
        box-shadow: 0 4px 20px 0 rgba(27,7,41,.15)
    }

        .sidebar__filter--open .sidebar__filter__content {
            display: block;
            margin-top: .875rem;
            padding-top: .875rem;
            border-top: 1px solid rgba(8,23,58,.1)
        }

        .sidebar__filter--open .sidebar__filter__mobile {
            margin-bottom: .875rem
        }

        .sidebar__filter--open .sidebar__filter__mobile__caret {
            transform: rotate(180deg)
        }

    .sidebar__filter__mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        width: 100%
    }

    .sidebar__filter__mobile__text {
        flex: 1 1 auto
    }

        .sidebar__filter__mobile__text .icon {
            margin-right: .5rem;
            max-width: .875rem
        }

    .sidebar__filter__mobile__caret {
        transition: transform .3s
    }

        .sidebar__filter__mobile__caret .icon {
            max-width: 1rem
        }
}

@media (max-width:767.98px) {
    .sidebar__title--filter-offset {
        margin-top: 1.25rem
    }
}

.loading-content .sidebar__filter {
    display: none
}

.nav-pills .nav-link {
    position: relative;
    transition: background-color .3s,color .3s;
    padding: .625rem 1.15rem
}

    .nav-pills .nav-link:hover {
        text-decoration: underline !important
    }

    .nav-pills .nav-link.active:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 9px solid rgba(52,73,116,.15);
        position: absolute;
        top: calc(50% - 9px);
        left: 100%
    }

    .nav-pills .nav-link.active, .nav-pills .nav-pills .show > .nav-link {
        background-color: rgba(52,73,116,.15);
        color: #344974;
        border-radius: 4px
    }

@media (max-width:1199.98px) {
    .nav-pills {
        flex: 1 1 auto
    }

        .nav-pills .nav-link:after {
            left: calc(100% - 8px)
        }
}

.nav-tabs--deal-detail {
    padding: .25rem;
    border-radius: 4px;
    background: rgba(20,174,239,.08);
    border: 0
}

.nav-tabs--deal-detail--grey {
    border-radius: 3.0625rem;
    margin: .375rem 0 .5rem;
    background: rgba(8,23,58,.06)
}

.nav-tabs--deal-detail--featured {
    background: rgba(52,73,116,.08)
}

.nav-tabs--deal-detail--season {
    background: rgba(40,15,60,.08)
}

.nav-tabs .nav-item {
    text-align: center;
    margin-bottom: 0
}

.nav-tabs .nav-item--col-3 {
    width: 33.3333%
}

.nav-tabs .nav-item--col-2, .nav-tabs .nav-item--col-2--short {
    width: 50%
}

.nav-tabs .nav-link {
    text-decoration: none;
    transition: all .3s;
    padding: .625rem;
    color: #14aeef;
    border: 0;
    border-radius: 4px
}

.nav-tabs .nav-link--grey {
    color: #08173a;
    font-size: .875rem;
    letter-spacing: .3px
}

.nav-tabs .nav-link--featured {
    color: #344974
}

.nav-tabs .nav-link--season {
    color: #280f3c
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #14aeef;
    box-shadow: 0 4px 10px 0 rgba(20,174,239,.15);
    font-weight: 500
}

.nav-tabs .nav-item.nav-link--featured.show .nav-link, .nav-tabs .nav-link.nav-link--featured.active {
    color: #344974;
    box-shadow: 0 4px 10px 0 rgba(52,73,116,.15);
    font-weight: 500
}

.nav-tabs .nav-item.nav-link--season.show .nav-link, .nav-tabs .nav-link.nav-link--season.active {
    color: #280f3c;
    box-shadow: 0 4px 10px 0 rgba(40,15,60,.15);
    font-weight: 500
}

.nav-tabs .nav-item.nav-link--grey.show .nav-link, .nav-tabs .nav-link.nav-link--grey.active {
    border-radius: 2.5625rem;
    background: #14aeef;
    box-shadow: 0 2px 20px 0 rgba(20,174,239,.55) !important;
    color: #fff;
    box-shadow: none;
    font-weight: 500
}

.nav-tabs .nav-link:not(.active):hover {
    text-decoration: underline
}

.tab-content {
    padding: 1.75rem 1.5rem 0
}

.tab-content--grey-box {
    padding: 0
}

@media (max-width:991.98px) {
    .nav-tabs .nav-item--col-2, .nav-tabs .nav-item--col-3 {
        width: 100%
    }

    .nav-tabs .nav-item--col-2--short {
        width: 50%
    }
}

@media (max-width:575.98px) {
    .tab-content {
        padding: 1.375rem .375rem 0
    }

    .tab-content--grey-box {
        padding: 0
    }
}

.results-change-postcode {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding-right: 1.375rem
}

.results-change-postcode__btn {
    outline: none
}

.results-change-postcode__content {
    display: none
}

.results-filter-top {
    color: #08173a;
    display: block;
    width: 100%;
    margin-bottom: 1.5rem
}

.results-filter-top__select {
    height: inherit;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #08173a;
    font-weight: 500;
    text-decoration: underline;
    border: 0;
    background: transparent
}

    .results-filter-top__select:focus {
        outline: none
    }

@-webkit-keyframes spinIcon {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinIcon {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.results {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 30px 0 rgba(8,23,58,.08)
}

.results--hidden-onload {
    display: none
}

.results__filter-close {
    cursor: pointer;
    outline: none
}

.results__state {
    padding: 2rem 2.125rem;
    text-align: center
}

.results__deal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1.5rem 1.75rem
}

.results__deal--featured-box {
    box-shadow: 0 4px 20px 0 rgba(52,73,116,.2);
    background-color: #fff;
    border: 1px solid rgba(52,73,116,.15);
    border-radius: 6px;
    padding: 0
}

.results__deal--season-deals-box {
    box-shadow: 0 4px 20px 0 rgba(40,15,60,.2);
    background-color: #fff;
    border: 1px solid rgba(40,15,60,.15);
    border-radius: 6px;
    padding: 0
}

.results__deal__header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center
}

.results__deal__header__gift_card, .results__deal__header__logo, .results__deal__header__name {
    display: inline-flex;
    flex-direction: column
}

.results__deal__header__logo {
    width: 6rem;
    max-height: 64px
}

.results__deal__header__name {
    flex-direction: column;
    flex: 1 1 auto;
    max-width: calc(100% - 6rem)
}

.results__deal__header__name--has-gift-card {
    padding-right: 1rem;
    max-width: calc(100% - 9.25rem)
}

.results__deal__header__name__offer {
    display: inline-block;
    vertical-align: middle;
    color: #f91c3d;
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: .3px
}

.results__deal__header__name__offer--contract {
    color: #08173a
}

.results__deal__header__gift-card {
    display: inline-flex;
    flex-direction: column;
    width: 3.25rem;
    height: auto
}

.results__deal__header__gift-card__img {
    display: block;
    max-width: 100%;
    height: auto
}

.results__deal__content, .results__deal__footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 6rem
}

.results__deal__content {
    margin-top: 1rem
}

.results__deal__content--featured {
    margin-top: 1.25rem
}

.results__deal__content__col {
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%
}

.results__deal__content__col--usage {
    padding: 0 1.75rem;
    border-left: 2px solid rgba(8,23,58,.1);
    border-right: 2px solid rgba(8,23,58,.1);
    flex: 0 0 22%;
    max-width: 22%
}

.results__deal__content__col--speed {
    padding-right: 1.75rem
}

.results__deal__content__col--price {
    padding-left: 1.75rem;
    flex: 0 0 28%;
    max-width: 28%
}

.results__deal__footer {
    margin-top: .75rem;
    justify-content: flex-end
}

.results__deal__footer__col {
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%
}

.results__deal__more-details {
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .3px
}

.results__deal__more-details--active {
    color: #f91c3d !important
}

.results__deal__more-details .icon {
    margin-left: .25rem;
    transform: rotate(0deg);
    transition: transform .3s,color .3s
}

.results__deal__more-details .spinner {
    -webkit-animation: spinIcon 2s linear infinite;
    animation: spinIcon 2s linear infinite
}

.results__deal__more-details:hover {
    text-decoration: none
}

.results__deal__toggle-content {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 1.375rem 1.75rem;
    border-radius: .25rem;
    background: rgba(8,23,58,.06)
}

.results__deal__toggle-content__table {
    display: block
}

.results__deal__toggle-content__table--hidden {
    display: none
}

.results__deal__toggle-content__table-toggle {
    cursor: pointer;
    outline: none;
    text-decoration: underline;
    font-size: .875rem;
    font-weight: 500;
    color: rgba(8,23,58,.83)
}

    .results__deal__toggle-content__table-toggle:hover {
        text-decoration: none
    }

    .results__deal__toggle-content__table-toggle .icon {
        margin-left: .25rem
    }

.results__deal__toggle-content .table tr td:first-of-type {
    word-break: break-word
}

.results__deal__toggle-content__title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .75rem
}

.results__deal__toggle-content__checklist {
    margin-bottom: 0
}

    .results__deal__toggle-content__checklist li {
        padding-left: 1.625rem !important
    }

        .results__deal__toggle-content__checklist li:before {
            border: 0 !important;
            background: #344974;
            width: 20px !important;
            height: 20px !important;
            top: 2px !important
        }

        .results__deal__toggle-content__checklist li:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 5px;
            background-image: url(/content/images/icons/check.svg);
            background-repeat: no-repeat;
            background-size: cover;
            width: 10px;
            height: 10px
        }

.results__deal__toggle-content__section {
    margin-top: .75rem;
    padding-top: 1.5rem;
    border-top: 2px solid rgba(8,23,58,.1)
}

.results__deal:not(.results__deal__box) + .results__deal:not(.results__deal--first-visible) {
    border-top: 2px solid rgba(8,23,58,.1)
}

.results__deal--featured-box .results__deal + .results__deal {
    border-top: 2px solid rgba(52,73,116,.1) !important
}

.results__deal--season-deals-box .results__deal + .results__deal {
    border-top: 2px solid rgba(40,15,60,.1) !important
}

.results__deal__more-details--active .img-icon {
    transform: rotate(180deg)
}

.results__deal__toggle-content__table-toggle--active {
    display: none
}

.results__deal__more-details--loading {
    text-decoration: none;
    cursor: inherit
}

.results__deal__toggle-content__checklist--purple li:before {
    background: #344974
}

.results__deal__toggle-content__checklist--season li:before {
    background: #280f3c
}

.results__deal__header__name__offer + .results__deal__header__name__offer {
    padding-left: .5rem
}

@media (max-width:1199.98px) {
    .results__deal__content, .results__deal__footer {
        padding-left: 0
    }

    .results__deal__content {
        margin-top: 1.125rem
    }

    .results__deal__content--featured {
        margin-top: 1.375rem
    }

    .results__deal__togle-content .table tr td:first-of-type {
        word-break: keep-all
    }

    .results-change-postcode--sidebar .btn {
        font-size: .875rem !important;
        padding: .875rem !important;
        letter-spacing: .3px !important
    }
}

@media (max-width:991.98px) {
    .results-change-postcode {
        padding-right: 0;
        margin-top: 1.25rem
    }

    .results-change-postcode__content__form .btn {
        font-size: 1rem !important;
        padding: .875rem 1.675rem !important;
        letter-spacing: inherit !important
    }

    .loading-content .results-change-postcode {
        display: none
    }

    .loading-content .results--offset {
        margin-top: 0
    }

    .loading-content .results-filter-top {
        margin-bottom: 1rem
    }

    .results--offset {
        margin-top: 1.5rem
    }
}

@media (max-width:767.98px) {
    .results__deal__content, .results__deal__footer {
        padding-left: 6rem
    }

    .results__deal__content {
        margin-top: 1rem
    }

    .results__deal__content__col {
        flex: 0 0 50%;
        max-width: 50%;
        height: inherit
    }

    .results__deal__content__col--price, .results__deal__content__col--speed, .results__deal__content__col--usage {
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .results__deal__content__col--button, .results__deal__content__col--price {
        margin-top: 1.125rem
    }

    .results__deal__footer {
        margin-top: 1rem
    }

    .results__deal__footer__col {
        flex: 0 0 50%;
        max-width: 50%;
        height: inherit
    }
}

@media (max-width:575.98px) {
    .results__deal {
        padding: 1.25rem 1.375rem
    }

    .results__deal__header {
        position: relative
    }

    .results__deal__header__name {
        max-width: 100%;
        margin-top: .75rem
    }

    .results__deal__header__logo {
        width: 100%
    }

    .results__deal__header__gift-card {
        position: absolute;
        top: 0;
        right: 0
    }

    .results__deal__footer {
        margin-top: .625rem
    }

    .results__deal__toggle-content {
        padding: 1.125rem 1.375rem;
        margin-top: .5rem
    }

    .results__deal__toggle-content__section {
        padding-top: 1.125rem
    }

    .results__deal__content {
        margin-top: .875rem
    }

    .results__deal__header {
        margin-bottom: .125rem
    }

    .results__deal__content, .results__deal__footer {
        padding-left: 0
    }

    .results__deal__content__col, .results__deal__footer__col {
        flex: 0 0 100%;
        max-width: 100%;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        margin-bottom: .5rem;
        margin-top: 0
    }

    .results__deal__content__col--button, .results__deal__footer__col--button {
        margin-top: .875rem;
        margin-bottom: .25rem
    }

    .results__deal__content__col p, .results__deal__footer__col p {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0 !important
    }

        .results__deal__content__col p:first-of-type, .results__deal__footer__col p:first-of-type {
            order: 2;
            text-align: right
        }

        .results__deal__content__col p:last-of-type, .results__deal__footer__col p:last-of-type {
            order: 1
        }

    .results__deal__header__name--has-gift-card {
        max-width: 100%
    }

    .results__deal__more-details {
        margin: 0 auto !important
    }
}

.table {
    margin-bottom: 0;
    font-size: .875rem;
    letter-spacing: .3px
}

    .table .thead {
        color: #14aeef;
        background: rgba(20,174,239,.08);
        font-weight: 500
    }

    .table .thead--featured {
        color: #344974;
        background: rgba(52,73,116,.08)
    }

    .table .thead--season {
        color: #280f3c;
        background: rgba(40,15,60,.08)
    }

    .table .thead th {
        border-bottom: 0;
        border-top: 0;
        font-size: .875rem;
        font-weight: 500
    }

    .table td, .table th {
        padding: .75rem 1rem
    }

    .table td {
        border-top: 0
    }

    .table tr + tr td {
        border-top: 1px solid rgba(8,23,58,.1)
    }

.accordion .card {
    border: 0;
    overflow: visible;
    box-shadow: 0 10px 20px 0 rgba(8,23,58,.1);
    border-radius: .25rem !important
}

    .accordion .card .card-header {
        background: #fff;
        border: 0;
        padding: 0;
        border-radius: .25rem
    }

        .accordion .card .card-header .heading--accordion {
            font-size: 1rem
        }

        .accordion .card .card-header .btn {
            text-align: left;
            text-decoration: none;
            font-weight: 600;
            padding: 1.25rem 1.625rem
        }

            .accordion .card .card-header .btn .icon {
                transform: rotate(0);
                transition: transform .3s
            }

            .accordion .card .card-header .btn:not(.collapsed) {
                padding: 1.25rem 1.625rem .875rem
            }

                .accordion .card .card-header .btn:not(.collapsed) .icon {
                    transform: rotate(90deg)
                }

            .accordion .card .card-header .btn.collapsed:hover {
                color: #344974
            }

    .accordion .card .card-body {
        padding: 0 1.625rem 1.25rem
    }

    .accordion .card + .card {
        margin-top: .625rem
    }

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: .25rem
}

@media (max-width:991.98px) {
    .accordion .card .btn {
        padding: 1rem 1.5rem
    }

        .accordion .card .btn:not(.collapsed) {
            padding: 1rem 1.5rem .75rem
        }

    .accordion .card .card-body {
        padding: 0 1.5rem 1rem
    }
}

.back-to-top {
    opacity: 0;
    position: fixed;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background: #344974;
    color: #fff;
    bottom: 1.25rem;
    right: 1.25rem;
    font-size: .875rem;
    text-align: center;
    line-height: 2.5rem;
    z-index: 3;
    cursor: pointer;
    transition: background .3s,opacity .3s
}

    .back-to-top:hover {
        background: rgba(52,73,116,.75)
    }

.back-to-top--show {
    opacity: 1
}

.pagination {
    flex-wrap: wrap
}

    .pagination .page-item {
        margin: 0 !important
    }

        .pagination .page-item:before {
            content: none !important;
            display: none !important
        }

        .pagination .page-item.active .page-link {
            border-radius: 50%;
            background: #08173a;
            border-color: #08173a;
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            padding: 0;
            text-align: center
        }

    .pagination a.page-link {
        text-decoration: none
    }

        .pagination a.page-link:hover {
            text-decoration: underline;
            background: #fff
        }

    .pagination .page-link {
        font-size: .875rem;
        font-weight: 500;
        letter-spacing: .3px;
        border: 0
    }

.news-sidebar__more-content {
    display: none
}

.news-sidebar__more-content--open {
    display: block
}

.news-sidebar__more-toggle {
    display: block;
    margin: 1rem 0;
    cursor: pointer;
    text-decoration: underline;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .3px
}

    .news-sidebar__more-toggle:hover {
        text-decoration: none
    }

    .news-sidebar__more-toggle .icon {
        margin-left: .375rem;
        transform: rotate(0deg);
        transition: transform .3s
    }

.news-sidebar__more-toggle--active .icon {
    transform: rotate(180deg)
}

.grey-box {
    padding: 2rem 2.375rem;
    border-radius: 4px;
    background: rgba(8,23,58,.06)
}

.grey-box--padding-sm {
    padding: 1rem 1.25rem
}

.grey-box__green-link, .grey-box__red-link, .grey-box__rotate-link {
    text-decoration: none
}

.grey-box__green-link--reverse, .grey-box__red-link--reverse, .grey-box__rotate-link--reverse {
    text-decoration: underline
}

.grey-box__green-link:hover, .grey-box__red-link:hover, .grey-box__rotate-link:hover {
    text-decoration: underline
}

    .grey-box__green-link:hover.grey-box__rotate-link--reverse, .grey-box__red-link:hover.grey-box__rotate-link--reverse, .grey-box__rotate-link:hover.grey-box__rotate-link--reverse {
        text-decoration: none
    }

.grey-box__green-link, .grey-box__red-link {
    font-size: .875rem;
    letter-spacing: .3px;
    color: #14aeef;
    font-weight: 500
}

    .grey-box__green-link:hover, .grey-box__red-link:hover {
        color: #14aeef
    }

.grey-box__green-link__text, .grey-box__red-link__text {
    margin-right: .5rem
}

.grey-box__green-link__text__dark, .grey-box__red-link__text__dark {
    color: #08173a;
    font-size: .875rem;
    letter-spacing: .3px;
    margin-right: .5rem
}

.grey-box__green-link, .grey-box__green-link:hover {
    color: #14aeef
}

.grey-box__rotate-link:hover .grey-box__rotate-link__icon {
    transform: rotate(180deg)
}

.grey-box__rotate-link__icon {
    transition: transform .3s;
    transform: rotate(0)
}

.grey-box__rotate-link__text {
    margin-left: .5rem
}

.grey-box__address-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: .875rem 1.675rem;
    background: #fff;
    box-shadow: none;
    transition: border .3s,box-shadow .3s
}

    .grey-box__address-block:hover {
        border: 1px solid #14aeef;
        box-shadow: 0 4px 10px 0 rgba(20,174,239,.15)
    }

.grey-box__address-block__details {
    max-width: calc(100% - 4.375rem);
    flex: 1 1 auto;
    padding-right: .75rem
}

.grey-box__address-block__select {
    text-transform: lowercase
}

.grey-box__address-block + .grey-box__address-block {
    margin-top: .5rem
}

.grey-box__postcodes-wrapper {
    position: relative
}

.grey-box__postcodes-wrapper__autocomplete {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 3.875rem;
    left: 0;
    padding: .75rem 1rem;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(8,23,58,.1);
    border-radius: .375rem
}

.grey-box__postcodes-wrapper__autocomplete__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    cursor: pointer;
    padding: .25rem .75rem;
    background: #fff;
    border-radius: .375rem;
    transition: background .3s
}

    .grey-box__postcodes-wrapper__autocomplete__item:hover {
        background: rgba(8,23,58,.08)
    }

        .grey-box__postcodes-wrapper__autocomplete__item:hover .grey-box__postcodes-wrapper__autocomplete__item__choose {
            text-decoration: none
        }

.grey-box__postcodes-wrapper__autocomplete__item__postcode {
    flex: 1 1 auto
}

.grey-box__postcodes-wrapper__autocomplete__item__choose {
    color: rgba(8,23,58,.75);
    font-size: .875rem;
    letter-spacing: .3px;
    text-decoration: underline;
    text-transform: lowercase
}

@media (max-width:767.98px) {
    .grey-box--padding-sm {
        padding: .875rem 1rem
    }

    .grey-box__postcodes-wrapper__autocomplete {
        position: relative;
        top: 0;
        margin: .5rem 0
    }

    .grey-box__postcodes-wrapper__autocomplete__item {
        padding: .5rem .75rem
    }

    .grey-box__address-block {
        padding: .75rem .875rem
    }
}

@media (max-width:575.98px) {
    .grey-box {
        padding: 1.25rem 1.5rem
    }

    .grey-box--padding-sm {
        padding: .75rem .9375rem
    }
}

.progress {
    height: .3755rem;
    border-radius: .3755rem;
    background-color: rgba(8,23,58,.06)
}

.progress-bar {
    border-radius: .375rem
}

.steps {
    display: flex;
    flex-direction: row
}

.steps, .steps__step {
    flex-wrap: wrap;
    justify-content: center
}

.steps__step {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-radius: .375rem;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #fff;
    transition: box-shadow .3s;
    min-width: 200px
}

.steps__step__text--left, .steps__step__text--right {
    flex-direction: row;
    flex: 1 1 auto
}

.steps__step__text--left {
    padding: .75rem .25rem .75rem 1rem
}

.steps__step__text--right {
    padding: .75rem 1rem .75rem .25rem
}

.steps__step:not(.steps__step--disabled):hover {
    text-decoration: none;
    box-shadow: 0 2px 20px 0 rgba(8,23,58,.1)
}

.steps__step + .steps__step {
    margin-left: 1rem
}

@media (max-width:991.98px) {
    .steps__step__text--left {
        padding: .5rem .25rem .5rem .75rem
    }

    .steps__step__text--right {
        padding: .5rem .75rem .5rem .25rem
    }
}

@media (max-width:575.98px) {
    .steps {
        flex-direction: column
    }

    .steps__step + .steps__step {
        margin-left: 0
    }
}

.offer-block {
    display: block;
    background: #fff;
    box-shadow: none;
    border-radius: .375rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(20,174,239,.25);
    box-shadow: 0 2px 20px 0 rgba(20,174,239,.2)
}

.modal-content, .modal-footer {
    border: 0
}

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid rgba(8,23,58,.1)
}

.modal-content {
    border-radius: .375rem;
    padding: 1.25rem 1.5rem
}

@media (max-width:575.98px) {
    .modal-content {
        padding: .75rem 1rem
    }
}

.mortgage__deal {
    background: #fff;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(8,23,58,.16);
    box-shadow: 0 4px 20px 0 rgba(8,23,58,.08)
}

.mortgage__deal__logo {
    width: 120px
}

.mortgage__deal__cost {
    width: 11.5%
}

.mortgage__deal__information {
    width: 8%
}

.mortgage__deal__information-grey {
    width: 15%
}

.mortgage__deal__information-grey--monthly-payment {
    width: 20%
}

.mortgage__deal__grey-box {
    background: rgba(8,23,58,.06);
    padding: .75rem .875rem;
    border-radius: .3rem
}

.mortgage__deal__grey-box--smaller {
    padding: 1.3125rem .875rem
}

.mortgage__deal__grey-box--green {
    background: rgba(29,166,16,.1)
}

.mortgage__deal__table-text--large {
    font-size: 1.125rem
}

.mortgage__deal + .mortgage__deal {
    margin-top: 1.125rem
}

@media (max-width:1199.98px) {
    .mortgage__deal__cost, .mortgage__deal__cta, .mortgage__deal__information, .mortgage__deal__information-grey {
        width: calc(33.3333% - 94px)
    }

    .mortgage__deal__cta, .mortgage__deal__information-grey {
        width: calc(33.3333% - 16px)
    }

    .mortgage__deal__grey-box {
        padding: .625rem .5rem
    }

    .mortgage__deal__grey-box--smaller {
        padding: 1.1875rem .5rem
    }

    .mortgage__deal + .mortgage__deal {
        margin-top: 1rem
    }
}

@media (min-width:768px) {
    .w-md-50 {
        width: 50%
    }
}

@media (max-width:767.98px) {
    .mortgage__deal {
        padding: .875rem 1.125rem
    }

    .mortgage__deal__logos {
        width: 100%;
        margin-bottom: .75rem
    }

    .mortgage__deal__cost, .mortgage__deal__information {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between
    }

    .mortgage__deal__cta, .mortgage__deal__information-grey {
        width: 100%
    }

    .mortgage__deal__grey-box {
        padding: .625rem .5rem
    }

    .mortgage__deal__table-text {
        margin: 0 1rem
    }
}

.alert-soft-primary {
    border: none;
    background: #fee3e7;
    color: #f91c3d
}

.alert-soft-secondary {
    border: none;
    background: #a0b1d4;
    color: #344974
}

.alert-soft-success {
    border: none;
    background: #97f48e;
    color: #1da610
}

.alert-soft-info {
    border: none;
    background: #a7e9f4;
    color: #17a2b8
}

.alert-soft-warning {
    border: none;
    background: #fff4d3;
    color: #ffc107
}

.alert-soft-danger {
    border: none;
    background: #fee3e7;
    color: #f91c3d
}

.alert-soft-light {
    border: none;
    background: #fff;
    color: #fff
}

.alert-soft-dark {
    border: none;
    background: rgba(44,99,226,.8);
    color: rgba(8,23,58,.8)
}

.alert-soft-white {
    border: none;
    background: #fff;
    color: #fff
}

.alert-soft-third {
    border: none;
    background: #d3f0fc;
    color: #14aeef
}

.alert-soft-light-grey {
    border: none;
    background: rgba(44,99,226,.06);
    color: rgba(8,23,58,.06)
}

.chevron-toggle__icon {
    transition: transform .3s ease-in-out;
    transform: rotate(0)
}

.chevron-toggle--active .chevron-toggle__icon {
    transform: rotate(180deg)
}

.input--number-reset::-webkit-inner-spin-button, .input--number-reset::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.regular-form .form-control.is-invalid, .regular-form .form-control.is-valid, .was-validated.regular-form .form-control:invalid, .was-validated.regular-form .form-control:valid {
    background-position: 94% calc(.375em + .875rem)
}

.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
    background-position: 90% calc(.375em + .875rem);
    background-size: calc(.375em + .5rem) calc(.375em + .5rem)
}

    .custom-select:focus, .form-control.is-invalid:focus, .form-control.is-valid:focus, .was-validated .form-control:invalid:focus, .was-validated .form-control:valid:focus {
        box-shadow: none
    }

.invalid-feedback {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .3px;
    padding-left: 1.675rem;
    margin: .5rem 0;
    text-align: left
}

.custom-select-sm-filter {
    height: calc(2.5em + .5rem + 2px);
    padding-left: 1rem
}

.custom-select-sm {
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

footer a, header a {
    text-decoration: none
}

header .dropdown-menu .title a {
    color: #3f5d9a !important
}

    header .dropdown-menu .title a:hover {
        color: #14357e !important
    }

footer a:hover, header a:hover {
    text-decoration: underline
}

footer a:hover {
    color: #0056b3 !important
}

footer p + ul {
    margin-top: 1rem
}

.row-eq-height > [class^=col] {
    display: flex;
    flex-direction: column
}

.navbar-toggler {
    width: 50px;
    height: 50px;
    padding-top: 0
}

    .navbar-toggler i {
        display: block;
        height: 3px;
        width: 100%;
        margin-bottom: 5px;
        background: #fff
    }

.header-form {
    background: #233862;
    padding: 3rem 4rem;
    border-radius: 5px;
    margin-top: 4rem
}

    .header-form .form-group {
        margin-bottom: 2rem
    }

    .header-form .row .row > div:first-child {
        padding-right: 0
    }

    .header-form .row .row > div:last-child {
        padding-left: 0
    }

    .header-form .title {
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 24px
    }

    .header-form .sub-title {
        margin-bottom: 3rem
    }

    .header-form span {
        font-size: 16px;
        color: #a5afc3
    }

        .header-form span a {
            text-decoration: underline
        }

    .header-form input {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

header {
    background: url(/img/header_section_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 4rem
}

    header .title-narrow {
        color: #fff;
        margin-top: 6.5rem
    }

    header .sub-title {
        color: #07abef;
        margin-top: 15px;
        font-size: 18px
    }

    header .top-nav {
        border-bottom: 1px solid #344974;
        background-color: #344974
    }

        header .top-nav .insurance-nav {
            padding: 2.6rem 7rem 1rem
        }

        header .top-nav nav {
            padding: 28px 0 16px
        }

            header .top-nav nav .navbar-nav {
                margin-bottom: 10px
            }

                header .top-nav nav .navbar-nav a.nav-link {
                    font-weight: 500;
                    margin: 0 1.1rem;
                    padding: 0;
                    color: #d5dae0;
                    position: relative
                }

                header .top-nav nav .navbar-nav li.toggle i {
                    padding-left: 5px
                }

                header .top-nav nav .navbar-nav a.nav-link.active, header .top-nav nav .navbar-nav a.nav-link:hover {
                    color: #fff
                }

                    header .top-nav nav .navbar-nav a.nav-link.active:after, header .top-nav nav .navbar-nav a.nav-link:hover:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -155%;
                        height: 3px;
                        width: 100%;
                        background: #fff
                    }

                header .top-nav nav .navbar-nav .dropdown-toggle:after {
                    display: none
                }

                header .top-nav nav .navbar-nav li.toggle.show > a:before {
                    content: "";
                    position: absolute;
                    left: 35%;
                    bottom: -32px;
                    width: 0;
                    height: 0;
                    border-color: transparent transparent #fff;
                    border-style: solid;
                    border-width: 0 10px 9px
                }

        header .top-nav .dropdown {
            background: #fff url(/img/insurance_menu_car.jpg) 100% 50% no-repeat
        }

        header .top-nav .dropdown, header .top-nav .utility-nav {
            width: 100%;
            z-index: 1000;
            box-shadow: 0 5px 25px 2px rgba(0,0,0,.2)
        }

        header .top-nav .utility-nav {
            background: #fff url(/img/utility-man.png) 99% 100% no-repeat;
            padding: 2.6rem 6.5rem 1rem
        }

        header .top-nav .money-nav {
            background: #fff;
            padding: 2.6rem 1rem 1rem 4.5rem
        }

        header .top-nav .debt-nav, header .top-nav .money-nav {
            width: 100%;
            z-index: 1000;
            box-shadow: 0 5px 25px 2px rgba(0,0,0,.2)
        }

        header .top-nav .debt-nav {
            background: #fff url(/img/debt-man.png) 94% 100% no-repeat;
            padding: 2.6rem 6.5rem 1rem
        }

        header .top-nav .navbar-brand {
            margin-right: 11.5%;
            vertical-align: bottom
        }

        header .top-nav .dropdown-wrapper {
            position: absolute;
            top: 58px;
            left: 0;
            border: 0;
            box-shadow: none;
            padding: 35px 0 0;
            background: none;
            border-radius: 0;
            width: 100%
        }

        header .top-nav .dropdown .title {
            font-weight: 900;
            color: #14357e;
            font-size: 18px;
            margin-bottom: 13px
        }

        header .top-nav .dropdown ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            header .top-nav .dropdown ul li {
                margin-bottom: 11px
            }

                header .top-nav .dropdown ul li a {
                    color: #363636;
                    font-size: 16px;
                    font-weight: 500
                }

        header .top-nav .dropdown .first {
            margin-bottom: 20px
        }

        header .top-nav .dropdown .right {
            padding: 2rem 5rem 0 2rem
        }

            header .top-nav .dropdown .right p {
                font-weight: 300;
                font-size: 36px;
                color: #333;
                line-height: 1.3;
                margin-bottom: 30px
            }

            header .top-nav .dropdown .right span {
                display: block;
                opacity: .5
            }

            header .top-nav .dropdown .right .free-qoute-btn {
                margin: 2rem 0;
                min-width: 230px;
                text-align: center;
                box-shadow: none
            }

                header .top-nav .dropdown .right .free-qoute-btn:hover {
                    text-decoration: none;
                    color: #fff
                }

    header .social a {
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 5px
    }

    header .header_soc {
        background-image: url(/img/header_social.png);
        background-repeat: no-repeat;
        display: block
    }

    header .header_soc-Facebook {
        width: 20px;
        height: 20px;
        background-position: -2px -2px
    }

    header .header_soc-Gplus {
        width: 20px;
        height: 20px;
        background-position: -26px -2px
    }

    header .header_soc-Pinterest {
        width: 20px;
        height: 20px;
        background-position: -50px -2px
    }

    header .header_soc-Twitter {
        width: 20px;
        height: 20px;
        background-position: -74px -2px
    }

    header .header_soc-Vk {
        width: 20px;
        height: 20px;
        background-position: -98px -2px
    }

    header .features {
        color: #fff;
        display: flex
    }

        header .features .wrapper {
            background: #213256;
            padding: 55px 50px;
            border-radius: 5px;
            box-shadow: 28px 28px 60px 0 rgba(0,0,0,.4)
        }

            header .features .wrapper .icon {
                padding-right: 0
            }

            header .features .wrapper .content {
                line-height: 1.2;
                padding-left: 25px;
                font-weight: 400
            }

                header .features .wrapper .content p {
                    margin-bottom: 7px;
                    margin-top: 6px;
                    font-size: 18px
                }

                header .features .wrapper .content span {
                    color: #d5dae0;
                    font-size: 16px
                }

            header .features .wrapper.white {
                padding: 65px 50px;
                background: #fff;
                color: #1a47b0
            }

                header .features .wrapper.white span {
                    color: #595f6f
                }

    header .scroll_down {
        color: #07abef;
        font-size: 12px;
        position: relative;
        margin-top: 4.3rem;
        display: inline-block
    }

        header .scroll_down i {
            position: absolute;
            left: 27px;
            bottom: -16px
        }

.free-quote {
    text-align: center;
    margin-top: 33px
}

    .free-quote form {
        max-width: 515px;
        margin: 0 auto;
        display: flex;
        position: relative
    }

        .free-quote form input {
            width: 50%;
            border: 0;
            border-radius: 5px;
            padding: 18px 28px;
            outline: none;
            box-shadow: 28px 28px 60px 0 rgba(0,0,0,.4)
        }

            .free-quote form input::-webkit-input-placeholder {
                font-size: 16px;
                color: #bfc4ce
            }

            .free-quote form input[type=text] {
                width: 55%
            }

            .free-quote form input[type=submit] {
                background: #f91c3d;
                background: linear-gradient(135deg,#f91c3d,#fa2b56);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
                color: #fff;
                position: absolute;
                right: 0
            }

.seedeal-btn {
    background: #e51d3d;
    background: linear-gradient(90deg,#e51d3d 0,#f62952);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e51d3d",endColorstr="#f62952",GradientType=1);
    display: inline-block;
    color: #fff;
    margin-top: 1.9rem;
    width: 70%;
    height: 5rem;
    text-align: center;
    padding-left: 15px;
    line-height: 5rem;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

    .seedeal-btn:after {
        content: "";
        width: 40px;
        height: 100%;
        position: absolute;
        right: -39px;
        top: 0;
        background: url(/img/deal_btn_bg.png) 0 0 no-repeat
    }

.save-200 {
    text-align: center;
    color: #ffc107;
    font-size: 1.5rem;
    padding: 1.5rem 0 0
}

#insurance_details {
    text-align: center;
    padding: 4.6rem 0 5.1rem
}

    #insurance_details .title-narrow {
        color: #0f358e
    }

#types-of-insurance {
    padding: 4.7rem 0 5rem
}

    #types-of-insurance .features {
        padding-top: 2rem
    }

        #types-of-insurance .features .wrapper {
            border: 1px solid #dddfe7;
            border-radius: 5px;
            padding: 2rem 2rem 1.5rem;
            height: 100%
        }

            #types-of-insurance .features .wrapper .row {
                height: 100%
            }

            #types-of-insurance .features .wrapper .icon {
                padding-right: 0
            }

            #types-of-insurance .features .wrapper .content {
                padding-left: 2rem;
                font-size: 16px
            }

                #types-of-insurance .features .wrapper .content p, #types-of-insurance .features .wrapper .content span {
                    line-height: 1.3;
                    display: inline-block;
                    padding-right: 1rem
                }

#types-of-broadband {
    padding: 3rem 0 5rem
}

    #types-of-broadband .features {
        padding-top: 2rem
    }

        #types-of-broadband .features .wrapper {
            border: 1px solid #dddfe7;
            border-radius: 5px;
            padding: 2rem 2rem 1.5rem;
            height: 100%
        }

            #types-of-broadband .features .wrapper .row {
                height: 100%
            }

            #types-of-broadband .features .wrapper .icon {
                padding-right: 0
            }

            #types-of-broadband .features .wrapper .content {
                padding-left: 2rem;
                font-size: 16px
            }

                #types-of-broadband .features .wrapper .content p {
                    font-size: 18px;
                    margin-bottom: 8px;
                    color: #1a47b0
                }

                #types-of-broadband .features .wrapper .content span {
                    line-height: 1.3;
                    display: inline-block;
                    padding-right: 1rem
                }

#affect-price {
    padding: 3rem 0 4rem
}

    #affect-price .introman {
        padding-bottom: 2%
    }

    #affect-price h2 {
        color: #3f5d9a;
        font-size: 3rem;
        font-weight: 300;
        padding-bottom: 1%
    }

@media (max-width:715px) {
    #affect-price h2 {
        font-size: 2rem
    }
}

#affect-price .wrapper h3 {
    color: #112d6f;
    padding-bottom: 2%
}

#other-types {
    padding: 3.2rem 0 5rem;
    text-align: center
}

#cheap-insurance {
    padding: 4.5rem 0 3rem;
    background: #112d6f;
    color: #fff;
    position: relative
}

    #cheap-insurance .container {
        z-index: 100;
        position: relative
    }

    #cheap-insurance:after {
        content: "";
        position: absolute;
        z-index: 50;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/img/cheap_car_mask.png) 100% 50% no-repeat;
        background-size: 97% auto
    }

    #cheap-insurance .header h3 {
        font-size: 36px;
        letter-spacing: -.6px;
        font-weight: 300;
        margin-top: 50px;
        margin-bottom: 15px
    }

    #cheap-insurance .header p, #cheap-insurance .header span {
        font-size: 20px;
        display: inline-block;
        margin-bottom: 5.1rem
    }

    #cheap-insurance .free-qoute-btn {
        margin-top: 66px
    }

    #cheap-insurance .numeric-grid > div p a {
        color: #fff;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 500
    }

#guides {
    padding: 4.9rem 0 0;
    background: #112d6f
}

    #guides .row {
        color: #fff
    }

        #guides .row .compintro {
            color: #639be5
        }

    #guides h4 {
        color: #1a47b0
    }

    #guides .wrapper {
        max-width: 85%
    }

        #guides .wrapper p {
            font-size: 20px;
            margin-bottom: 28px;
            line-height: 1.4
        }

    #guides .numeric-grid {
        padding-top: 20px
    }

        #guides .numeric-grid i {
            background: -moz-linear-gradient(-45deg,#0596d1 0,#07a5e7 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0596d1",endColorstr="#07a5e7",GradientType=1)
        }

        #guides .numeric-grid p {
            color: #1a47b0
        }

        #guides .numeric-grid span {
            color: #595f6f
        }

        #guides .numeric-grid .row {
            margin-bottom: 5.7rem
        }

#faq, .faq {
    padding: 9rem 0
}

    #faq h4, .faq h4 {
        margin-bottom: 23px
    }

    #faq .nav, .faq .nav {
        padding-top: 18px
    }

        #faq .nav a, .faq .nav a {
            color: #333;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 500;
            padding: 0;
            margin-left: 1.6rem
        }

    #faq #accordion, #faq .accordion, .faq #accordion, .faq .accordion {
        padding-top: 40px
    }

        #faq #accordion div, #faq .accordion div, .faq #accordion div, .faq .accordion div {
            border: 0;
            background: none
        }

        #faq #accordion button, #faq .accordion button, .faq #accordion button, .faq .accordion button {
            padding: 16px 10px 16px 18px;
            width: 100%;
            text-align: left;
            font-size: 16px;
            text-decoration: none;
            font-weight: 500;
            border: 0;
            outline: none;
            background-color: #07abef;
            border-radius: 0;
            color: #fff
        }

            #faq #accordion button i, #faq .accordion button i, .faq #accordion button i, .faq .accordion button i {
                width: 13px;
                height: 13px;
                position: absolute;
                right: 8px;
                margin: 4px 12px;
                background-image: url(/img/small_icons.png);
                background-position: -14px -2px
            }

        #faq #accordion .card-body, #faq .accordion .card-body, .faq #accordion .card-body, .faq .accordion .card-body {
            padding: 5px 20px 25px
        }

        #faq #accordion button.collapsed, #faq .accordion button.collapsed, .faq #accordion button.collapsed, .faq .accordion button.collapsed {
            background: #fff;
            color: #333
        }

            #faq #accordion button.collapsed i, #faq .accordion button.collapsed i, .faq #accordion button.collapsed i, .faq .accordion button.collapsed i {
                background-image: url(/img/small_icons.png);
                background-position: -48px -2px
            }

        #faq #accordion .card-header, #faq .accordion .card-header, .faq #accordion .card-header, .faq .accordion .card-header {
            padding: 0;
            margin-bottom: 18px
        }

#bottom-banner {
    background: url(/img/car_insurance_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 315px
}

    #bottom-banner .free-qoute-btn.white {
        background: #fff;
        color: #1a47b0;
        font-weight: 500;
        margin: 8.2rem
    }

        #bottom-banner .free-qoute-btn.white i {
            background-position: -63px -2px
        }

    #bottom-banner p {
        font-weight: 700;
        font-size: 48px;
        margin-bottom: 0
    }

    #bottom-banner span {
        font-size: 46px;
        font-weight: 300
    }

    #bottom-banner .col-lg-6:first-child {
        padding: 6.5rem 0 2rem 9rem;
        line-height: 1.2
    }

    #bottom-banner .col-lg-6:last-child {
        text-align: center
    }

#breadcrumbs {
    padding-top: 75px
}

    #breadcrumbs ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #breadcrumbs ul li {
            display: inline
        }

            #breadcrumbs ul li a {
                color: #07abef;
                font-size: 18px;
                font-weight: 300
            }

            #breadcrumbs ul li + li:before {
                padding: 8px;
                color: #585e6e;
                content: "/ "
            }

#top-banner {
    background: url(/img/top_banner_car.jpg) 100% 50% no-repeat;
    padding: 0 0 4.7rem;
    width: 100%
}

    #top-banner .title {
        font-size: 48px;
        color: #595f6f
    }

    #top-banner .sub-title {
        text-align: left
    }

    #top-banner .free-qoute-btn {
        min-width: 300px;
        text-align: center
    }

#top-banner-energy {
    background: url(/img/littlerbulb.jpg) 0 33% no-repeat;
    padding: 0 0 4.7rem;
    background-size: cover
}

    #top-banner-energy .title {
        font-size: 48px;
        color: #000
    }

    #top-banner-energy .sub-title {
        text-align: left;
        color: #000
    }

#blog {
    padding: 3.2rem 0
}

    #blog .recent-content {
        width: 177px
    }

    #blog .content img {
        width: 100%
    }

    #blog .content .big {
        margin: 30px 0
    }

    #blog .content p {
        margin: 9px 0 30px
    }

    #blog .content h1 {
        margin-bottom: 30px
    }

    #blog .content h1, #blog .content h2 {
        font-size: 36px;
        font-weight: 900;
        color: #333
    }

    #blog .content h2 {
        margin: 50px 0 0
    }

    #blog .content h3 {
        font-weight: 900;
        margin: 29px 0 0;
        color: #0a2158
    }

    #blog .content ul {
        list-style: square;
        margin: 0;
        padding: 0 0 0 20px
    }

        #blog .content ul li {
            margin-bottom: 10px
        }

            #blog .content ul li span {
                font-size: 16px
            }

    #blog .content .table thead th {
        font-size: 22px;
        border-bottom: 2px solid #ececec;
        color: #333
    }

    #blog .content .table td, #blog .content .table th {
        border-top: 1px solid #ececec;
        font-size: 18px;
        padding: 1rem
    }

        #blog .content .table th[scope=row] {
            font-weight: 400
        }

    #blog .content .table-hover tbody tr:hover {
        background: #123075;
        background: linear-gradient(180deg,#123075 0,#092056);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#123075",endColorstr="#092056",GradientType=0);
        padding-bottom: 0;
        color: #fff
    }

.sidebar .news-title {
    background: #07abef;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 4px;
    padding: .4rem;
    font-size: 18px
}

    .sidebar .news-title i {
        vertical-align: middle;
        margin-right: 10px
    }

    .sidebar .news-title span {
        position: relative;
        bottom: -1px
    }

.sidebar .quote-me {
    background: #07abef;
    border-radius: 5px;
    padding: 1.5rem;
    color: #fff;
    margin-bottom: 2rem;
    text-align: center
}

    .sidebar .quote-me a:not(.free-qoute-btn) {
        color: #fff;
        font-weight: 700;
        text-decoration: underline
    }

    .sidebar .quote-me span {
        font-size: 16px
    }

    .sidebar .quote-me ul {
        text-align: left;
        font-size: 16px
    }

    .sidebar .quote-me h5 {
        margin-bottom: 1rem
    }

    .sidebar .quote-me .free-qoute-btn {
        margin-top: 1.5rem;
        margin-bottom: .5rem
    }

    .sidebar .quote-me + img {
        width: 100%
    }

.sidebar .search {
    margin-top: 5px;
    position: relative
}

    .sidebar .search form input[type=text] {
        border: 1px solid #e5e5e5;
        padding: 10px 15px;
        width: 100%;
        border-radius: 3px;
        outline: none
    }

        .sidebar .search form input[type=text]::-moz-placeholder {
            font-size: 13px
        }

        .sidebar .search form input[type=text]:-ms-input-placeholder {
            font-size: 13px
        }

        .sidebar .search form input[type=text]::placeholder {
            font-size: 13px
        }

    .sidebar .search form input[type=submit] {
        background: none;
        border: 0;
        position: absolute;
        width: 50px;
        height: 100%;
        top: 0;
        right: 0;
        background: url(/img/search.png) 50% 50% no-repeat
    }

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 23px;
    color: #333;
    margin-top: 68px
}

.sidebar .faq li {
    margin-bottom: 8px
}

.sidebar .faq a {
    font-size: 13px;
    color: #666;
    padding-left: 8px
}

.sidebar .faq i {
    color: #ccc;
    font-size: 13px
}

.sidebar .recent-articles .recent-img {
    float: left;
    width: 75px;
    margin-right: 10px
}

.sidebar .recent-articles .recent-content {
    width: 75%;
    float: left;
    position: relative;
    top: -4px
}

.sidebar .recent-articles li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

    .sidebar .recent-articles li a {
        color: #333;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 5px;
        display: block
    }

    .sidebar .recent-articles li .date {
        font-size: 13px;
        color: #999
    }

    .sidebar .recent-articles li:last-child {
        border-bottom: 0
    }

.credit-card-header {
    background-image: url(/img/header_credit_card_bg.jpg);
    background-position: 50% 0;
    color: #fff;
    padding-bottom: 5.8rem
}

    .credit-card-header h1 {
        margin-top: 75px;
        line-height: 1.5
    }

        .credit-card-header h1 b {
            font-weight: 400
        }

    .credit-card-header b {
        font-weight: 700
    }

    .credit-card-header .featured-card {
        background: #213256;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 400
    }

        .credit-card-header .featured-card .row {
            margin-top: 30px
        }

        .credit-card-header .featured-card .col-lg-7 {
            background: #233862 url(/img/header_featured_card_bg.png) 100% 50% no-repeat;
            background-size: contain;
            border-radius: 5px
        }

            .credit-card-header .featured-card .col-lg-7 .featured-card-content {
                padding: 30px 15% 20px 5%
            }

            .credit-card-header .featured-card .col-lg-7 ul {
                list-style: none;
                padding: 0;
                margin: 35px 0 0
            }

                .credit-card-header .featured-card .col-lg-7 ul li {
                    margin-bottom: 30px;
                    padding-left: 25px;
                    position: relative
                }

                    .credit-card-header .featured-card .col-lg-7 ul li:last-child {
                        margin-bottom: 0
                    }

                    .credit-card-header .featured-card .col-lg-7 ul li:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        background: url(/img/small_icons.png) 100% 2px no-repeat
                    }

        .credit-card-header .featured-card .col-lg-5 {
            text-align: right
        }

            .credit-card-header .featured-card .col-lg-5 .wrapper {
                display: inline-block;
                text-align: center;
                position: relative
            }

            .credit-card-header .featured-card .col-lg-5 .featured-card-img {
                padding: 40px 7% 100px
            }

                .credit-card-header .featured-card .col-lg-5 .featured-card-img .round-btn {
                    position: absolute;
                    bottom: -70px;
                    left: 0;
                    right: 0;
                    width: 145px;
                    height: 145px;
                    border-radius: 100px;
                    text-align: center;
                    background: #de1936;
                    background: linear-gradient(180deg,#de1936 0,#fa2b56);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de1936",endColorstr="#fa2b56",GradientType=0);
                    margin: 0 auto
                }

                    .credit-card-header .featured-card .col-lg-5 .featured-card-img .round-btn a {
                        color: #fff;
                        text-decoration: none;
                        display: block;
                        margin-top: 85px;
                        font-weight: 500;
                        font-size: 18px
                    }

                        .credit-card-header .featured-card .col-lg-5 .featured-card-img .round-btn a i {
                            display: block;
                            margin: 5px auto
                        }

            .credit-card-header .featured-card .col-lg-5 .f-card-wrap {
                position: relative;
                z-index: 100;
                border-radius: 5px;
                overflow: hidden;
                width: 350px;
                height: 230px;
                box-shadow: -5px -5px 72px 5px rgba(0,0,0,.2)
            }

                .credit-card-header .featured-card .col-lg-5 .f-card-wrap img {
                    width: calc(100% + 10px);
                    height: calc(100% + 10px);
                    position: relative;
                    left: -5px;
                    top: -5px
                }

            .credit-card-header .featured-card .col-lg-5 .f-card-bg {
                content: "";
                position: absolute;
                background: #ed2247;
                bottom: -5px;
                right: -5px;
                width: 100%;
                height: 100%;
                z-index: 1;
                border-radius: 5px
            }

    .credit-card-header .featured-card-content .title {
        text-align: center
    }

        .credit-card-header .featured-card-content .title > div {
            font-size: 36px;
            font-weight: 300
        }

        .credit-card-header .featured-card-content .title b, .credit-card-header .featured-card-content .title span {
            display: block
        }

        .credit-card-header .featured-card-content .title b {
            font-size: 36px
        }

        .credit-card-header .featured-card-content .title span {
            font-size: 18px;
            color: #07abef;
            font-weight: 300
        }

.second-nav {
    border-top: 1px solid #e9e9e9;
    border-bottom: 2px solid #07abef;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #fff;
    background: linear-gradient(180deg,#fff 0,#ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ededed",GradientType=0);
    overflow: hidden
}

    .second-nav .navbar-nav {
        text-align: center;
        width: 100%
    }

    .second-nav .container {
        padding-left: 0;
        padding-right: 0
    }

    .second-nav .nav {
        width: 100%
    }

    .second-nav nav {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0
    }

    .second-nav a {
        color: #595f6f;
        margin-right: 1rem;
        position: relative
    }

        .second-nav a:last-child {
            margin-right: 0
        }

        .second-nav a:first-child:after {
            background: none;
            border: 0
        }

        .second-nav a:hover {
            background-color: #07abef;
            color: #fff
        }

        .second-nav a:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 100%;
            background: #fff;
            border-right: 1px solid #dfdfdf;
            left: -9px;
            top: 0
        }

    .second-nav .nav-link.active {
        background-color: #07abef
    }

        .second-nav .nav-link.active:after {
            background: none;
            border: 0
        }

        .second-nav .nav-link.active + a:after {
            background: none;
            border: 0
        }

#card-content {
    background: #f7f8fb
}

    #card-content .title-narrow {
        padding: 50px 0 45px;
        color: #0f358e
    }

    #card-content .list {
        padding-bottom: 1rem
    }

        #card-content .list .item {
            background: #fff;
            border: 1px solid #e0e2e7;
            border-radius: 5px;
            padding: 1rem 1rem 0;
            margin-top: 1rem
        }

            #card-content .list .item > .row > div:not(.btn-wrapper) {
                padding-right: 0
            }

            #card-content .list .item .card-title {
                font-size: 24px;
                color: #1a47b0;
                padding-left: 22.2%
            }

            #card-content .list .item .info-wrap {
                border: 1px solid #f0fafe;
                background: #f9fdff;
                border-radius: 5px;
                overflow: hidden;
                height: 100%
            }

                #card-content .list .item .info-wrap .title {
                    background: #112d6f;
                    color: #fff;
                    padding: .1rem 1.2rem
                }

                #card-content .list .item .info-wrap .text {
                    padding: .4rem 1.2rem
                }

                    #card-content .list .item .info-wrap .text b {
                        color: #1a47b0;
                        font-size: 24px;
                        display: block;
                        font-weight: 400;
                        margin: .4rem 0
                    }

                    #card-content .list .item .info-wrap .text p {
                        margin-bottom: 0;
                        line-height: 1.8
                    }

            #card-content .list .item img {
                min-width: 230px;
                width: 100%
            }

            #card-content .list .item .example-wrap {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
                overflow: hidden;
                width: 100%
            }

            #card-content .list .item .example {
                background: #f9fdff;
                margin-top: 1rem;
                padding: 1.2rem;
                font-weight: 300;
                width: 100%;
                text-align: center;
                line-height: 1.2;
                position: relative
            }

                #card-content .list .item .example .more-info {
                    padding: 5px 0 5px 2rem;
                    background: url(/img/more_info.png) 0 50% no-repeat;
                    font-weight: 500;
                    color: #07abef;
                    text-decoration: none;
                    font-size: 16px;
                    z-index: 100
                }

                #card-content .list .item .example img {
                    max-width: 80px;
                    min-width: 80px
                }

                #card-content .list .item .example .row div:first-child {
                    max-width: 160px
                }

                #card-content .list .item .example .row div:nth-child(2) {
                    text-align: left;
                    padding-top: 1rem
                }

                #card-content .list .item .example .row div:last-child {
                    text-align: right;
                    line-height: 1.6
                }

            #card-content .list .item .more-info-drop-down {
                padding: 1rem;
                font-size: 16px;
                display: none
            }

            #card-content .list .item .seedeal-btn {
                background: #e51d3d;
                background: linear-gradient(90deg,#e51d3d 0,#f62952);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e51d3d",endColorstr="#f62952",GradientType=1);
                display: inline-block;
                color: #fff;
                margin-top: 1.9rem;
                width: 70%;
                height: 5rem;
                text-align: center;
                padding-left: 15px;
                line-height: 5rem;
                position: relative;
                text-decoration: none;
                font-size: 24px;
                font-weight: 300;
                border-bottom-left-radius: 5px;
                border-top-left-radius: 5px
            }

                #card-content .list .item .seedeal-btn:after {
                    content: "";
                    width: 40px;
                    height: 100%;
                    position: absolute;
                    right: -39px;
                    top: 0;
                    background: url(/img/deal_btn_bg.png) 0 0 no-repeat
                }

            #card-content .list .item.featured .row-eq-height {
                background: #d4f2ff;
                margin-right: -16px;
                margin-left: -16px;
                padding: 1rem 0
            }

                #card-content .list .item.featured .row-eq-height .img > span {
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    background: #f92a55;
                    left: -20px;
                    top: -25px;
                    text-align: center;
                    border-radius: 100px;
                    color: #fff;
                    font-size: 16px;
                    line-height: 1.2;
                    padding: .6rem;
                    font-weight: 500
                }

    #card-content .long-list .item .info-wrap .text p {
        white-space: nowrap
    }

    #card-content .long-list .item img {
        min-width: auto
    }

    #card-content .long-list .item .seedeal-btn {
        margin-top: 0
    }

    #card-content .long-list .item .card-title {
        padding-left: 10.2rem
    }

    #card-content .long-list .item .seedeal-btn {
        white-space: nowrap;
        font-size: 21px
    }

    #card-content h2.dark-blue {
        font-size: 24px;
        margin-bottom: 1.5rem
    }

    #card-content .white-box p:last-child {
        margin-bottom: 0
    }

    #card-content .content {
        padding-top: 5rem;
        padding-bottom: 4rem
    }

        #card-content .content .row > div:first-child {
            padding-right: 0
        }

    #card-content .numeric-grid {
        padding: 4rem 0;
        background: #112d6f;
        background: #112e71;
        background: url(/img/cheap_car_mask.png) 100% 0 no-repeat,linear-gradient(180deg,#112e71 0,#0a225a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112e71",endColorstr="#0a225a",GradientType=0)
    }

        #card-content .numeric-grid .row {
            margin-bottom: 3rem
        }

            #card-content .numeric-grid .row:last-child {
                margin-bottom: 0
            }

    #card-content #faq {
        padding: 4rem 0 2rem;
        background: #fff
    }

    #card-content.prepaid-card .title-narrow {
        padding: 0
    }

#top-insurers {
    background: #123075;
    background: linear-gradient(180deg,#123075 0,#092056);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#123075",endColorstr="#092056",GradientType=0);
    color: #fff;
    padding: 2.5rem 0 2.4rem
}

    #top-insurers .title-narrow {
        margin-bottom: 18px;
        padding-top: 0;
        color: #fff
    }

    #top-insurers .owl-carousel {
        margin-top: 4.9rem
    }

    #top-insurers .row {
        text-align: center;
        margin-top: 3rem
    }

    #top-insurers img {
        margin-bottom: 2rem
    }

    #top-insurers .sub-title {
        color: #d5dae0
    }

    #top-insurers .owl-dots {
        bottom: -100px
    }

    #top-insurers .owl-dots, #top-insurers .owl-nav {
        position: absolute;
        display: block !important;
        width: 100%
    }

    #top-insurers .owl-nav {
        height: 66px;
        margin: auto;
        top: 0;
        bottom: 0
    }

        #top-insurers .owl-nav div {
            position: absolute;
            width: auto;
            width: 66px;
            height: 66px
        }

            #top-insurers .owl-nav div:after {
                content: "";
                position: absolute
            }

            #top-insurers .owl-nav div:first-child {
                left: -8%
            }

            #top-insurers .owl-nav div:last-child {
                right: -8%
            }

    #top-insurers .item img {
        display: inline-block;
        width: auto
    }

#filter .results-found {
    margin-top: 25px;
    display: inline-block
}

#filter .filter-btns {
    position: relative;
    text-align: right;
    padding: 15px;
    border-radius: 5px;
    background: #07abef;
    margin-bottom: 20px;
    display: block
}

    #filter .filter-btns:after {
        content: "";
        background: url(/img/filter_icons.png) 0 0 no-repeat;
        position: absolute;
        width: 80px;
        height: 70px;
        left: 20px;
        top: 10px
    }

    #filter .filter-btns a {
        color: #1a47b0;
        background: #fff;
        padding: 10px;
        display: inline-block;
        font-size: 16px;
        width: 190px;
        text-align: center;
        border-radius: 5px;
        margin-left: 12px;
        border: 2px solid transparent;
        text-decoration: none
    }

        #filter .filter-btns a i {
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px
        }

        #filter .filter-btns .active, #filter .filter-btns a:hover {
            border: 2px solid #1a47b0
        }

#filter .filter-tab {
    background: #fff;
    padding: 2.8rem 0
}

    #filter .filter-tab .tab-content {
        width: 100%;
        position: relative
    }

    #filter .filter-tab .tab {
        background: #fff;
        width: 100%
    }

        #filter .filter-tab .tab .row > a {
            border-radius: 5px;
            padding: .5rem;
            border: 2px solid #07abef;
            margin: 0 1.5%;
            text-decoration: none;
            color: #07abef;
            font-size: 19px;
            font-weight: 200
        }

            #filter .filter-tab .tab .row > a:hover {
                background: rgba(7,171,239,.1)
            }

            #filter .filter-tab .tab .row > a i {
                display: inline-block;
                vertical-align: middle;
                margin-right: 6px
            }

                #filter .filter-tab .tab .row > a i:first-child {
                    margin-right: 0;
                    margin-left: 3px
                }

            #filter .filter-tab .tab .row > a span {
                min-width: 60%;
                text-align: center;
                display: inline-block;
                text-decoration: underline;
                vertical-align: middle
            }

    #filter .filter-tab #refine_content {
        padding: 0 2rem
    }

        #filter .filter-tab #refine_content .col-lg-6:last-child {
            text-align: right
        }

        #filter .filter-tab #refine_content .cancel {
            font-size: 18px;
            color: #e82042;
            font-weight: 300;
            margin-right: 3rem
        }

        #filter .filter-tab #refine_content label {
            margin-top: 15px;
            font-weight: 300;
            position: relative;
            padding-left: 25px
        }

#filter.without-icons .filter-tab .tab .row > a {
    padding: .1rem 0;
    text-align: center
}

    #filter.without-icons .filter-tab .tab .row > a span {
        font-size: 18px;
        font-weight: 400
    }

.down-select, .up-select {
    background-color: #d0f1ff
}

.compare-section {
    background: #07abef;
    color: #fff
}

    .compare-section .title {
        font-size: 42px;
        font-weight: 300;
        display: inline-block;
        line-height: 1;
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
        background: url(/img/f.png) 0 50% no-repeat
    }

    .compare-section .free-qoute-btn {
        vertical-align: top;
        white-space: nowrap
    }

.guides-and-news {
    padding: 3rem 0
}

    .guides-and-news ul {
        width: 100%
    }

    .guides-and-news .row > .tab-content {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: 1px solid #07abef;
        border-right: 1px solid #07abef;
        border-bottom: 1px solid #07abef;
        width: 100%;
        padding: 1rem;
        background: #fff
    }

    .guides-and-news .nav-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #fff;
        border-top: 1px solid #a5e5ff;
        border-right: 1px solid #a5e5ff;
        border-left: 1px solid #a5e5ff;
        padding: 1rem 0 1.5rem;
        color: #112d6f
    }

        .guides-and-news .nav-link.active {
            border-color: #07abef;
            background: #effaff;
            background: linear-gradient(180deg,#effaff 0,#fff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#effaff",endColorstr="#ffffff",GradientType=0);
            color: #112d6f;
            text-decoration: underline
        }

    .guides-and-news .nav-item {
        border-bottom: 1px solid #07abef
    }

        .guides-and-news .nav-item:not(.active) {
            overflow: hidden
        }

        .guides-and-news .nav-item:last-child {
            padding-left: 12px
        }

    .guides-and-news .nav-link {
        border-bottom: 0;
        position: relative;
        bottom: -10px
    }

        .guides-and-news .nav-link i {
            vertical-align: middle;
            margin-right: 1rem
        }

        .guides-and-news .nav-link.active {
            border-bottom: 0
        }

    .guides-and-news .nav-fill .nav-item {
        width: 50%
    }

    .guides-and-news ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .guides-and-news ul li:first-child a {
            border-top: 1px solid #ebebeb
        }

        .guides-and-news ul li a {
            padding: .5rem 1rem;
            border-bottom: 1px solid #ebebeb;
            display: block;
            color: #3b3b3b
        }

            .guides-and-news ul li a:hover {
                text-decoration: none;
                background: #f1fbff
            }

#mortgages form button, #pension form button {
    box-shadow: none;
    margin-bottom: 0
}

#mortgages form .checkbox .p-check-icon + .p-label, #pension form .checkbox .p-check-icon + .p-label {
    display: inline
}

#mortgages #validform, #pension #validform {
    padding-bottom: 2rem
}

#mortgages .numeric-grid i, #pension .numeric-grid i {
    padding: 24px;
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 2rem
}

#mortgages .numeric-grid p, #pension .numeric-grid p {
    margin-bottom: 0;
    display: inline-block;
    max-width: 70%
}

#mortgages .numeric-grid > .row:not(:last-child), #pension .numeric-grid > .row:not(:last-child) {
    margin-bottom: 2rem
}

#mortgages #faq, #mortgages .gradient, #pension #faq, #pension .gradient {
    padding: 3rem 0
}

.mortgages-header {
    background: url(/img/header_mortgage_bg.jpg) 0 30% no-repeat;
    background-size: cover
}

.mortgage-call {
    text-align: center;
    color: #fff;
    font-size: 1.25rem
}

    .mortgage-call p span, .mortgage-call p span a {
        font-size: 2rem;
        font-weight: 400
    }

        .mortgage-call p span a {
            color: #fff
        }

.additional-info {
    background: #fff;
    padding: 3rem 0;
    margin: 2rem 0 -2rem
}

    .additional-info .row {
        margin-bottom: 3rem
    }

    .additional-info h3 {
        text-align: center;
        color: #1a47b0;
        margin-bottom: 3rem
    }

    .additional-info .sub-title {
        margin-bottom: 1rem
    }

    .additional-info .circle {
        background: #e51d3d;
        background: linear-gradient(90deg,#e51d3d 0,#f62952);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e51d3d",endColorstr="#f62952",GradientType=1);
        border-radius: 100px;
        border-bottom-left-radius: 0;
        text-align: center;
        color: #fff;
        padding: 15px 20px;
        font-size: 22px;
        display: inline-block;
        margin-bottom: 25px;
        position: relative
    }

        .additional-info .circle:after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 0;
            height: 0;
            border-color: transparent transparent transparent #e61e3f;
            border-style: solid;
            border-width: 0 15px 15px 10px
        }

    .additional-info span {
        font-weight: 200
    }

    .additional-info ul {
        padding-left: 17px
    }

    .additional-info b {
        display: inline-block
    }

#remortgages form .p-buttons button {
    font-size: 16px;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 2rem;
    border: 1px solid transparent;
    padding: 12px 0;
    width: 100%;
    white-space: nowrap;
    min-width: auto
}

    #remortgages form .p-buttons button.white {
        border: 1px solid #e2e2e2
    }

#remortgages #get-quote {
    padding-bottom: 2rem
}

#remortgages .gray-bg {
    padding-bottom: 3rem
}

#remortgages #faq {
    padding: 4rem 0 0
}

#remortgages .white-box.text {
    margin-bottom: 2rem
}

    #remortgages .white-box.text h4 {
        margin-bottom: 1rem
    }

.current-account-header {
    background: url(/img/header_current_account.jpg) 50% 0 no-repeat;
    background-size: cover
}

#card-content.current-account .long-list .item .card-title {
    padding-left: 11.8rem
}

#card-content.current-account #faq {
    background: transparent;
    padding-top: 0
}

    #card-content.current-account #faq h4 {
        margin-bottom: 0
    }

    #card-content.current-account #faq #accordion {
        padding-top: 1rem
    }

.loans-header {
    background: url(/img/header_loans_bg.jpg) 0 50% no-repeat;
    background-size: cover
}

.long-white-block {
    padding: 40px 0
}

    .long-white-block h3 {
        text-align: center;
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 300;
        color: #1a47b0
    }

.applying {
    background: #f7f8fb;
    padding: 3rem 0
}

    .applying .right h4 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 300;
        color: #1a47b0
    }

    .applying .right i {
        display: block;
        margin-bottom: 20px
    }

    .applying .right .numeric-grid {
        color: #595f6f
    }

        .applying .right .numeric-grid i {
            background: #0596d1;
            background: linear-gradient(135deg,#0596d1,#07a5e7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0596d1",endColorstr="#07a5e7",GradientType=1)
        }

        .applying .right .numeric-grid .row {
            margin-bottom: 30px
        }

            .applying .right .numeric-grid .row:last-child {
                margin-bottom: 0
            }

    .applying .right p {
        font-weight: 700;
        color: #1a47b0
    }

#loans .gray-bg {
    padding-bottom: 2rem
}

#loans form button {
    box-shadow: none;
    margin-bottom: 0
}

#loans form .checkbox .p-check-icon + .p-label {
    display: inline
}

#loans #validform {
    padding-bottom: 2rem
}

#loans #faq {
    padding: 2rem 0
}

#loans #get-quote {
    padding-bottom: 0
}

#loans.guarantor-loans .white-box {
    height: 100%;
    margin-bottom: 0
}

#loans.guarantor-loans h2 {
    width: 100%;
    padding-bottom: 0
}

#loans.guarantor-loans .small-sub-title {
    margin-bottom: 4rem;
    text-align: center
}

#loans.guarantor-loans .gray-bg {
    padding-bottom: 3rem
}

#loans.guarantor-loans .long-white-block h4 {
    text-align: center;
    color: #1a47b0;
    margin: 2rem 0
}

#loans.guarantor-loans .long-white-block p:last-child {
    margin-bottom: 0
}

.need-advice {
    background: #f7f8fb;
    padding-top: 50px;
    padding-bottom: 50px
}

    .need-advice h3 {
        margin-bottom: 20px
    }

    .need-advice .small-sub-title ul li:before {
        content: "✓";
        position: absolute;
        left: 0;
        padding-left: 2%
    }

    .need-advice .small-sub-title ul {
        list-style: none
    }

    .need-advice .small-sub-title {
        font-size: 20px
    }

        .need-advice .small-sub-title a {
            display: block
        }

        .need-advice .small-sub-title .phone {
            display: inline
        }

    .need-advice img {
        max-width: 100%;
        padding: 0 1rem
    }

    .need-advice .numeric-grid i {
        display: block !important
    }

.need-advice-bottom {
    background: #112d6f;
    background: #112e71;
    background: url(/img/cheap_car_mask.png) 100% 0 no-repeat,linear-gradient(180deg,#112e71 0,#0a225a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112e71",endColorstr="#0a225a",GradientType=0);
    padding: 1rem;
    color: #fff;
    text-align: center
}

    .need-advice-bottom .text-center {
        margin-bottom: .5rem;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700
    }

    .need-advice-bottom P {
        margin-bottom: 0
    }

        .need-advice-bottom P a {
            color: #07abef;
            display: block;
            font-weight: 700
        }

.block-with-picture img {
    max-width: 100%
}

.three-boxes-with-icon .white-box {
    position: relative;
    padding: 20px 20px 20px 90px;
    margin-bottom: 20px
}

    .three-boxes-with-icon .white-box i {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .three-boxes-with-icon .white-box b {
        display: block;
        color: #07abef;
        margin-bottom: 10px
    }

.white-title {
    color: #fff;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400
}

.under-text {
    text-align: center;
    width: 100%;
    margin: auto;
    color: #fff;
    padding-top: 3rem;
    font-size: 1.25rem
}

    .under-text a {
        color: #fff33c
    }

.four-boxes-with-top-icon {
    background: #07abef url(/img/cheap_car_mask.png) 50% 50% no-repeat;
    background-size: 100% auto;
    padding: 3rem 0 4rem
}

    .four-boxes-with-top-icon h4 {
        color: #fff
    }

.more-info-iva h4 {
    color: #08a1e9
}

.four-boxes-with-top-icon .white-box {
    background: #fff;
    padding: 2rem 1rem 1.5rem !important;
    text-align: center
}

.more-info-iva .white-box {
    background: #08a1e9;
    color: #fff;
    margin-bottom: 2%
}

.four-boxes-with-top-icon .white-box i, .four-boxes-with-top-icon .white-box img {
    display: inline-block;
    max-width: 64px;
    margin-bottom: 1rem
}

.four-boxes-with-top-icon .white-box b {
    display: block;
    color: #07abef;
    margin-bottom: 10px
}

.four-boxes-with-top-icon .title {
    font-weight: 700;
    margin: .5rem 0 1rem;
    color: #112d6f;
    font-size: 18px
}

#how-much-borrow .action {
    padding: 3rem 0 4rem
}

#how-much-borrow #action-go {
    border: 0;
    outline: none;
    margin-top: 1.2rem;
    float: right
}

#how-much-borrow h5 {
    text-align: center;
    font-size: 36px;
    color: #1a47b0;
    font-weight: 300;
    margin-bottom: 3rem
}

#how-much-borrow .action__amount, #how-much-borrow .action__term {
    margin-bottom: 6rem
}

#how-much-borrow .action__apr strong {
    margin-bottom: 15px;
    display: block;
    color: #1a47b0
}

#how-much-borrow .action__apr span {
    font-weight: 700
}

#how-much-borrow .action__apr p {
    margin-bottom: 0
}

#how-much-borrow .action__is-a__fields {
    display: flex;
    margin-bottom: 2rem
}

    #how-much-borrow .action__is-a__fields .big-checkbox {
        flex: 1 1 auto;
        text-align: center;
        padding: 0 1rem 1rem
    }

        #how-much-borrow .action__is-a__fields .big-checkbox input {
            display: none
        }

        #how-much-borrow .action__is-a__fields .big-checkbox label {
            border-radius: 5px;
            padding: 1rem 0;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 700;
            width: 100%;
            color: #07abef;
            border: 2px solid #07abef;
            background: #fff
        }

            #how-much-borrow .action__is-a__fields .big-checkbox label i {
                margin-right: 1rem
            }

        #how-much-borrow .action__is-a__fields .big-checkbox input:checked + label {
            background: #07abef;
            color: #fff;
            border: 2px solid #07abef
        }

#how-much-borrow .ui-slider-horizontal .ui-slider-range {
    background: #07abef
}

#how-much-borrow .ui-widget.ui-widget-content {
    border: 0
}

#how-much-borrow .ui-slider-horizontal {
    height: 1.2rem
}

#how-much-borrow .ui-state-default, #how-much-borrow .ui-widget-content .ui-state-default {
    background: #07abef;
    border: 5px solid #fff;
    border-radius: 100px;
    box-shadow: 3px 2px 1px -1px rgba(40,105,132,.4)
}

#how-much-borrow .ui-slider-handle-val {
    background: #07abef;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #31b7ef;
    display: block;
    font-size: 1.2rem;
    left: 50%;
    line-height: 1;
    margin-top: 10px;
    padding: 1rem 2.3rem;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 1px 2px 1px -1px #155d7b
}

#how-much-borrow .ui-slider .ui-slider-handle:focus {
    outline: none
}

#how-much-borrow .ui-slider-handle-val:after {
    border: 4px solid transparent;
    border-bottom-color: #07abef;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -8px;
    width: 0
}

#how-much-borrow .ui-slider .ui-slider-handle {
    width: 1.8rem;
    height: 1.8rem
}

#debts .white-box {
    padding: 2rem 1rem 1.7rem 3rem
}

    #debts .white-box .numeric-grid {
        padding: 3rem 0 0 3.5rem
    }

        #debts .white-box .numeric-grid .row:first-child {
            margin-bottom: 0
        }

        #debts .white-box .numeric-grid .row > div i {
            padding: 24px;
            font-size: 20px;
            box-shadow: none;
            background: #0596d1;
            background: linear-gradient(135deg,#0596d1,#07a5e7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0596d1",endColorstr="#07a5e7",GradientType=1)
        }

        #debts .white-box .numeric-grid .row > div p {
            color: #595f6f;
            padding-top: 1.2rem;
            padding-left: 1rem
        }

#debts > .numeric-grid {
    background: #112d6f;
    background: #112e71;
    background: url(/img/cheap_car_mask.png) 100% 0 no-repeat,linear-gradient(180deg,#112e71 0,#0a225a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112e71",endColorstr="#0a225a",GradientType=0);
    padding-top: 4rem
}

    #debts > .numeric-grid .row {
        margin-bottom: 2rem
    }

        #debts > .numeric-grid .row:last-child {
            margin-bottom: 0
        }

#debts .numeric-grid.blue-bg {
    padding-bottom: 3rem
}

    #debts .numeric-grid.blue-bg .small-title {
        color: #fff
    }

#debts .faq, #debts .need-advice {
    padding: 4rem 0
}

#debts .guides-and-news .accordion {
    padding-top: 0
}

#debts .guides-and-news .faq {
    padding: 0
}

#debts .additional-info {
    padding-bottom: 0;
    margin-top: 0
}

    #debts .additional-info h3 {
        margin-bottom: 2rem
    }

.debt-mas {
    margin-top: 43px
}

    .debt-mas p {
        margin-top: 10px
    }

.get-advice-block {
    background: #07abef url(/img/cheap_car_mask.png) 50% 50% no-repeat;
    background-size: 100% auto;
    padding: 2rem
}

    .get-advice-block h3, .get-advice-block p {
        color: #fff
    }

    .get-advice-block p {
        font-size: 20px
    }

    .get-advice-block .free-qoute-btn {
        text-align: center
    }

    .get-advice-block.call h3 {
        margin-right: 1rem
    }

    .get-advice-block.call h3, .get-advice-block.call p {
        display: inline-block
    }

#get-quote .formbox {
    width: 100%
}

#get-quote {
    padding-bottom: 3rem
}

    #get-quote .row {
        margin-top: 1rem
    }

        #get-quote .row:first-child {
            margin-top: 0
        }

        #get-quote .row.white-box {
            margin-top: 0
        }

    #get-quote h1 {
        padding: 3rem 0
    }

    #get-quote .form-title:after {
        border-width: 15px 580px 0
    }

    #get-quote .red-submit-btn .small_icons-Right-Arrow {
        margin-bottom: 2px
    }

.pros-cons {
    padding: 3rem 0
}

    .pros-cons .wrapper {
        margin-bottom: 2rem;
        background: #fff;
        padding: 1rem
    }

    .pros-cons h4 {
        margin-bottom: 2.5rem
    }

    .pros-cons ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .pros-cons ul li {
            position: relative;
            margin-bottom: 1rem;
            padding-left: 2rem
        }

            .pros-cons ul li i {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                height: 18px
            }

    .pros-cons .pros-wrapper {
        background: #ff4a6f;
        color: #fff
    }

        .pros-cons .pros-wrapper .btn {
            background: #f92a55
        }

    .pros-cons .cons-wrapper {
        background: #3db9ec;
        color: #fff
    }

        .pros-cons .cons-wrapper .btn {
            background: #07abef
        }

    .pros-cons .title {
        padding: 0 0 1rem
    }

        .pros-cons .title p {
            font-size: 24px;
            margin-bottom: 0
        }

        .pros-cons .title b {
            display: block
        }

    .pros-cons .btn {
        color: #fff;
        padding: 1rem 1.2rem;
        width: 100%;
        font-weight: 700;
        text-decoration: none;
        border-radius: 0
    }

        .pros-cons .btn i {
            margin-left: 1rem
        }

.pension-header {
    background: url(/img/header_pension_bg.jpg) 0 50% no-repeat;
    background-size: cover;
    padding-bottom: 4rem
}

#pension .benefits {
    padding: 4em 0
}

    #pension .benefits p {
        color: #595f6f
    }

.boiler-header {
    background: url(/img/header_boilder_bg.jpg) 0 50% no-repeat;
    background-size: cover;
    padding-bottom: 4rem
}

header.boiler-header .features .wrapper {
    padding: 2rem;
    min-height: 200px;
    display: flex
}

header .features .wrapper .content {
    padding-left: 1rem
}

#boiler .text-and-form {
    padding: 3rem 0
}

    #boiler .text-and-form .small-title {
        margin-bottom: 3rem
    }

    #boiler .text-and-form .text p {
        display: block;
        clear: both
    }

    #boiler .text-and-form .text strong {
        font-size: 20px
    }

#boiler .what-you-get {
    padding: 3rem 0 4rem
}

    #boiler .what-you-get .title-narrow {
        margin-bottom: 2.5rem
    }

#boiler .four-boxes-with-top-icon {
    padding: 3rem 0
}

.text-and-form .text span {
    display: inline-block;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #f91c3d;
    background: linear-gradient(135deg,#f91c3d,#fa2b56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
    padding: .5rem 2rem;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 1rem
}

    .text-and-form .text span:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: -15px;
        top: 0;
        border-color: transparent #f91c3d transparent transparent;
        border-style: solid;
        border-width: 0 15px 50px 0
    }

    .text-and-form .text span.blue {
        background: #07abef
    }

        .text-and-form .text span.blue:before {
            border-color: transparent #07abef transparent transparent
        }

header.van-header {
    background: url(/img/header_van_bg.jpg) 0 50% no-repeat;
    background-size: cover
}

#van-insurance .four-boxes-with-top-icon .white-box {
    padding: 2rem !important
}

    #van-insurance .four-boxes-with-top-icon .white-box p {
        margin-bottom: 0
    }

.vantitle {
    width: 60%;
    margin: auto
}

.text-with-picture {
    padding: 4rem 15px 0
}

    .text-with-picture .small-title {
        margin-bottom: 2rem
    }

    .text-with-picture img {
        max-width: 100%
    }

.gray-bg-title {
    position: relative;
    margin-bottom: 170px;
    background: #f7f8fb;
    padding: 1rem 0
}

    .gray-bg-title .row > div {
        position: relative;
        z-index: 1000
    }

    .gray-bg-title h4 {
        font-size: 40px;
        font-weight: 300;
        margin: 3rem 0
    }

        .gray-bg-title h4 b {
            font-weight: 500
        }

    .gray-bg-title p {
        font-weight: 300;
        font-size: 18px
    }

    .gray-bg-title:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 100px solid #f7f8fb;
        border-left: 49.5vw solid transparent;
        border-right: 49.5vw solid transparent
    }

header.bike-header {
    background: url(/img/header_bike.jpg) 0 50% no-repeat;
    background-size: cover
}

#bike-insurance .text-with-picture {
    padding: 3rem 0
}

#bike-insurance .four-boxes-with-top-icon .white-box {
    padding: 2rem !important
}

    #bike-insurance .four-boxes-with-top-icon .white-box p {
        margin-bottom: 0
    }

#bike-insurance .bottom-red-section {
    background: url(/img/bike-bottom-bg.jpg) 50% 50% no-repeat;
    background-size: cover
}

.bottom-red-section {
    padding: 4rem 0 4.5rem;
    color: #fff
}

    .bottom-red-section .title {
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 1rem
    }

    .bottom-red-section p {
        font-size: 18px
    }

header.vehicle-warranty {
    background: url(/img/header_vehicle_warranty_bg.jpg) 0 50% no-repeat;
    background-size: cover
}

#vehicle-warranty {
    padding: 3rem 0
}

    #vehicle-warranty h2 {
        margin-bottom: 2rem;
        font-size: 36px;
        font-weight: 300
    }

    #vehicle-warranty .title {
        font-size: 30px;
        color: #07abef;
        margin-bottom: 3rem
    }

header.travel-insurance {
    background: url(/img/header_travel-insurance.jpg) 0 50% no-repeat;
    background-size: cover
}

#travel-insurance .text-with-picture {
    padding-bottom: 4rem
}

header.pet-insurance {
    background: url(/img/header_pet_insurance.jpg) 0 0 no-repeat;
    background-size: cover
}

#pet-insurance .numeric-grid {
    background: #07abef;
    padding: 3.5rem 0 4rem
}

    #pet-insurance .numeric-grid .small-title {
        color: #fff
    }

    #pet-insurance .numeric-grid i {
        margin-bottom: 0;
        background: #fff;
        color: #07abef
    }

    #pet-insurance .numeric-grid .row {
        margin-bottom: 4rem
    }

        #pet-insurance .numeric-grid .row:last-child {
            margin-bottom: 0
        }

    #pet-insurance .numeric-grid p {
        margin-bottom: 0;
        font-size: 16px
    }

#pet-insurance .rows-with-icons {
    padding: 3rem 0 1.5rem
}

    #pet-insurance .rows-with-icons h2 {
        margin-bottom: 3rem
    }

    #pet-insurance .rows-with-icons .white-box {
        padding: 1.5rem 6.5rem;
        margin-bottom: 1.5rem
    }

        #pet-insurance .rows-with-icons .white-box i {
            position: absolute;
            margin: auto 0;
            top: 0;
            bottom: 0;
            left: 1.5rem
        }

        #pet-insurance .rows-with-icons .white-box p {
            font-weight: 700;
            color: #07abef
        }

#pet-insurance #faq {
    padding: 3.5rem 0
}

header.travel-money-header {
    background: url(/img/header_travel_money_bg.jpg) 0 0 no-repeat;
    background-size: cover
}

#travel-money {
    padding-bottom: 5rem
}

#foreign-money-transfer > .container {
    padding-bottom: 3rem
}

#foreign-money-transfer .text {
    margin-bottom: 2rem
}

.wide-section-with-logo {
    padding: 3.5rem 0 4.5rem;
    color: #fff;
    background-image: url(/img/foreign-money-bottom-bg.jpg);
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.8) 0,hsla(0,0%,100%,0) 60%),url(/img/foreign-money-bottom-bg.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
    background-size: cover
}

    .wide-section-with-logo .title {
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 1rem
    }

    .wide-section-with-logo p {
        font-size: 18px
    }

    .wide-section-with-logo .free-qoute-btn {
        margin-bottom: 0
    }

.credit-report-header {
    background: url(/img/header_credit_card_bg.jpg) 0 50% no-repeat;
    background-size: cover
}

#credit-report h2 {
    padding-bottom: 1rem
}

#credit-report #section1 {
    padding-bottom: 5rem
}

.two-cols {
    padding: 3rem 0
}

    .two-cols h4 {
        margin-bottom: 1rem
    }

    .two-cols ul li:last-child {
        margin-bottom: 0
    }

    .two-cols .small + b, .two-cols .small b, .two-cols p + b, .two-cols p b {
        margin-bottom: 1rem;
        display: block
    }

    .two-cols .small b, .two-cols p b {
        margin-left: 1.2rem
    }

    .two-cols .small ul, .two-cols p ul {
        overflow: hidden;
        padding-left: 1.2rem
    }

        .two-cols .small ul li, .two-cols p ul li {
            float: left;
            margin-right: 1.7rem
        }

    .two-cols .white-box {
        padding: 2rem;
        height: 100%
    }

header.life-insurance {
    background: url(/img/lifeinsurancenewbg.jpg) 0 0 no-repeat;
    height: 65vh;
    background-position: 50%
}

.insurance-title {
    text-align: center;
    padding-top: 3%
}

.two-cols .insurance-title {
    padding-bottom: 2%;
    padding-top: 0
}

.insurance-title h3 {
    padding-bottom: 1rem;
    color: #0f358e;
    font-size: 2.5rem;
    font-weight: 300
}

.chunk {
    font-weight: 500
}

#life-insurance .text-with-picture {
    padding: 3rem 15px 0
}

header.life-insurance .top-nav {
    background: #344974;
    border: none
}

#life-insurance .four-boxes-with-top-icon {
    background: #f7f8fb;
    padding-bottom: 3rem
}

#life-insurance .two-cols .small-title {
    font-size: 34px
}

#life-insurance .two-cols .free-qoute-btn {
    min-width: 300px;
    margin-bottom: 0
}

#life-insurance #top-insurers {
    padding: 3.5rem 0 8rem
}

    #life-insurance #top-insurers .title-narrow {
        margin-bottom: 3rem
    }

    #life-insurance #top-insurers .owl-dots {
        bottom: -70px
    }

#life-insurance #faq {
    padding: 4rem 0
}

.life-insurance .guide-header-main, .life-insurance .sub-title {
    text-shadow: 1px 1px #333
}

.life-insurance .features {
    margin-top: 2rem
}

#home-insurance #section1 {
    padding: 3rem 0
}

#home-insurance .text-with-picture {
    padding-bottom: 4rem
}

#top-insurers-home {
    background: #f9f9f9;
    color: #0b3290;
    padding: 2.5rem 0 2.4rem
}

    #top-insurers-home img {
        max-width: 100%
    }

.health-insurance-header {
    background: url(/img/header_health_insurance_bg.jpg) 0 50% no-repeat;
    background-size: cover
}

#health-insurance .text-and-form {
    padding: 4rem 0
}

#health-insurance .sub-title {
    margin-bottom: 3rem
}

#health-insurance .small-title {
    margin-bottom: 1rem
}

#health-insurance .text .title {
    font-size: 20px;
    min-height: 50px;
    line-height: 1.7
}

#health-insurance .text-and-form .free-qoute-btn {
    font-size: 20px;
    min-width: 300px
}

#income-protection .four-boxes-with-top-icon {
    background: #f7f8fb
}

    #income-protection .four-boxes-with-top-icon .white-title {
        color: #112d6f
    }

#income-protection .text-and-form {
    padding-top: 3rem;
    padding-bottom: 3rem
}

    #income-protection .text-and-form img {
        max-width: 100%
    }

    #income-protection .text-and-form .small-title {
        margin-bottom: 2rem
    }

    #income-protection .text-and-form .free-qoute-btn {
        margin-bottom: 0
    }

#income-protection .blue-bg {
    padding: 4rem 1rem 3.5rem;
    color: #fff
}

header.will-writing-header {
    background: url(/img/header_will_writing.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 8rem
}

    header.will-writing-header .will-writing-cols {
        max-width: 1100px;
        margin: 7rem auto 0
    }

        header.will-writing-header .will-writing-cols .white-box {
            position: relative;
            padding: 3rem;
            font-size: 18px;
            font-weight: 400
        }

            header.will-writing-header .will-writing-cols .white-box .title {
                font-size: 26px;
                font-weight: 700;
                color: #07abef;
                text-transform: uppercase;
                margin-bottom: 1rem
            }

        header.will-writing-header .will-writing-cols b {
            color: #0f358e
        }

        header.will-writing-header .will-writing-cols s {
            color: red;
            display: block
        }

        header.will-writing-header .will-writing-cols span {
            color: #fff;
            background: #07abef;
            display: inline-block;
            border-radius: 5px;
            padding: .2rem .5rem;
            font-size: 20px;
            margin: .5rem .5rem .5rem 0
        }

        header.will-writing-header .will-writing-cols .text-wrapper {
            padding-left: 6rem
        }

        header.will-writing-header .will-writing-cols .img-wrapper {
            position: absolute;
            top: 3.5rem;
            left: 2.9rem
        }

        header.will-writing-header .will-writing-cols .free-qoute-btn {
            margin: 1rem 0 0;
            width: 100%;
            text-align: center
        }

        header.will-writing-header .will-writing-cols > div:last-child .img-wrapper {
            left: 1.7rem
        }

#will-writing .wide-section-with-logo {
    background-image: url(/img/will-writing-bottom-bg.jpg)
}

#will-writing .additional-info h3 {
    margin-bottom: 4rem
}

header.gas-electricity-header {
    background: url(/img/header_energy.jpg) 0 50% no-repeat;
    background-size: cover
}

.mail-contact {
    padding-top: 5rem;
    position: relative
}

    .mail-contact .small-title, .mail-contact p {
        color: #fff
    }

    .mail-contact .text-center img {
        position: relative;
        top: -40px
    }

    .mail-contact .small-title {
        margin-bottom: 2rem
    }

    .mail-contact form input {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    .mail-contact .red-submit-btn {
        margin: 0;
        width: 100%
    }

#gas-electricity .block-with-picture .small-title {
    margin-bottom: 2rem
}

#gas-electricity #faq {
    padding: 4rem 0
}

#gas-electricity .three-boxes-with-icon {
    padding-bottom: 4rem
}

    #gas-electricity .three-boxes-with-icon .row {
        margin-bottom: 2rem
    }

    #gas-electricity .three-boxes-with-icon .white-box {
        margin-bottom: 0;
        height: 100%
    }

#energy-text-section h4 {
    font-size: 1.5rem;
    color: #1642b3;
    font-weight: 300
}

#energy-text-section .long-img {
    margin-top: 16%
}

#energy-text-section .col-md-12, #energy-text-section .row {
    margin-top: 2%
}

#energy-text-section .img-right {
    width: 240px;
    margin: 11% 20% auto auto
}

#energy-text-section .img-left {
    width: 70%
}

#energy-text-section .width-90 {
    width: 90%
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media (min-width:960px) {
    #types-of-broadband .features .wrapper .icon, #types-of-insurance .features .wrapper .icon, header .features .wrapper .icon {
        padding-left: 0
    }

        #types-of-broadband .features .wrapper .icon i, #types-of-insurance .features .wrapper .icon i, header .features .wrapper .icon i {
            margin: 0 auto
        }
}

@media (max-width:1300px) {
    #top-insurers .owl-nav {
        display: none !important
    }

    #bottom-banner .col-lg-6:first-child {
        padding: 1rem 0
    }
}

@media (max-width:1200px) {
    #faq .nav a {
        margin: 10px
    }

    #faq .nav {
        padding-top: 5px;
        justify-content: flex-start;
        text-align: center;
        display: block
    }

        #faq .nav li {
            display: inline-block
        }

    #bottom-banner {
        text-align: center
    }

        #bottom-banner .free-qoute-btn.white {
            margin: 2rem 0
        }

    #top-banner {
        background: url(/img/top_banner_car.jpg) 160% 50% no-repeat
    }

    #filter .filter-btns:after {
        display: none
    }

    #filter .filter-btns {
        overflow: hidden
    }

        #filter .filter-btns a {
            margin-left: 0;
            width: 48%;
            float: left
        }

            #filter .filter-btns a:last-child {
                margin-left: 4%
            }

    #filter .filter-tab .tab > a i {
        margin-right: 0
    }

    #card-content .list .item .card-title {
        padding-left: 0 !important
    }

    #card-content .list .item .row.row-eq-height {
        padding-right: 15px
    }

        #card-content .list .item .row.row-eq-height > div {
            margin-bottom: 15px
        }

    #card-content .content .row > div:first-child {
        padding-right: 15px
    }

    .compare-section .free-qoute-btn {
        margin-top: 0
    }

    #card-content .news-title {
        margin-top: 1rem
    }

    .numeric-grid .col-2, .numeric-grid .row > div i {
        display: none
    }

    #faq h4 {
        text-align: center
    }
}

@media (max-width:992px) {
    header .top-nav nav .navbar-nav a.nav-link {
        padding: 10px 0
    }

    header .navbar-collapse {
        margin: 10px 0
    }

    .nav-item.nav-link.active:after, header .social {
        display: none
    }

    .numeric-grid .row:first-child {
        margin-bottom: 0
    }

    .features > div {
        margin-bottom: 15px
    }

    .numeric-grid > div i {
        display: none
    }

    #top-banner {
        background: none;
        padding-bottom: 0
    }

    header .top-nav .dropdown {
        padding: 1rem
    }

    header .top-nav li {
        position: relative
    }

        header .top-nav li a {
            font-size: 20px
        }

    header .top-nav .dropdown-wrapper {
        padding-top: 0;
        top: 45px;
        width: 100%
    }

    .credit-card-header .featured-card .featured-card-img {
        text-align: center
    }

    .second-nav .navbar-toggler i {
        background: #233862
    }

    .second-nav a:after {
        background: none;
        border: 0
    }

    .second-nav a {
        margin: 10px
    }

    #filter .results-found {
        margin-bottom: 20px
    }

    #filter #sort_content .col {
        width: 50%;
        margin-bottom: 1rem;
        text-align: center
    }

        #filter #sort_content .col i {
            margin-right: 0
        }

        #filter #sort_content .col span {
            white-space: nowrap;
            padding: .5rem
        }

    #filter .filter-tab {
        padding-bottom: 1.8rem
    }

    .second-nav .navbar-toggler {
        width: 100%;
        padding-bottom: 0
    }

        .second-nav .navbar-toggler div {
            width: 30px;
            float: left
        }

        .second-nav .navbar-toggler span {
            float: right;
            font-weight: 700;
            color: #213256
        }

    .compare-section {
        text-align: center
    }

    .guides-and-news .nav-link i {
        display: block;
        margin: 0 auto 10px
    }

    .header-form {
        padding: 2rem
    }

        .header-form label {
            color: #07abef;
            font-weight: 700;
            padding-left: 0
        }

        .header-form .row .row > div, .header-form label {
            background: none
        }

        .header-form .row .row > div {
            padding: 0
        }

        .header-form form input.form-control, .header-form form select.custom-select {
            border-radius: 5px
        }

    .credit-card-header .featured-card .col-lg-7 .featured-card-content {
        padding: 30px 5% 20px
    }

    #card-content .list .item .example .row div:first-child {
        width: 50%;
        max-width: 100%
    }

    #card-content .list .item .example .row div:nth-child(2) {
        width: 50%;
        padding: 0
    }

        #card-content .list .item .example .row div:nth-child(2) a {
            width: 100%;
            display: inline-block;
            padding: 2rem 0 0
        }

    #card-content .list .item .example .more-info {
        background: url(/img/more_info.png) 50% 0 no-repeat;
        text-align: center
    }

    #card-content .list .item .example .row div:nth-child(3) {
        text-align: center;
        flex: 1 0 100%;
        max-width: 100%;
        padding-top: 2rem
    }

    #filter .filter-tab #refine_content .col-lg-6 {
        text-align: center
    }

        #filter .filter-tab #refine_content .col-lg-6:last-child {
            text-align: center
        }

    #filter #sort_content .col span {
        display: block
    }

    .additional-info, .applying .right {
        padding-top: 20px
    }

        .additional-info h3 {
            margin-bottom: 50px
        }

    #how-much-borrow #action-go {
        float: left
    }

    .block-with-picture div {
        text-align: center !important
    }

        .block-with-picture div .small-title {
            margin: 1rem 0
        }

    .block-with-picture1 img {
        margin-left: -20%
    }

    #gas-electricity .three-boxes-with-icon .row {
        margin-bottom: 0
    }

    #gas-electricity .three-boxes-with-icon .col-xl-4 {
        margin-bottom: 2rem
    }

    .mail-contact .text-center img {
        display: none
    }

    .mail-contact .red-submit-btn {
        margin-top: 1rem
    }
}

@media (max-width:720px) {
    #cheap-insurance, #faq, #guides, #insurance_details, #other-types, #types-of-broadband, #types-of-insurance {
        padding: 2rem 0
    }

    .numeric-grid [class*=col-], .three-cols-grid [class*=col-] {
        margin-bottom: 10px
    }

    #guides .numeric-grid .row, .three-cols-grid .row:first-child {
        margin-bottom: 0
    }

    #guides .wrapper {
        max-width: 100%
    }

    #bottom-banner {
        min-height: auto;
        background: #fc1c42
    }

    .three-images > div:first-child {
        margin-bottom: 30px
    }

    #top-banner {
        display: none
    }

    .free-qoute-btn.hidden {
        display: block !important;
        visibility: visible;
        text-align: center
    }

    .credit-card-header {
        padding-bottom: 0
    }

    #filter .filter-tab #refine_content {
        padding: 0 0 2rem
    }

        #filter .filter-tab #refine_content .col-lg-6:last-child {
            text-align: center;
            padding: 1rem 1rem 2rem
        }

            #filter .filter-tab #refine_content .col-lg-6:last-child .cancel {
                position: absolute;
                bottom: -1rem
            }

            #filter .filter-tab #refine_content .col-lg-6:last-child .filter-submit {
                width: 100%
            }

    .content-form .col {
        flex-basis: auto
    }

    .content-form .custom-checkbox {
        margin-right: 10px
    }

    .four-boxes-with-top-icon .row > div {
        margin-bottom: 1rem
    }

    #mortgages .numeric-grid > .row, #pension .numeric-grid > .row {
        margin-bottom: 1rem !important
    }

    #mortgages .numeric-grid p {
        position: relative;
        top: .5rem
    }

    .sidebar .quote-me + img {
        max-width: 360px;
        margin: 0 auto;
        display: block
    }

    #boiler .content-form {
        margin-top: 2rem
    }

    .what-you-get .row > div:last-child {
        margin-top: 2rem;
        text-align: center
    }

    #vehicle-warranty img {
        max-width: 100%
    }

    #vehicle-warranty .col-xl-6:last-child {
        margin-top: 2rem
    }

    .text-with-picture .text-center {
        order: 2;
        padding-top: 2rem
    }

    .wide-section-with-logo img {
        margin-bottom: 1rem;
        max-width: 100%
    }

    .form-title span {
        font-size: 20px
    }

    #income-protection .four-boxes-with-top-icon .white-title {
        text-align: center
    }

    header.will-writing-header .will-writing-cols .white-box {
        margin-bottom: 2rem
    }

    header.will-writing-header .will-writing-cols .img-wrapper {
        display: none
    }

    header.will-writing-header .will-writing-cols .text-wrapper {
        padding-left: 0
    }
}

@media (max-width:500px) {
    #debts .white-box .numeric-grid {
        padding-left: 1rem;
        padding-right: 1rem
    }

        #debts .white-box .numeric-grid .row > div p {
            padding-top: .5rem
        }

    .retrieve-qoute-btn {
        margin-left: 0
    }

    .credit-card-header .featured-card .featured-card-img {
        padding-left: 0;
        padding-right: 0
    }

    #card-content .list .item .seedeal-btn {
        width: 87%
    }

    #filter .filter-btns a {
        padding-left: 0;
        padding-right: 0
    }

    .credit-card-header .featured-card .col-lg-5 .f-card-wrap {
        width: auto;
        height: auto
    }

        .credit-card-header .featured-card .col-lg-5 .f-card-wrap img {
            top: 0
        }

    #card-content .title-narrow {
        padding: 15px 15px 0
    }

    .guides-and-news .nav-fill .nav-item {
        width: 100%;
        padding: 0
    }

        .guides-and-news .nav-fill .nav-item a {
            background: #fff;
            border: 1px solid #07abef;
            position: static;
            margin-bottom: 10px
        }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 10px
    }

    #card-content .long-list .item .info-wrap .text {
        text-align: center
    }

    .additional-info .circle {
        margin: 0 auto 1rem
    }

    #card-content .list .item .example-wrap {
        padding-left: 15px
    }

    #filter .filter-tab .tab-content {
        padding: 0 12px
    }

    #filter #sort_content .col span {
        display: inline-block
    }
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.invisible {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

header .top-nav .dropdown .no-title {
    margin-top: 38px
}

@media (max-width:991px) {
    header .top-nav .dropdown .no-title {
        margin-top: 38px
    }
}

.mortgage-btn-red {
    background: #f91c3d;
    background: linear-gradient(135deg,#f91c3d,#fa2b56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
    color: #fff;
    padding: 8px 0;
    width: 94%;
    border-radius: 5px;
    margin: 0 0 0 15px;
    border: 0;
    display: inline-block;
    box-shadow: 20px 20px 100px 0 rgba(0,0,0,.45)
}

@media (max-width:991px) {
    .mortgage-btn-red {
        width: 100%;
        margin: 20px 0 0
    }

    .mortgage-form .custom-select, .mortgage-form input.form-control {
        min-height: 50px;
        margin-bottom: 10px
    }

    .mortgage-form label.col-form-label {
        border-radius: 5px
    }

    .mortgage-form {
        margin-bottom: 0 !important
    }
}

.guide-header-main {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    margin-top: 3.5rem
}

#loan-amount .sub-title {
    color: #07abef
}

#guides-tab {
    padding: 1rem 2rem
}

#card-content .list .item .info-wrap .text .loan-period {
    font-size: 21px
}

@media (max-width:1199px) {
    #debts .white-box .numeric-grid {
        padding-left: 2.5rem
    }

    #debts .block-with-picture {
        padding-bottom: 20px
    }
}

@media (max-width:320px) {
    header .title-narrow {
        color: #fff;
        margin-top: 2.5rem
    }

    .title-narrow {
        font-size: 28px;
        font-weight: 300;
        text-align: center;
        line-height: 1.3
    }

    .sub-title-normal {
        text-align: center;
        font-size: 20px;
        font-weight: 200;
        margin: 35px 0;
        color: #fff
    }

    .credit-card-header h1 {
        margin-top: 25px;
        line-height: 1.5;
        font-size: 33px
    }
}

#deal-popup .btn {
    display: inline-block;
    width: 100%;
    background-color: #e51d3d;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e51d3d;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.5;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

#card-content h4 {
    text-align: center;
    margin-top: 4rem
}

.diagram {
    width: 100%
}

#faq .car-question {
    margin-top: 25px
}

    #faq .car-question h4 {
        margin-bottom: 23px;
        font-size: 22px;
        letter-spacing: -.6px;
        font-weight: 300;
        color: #1a47b0
    }

.title-narrow-h1 {
    margin-top: 6.5rem
}

.title-narrow-h1, .title-narrow-h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    color: #fff
}

.title-narrow-h2 {
    margin-top: 1.5rem
}

.width80 {
    width: 80%;
    margin: auto
}

@media (max-width:1199px) {
    .diagram {
        display: none
    }
}

@media (max-width:991px) {
    .title-narrow {
        font-size: 37px
    }

    .title-narrow-h1 {
        font-size: 37px;
        margin-top: 2.5rem
    }

    .title-narrow-h2 {
        font-size: 37px
    }

    .width80 {
        width: 95%
    }
}

.reviews {
    padding: 1.8rem 0 0;
    text-align: center;
    margin: auto
}

.tp-widget-stars {
    margin: 0 0 10px
}

.clearfix {
    display: inline-block
}

.tp-widget-businessinfo {
    color: #aaa;
    line-height: 16px;
    margin: 0;
    padding: 0 0 3rem
}

.star-rating .star-1, .star-rating .star-2, .star-rating .star-3, .star-rating .star-4, .star-rating .star-5 {
    float: left;
    background-color: #ccc;
    border-radius: 2px;
    margin-right: 2px;
    padding: 3px 4px 1px
}

    .star-rating.star-4 .star-1, .star-rating.star-4 .star-2, .star-rating.star-4 .star-3, .star-rating.star-4 .star-4 {
        background-color: #73b143
    }

#car-insurance h1 {
    text-align: center;
    line-height: 1.3;
    padding: 2rem 0
}

#car-insurance h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    color: #fff
}

#car-insurance h3 {
    margin-bottom: 7px;
    margin-top: 6px;
    font-size: 18px
}

#car-insurance .sub-title {
    width: 75%;
    font-size: 1.5rem
}

#types-of-insurance h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3
}

#types-of-insurance h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a47b0;
    font-weight: 400
}

#types-of-broadband h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    color: #0f358e
}

#types-of-broadband h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a47b0;
    font-weight: 400
}

#insurance_details h2 {
    color: #0f358e;
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3
}

#insurance_details h1 {
    font-size: 1.4rem;
    text-align: center;
    color: #3f5d9a;
    font-weight: 700;
    letter-spacing: .3rem;
    text-transform: uppercase
}

#insurance_details h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #3f5d9a
}

#cheap-insurance .header h2 {
    font-size: 36px;
    letter-spacing: -.6px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 15px
}

#cheap-insurance h3 {
    font-size: 23px;
    margin-bottom: 10px
}

#guides h4 {
    color: #fff
}

#faq h3, #guides h4 {
    font-size: 36px;
    letter-spacing: -.6px;
    font-weight: 300;
    margin-bottom: 23px
}

#faq h3 {
    color: #1a47b0
}

.car-btm-bnr {
    font-size: 46px;
    font-weight: 300
}

.guide-faq {
    padding: 0
}

.credit-card-header {
    padding-bottom: 0
}

.car-guides-tabs {
    padding: 3rem 0
}

    .car-guides-tabs #accordion .card {
        border: 0
    }

    .car-guides-tabs #accordion .card-header {
        padding: 0;
        border-bottom: 1px solid #07abef
    }

    .car-guides-tabs #accordion .card-body {
        padding: 2rem 0
    }

    .car-guides-tabs #accordion button.collapsed {
        background: #fff;
        color: #333
    }

        .car-guides-tabs #accordion button.collapsed i {
            background-image: url(/img/small_icons.png);
            background-position: -48px -2px
        }

    .car-guides-tabs #accordion button {
        padding: 1rem 1.5rem;
        width: 100%;
        text-align: left;
        font-size: 28px;
        text-decoration: none;
        font-weight: 500;
        border: 0;
        outline: none;
        background-color: #07abef;
        border-radius: 0;
        color: #fff;
        position: relative;
        font-weight: 400
    }

        .car-guides-tabs #accordion button i {
            width: 13px;
            height: 13px;
            position: absolute;
            right: 8px;
            margin: auto 12px;
            top: 0;
            bottom: 0;
            background-image: url(/img/small_icons.png);
            background-position: -14px -2px
        }

    .car-guides-tabs #accordion ul {
        list-style: none;
        padding: 0
    }

        .car-guides-tabs #accordion ul li a {
            display: block;
            padding: .5rem;
            border-bottom: 1px solid #eaeaea
        }

            .car-guides-tabs #accordion ul li a:hover {
                background-color: rgba(7,171,239,.058823529411764705);
                text-decoration: none
            }

@media (max-width:1200px) {
    .site-logo {
        width: 59%
    }

    #car-insurance h1 {
        font-size: 1.9rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        padding: 0
    }

    header {
        background: #1a2948
    }

    #car-insurance .sub-title {
        width: 95%;
        font-size: 19px
    }

    .save-200 {
        font-size: 1.3rem
    }

    .free-quote {
        margin-top: 20px
    }

    #car-insurance h2 {
        font-size: 1.7rem
    }

    .retrieve-qoute-btn {
        margin-top: 21px
    }

    .free-qoute-btn, .red-submit-btn {
        margin: 11px 0
    }
}

@media (max-width:991px) {
    header .features .wrapper.white {
        padding: 13px 20px
    }

    header .features .wrapper {
        padding: 22px 20px
    }

    header .top-nav nav {
        padding: 13px 0 3px
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 10px
    }

    #insurance_details h2, #types-of-insurance h2 {
        font-size: 2rem
    }
}

#car-insurance h1 {
    font-weight: 300;
    text-align: left;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    padding: 5rem 0 0
}

#car-insurance .car-box-white h2 {
    font-size: 1.4rem;
    color: #333
}

.car-box-white ul {
    color: #0f3495;
    list-style: none;
    margin: 1.4rem .6rem .6rem;
    -webkit-padding-start: 2.7rem
}

    .car-box-white ul li {
        line-height: 2.4rem
    }

    .car-box-white ul .fas {
        margin-right: 12px
    }

#car-insurance p {
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 3rem
}

#car-insurance strong {
    text-decoration: underline;
    font-size: 1.7rem
}

#car-insurance .sub-title {
    width: 100%;
    margin: auto;
    font-size: 1.3rem;
    text-align: left;
    color: #06abef
}

.car-top-box {
    padding-top: 2rem
}

.car-box-white {
    background: #fff;
    border-radius: 4px;
    padding: 1.4rem 0;
    max-width: 400px;
    margin: auto
}

@media only screen and (max-width:1199px) {
    .col-lg-pull-12 {
        order: 2;
        flex: 1 auto
    }

    .col-lg-push-1 {
        order: 1
    }

    #car-insurance h1 {
        padding: 1rem 0 0;
        text-align: center;
        font-size: 1.7rem
    }

    #car-insurance .sub-title, #car-insurance p {
        text-align: center
    }

    #car-insurance p {
        margin-top: 0
    }
}

.car-quote {
    text-align: center;
    margin-top: 0
}

.car-retrieve-btn {
    border: 1px solid #0f3495;
    display: inline-block;
    color: #0f3495;
    padding: 13px 10px;
    border-radius: 5px
}

.car-qoute-btn {
    background: #f91c3d;
    background: linear-gradient(135deg,#f91c3d,#fa2b56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
    color: #fff;
    padding: 13px 32px;
    border-radius: 5px;
    margin: 17px 0;
    display: inline-block;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,.45)
}

.mortgage-box-white .car-qoute-btn {
    min-width: 48%
}

.car-qoute-btn i {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 15px;
    border-radius: 5px
}

@media only screen and (max-width:400px) {
    .car-box-white ul {
        -webkit-padding-start: 2rem
    }
}

@media only screen and (max-width:366px) {
    .car-box-white ul {
        -webkit-padding-start: .8rem
    }
}

@media only screen and (max-width:334px) {
    .car-box-white ul {
        -webkit-padding-start: .4rem
    }
}

@media only screen and (max-width:350px) {
    #car-insurance .car-box-white h2 {
        font-size: 1.2rem
    }
}

#mortgage-sidebar {
    top: 20px
}

.mortgage-box-white {
    background: #fff;
    border: 1px solid #0f3495;
    border-radius: 4px;
    padding: 1.8rem 0;
    max-width: 350px;
    margin: 20px auto auto
}

    .mortgage-box-white ul {
        color: #0f3495;
        list-style: none;
        margin: 1.2rem .6rem 0;
        font-size: 17px;
        text-align: center;
        padding: 0 .4rem
    }

    .mortgage-box-white h4 {
        text-align: center;
        font-size: 27px;
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
        -webkit-padding-start: 1rem
    }

    .mortgage-box-white ul li {
        line-height: 2rem;
        margin-top: 14px
    }

    .mortgage-box-white ul .fas {
        margin-right: 12px;
        font-size: 2rem
    }

.mortgage-banner {
    background: url(/img/mortgage-red-banner.jpg) 0 0 no-repeat !important;
    background-size: cover !important
}

.mortgage-form-tabs {
    padding: 3rem 0
}

    .mortgage-form-tabs #accordion .card {
        border: 0
    }

    .mortgage-form-tabs #accordion .card-header {
        padding: 0
    }

    .mortgage-form-tabs #accordion .card-body {
        padding: 2rem 0
    }

    .mortgage-form-tabs #accordion button.collapsed {
        background: #fff;
        color: #333
    }

        .mortgage-form-tabs #accordion button.collapsed i {
            background-image: url(/img/small_icons.png);
            background-position: -48px -2px
        }

    .mortgage-form-tabs #accordion button {
        padding: .3rem 1.5rem;
        width: 100%;
        text-align: left;
        font-size: 18px;
        text-decoration: none;
        font-weight: 500;
        border: 0;
        outline: none;
        background-color: #07abef;
        border-radius: 0;
        color: #fff;
        position: relative;
        font-weight: 400
    }

        .mortgage-form-tabs #accordion button i {
            width: 13px;
            height: 13px;
            position: absolute;
            right: 8px;
            margin: auto 12px;
            top: 0;
            bottom: 0;
            background-image: url(/img/small_icons.png);
            background-position: -14px -2px
        }

    .mortgage-form-tabs #accordion ul {
        list-style: none;
        padding: 0
    }

        .mortgage-form-tabs #accordion ul li a {
            display: block;
            padding: .5rem;
            border-bottom: 1px solid #eaeaea
        }

            .mortgage-form-tabs #accordion ul li a:hover {
                background-color: rgba(7,171,239,.058823529411764705);
                text-decoration: none
            }

.car-finance-header {
    background: url(/img/car-finance-bg.jpg) 63% 0 no-repeat;
    background-size: cover
}

    .car-finance-header .title-narrow {
        color: #0a3196;
        margin-top: 6.5rem;
        text-align: left
    }

    .car-finance-header .sub-title-normal {
        text-align: left;
        font-size: 24px;
        font-weight: 300;
        margin: 35px 0 0;
        color: #0057b3
    }

    .car-finance-header .free-quote {
        text-align: left
    }

    .car-finance-header .top-nav {
        background: #344974
    }

#car-finance-intro {
    background: #f9f9f9
}

#car-finance-why-us {
    background: #fff;
    text-align: center
}

    #car-finance-why-us h3 {
        text-align: center;
        color: #0f358e;
        padding: 1rem 0 0
    }

    #car-finance-why-us h4 {
        text-align: center;
        padding: 2rem 0 .4rem;
        color: #0f358e
    }

    #car-finance-why-us i {
        margin-right: 11px;
        color: #f91d3e
    }

    #car-finance-why-us img {
        width: 177px;
        padding: 1rem 0 3rem
    }

    #car-finance-why-us .car-img {
        width: 470px
    }

    #car-finance-why-us p .sub {
        text-align: center;
        padding: 0 0 1rem;
        color: #0f358e
    }

#car-finance-c2a {
    text-align: center
}

    #car-finance-c2a .row {
        padding: 2rem 1rem
    }

    #car-finance-c2a h4 {
        color: #fff
    }

    #car-finance-c2a p {
        color: #fff;
        font-weight: 100;
        line-height: 68px
    }

#cf-calc {
    background: #f9f9f9;
    padding-top: 3rem;
    padding-bottom: 3rem
}

    #cf-calc .container {
        padding: 1rem 1.5rem
    }

    #cf-calc img {
        max-width: 150px
    }

    #cf-calc .calc-row:first-child label {
        margin-top: 1.5rem
    }

    #cf-calc .calc-row > label {
        text-align: left;
        width: 100%;
        font-weight: 700;
        margin-top: 2.5rem
    }

        #cf-calc .calc-row > label b {
            float: right
        }

    #cf-calc .title {
        font-size: 32px;
        color: #102f83
    }

    #cf-calc .text {
        font-size: 13px;
        margin-top: 1.5rem;
        color: #a7a7a7
    }

    #cf-calc .summary {
        background: #ebecf1;
        padding: 1.5rem;
        text-align: center;
        border-radius: 5px
    }

        #cf-calc .summary b, #cf-calc .summary span {
            color: #07abef;
            font-weight: 400
        }

        #cf-calc .summary .title {
            margin-top: 2rem;
            color: #102f83;
            font-weight: 700;
            font-size: 22px
        }

        #cf-calc .summary .sub-title {
            font-size: 16px
        }

        #cf-calc .summary #total {
            font-weight: 700;
            color: #07abef;
            font-size: 50px;
            margin: 1rem 0
        }

            #cf-calc .summary #total span {
                font-weight: 700
            }

        #cf-calc .summary .red-submit-btn {
            margin-bottom: 0;
            box-shadow: none;
            width: 100%
        }

    #cf-calc .credit-rating {
        text-align: center
    }

        #cf-calc .credit-rating .row {
            margin-left: -3px;
            margin-right: -3px
        }

        #cf-calc .credit-rating .col-md-2 {
            padding: 0 .2rem
        }

        #cf-calc .credit-rating input {
            position: absolute;
            opacity: 0;
            height: 0;
            width: 0
        }

        #cf-calc .credit-rating label {
            display: block
        }

        #cf-calc .credit-rating span {
            border: 2px solid #07abef;
            display: block;
            padding: .7rem .5rem;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer
        }

        #cf-calc .credit-rating input:checked + span {
            background: #e3f6fe
        }

    #cf-calc .ui-slider {
        background: #ebecf1;
        height: 20px;
        position: relative;
        border-radius: 100px
    }

        #cf-calc .ui-slider span {
            width: 32px;
            height: 32px;
            padding: 5px;
            background: #07abef;
            border: 8px solid #fff;
            position: absolute;
            margin-left: -.6em;
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            top: -.4rem;
            box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
            outline: none
        }

        #cf-calc .ui-slider .ui-slider-range {
            position: absolute;
            height: 100%;
            background: #07abef;
            border-top-left-radius: 100px;
            border-bottom-left-radius: 100px
        }

#survey-findings .white-box {
    border-radius: 4px;
    border: 1px solid #e0e2e7;
    background: #fff;
    padding: 1rem;
    margin: .6rem
}

.three-men {
    text-align: center
}

#survey-findings h4 {
    font-size: 2.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    padding: 4rem 0 1rem
}

#survey-findings h5 {
    padding: 3rem 0 1rem
}

.graph-data {
    text-align: center;
    padding: 3rem 0 0
}

#survey-findings .graph {
    background: url(/img/insurance-survey-data-1.png) no-repeat
}

#survey-findings .graph, #survey-findings .graph2 {
    height: 450px;
    width: 298px;
    margin: auto;
    padding: 1rem 1.5rem 0
}

#survey-findings .graph2 {
    background: url(/img/insurance-survey-data-2.png) no-repeat
}

#survey-findings .graph3 {
    background: url(/img/insurance-survey-data-3.png) no-repeat;
    height: 450px;
    width: 298px;
    margin: auto;
    padding: 1rem 1.5rem 0
}

#survey-findings {
    padding-bottom: 5rem
}

    #survey-findings em {
        float: right
    }

.graph strong {
    font-size: 17px
}

.renewed-text {
    padding: 0 2.6rem 3rem 1.6rem
}

.main-point {
    font-size: 24px
}

.driver-list {
    text-align: center;
    list-style: none;
    padding-left: 0
}

    .driver-list img {
        max-width: 100%
    }

.renewed-text:after {
    content: " ";
    display: block;
    background: #00b1de;
    width: 60%;
    margin-left: 20%;
    margin-top: 3rem;
    margin-bottom: 1rem;
    height: 3px
}

.energy-hp {
    text-align: center
}

    .energy-hp a {
        font-size: 18px;
        color: #3f5d9a;
        display: block;
        margin-bottom: 4rem
    }

    .energy-hp h3 {
        font-size: 1.2rem
    }

    .energy-hp p {
        line-height: 1.3;
        font-size: 16px;
        display: inline-block;
        max-width: 250px;
        font-weight: 300;
        color: #595f6f
    }

#who-money-expert {
    background: #f9f9f9
}

.small-title-hp {
    margin-bottom: 1.7rem;
    font-size: 1.7rem;
    letter-spacing: -.6px;
    font-weight: 300;
    color: #fff
}

.energy-hp .fa {
    color: #07abef
}

.energy-hp h2 {
    margin-bottom: 4rem
}

.m-answer {
    font-weight: 900;
    margin: 5rem 0 0;
    color: #0a2158;
    font-size: 1.35rem
}

.mortgage-page-header {
    background: url(/img/mortgage-header.jpg) 0 50% no-repeat;
    background-size: cover
}

    .mortgage-page-header .top-nav {
        background-color: #344974
    }

.four-button-container .title-narrow {
    font-size: 5rem;
    margin-top: 2rem;
    color: #fff
}

.four-button-container {
    margin-bottom: 1rem;
    margin-top: 5rem;
    padding: 1rem 2.5rem 3rem;
    background: rgba(35,56,98,.7490196078431373);
    border-radius: 5px
}

    .four-button-container .title {
        text-align: center;
        font-size: 24px;
        font-weight: 200;
        margin: 1rem 0 0;
        color: #fff
    }

    .four-button-container .row {
        margin-top: 3rem
    }

.m-type-btn a {
    border: 2px solid #b5b5b5;
    border-radius: 5px;
    background: #fff;
    display: block;
    color: #585858;
    padding: 1rem 0 1rem 3.3rem;
    margin: 1px 0
}

.m-type-btn img {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px
}

.m-type-btn b {
    display: block;
    font-size: 17px
}

.m-type-btn span {
    font-size: 16px;
    color: #a5afc3
}

.m-type-btn a:hover {
    background-color: #fdffdf;
    border: 3px solid #b5b5b5;
    text-decoration: none;
    color: #0b3290
}

#mortgage-intro {
    padding: 4rem 15px 0
}

    #mortgage-intro img {
        max-width: 100%
    }

    #mortgage-intro h4 {
        padding-top: 2rem
    }

    #mortgage-intro .mortgage-btn {
        text-align: center;
        padding-top: 2rem
    }

#types-of-mortgage {
    background: #f9f9f9;
    padding: 3rem 0
}

    #types-of-mortgage h3 {
        color: #0b3290
    }

        #types-of-mortgage h3 span {
            font-weight: 300
        }

    #types-of-mortgage p .intro {
        font-size: 1.15rem;
        width: 90%;
        margin: auto;
        padding: 1rem 0 2rem
    }

    #types-of-mortgage a {
        font-size: 1.25rem;
        color: #00aaf2
    }

    #types-of-mortgage .small-title {
        padding-top: 4rem
    }

#interest {
    padding: 3rem 0
}

    #interest img {
        max-width: 100%
    }

    #interest h3 {
        color: #0b3290
    }

        #interest h3 span {
            font-weight: 300
        }

    #interest p .intro {
        font-size: 1.15rem;
        width: 90%;
        margin: auto;
        padding: 1rem 0 2rem
    }

    #interest text-with-picture {
        padding: 2rem 1rem 0
    }

    #interest .row {
        padding: 4rem 1rem 0
    }

@media (max-width:991px) {
    .m-type-btn {
        margin: 0 0 .7rem
    }

    .four-button-container .title-narrow {
        font-size: 30px;
        margin-top: 0
    }

    .four-button-container .title {
        font-size: 20px;
        margin: 1rem 1.5rem 0
    }

    .four-button-container .row {
        margin-top: 1rem
    }

    .four-button-container {
        margin-bottom: 0;
        margin-top: 1rem;
        padding: 1rem 1.5rem
    }
}

#loan-page-header {
    background: url(/img/family-loan.jpg) 0 52% no-repeat;
    background-size: cover
}

    #loan-page-header .top-nav {
        background-color: #344974
    }

    #loan-page-header .four-button-container {
        margin-bottom: 3rem;
        margin-top: 7rem;
        padding: 0 2.5rem 3rem;
        background: rgba(35,56,98,.7490196078431373);
        border-radius: 5px
    }

        #loan-page-header .four-button-container .row {
            margin-top: 0
        }

    #loan-page-header .red-submit-btn {
        margin: 0;
        width: 100%;
        max-width: 270px
    }

    #loan-page-header form {
        padding-bottom: 2rem
    }

    #loan-page-header .four-button-container .title-narrow {
        font-size: 3rem;
        padding-bottom: 2rem;
        color: #fff;
        margin-top: 0
    }

@media (max-width:767px) {
    #loan-page-header .red-submit-btn {
        width: 100%;
        max-width: 100%;
        margin: .6rem 0 0
    }

    #loan-page-header .four-button-container .title-narrow {
        font-size: 2.4rem;
        padding-bottom: 2rem;
        margin-top: 0
    }

    #loan-page-header .four-button-container {
        margin-bottom: 0;
        margin-top: 4rem
    }
}

@media (max-width:568px) {
    #loan-page-header .title-narrow {
        margin-top: 2.5rem
    }
}

#car-insurance-back .top-nav {
    background-color: #344974
}

#car-insurance-back #car-insurance h1 {
    font-weight: 300;
    text-align: left;
    color: #fff;
    font-size: 2.5rem;
    padding: 5rem 0 0;
    text-shadow: 2px 2px #000;
    font-weight: 500
}

#car-insurance-back #car-insurance .sub-title {
    width: 100%;
    margin: auto;
    font-size: 1.3rem;
    text-align: left;
    text-shadow: 2px 2px #000;
    font-weight: 500;
    color: #fff
}

#car-insurance-back #car-insurance .reviews {
    padding: 1.8rem 0 0;
    text-align: center;
    margin: auto;
    text-shadow: 2px 2px #000;
    font-weight: 500
}

@media only screen and (max-width:1199px) {
    #car-insurance-back #car-insurance h1 {
        padding: 1rem 0 0;
        text-align: center;
        font-size: 1.7rem
    }
}

@media only screen and (max-width:1199px) {
    #car-insurance-back #car-insurance .sub-title {
        text-align: center
    }

    #car-insurance-back {
        background: #1a2948
    }
}

#energy-page-head {
    background: url(/img/littlerbulb.jpg) 0 -30% no-repeat;
    background-size: cover
}

    #energy-page-head .top-nav {
        background: #344974
    }

    #energy-page-head .title-narrow {
        text-align: left;
        color: #000;
        margin-top: 4rem;
        font-size: 58px
    }

    #energy-page-head .sub-title-normal {
        color: #000;
        padding: 0
    }

    #energy-page-head p {
        text-align: left
    }

        #energy-page-head p:nth-child(2) {
            text-align: left;
            font-size: 1.5rem;
            margin-top: 40px;
            color: #000
        }

    #energy-page-head a b {
        color: #00aaf2
    }

    #energy-page-head .mail-contact {
        padding-top: 1rem
    }

@media only screen and (max-width:768px) {
    #energy-page-head .sub-title-normal {
        font-size: 21px;
        margin: 11px 0 0
    }

    #energy-page-head .title-narrow {
        text-align: left;
        color: #000;
        margin-top: 2rem;
        font-size: 35px
    }
}

.cursor {
    position: relative
}

    .cursor i {
        position: absolute;
        width: 1px;
        height: 64%;
        background-color: grey;
        left: 22%;
        top: 17%;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 1
    }

    .cursor input:focus + i {
        display: none
    }

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#energy-sidebar {
    top: 20px
}

.energy-box-white {
    background: #fff;
    border: 1px solid #0f3495;
    border-radius: 4px;
    padding: 3rem 0;
    max-width: 350px;
    margin: 20px auto auto
}

    .energy-box-white ul {
        color: #0f3495;
        list-style: none;
        margin: 1.4rem .6rem 1.6rem 1rem;
        -webkit-padding-start: 2.7rem
    }

    .energy-box-white h4 {
        text-align: center;
        font-size: 27px;
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit
    }

    .energy-box-white ul li {
        line-height: 2.4rem
    }

    .energy-box-white ul .fas {
        margin-right: 12px
    }

#energy-guide-head {
    background: url(/img/littlerbulb.jpg) 0 -2% no-repeat;
    background-size: cover
}

#energy-sidebar button {
    background: #f91c3d;
    background: linear-gradient(135deg,#f91c3d,#fa2b56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
    color: #fff;
    padding: 13px 26px;
    border-radius: 5px;
    min-width: 63%;
    margin: 19px 0 0;
    display: inline-block;
    box-shadow: -1px 1px 23px 0 rgba(0,0,0,.45)
}

#energy-sidebar .cursor {
    max-width: 98%;
    margin: auto
}

#energy-sidebar input {
    border: 1px solid #0f3495;
    display: inline-block;
    color: #0f3495;
    padding: 13px 10px;
    border-radius: 5px;
    min-width: 62%
}

#energy-guide-head .input-group {
    padding-left: 1rem
}

#energy-guide-head .fa-map-marker-alt {
    color: #333;
    padding: .6rem .6rem 0 0
}

#energy-guide-head .mail-contact {
    padding-top: 3rem
}

#energy-guide-head form input {
    border: 1px solid #0f3495;
    display: flex;
    color: #0f3495;
    padding: 13px 10px;
    border-radius: 5px;
    min-width: 52%
}

#energy-guide-head .placeh {
    left: 6%
}

#energy-guide-head form button {
    background: #f91c3d;
    background: linear-gradient(135deg,#f91c3d,#fa2b56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
    color: #fff;
    padding: 13px 26px;
    border-radius: 5px;
    min-width: 27%;
    margin: 0 0 0 18px;
    display: inline-block;
    border: none;
    cursor: pointer
}

#energy-guide-head .guide-header-main, #energy-guide-head .sub-title {
    color: #000;
    text-align: left
}

#energy-guide-head p:nth-child(2) {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 40px;
    color: #000
}

#energy-guide-head a b {
    color: #00aaf2
}

#energy-guide-head .top-nav {
    border-bottom: 1px solid #344974;
    background: #344974
}

@media (max-width:455px) {
    #energy-guide-head .cursor {
        width: 83%
    }

    #energy-guide-head form input {
        min-width: 89%
    }

    #energy-guide-head form button {
        min-width: 73%;
        margin: 12px 0 0 34px
    }

    #energy-guide-head .cursor i {
        left: 4%
    }
}

#contact-body div h2 {
    text-align: center;
    padding-top: 5%;
    color: #274396
}

#top-insurers-van {
    background: #f9f9f9;
    color: #0b3290;
    padding: 2.5rem 0 2.4rem
}

    #top-insurers-van img {
        width: 100%
    }

#van-insurance-back {
    background: url(/img/van-insurance.jpg) 0 41%;
    background-size: cover;
    padding-bottom: 4rem
}

    #van-insurance-back .top-nav {
        background-color: #344974
    }

    #van-insurance-back #van-insurance h1 {
        font-weight: 300;
        text-align: left;
        color: #fff;
        font-size: 2.5rem;
        padding: 9rem 0 0;
        text-shadow: 2px 2px #000;
        font-weight: 500
    }

.van-top-box {
    padding-top: 2rem
}

.van-box-white {
    background: #fff;
    border-radius: 4px;
    padding: 1.4rem 0;
    max-width: 400px;
    margin: auto;
    border: 1px solid #0b2f97
}

#van-insurance-back #van-insurance .sub-title {
    width: 100%;
    margin: auto;
    font-size: 1.3rem;
    text-align: left;
    text-shadow: 2px 2px #000;
    font-weight: 500;
    color: #fff
}

#van-insurance-back #van-insurance .reviews {
    padding: 1.8rem 0 0;
    text-align: center;
    margin: auto;
    text-shadow: 2px 2px #000;
    font-weight: 500
}

#van-insurance .van-box-white h2 {
    font-size: 1.4rem;
    color: #333
}

.van-box-white ul {
    color: #0f3495;
    list-style: none;
    margin: 1.4rem .6rem .6rem;
    -webkit-padding-start: 2.7rem
}

    .van-box-white ul li {
        line-height: 2.4rem
    }

    .van-box-white ul .fas {
        margin-right: 12px
    }

#van-insurance p {
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 3rem
}

#van-insurance strong {
    text-decoration: underline;
    font-size: 1.7rem
}

#van-insurance .sub-title {
    width: 100%;
    margin: auto;
    font-size: 1.3rem;
    text-align: left;
    color: #06abef
}

#van-insurance h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    color: #fff
}

@media only screen and (max-width:1199px) {
    #van-insurance-back #van-insurance h1 {
        padding: 1rem 0 0;
        text-align: center;
        font-size: 1.7rem
    }

    .van-box-white ul {
        margin: 1.4rem .6rem .6rem 2.6rem
    }

    #van-insurance-back #van-insurance .sub-title {
        text-align: center
    }

    #van-insurance-back {
        background: #1a2948
    }
}

#dmp-back {
    background: url(/img/debt-management-bg.jpg) 0 41%;
    background-size: cover;
    padding-bottom: 4rem
}

    #dmp-back .top-nav {
        background-color: #344974
    }

#dmp .guide-header-main {
    padding-top: 2rem
}

header #dmp .sub-title {
    color: #fff;
    margin-top: 15px;
    font-size: 19px
}

#dmp p {
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 3rem
}

#dmp strong {
    text-decoration: underline;
    font-size: 1.7rem
}

.dmp-call-btn {
    margin-top: 12px;
    min-width: 62%
}

#dmp .free-qoute-btn {
    background: none;
    border: 2px solid
}

#dmp-back .sub-title {
    color: #fff;
    margin-top: 15px;
    font-size: 21px
}

@media only screen and (max-width:1199px) {
    #dmp-back #dmp h1 {
        padding: 1rem 0 0;
        text-align: center;
        font-size: 1.7rem
    }

    #dmp-back #dmp .sub-title {
        text-align: center
    }

    #dmp .guide-header-main {
        padding-top: 0;
        font-size: 30px
    }

    #dmp-back {
        background: #1a2948
    }
}

#cc-back {
    background-image: url(/img/credit-card-back.jpg);
    background-position: 0 39%;
    color: #fff;
    background-size: cover;
    padding-bottom: .8rem
}

    #cc-back .top-nav {
        background-color: #344974
    }

    #cc-back h1 {
        margin-top: 75px;
        line-height: 1.5
    }

    #cc-back .sub-title-normal, #cc-back h1 {
        text-shadow: 1px 1px #000;
        text-align: left
    }

    #cc-back .sub-title-normal {
        font-size: 24px;
        font-weight: 200;
        margin: 35px 0;
        padding-bottom: 3rem;
        color: #fff
    }

    #cc-back .free-qoute-btn {
        margin: 0 0 45px
    }

    #cc-back .guide-header-main {
        text-shadow: 1px 1px #333
    }

    #cc-back .sub-title-guide {
        text-align: center;
        font-size: 24px;
        font-weight: 200;
        margin: 35px 0;
        color: #fff;
        text-shadow: 1px 1px #000
    }

#fmt-back {
    background: #383e6b;
    background-color: #383e6b
}

    #fmt-back .vmlogo {
        padding-top: 8rem
    }

    #fmt-back .top-nav {
        background-color: #344974
    }

    #fmt-back .title-narrow {
        margin-top: 6.5rem;
        text-shadow: 1px 1px #000;
        text-align: left
    }

    #fmt-back .sub-title {
        text-align: left;
        font-size: 24px;
        font-weight: 200;
        margin: 35px 0;
        padding-bottom: 0;
        color: #fff;
        text-shadow: 1px 1px #000
    }

    #fmt-back .free-qoute-btn {
        margin: 17px 0
    }

.v-fmt {
    background: #404676 !important;
    min-height: 0 !important
}

#foreign-money-transfer .main-title {
    padding: 5rem 1rem 1.5rem
}

#foreign-money-transfer h3, #foreign-money-transfer h4 {
    padding-top: 1.5rem
}

.vmt-h3 {
    font-size: 2.2rem
}

#foreign-money-transfer #faq {
    padding: 1rem 0 4rem
}

#fmt-grey {
    background-color: #f9f9f9;
    padding: 2rem
}

.fmt-process {
    text-align: center;
    padding: 2.5rem 1rem
}

    .fmt-process h3 {
        padding-bottom: 2rem
    }

    .fmt-process img {
        height: 100px
    }

@media only screen and (max-width:768px) {
    #fmt-back .title-narrow {
        margin-top: 2.5rem
    }
}

#fof {
    background: #344974;
    background-position: 50%;
    height: 80vh
}

    #fof .top-nav {
        background-color: #344974
    }

    #fof h1 {
        font-size: 4rem;
        padding-top: 11%
    }

    #fof h1, #fof h2 {
        text-shadow: 1px 1px #333;
        color: #fff;
        text-align: center
    }

    #fof h2 {
        font-size: 3rem
    }

@media only screen and (max-width:768px) {
    #fof h1 {
        font-size: 3rem
    }

    #fof h2 {
        font-size: 2rem
    }
}

.life-box-white p {
    padding: 0 1rem
}

.life-box-white li p {
    line-height: 1.5rem;
    color: #333;
    padding: 0 2rem
}

#life-sidebar {
    top: 20px
}

.life-box-white {
    background: #fff;
    border: 1px solid #0f3495;
    border-radius: 4px;
    padding: 2rem 0;
    max-width: 98%;
    margin: 20px auto auto
}

    .life-box-white ul {
        color: #0f3495;
        list-style: none;
        margin: 2.4rem .6rem 0;
        -webkit-padding-start: 1.7rem
    }

    .life-box-white h4 {
        text-align: left;
        font-size: 27px;
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
        -webkit-padding-start: 1rem
    }

    .life-box-white ul li {
        line-height: 2.4rem
    }

    .life-box-white ul .fas {
        margin-right: 12px
    }

    .life-box-white .car-qoute-btn {
        margin: 0
    }

#lifer {
    max-height: 500px
}

#bike-insurance-back {
    background: url(/img/bike-insurance-header.jpg) 0 41%;
    background-size: cover;
    padding-bottom: 4rem
}

    #bike-insurance-back .top-nav {
        background-color: #344974
    }

    #bike-insurance-back #bike-insurance h1 {
        font-weight: 300;
        text-align: left;
        color: #fff;
        font-size: 2.5rem;
        padding: 9rem 0 0;
        text-shadow: 2px 2px #000;
        font-weight: 500
    }

    #bike-insurance-back #bike-insurance .sub-title {
        width: 100%;
        margin: auto;
        font-size: 1.3rem;
        text-align: left;
        text-shadow: 2px 2px #000;
        font-weight: 500;
        color: #fff
    }

@media only screen and (max-width:1199px) {
    #bike-insurance-back #bike-insurance h1 {
        padding: 1rem 0 0;
        text-align: center;
        font-size: 1.7rem
    }
}

@media only screen and (max-width:1199px) {
    #bike-insurance-back #bike-insurance .sub-title {
        text-align: center
    }

    #bike-insurance-back {
        background: #1a2948
    }
}

#bike-insurance .car-box-white h2 {
    font-size: 1.4rem;
    color: #333;
    font-weight: 300;
    text-align: center;
    line-height: 1.3
}

.brand {
    float: left;
    width: 100%;
    text-align: center
}

    .brand img {
        display: inline-block;
        height: 100px
    }

    .brand ul {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
        text-align: center
    }

    .brand li {
        display: inline-block;
        list-style: none;
        padding: 40px 0;
        width: 19%
    }

        .brand li:nth-child(4) {
            border: none
        }

@media (max-width:768px) {
    .brand li {
        width: 40%;
        border: none
    }
}

@media (max-width:414px) {
    .brand li {
        width: 47%;
        border: none
    }
}

header.life-insurance {
    background: url(/img/lifeinsurancenewbg.jpg) 42% -8% no-repeat
}

#life-insurance .white-box {
    min-height: 428px
}

#life-insurance .ticks-list-blue li {
    margin-bottom: 0
}

#how-life-work {
    padding: 2rem 0
}

    #how-life-work h2 {
        color: #333;
        text-align: left
    }

    #how-life-work p {
        text-align: left
    }

#life-insurance-types .sub-title {
    margin-bottom: 1.2rem
}

.life-insurance .title-narrow {
    color: #fff;
    margin-top: 6.5rem;
    font-size: 4rem;
    text-shadow: 1px 2px #333;
    font-weight: 400
}

.life-insurance .sub-title {
    color: #fff;
    margin-top: 15px;
    font-size: 21px;
    text-shadow: 1px 2px #333;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3
}

@media only screen and (max-width:1199px) {
    header.life-insurance {
        background: #1a2948;
        height: 100%;
        min-height: 400px;
        max-height: 700px
    }

    .life-insurance .title-narrow {
        color: #fff;
        margin-top: 2.5rem;
        font-size: 3rem;
        text-shadow: 1px 2px #333;
        font-weight: 400
    }

    .life-insurance .sub-title {
        color: #fff;
        margin-top: 15px;
        font-size: 21px;
        text-shadow: 1px 2px #333;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        line-height: 1.3
    }

    #life-insurance .white-box {
        min-height: 330px
    }
}

.business-insurance {
    background: url(/img/business-bgdark.jpg) 30% 64% no-repeat;
    background-size: cover
}

#business-insurance .top-nav {
    background: #344974
}

#business-insurance .title-left {
    margin-top: 6%;
    text-shadow: 1px 1px #000
}

#business-insurance .guide-header-main {
    font-size: 2.7rem;
    text-align: left;
    line-height: 1.3;
    color: #fff;
    margin-top: 0
}

#business-insurance .sub-title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 35px 0;
    color: #fff;
    text-shadow: 1px 1px #000
}

#business-idx .four-button-container {
    margin-top: 5rem;
    margin-bottom: 0
}

    #business-idx .four-button-container .row {
        margin-top: 0
    }

.business-call {
    background: #344974;
    outline: 1px dashed #fff;
    outline-offset: -7px;
    outline-style: dashed;
    border: 1px solid #0f3495;
    border-radius: 4px;
    padding: 2rem 0 1rem;
    margin: 20px auto auto
}

    .business-call h4 {
        color: #fff !important;
        text-align: center;
        font-size: 27px;
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
        -webkit-padding-start: 1rem
    }

    .business-call a {
        color: #fff
    }

#freedom-thankyou {
    background: #06a7e2
}

    #freedom-thankyou .thank-logo {
        margin-top: 3%;
        width: 305px
    }

    #freedom-thankyou h1 {
        font-size: 5rem;
        color: #fff;
        text-align: center;
        padding-top: 3%
    }

    #freedom-thankyou .content p {
        font-size: 2rem;
        color: #fff;
        padding: 0 3% 0 5%;
        text-align: center
    }

    #freedom-thankyou .content .return-home {
        text-align: center;
        margin-top: 5%
    }

        #freedom-thankyou .content .return-home p {
            font-size: 2rem;
            color: #fff
        }

        #freedom-thankyou .content .return-home i {
            color: #fff;
            font-size: 8rem
        }

.cf:after, .cf:before {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

.fa-twitter {
    background: #55acee;
    color: #fff
}

.fa-google {
    background: #dd4b39;
    color: #fff
}

.fa-linkedin {
    background: #007bb5;
    color: #fff
}

.fa-youtube {
    background: #b00;
    color: #fff
}

.fa-instagram {
    background: #125688;
    color: #fff
}

.fa-pinterest {
    background: #cb2027;
    color: #fff
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: #fff;
    text-shadow: -1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000
}

.fa-skype {
    background: #00aff0;
    color: #fff
}

.fa-android {
    background: #a4c639;
    color: #fff
}

.fa-dribbble {
    background: #ea4c89;
    color: #fff
}

.fa-vimeo {
    background: #45bbff;
    color: #fff
}

.fa-tumblr {
    background: #2c4762;
    color: #fff
}

.fa-vine {
    background: #00b489;
    color: #fff
}

.fa-foursquare {
    background: #45bbff;
    color: #fff
}

.fa-stumbleupon {
    background: #eb4924;
    color: #fff
}

.fa-flickr {
    background: #f40083;
    color: #fff
}

.fa-yahoo {
    background: #430297;
    color: #fff
}

.fa-soundcloud {
    background: #f50;
    color: #fff
}

.fa-reddit {
    background: #ff5700;
    color: #fff
}

.fa-rss {
    background: #f60;
    color: #fff
}

.footer_icons {
    background-image: url(/img/footer_social_icons.png);
    background-repeat: no-repeat;
    display: block
}

.footer_icons-Facebook {
    width: 20px;
    height: 20px;
    background-position: -2px -2px
}

.footer_icons-Gplus {
    width: 20px;
    height: 20px;
    background-position: -26px -2px
}

.footer_icons-Pinterest {
    width: 20px;
    height: 20px;
    background-position: -50px -2px
}

.footer_icons-Twitter {
    width: 20px;
    height: 20px;
    background-position: -74px -2px
}

.footer_icons-Vk {
    width: 20px;
    height: 20px;
    background-position: -98px -2px
}

.free-qoute-btn, .red-submit-btn {
    background: #f91c3d;
    background: linear-gradient(135deg,#f91c3d,#fa2b56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
    color: #fff;
    padding: 13px 26px;
    border-radius: 5px;
    margin: 45px 0;
    display: inline-block;
    box-shadow: 20px 20px 100px 0 rgba(0,0,0,.45);
    cursor: pointer
}

.white-bg {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.02);
    border: 1px solid #e8e9ec;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.top-nav-light {
    background-color: #344974;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
    z-index: 1000;
    position: relative
}

    .top-nav-light img.site-logo {
        max-width: 250px;
        width: 100%
    }

    .top-nav-light .dropdown-toggle:after {
        display: none
    }

    .top-nav-light a.nav-link {
        font-weight: 400;
        margin: 0 1.1rem;
        padding: 0;
        color: #fff;
        position: relative
    }

    .top-nav-light li.toggle i {
        padding-left: 5px
    }

    .top-nav-light nav {
        padding: 28px 0 16px
    }

    .top-nav-light .navbar-brand {
        margin-right: 11.5%;
        vertical-align: bottom
    }

    .top-nav-light .navbar-nav {
        margin-bottom: 10px
    }

    .top-nav-light .dropdown-wrapper {
        position: absolute;
        top: 58px;
        left: 0;
        border: 0;
        box-shadow: none;
        padding: 35px 0 0;
        background: none;
        border-radius: 0;
        width: 100%
    }

    .top-nav-light .dropdown {
        background: #fff url(/img/insurance_menu_car.jpg) 103% 55% no-repeat;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 5px 25px 2px rgba(0,0,0,.2);
        padding: 2.6rem 7rem 1rem
    }

        .top-nav-light .dropdown .no-title {
            margin-top: 38px
        }

        .top-nav-light .dropdown .title {
            font-weight: 900;
            color: #14357e;
            font-size: 18px;
            margin-bottom: 13px
        }

        .top-nav-light .dropdown .first {
            margin-bottom: 20px
        }

        .top-nav-light .dropdown .right {
            padding: 2rem 5rem 0 2rem
        }

            .top-nav-light .dropdown .right .free-qoute-btn {
                margin: 2rem 0;
                min-width: 230px;
                text-align: center;
                box-shadow: none
            }

                .top-nav-light .dropdown .right .free-qoute-btn:hover {
                    color: #fff
                }

            .top-nav-light .dropdown .right p {
                font-weight: 300;
                font-size: 36px;
                color: #333;
                line-height: 1.3;
                margin-bottom: 30px
            }

            .top-nav-light .dropdown .right span {
                display: block;
                opacity: .5
            }

        .top-nav-light .dropdown ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .top-nav-light .dropdown ul li {
                margin-bottom: 11px
            }

                .top-nav-light .dropdown ul li a {
                    color: #363636;
                    font-size: 16px;
                    font-weight: 500
                }

    .top-nav-light .debt-nav {
        background: #fff url(/img/debt-man.png) 94% 100% no-repeat
    }

    .top-nav-light .money-nav {
        background: #fff;
        padding: 2.6rem 1rem 1rem 4.5rem
    }

    .top-nav-light .money-nav, .top-nav-light .utility-nav {
        width: 100%;
        z-index: 1000;
        box-shadow: 0 5px 25px 2px rgba(0,0,0,.2)
    }

    .top-nav-light .utility-nav {
        background: #fff url(/img/utility-man.png) 99% 100% no-repeat;
        padding: 2.6rem 6.5rem 1rem
    }

header .breadcrumbs a {
    color: #09aaef
}

header .breadcrumbs b {
    font-weight: 700
}

header .tag {
    font-size: 22px;
    display: inline-block;
    color: #595f6f;
    border: 1px solid #f92042;
    border-radius: 100px;
    padding: 0 1.5rem;
    vertical-align: middle;
    margin-bottom: 14px;
    margin-left: 2rem
}

header .hp-products {
    padding-bottom: 3rem;
    background: #fff url(/img/piggy-bank-bg.png) 100% 100% no-repeat;
    background-size: 30%;
    padding-top: 3rem
}

    header .hp-products h1, header .hp-products h2 {
        text-align: center
    }

    header .hp-products h1 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.3;
        color: #0f358e
    }

    header .hp-products h2 {
        font-size: 18px;
        margin-bottom: 3rem
    }

    header .hp-products .hp-sub p {
        text-align: center;
        color: #09aaef;
        font-size: 1.5rem
    }

    header .hp-products .row a {
        background: #fff;
        padding: 2rem 1rem;
        text-align: center;
        display: block;
        text-decoration: none;
        margin-bottom: 2rem;
        transition: all .2s;
        border-radius: 5px;
        background: #f6f6f6
    }

        header .hp-products .row a i {
            color: #09aaef
        }

        header .hp-products .row a h3 {
            font-size: 21px;
            margin-top: 1rem;
            font-weight: 300
        }

        header .hp-products .row a p {
            font-weight: 300;
            color: #595f6f;
            font-size: 17px;
            margin-bottom: 0
        }

        header .hp-products .row a img {
            height: 50px
        }

        header .hp-products .row a:hover {
            background: #fff
        }

    header .hp-products .more-products {
        background: #f91c3d;
        color: #fff;
        padding: 1rem 2rem;
        text-transform: uppercase;
        border-radius: 5px;
        margin-top: 1rem;
        display: inline-block;
        text-decoration: none
    }

.big-text-area {
    padding: 3em 0;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #09aaef;
    border-top: 2px solid #09aaef
}

    .big-text-area h2 {
        margin-bottom: 2rem;
        font-size: 42px;
        color: #0f358e;
        font-weight: 300
    }

.subscribe-widget {
    background: #09aaef url(/img/envelope.png) 50% 50% no-repeat;
    padding: 2rem;
    color: #fff
}

    .subscribe-widget .text {
        font-size: 26px;
        margin-bottom: 1rem;
        text-align: center
    }

    .subscribe-widget input {
        display: block;
        outline: none;
        width: 100%;
        padding: 1rem;
        border: 0;
        background: none;
        border-radius: 5px
    }

        .subscribe-widget input[type=email] {
            background: #fff
        }

        .subscribe-widget input[type=submit] {
            background: red;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700
        }

.news-carousel-wrapper {
    overflow: hidden;
    padding-bottom: 6rem;
    padding-top: 3rem;
    background: #fff
}

    .news-carousel-wrapper .title h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 2rem
    }

.flickity-viewport {
    overflow: visible
}

.carousel-cell {
    width: 25%;
    margin-right: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 17px 80px -54px rgba(0,0,0,.75);
    min-height: 395px
}

    .carousel-cell .img-wrapper {
        position: relative;
        width: 100%;
        height: 250px;
        display: block
    }

    .carousel-cell .news-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .carousel-cell .article-title {
        padding: 1rem 1rem 3rem;
        font-size: 18px
    }

    .carousel-cell .read-more {
        position: absolute;
        right: 15px;
        bottom: 10px;
        font-size: 15px
    }

.flickity-page-dots {
    bottom: -50px
}

    .flickity-page-dots .dot {
        width: 20px;
        height: 7px;
        border-radius: 5px;
        background: transparent;
        border: 2px solid #09aaef;
        opacity: 1
    }

        .flickity-page-dots .dot.is-selected {
            background: #09aaef
        }

.all-products {
    background: #fff;
    padding: 3rem 0;
    border-bottom: 2px solid #09aaef;
    border-top: 2px solid #09aaef
}

    .all-products h3 {
        text-align: center;
        color: #0f358e
    }

    .all-products .row {
        border-bottom: 1px solid #e6e6e6;
        padding-top: 2rem;
        padding-bottom: 2rem
    }

        .all-products .row:last-child {
            border-bottom: 0
        }

    .all-products .product-title span {
        display: inline-block;
        margin-left: 1rem;
        font-size: 20px;
        font-weight: 500;
        color: #09aaef
    }

    .all-products ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

        .all-products ul li {
            margin-bottom: 5px
        }

        .all-products ul a {
            font-weight: 500;
            font-size: 15px;
            color: #585858
        }

    .all-products img {
        width: 60px
    }

    .all-products .col-md-3 {
        display: flex;
        align-items: center
    }

    .all-products .col .title {
        font-weight: 700;
        color: #09aaef;
        margin-top: 1rem;
        margin-bottom: 5px
    }

    .all-products .no-title {
        margin-top: 2.6rem
    }

footer {
    background: #112e71;
    background: linear-gradient(180deg,#112e71 0,#0a225a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112e71",endColorstr="#0a225a",GradientType=0);
    color: #fff;
    padding: 6rem 0 4.5rem;
    position: relative
}

    footer a {
        display: inline-block;
        color: #709be7;
        font-size: 16px;
        font-weight: 600
    }

    footer ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        footer ul li {
            margin-bottom: 12px;
            font-size: 16px
        }

    footer .first {
        z-index: 100
    }

        footer .first > a {
            margin-bottom: 38px
        }

        footer .first p {
            margin-bottom: 5px
        }

        footer .first span {
            font-size: 16px;
            line-height: 1.3;
            color: #709be7;
            display: inline-block
        }

        footer .first .social {
            padding-top: 50px
        }

            footer .first .social a {
                margin-right: 6px
            }

    footer .second, footer .third {
        position: relative;
        z-index: 100
    }

        footer .third span {
            font-size: 16px;
            display: inline-block;
            margin-top: 68px
        }

    footer .recent-articles {
        z-index: 100
    }

        footer .recent-articles li {
            position: relative;
            margin-bottom: 28px;
            height: 4.3rem
        }

        footer .recent-articles b {
            display: inline-block;
            height: 40px;
            width: 40px;
            border: 2px solid #607aa9;
            border-radius: 100px;
            text-align: center;
            line-height: 1;
            vertical-align: top;
            padding-top: 7px;
            font-size: 12px
        }

        footer .recent-articles span {
            position: absolute;
            left: 50px;
            top: 0
        }

    footer .bottom-links {
        position: relative;
        z-index: 100;
        padding-top: 25px;
        margin-top: 20px;
        width: 100%;
        text-align: center;
        border-top: 1px solid #233862
    }

        footer .bottom-links li {
            display: inline-block;
            color: #5871a2
        }

            footer .bottom-links li a {
                padding: 0 15px;
                display: inline-block;
                font-size: 12px
            }

    footer .disclaimer {
        z-index: 100;
        font-size: 12px;
        text-align: center;
        padding-top: 2rem;
        margin-top: 1rem;
        border-top: 1px solid #233862;
        color: #607aa9
    }

@media (max-width:500px) {
    article.news-item .bottom .author {
        display: none
    }

    .pagination {
        display: block;
        text-align: center
    }

        .pagination a {
            margin-bottom: 1rem
        }

    .carousel-cell {
        width: 100%
    }
}

.caccw {
    background: #fff
}

.cacclogo {
    height: auto !important;
    width: auto !important;
    top: 33% !important;
    left: 2% !important
}

#types-of-mortgage .car-qoute-btn {
    color: #fff
}

#types-of-mortgage .car-retrieve-btn {
    color: #0f3495
}

#ff-mortg-c2a {
    background: #344974;
    padding: .8rem
}

    #ff-mortg-c2a p {
        color: #fff;
        text-align: center;
        font-size: 2rem;
        padding-top: .8rem;
        margin-bottom: .4rem
    }

    #ff-mortg-c2a .car-qoute-btn {
        color: #fff;
        margin-right: 12px;
        padding: 15px 32px
    }

    #ff-mortg-c2a .car-retrieve-btn {
        color: #fff;
        border: 1px solid #fff
    }

.life-sub {
    color: #fff !important;
    font-size: 1.8rem;
    text-shadow: none !important
}

#getting-life-quote {
    padding: 2rem 0
}

.supcd-img {
    width: 75%;
    float: right;
    border: 1px solid #b3b3b3;
    border-radius: 9px
}

@media (max-width:767px) {
    .supcd-img {
        max-width: 75%;
        border: 1px solid #b3b3b3;
        border-radius: 9px;
        margin-left: 32%
    }
}

.htgcc li {
    display: inline-block;
    vertical-align: top;
    max-width: 325px;
    margin-left: 29px;
    font-size: 16px;
    line-height: 1.3;
    color: #709be7;
    margin-bottom: 2rem
}

.htgcc ol {
    margin: 0 auto
}

.htgcc a {
    font-weight: 500;
    font-size: 1.1rem
}

.htgcc a, .htgcc h3 {
    color: #fff
}

.business-insurance-dlg {
    background: url(/img/business-insurance-boxes.jpg) 30% 64% no-repeat;
    background-size: cover
}

    .business-insurance-dlg h1 {
        font-size: 2.2rem !important;
        color: #344974 !important
    }

    .business-insurance-dlg .sub-title {
        color: #344974 !important;
        text-shadow: none !important
    }

.bi-list li {
    margin-bottom: 1rem
}

.bi-footnote {
    font-size: 14px
}

.bi-title-lg {
    font-size: 3rem;
    color: #0b3290
}

.business-call .car-qoute-btn {
    margin: 14px 0
}

.business-bullet-cta {
    text-align: center;
    margin-top: 33px;
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.business-btn {
    margin: 0 0 60px
}

.business-bullet-sub {
    margin-top: 1rem;
    font-size: 20px;
    display: block
}

.life-rev {
    background: #344974;
    padding: 1.2rem 0 .4rem
}

    .life-rev p {
        font-size: 1.6rem;
        color: #fff
    }

.carousel-cell h3 {
    text-align: center;
    color: #fff;
    font-size: 1.3rem
}

.carousel-cell .hi-type {
    position: relative;
    width: 100%;
    height: 64px;
    display: block;
    background: #344974;
    padding: 1rem 0
}

.hi-ico {
    max-width: 80px;
    margin-bottom: 1rem
}

#hi-faq button {
    background-color: #344974 !important;
    color: #fff !important
}

#types-of-insurance .hi-tit {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a47b0;
    font-weight: 400;
    line-height: 1.2
}

@media only screen and (max-width:1199px) {
    .mortgages-header {
        background: #1a2948
    }
}

#car-insurance-back #car-insurance .ad-shad {
    text-shadow: 1px 2px 8px #000
}

.car-insurance-header {
    background: url(/img/tv/woman-car-play-dark-2.jpg) 100% 100% !important;
    padding-bottom: 4rem
}

.gbpoint {
    margin-right: 18px
}

.uspoint {
    -webkit-padding-start: 0
}

@media only screen and (max-width:1199px) {
    .car-insurance-header {
        background: #1a2948 !important
    }
}

.commerce-ci-bg {
    background: #fff url(/img/tv/woman-guitar-eye-contact-3.jpg) 99% 74% no-repeat
}

.insurance-nav-bg {
    background: #fff url(/img/tv/woman-insurance2.jpg) 108% 100% no-repeat !important
}

.broadband-nav-bg {
    background: #fff url(/img/tv/woman-broadband-menu-1.jpg) 101% 100% no-repeat !important
}

.energy-nav-bg {
    background: #fff url(/img/tv/woman-menu-2.jpg) 100% 100% no-repeat !important
}

@media only screen and (max-width:1199px) {
    #energy-page-head.commerce-energy {
        background: #f9f9f9;
        background-size: cover
    }

        #energy-page-head.commerce-energy .title-narrow {
            text-align: left;
            color: #344974;
            margin-top: 2rem;
            font-size: 38px
        }

    #commerce-bb {
        background: #f9f9f9;
        background-size: cover
    }

        #commerce-bb .mail-contact {
            padding-top: 1rem;
            position: relative
        }

        #commerce-bb .title-narrow {
            color: #344974;
            margin-top: 2.5rem;
            text-align: center;
            font-weight: 500;
            font-size: 38px
        }

    .energy-nav-bg, .insurance-nav-bg {
        background: #fff !important
    }

    .commerce-ci-bg {
        background: #fff;
        background-size: 100%
    }
}

.tv-energy-woman {
    background: url(/img/tv/woman-v-sofa.jpg) 35% 0 no-repeat !important;
    background-size: cover !important
}

#commerce-bb .mail-contact {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative
}

#commerce-bb .input-group-append, .input-group-prepend {
    display: flex;
    height: 50px
}

@media (max-width:992px) {
    #commerce-bb .mail-contact .red-submit-btn {
        margin: 0
    }
}

@media (max-width:767px) {
    #commerce-bb .mail-contact .red-submit-btn {
        margin-top: 1rem
    }
}

.count-switch {
    background-color: #fff;
    padding: 1rem 1rem 2rem;
    text-align: center;
    width: 80%;
    margin: 0 10%
}

    .count-switch .suba, .count-switch .tita {
        color: #344974;
        font-size: 2.2rem;
        font-weight: 300
    }

    .count-switch .text-center {
        margin-top: 1rem
    }

    .count-switch .more-products {
        background: #3f5d9a;
        color: #fff;
        padding: 1rem 2rem;
        text-transform: uppercase;
        border-radius: 5px;
        display: inline-block;
        text-decoration: none;
        margin: 1rem .5rem
    }

    .count-switch .flag {
        height: 1rem;
        margin-right: 4px;
        vertical-align: -2px
    }

.ft-ct-btn {
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    padding: 13px 10px;
    border-radius: 5px;
    margin: 6px 12px
}

    .ft-ct-btn .flag {
        height: 1rem;
        margin-right: 4px;
        vertical-align: -2px
    }

.ft-ct-sw {
    text-align: center;
    margin-top: 2rem
}

@media (max-width:1024px) {
    .toast {
        overflow: hidden;
        font-size: .875rem;
        background-color: hsla(0,0%,100%,.85);
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.1);
        box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        opacity: 0;
        border-radius: .25rem;
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-bottom: 0 !important;
        text-align: center !important
    }
}

.review-link {
    color: #fff;
    text-decoration: underline
}

@media (max-width:767px) {
    #energy-text-section .nrg-img {
        margin: 0;
        max-width: 30%
    }
}

#expert-quote {
    background: #344974;
    padding: 3rem 0
}

    #expert-quote .quotext {
        font-size: 1.4rem;
        color: #bbd9ff;
        max-width: 90%;
        padding-left: 10%
    }

        #expert-quote .quotext:before {
            content: "";
            width: 61px;
            height: 180px;
            background: url(/img/quotemarks.png) -11px 0 no-repeat;
            float: left;
            position: absolute;
            margin: 0 10px 2px 0;
            left: 10px
        }

    #expert-quote .quote-attr {
        font-size: 1.3rem;
        font-weight: 700;
        color: #fff;
        margin: 0 0 3%
    }

@media screen and (max-width:767px) {
    #expert-quote .quotext:before {
        left: 25px
    }

    #expert-quote .quote-attr {
        font-size: 1.1rem;
        font-weight: 700;
        color: #fff;
        margin: 3% 8% 4% 5%
    }

    #expert-quote .quotext {
        font-size: 1.2rem;
        color: #619ae4;
        max-width: 81%;
        margin: auto;
        float: right;
        padding-left: 0
    }

    #expert-quote {
        background: #344974;
        padding: 3rem 0 2rem
    }
}

#expert-quote h4 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700
}

#expert-quote img {
    display: block;
    margin: 0 auto
}

#cf-cta {
    background: #f1f1f1;
    padding: 2.2rem 2.2rem 1.6rem;
    border-radius: 16px;
    max-width: 341px;
    margin: auto
}

    #cf-cta h5 {
        color: #0f358e;
        font-weight: 300;
        font-size: 3rem;
        text-align: center
    }

        #cf-cta h5 span {
            font-weight: 400
        }

    #cf-cta p {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 300;
        padding: .5rem 1rem
    }

        #cf-cta p span {
            font-weight: 400
        }

    #cf-cta a {
        background: #f91c3d;
        background: linear-gradient(135deg,#f91c3d,#fa2b56);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
        color: #fff;
        padding: 1rem 2rem;
        border-radius: 5px;
        margin: 1.6rem 0 0;
        font-size: 1.4rem;
        font-weight: 300;
        display: inline-block;
        cursor: pointer
    }

#cf-g-cta .row {
    background: url(/img/car-finance-text-cta2-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    border-bottom: 4px solid #07abef;
    padding: 1rem 0 1rem 1rem
}

#cf-g-cta h5 {
    font-size: 2.5rem
}

#cf-g-cta h5, #cf-g-cta p {
    color: #0f358e;
    font-weight: 300;
    text-align: left
}

#cf-g-cta p {
    font-size: 1.3rem;
    margin: 0 !important
}

#cf-g-cta h5 span {
    font-weight: 400
}

#cf-g-cta a {
    background: #f91c3d;
    background: linear-gradient(135deg,#f91c3d,#fa2b56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f91c3d",endColorstr="#fa2b56",GradientType=1);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    margin: .6rem 0 0;
    font-size: 1.4rem;
    font-weight: 300;
    display: inline-block;
    cursor: pointer
}

.cta_banner {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgba(10,49,150,.08);
    color: #0a3196;
    text-decoration: none;
    border-radius: .25rem;
    padding: 2.5rem 3rem;
    border: 2px solid transparent;
    transition: border .3s,background .3s
}

    .cta_banner:hover {
        color: #0a3196;
        text-decoration: none;
        background: rgba(10,49,150,.1);
        border: 2px solid #07abef
    }

    .cta_banner .text-lighter {
        color: rgba(10,49,150,.55)
    }

    .cta_banner .btn-primary {
        padding: .75rem 2.25rem;
        border: 1px solid #f31f4b;
        background: #f31f4b
    }

        .cta_banner .btn-primary:focus, .cta_banner .btn-primary:hover, .cta_banner:hover .btn-primary {
            border: 1px solid #f31f4b !important;
            background: #f31f4b !important;
            box-shadow: 0 2px 20px 0 rgba(209,22,61,.4) !important;
            outline: none !important
        }

    .cta_banner h3 {
        font-weight: 400 !important;
        margin: 0 0 .5rem !important;
        color: #083296 !important;
        font-size: 2rem !important
    }

    .cta_banner p {
        margin: 0 0 1.5rem !important;
        font-weight: 400 !important
    }

@media (max-width:768px) {
    .cta_banner {
        padding: 1.5rem 2rem
    }

        .cta_banner .btn-primary {
            display: block;
            width: 100%
        }

        .cta_banner:after {
            content: none;
            display: none
        }
}

@media screen and (max-width:767px) {
    #cf-g-cta, #cf-g-cta p {
        text-align: center
    }

        #cf-g-cta p {
            font-size: 1.2rem;
            margin: 0 !important
        }

        #cf-g-cta h5 {
            font-size: 1.8rem;
            text-align: center
        }
}

header.life-insurance {
    background: url(/img/life-insurance-head.jpg) 46% 0 no-repeat;
    background-size: cover;
    height: 40vh;
    min-height: 500px;
    max-height: 700px
}

.li-blu, .li-blu-sub {
    color: #344974 !important
}

.li-blu-sub {
    font-size: 1.8rem;
    text-shadow: none !important
}

@media only screen and (max-width:1199px) {
    header.life-insurance {
        background: #1a2948;
        height: 100%;
        min-height: 400px;
        max-height: 700px
    }

    .li-blu, .li-blu-sub {
        color: #fff !important;
        text-align: center
    }
}

#life-insurance-guides {
    background-size: auto !important
}

    #life-insurance-guides .guide-header-main {
        font-weight: 500;
        color: #344974;
        text-shadow: none
    }

    #life-insurance-guides .sub-title {
        color: #344974;
        text-shadow: none
    }

@media only screen and (max-width:1199px) {
    #life-insurance-guides .guide-header-main {
        font-weight: 500;
        color: #fff;
        text-shadow: none
    }

    #life-insurance-guides .sub-title {
        color: #fff;
        text-shadow: none
    }
}

.site-logo {
    height: 45px
}

.car-top-box img {
    height: 1.4rem;
    margin-right: 5px
}

.navcon {
    height: .7rem;
    margin-left: 5px
}

.tabcon {
    height: 1rem;
    margin-left: 5px
}

.tabcon-up {
    transform: scaleY(-1)
}

.selectcon {
    height: 1.2rem;
    margin-left: 5px
}

.debtcon {
    box-shadow: none;
    border-radius: 50%;
    height: 65px;
    padding: 11px !important;
    background: #0596d1;
    background: linear-gradient(135deg,#0596d1,#07a5e7);
    max-width: none !important;
    margin-bottom: 12px
}

.mortgage-box-white img {
    height: 2rem
}

.van-box-white img {
    height: 1.4rem;
    margin-right: 5px
}

.error {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .3px;
    padding-left: 1.675rem;
    margin: .5rem 0;
    text-align: left;
    color: red;
}

ul#ui-id-1 {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-top: 10px
}


.ui-state-active {
    border: unset !important;
    margin: unset !important;
    color: unset !important;
    padding: 0.75rem 1rem !important;
    background-color: #c0c0c0 !important;
}

.fluentContent {
    display: none;
    height: 0px;
}
