﻿@charset "UTF-8";

:root {
    --blue: #19329c;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ff1919;
    --orange: #ff7900;
    --yellow: #ffc800;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #969696;
    --gray-dark: #343a40;
    --primary: #19329c;
    --secondary: #a9a9a9;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc800;
    --danger: #ff1919;
    --light: #f8f9fa;
    --dark: #282828;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, SFUHelvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-second: UTMHelve, SFUHelvetica, Arial, sans-serif;
    --font-family-third: font-family-third
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #282828;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    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[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}
.hide
{
    display: none !important;
}
@media(max-width:768px)
{
    .hide
    {
        display: block !important;
    }
}
blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

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: #19329c;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    a {
        -webkit-transition: none;
        transition: none
    }
}

a:hover {
    color: #0e1d5a;
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #969696;
    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
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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-cancel-button,
[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-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #282828;
    font-family: UTMHelve, SFUHelvetica, Arial, sans-serif
}

h1,
.h1 {
    font-size: 1.374625rem
}

h2,
.h2 {
    font-size: 1.1249875rem
}

h3,
.h3 {
    font-size: .99995rem
}

h4,
.h4 {
    font-size: .875rem
}

h5,
.h5 {
    font-size: .7499625rem
}

h6,
.h6 {
    font-size: .624925rem
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #969696
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.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: #19329c !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #122470 !important
}

.bg-secondary {
    background-color: #a9a9a9 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #908f8f !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc800 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #cca000 !important
}

.bg-danger {
    background-color: #ff1919 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #e50000 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #282828 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #0f0e0e !important
}

.bg-gradient-primary {
    background: #19329c -webkit-gradient(linear, left top, left bottom, from(#3c51ab), to(#19329c)) repeat-x !important;
    background: #19329c linear-gradient(180deg, #3c51ab, #19329c) repeat-x !important
}

.bg-gradient-secondary {
    background: #a9a9a9 -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#a9a9a9)) repeat-x !important;
    background: #a9a9a9 linear-gradient(180deg, #b6b6b6, #a9a9a9) repeat-x !important
}

.bg-gradient-success {
    background: #28a745 -webkit-gradient(linear, left top, left bottom, from(#48b461), to(#28a745)) repeat-x !important;
    background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important
}

.bg-gradient-info {
    background: #17a2b8 -webkit-gradient(linear, left top, left bottom, from(#3ab0c3), to(#17a2b8)) repeat-x !important;
    background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important
}

.bg-gradient-warning {
    background: #ffc800 -webkit-gradient(linear, left top, left bottom, from(#ffd026), to(#ffc800)) repeat-x !important;
    background: #ffc800 linear-gradient(180deg, #ffd026, #ffc800) repeat-x !important
}

.bg-gradient-danger {
    background: #ff1919 -webkit-gradient(linear, left top, left bottom, from(#ff3c3c), to(#ff1919)) repeat-x !important;
    background: #ff1919 linear-gradient(180deg, #ff3c3c, #ff1919) repeat-x !important
}

.bg-gradient-light {
    background: #f8f9fa -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f8f9fa)) repeat-x !important;
    background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important
}

.bg-gradient-dark {
    background: #282828 -webkit-gradient(linear, left top, left bottom, from(#484848), to(#282828)) repeat-x !important;
    background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #19329c !important
}

.border-secondary {
    border-color: #a9a9a9 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc800 !important
}

.border-danger {
    border-color: #ff1919 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #282828 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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 iframe,
.embed-responsive embed,
.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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        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
    }
}

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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
}

.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-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-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-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-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-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-justify {
    text-align: justify !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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #19329c !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #122470 !important
}

.text-secondary {
    color: #a9a9a9 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #908f8f !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc800 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #cca000 !important
}

.text-danger {
    color: #ff1919 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e50000 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #282828 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #0f0e0e !important
}

.text-muted {
    color: #969696 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica-Light.eot);
    src: url(../fonts/Helvetica-Light-1.eot) format("embedded-opentype"), url(../fonts/Helvetica-Light.woff) format("woff"), url(../fonts/Helvetica-Light.ttf) format("truetype"), url(../fonts/Helvetica-Light.svg) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica-LightOblique.eot);
    src: url(../fonts/Helvetica-LightOblique-1.eot) format("embedded-opentype"), url(../fonts/Helvetica-LightOblique.woff) format("woff"), url(../fonts/Helvetica-LightOblique.ttf) format("truetype"), url(../fonts/Helvetica-LightOblique.svg) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica.eot);
    src: url(../fonts/Helvetica-1.eot) format("embedded-opentype"), url(../fonts/Helvetica.woff) format("woff"), url(../fonts/Helvetica.ttf) format("truetype"), url(../fonts/Helvetica.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica-Oblique.eot);
    src: url(../fonts/Helvetica-Oblique.eot?#iefix) format("embedded-opentype"), url(../fonts/Helvetica-Oblique.woff) format("woff"), url(../fonts/Helvetica-Oblique.ttf) format("truetype"), url(../fonts/Helvetica-Oblique.svg#Helvetica-Oblique) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica-Bold.eot);
    src: url(../fonts/Helvetica-Bold-1.eot) format("embedded-opentype"), url(../fonts/Helvetica-Bold.woff) format("woff"), url(../fonts/Helvetica-Bold.ttf) format("truetype"), url(../fonts/Helvetica-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica-BoldOblique.eot);
    src: url(../fonts/Helvetica-BoldOblique-1.eot) format("embedded-opentype"), url(../fonts/Helvetica-BoldOblique.woff) format("woff"), url(../fonts/Helvetica-BoldOblique.ttf) format("truetype"), url(../fonts/Helvetica-BoldOblique.svg) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'UTMHelve';
    src: url(../fonts/UTMHelve.eot);
    src: url(../fonts/UTMHelve-1.eot) format("embedded-opentype"), url(../fonts/UTMHelve.woff) format("woff"), url(../fonts/UTMHelve.ttf) format("truetype"), url(../fonts/UTMHelve.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'UTMHelve';
    src: url(../fonts/UTMHelve-Italic.eot);
    src: url(../fonts/UTMHelve-Italic-1.eot) format("embedded-opentype"), url(../fonts/UTMHelve-Italic.woff) format("woff"), url(../fonts/UTMHelve-Italic.ttf) format("truetype"), url(../fonts/UTMHelve-Italic.svg) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'UTMHelve';
    src: url(../fonts/UTMHelveBold.eot);
    src: url(../fonts/UTMHelveBold-1.eot) format("embedded-opentype"), url(../fonts/UTMHelveBold.woff) format("woff"), url(../fonts/UTMHelveBold.ttf) format("truetype"), url(../fonts/UTMHelveBold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'UTMHelve';
    src: url(../fonts/UTMHelve-BoldItalic.eot);
    src: url(../fonts/UTMHelve-BoldItalic-1.eot) format("embedded-opentype"), url(../fonts/UTMHelve-BoldItalic.woff) format("woff"), url(../fonts/UTMHelve-BoldItalic.ttf) format("truetype"), url(../fonts/UTMHelve-BoldItalic.svg) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelvetica.eot);
    src: url(../fonts/SFUHelvetica-1.eot) format("embedded-opentype"), url(../fonts/SFUHelvetica.woff) format("woff"), url(../fonts/SFUHelvetica.ttf) format("truetype"), url(../fonts/SFUHelvetica.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelveticaOblique.eot);
    src: url(../fonts/SFUHelveticaOblique-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaOblique.woff) format("woff"), url(../fonts/SFUHelveticaOblique.ttf) format("truetype"), url(../fonts/SFUHelveticaOblique.svg) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelveticaNeueUltraLight.eot);
    src: url(../fonts/SFUHelveticaNeueUltraLight-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaNeueUltraLight.woff) format("woff"), url(../fonts/SFUHelveticaNeueUltraLight.ttf) format("truetype"), url(../fonts/SFUHelveticaNeueUltraLight.svg) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelveticaLight.eot);
    src: url(../fonts/SFUHelveticaLight-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaLight.woff) format("woff"), url(../fonts/SFUHelveticaLight.ttf) format("truetype"), url(../fonts/SFUHelveticaLight.svg) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelveticaLightOblique.eot);
    src: url(../fonts/SFUHelveticaLightOblique-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaLightOblique.woff) format("woff"), url(../fonts/SFUHelveticaLightOblique.ttf) format("truetype"), url(../fonts/SFUHelveticaLightOblique.svg) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelveticaBold.eot);
    src: url(../fonts/SFUHelveticaBold-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaBold.woff) format("woff"), url(../fonts/SFUHelveticaBold.ttf) format("truetype"), url(../fonts/SFUHelveticaBold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelveticaBlack.eot);
    src: url(../fonts/SFUHelveticaBlack-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaBlack.woff) format("woff"), url(../fonts/SFUHelveticaBlack.ttf) format("truetype"), url(../fonts/SFUHelveticaBlack.svg) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url(../fonts/SFUHelveticaBlackOblique.eot);
    src: url(../fonts/SFUHelveticaBlackOblique-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaBlackOblique.woff) format("woff"), url(../fonts/SFUHelveticaBlackOblique.ttf) format("truetype"), url(../fonts/SFUHelveticaBlackOblique.svg) format("svg");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'SFUHelvetica Compressed';
    src: url(../fonts/SFUHelveticaUltraCompressed.eot);
    src: url(../fonts/SFUHelveticaUltraCompressed-1.eot) format("embedded-opentype"), url(../fonts/SFUHelveticaUltraCompressed.woff) format("woff"), url(../fonts/SFUHelveticaUltraCompressed.ttf) format("truetype"), url(../fonts/SFUHelveticaUltraCompressed.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #969696
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #282828;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #282828
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 6.5px;
    padding-left: 6.5px;
    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: 1152px
    }
}

@media(min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.container-fluid {
    width: 100%;
    padding-right: 6.5px;
    padding-left: 6.5px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6.5px;
    margin-left: -6.5px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.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-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col,
.col-auto,
.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-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm,
.col-sm-auto,
.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-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md,
.col-md-auto,
.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-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg,
.col-lg-auto,
.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-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 6.5px;
    padding-left: 6.5px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.col-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
}

.col-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

.col-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%
}

.col-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

.col-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14
}

.order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16
}

.order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17
}

.order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18
}

.order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19
}

.order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20
}

.offset-1 {
    margin-left: 5%
}

.offset-2 {
    margin-left: 10%
}

.offset-3 {
    margin-left: 15%
}

.offset-4 {
    margin-left: 20%
}

.offset-5 {
    margin-left: 25%
}

.offset-6 {
    margin-left: 30%
}

.offset-7 {
    margin-left: 35%
}

.offset-8 {
    margin-left: 40%
}

.offset-9 {
    margin-left: 45%
}

.offset-10 {
    margin-left: 50%
}

.offset-11 {
    margin-left: 55%
}

.offset-12 {
    margin-left: 60%
}

.offset-13 {
    margin-left: 65%
}

.offset-14 {
    margin-left: 70%
}

.offset-15 {
    margin-left: 75%
}

.offset-16 {
    margin-left: 80%
}

.offset-17 {
    margin-left: 85%
}

.offset-18 {
    margin-left: 90%
}

.offset-19 {
    margin-left: 95%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-sm-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-sm-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-sm-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-sm-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%
    }

    .col-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-sm-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-sm-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-sm-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .order-sm-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-sm-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18
    }

    .order-sm-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19
    }

    .order-sm-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 5%
    }

    .offset-sm-2 {
        margin-left: 10%
    }

    .offset-sm-3 {
        margin-left: 15%
    }

    .offset-sm-4 {
        margin-left: 20%
    }

    .offset-sm-5 {
        margin-left: 25%
    }

    .offset-sm-6 {
        margin-left: 30%
    }

    .offset-sm-7 {
        margin-left: 35%
    }

    .offset-sm-8 {
        margin-left: 40%
    }

    .offset-sm-9 {
        margin-left: 45%
    }

    .offset-sm-10 {
        margin-left: 50%
    }

    .offset-sm-11 {
        margin-left: 55%
    }

    .offset-sm-12 {
        margin-left: 60%
    }

    .offset-sm-13 {
        margin-left: 65%
    }

    .offset-sm-14 {
        margin-left: 70%
    }

    .offset-sm-15 {
        margin-left: 75%
    }

    .offset-sm-16 {
        margin-left: 80%
    }

    .offset-sm-17 {
        margin-left: 85%
    }

    .offset-sm-18 {
        margin-left: 90%
    }

    .offset-sm-19 {
        margin-left: 95%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-md-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-md-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-md-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-md-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-md-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%
    }

    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-md-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-md-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-md-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .order-md-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-md-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18
    }

    .order-md-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19
    }

    .order-md-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 5%
    }

    .offset-md-2 {
        margin-left: 10%
    }

    .offset-md-3 {
        margin-left: 15%
    }

    .offset-md-4 {
        margin-left: 20%
    }

    .offset-md-5 {
        margin-left: 25%
    }

    .offset-md-6 {
        margin-left: 30%
    }

    .offset-md-7 {
        margin-left: 35%
    }

    .offset-md-8 {
        margin-left: 40%
    }

    .offset-md-9 {
        margin-left: 45%
    }

    .offset-md-10 {
        margin-left: 50%
    }

    .offset-md-11 {
        margin-left: 55%
    }

    .offset-md-12 {
        margin-left: 60%
    }

    .offset-md-13 {
        margin-left: 65%
    }

    .offset-md-14 {
        margin-left: 70%
    }

    .offset-md-15 {
        margin-left: 75%
    }

    .offset-md-16 {
        margin-left: 80%
    }

    .offset-md-17 {
        margin-left: 85%
    }

    .offset-md-18 {
        margin-left: 90%
    }

    .offset-md-19 {
        margin-left: 95%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-lg-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-lg-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-lg-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-lg-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%
    }

    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-lg-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-lg-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-lg-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .order-lg-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-lg-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18
    }

    .order-lg-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19
    }

    .order-lg-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 5%
    }

    .offset-lg-2 {
        margin-left: 10%
    }

    .offset-lg-3 {
        margin-left: 15%
    }

    .offset-lg-4 {
        margin-left: 20%
    }

    .offset-lg-5 {
        margin-left: 25%
    }

    .offset-lg-6 {
        margin-left: 30%
    }

    .offset-lg-7 {
        margin-left: 35%
    }

    .offset-lg-8 {
        margin-left: 40%
    }

    .offset-lg-9 {
        margin-left: 45%
    }

    .offset-lg-10 {
        margin-left: 50%
    }

    .offset-lg-11 {
        margin-left: 55%
    }

    .offset-lg-12 {
        margin-left: 60%
    }

    .offset-lg-13 {
        margin-left: 65%
    }

    .offset-lg-14 {
        margin-left: 70%
    }

    .offset-lg-15 {
        margin-left: 75%
    }

    .offset-lg-16 {
        margin-left: 80%
    }

    .offset-lg-17 {
        margin-left: 85%
    }

    .offset-lg-18 {
        margin-left: 90%
    }

    .offset-lg-19 {
        margin-left: 95%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }

    .col-xl-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xl-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }

    .col-xl-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xl-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%
    }

    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .order-xl-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14
    }

    .order-xl-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15
    }

    .order-xl-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16
    }

    .order-xl-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17
    }

    .order-xl-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18
    }

    .order-xl-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19
    }

    .order-xl-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 5%
    }

    .offset-xl-2 {
        margin-left: 10%
    }

    .offset-xl-3 {
        margin-left: 15%
    }

    .offset-xl-4 {
        margin-left: 20%
    }

    .offset-xl-5 {
        margin-left: 25%
    }

    .offset-xl-6 {
        margin-left: 30%
    }

    .offset-xl-7 {
        margin-left: 35%
    }

    .offset-xl-8 {
        margin-left: 40%
    }

    .offset-xl-9 {
        margin-left: 45%
    }

    .offset-xl-10 {
        margin-left: 50%
    }

    .offset-xl-11 {
        margin-left: 55%
    }

    .offset-xl-12 {
        margin-left: 60%
    }

    .offset-xl-13 {
        margin-left: 65%
    }

    .offset-xl-14 {
        margin-left: 70%
    }

    .offset-xl-15 {
        margin-left: 75%
    }

    .offset-xl-16 {
        margin-left: 80%
    }

    .offset-xl-17 {
        margin-left: 85%
    }

    .offset-xl-18 {
        margin-left: 90%
    }

    .offset-xl-19 {
        margin-left: 95%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #bfc6e3
}

.table-hover .table-primary:hover {
    background-color: #adb6db
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #adb6db
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #e7e7e7
}

.table-hover .table-secondary:hover {
    background-color: #dadada
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #dadada
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.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>th,
.table-warning>td {
    background-color: #fff0b8
}

.table-hover .table-warning:hover {
    background-color: #ffeb9f
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffeb9f
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #ffbfbf
}

.table-hover .table-danger:hover {
    background-color: #ffa6a6
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ffa6a6
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c3c3c3
}

.table-hover .table-dark:hover {
    background-color: #b6b6b6
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b6b6b6
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #282828;
    border-color: #3b3b3b
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #282828
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #3b3b3b
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem .4375rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced0da;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    border-color: #19329c;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #969696;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #969696;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #969696;
    opacity: 1
}

.form-control::placeholder {
    color: #969696;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.0625rem+2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem+1px);
    padding-bottom: calc(0.375rem+1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem+1px);
    padding-bottom: calc(0.5rem+1px);
    font-size: 1.09375rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem+1px);
    padding-bottom: calc(0.25rem+1px);
    font-size: .765625rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #282828;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(1.6484375rem+2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(2.640625rem+2px)
}

.form-group {
    margin-bottom: 1rem
}

label.error {
    font-size: .75rem;
    color: rgba(255, 25, 25, 0.8);
    margin: 2px 0 0
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    color: #969696
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background: #34ce57 -webkit-gradient(linear, right top, left top, from(#5cd879), to(#34ce57)) repeat-x;
    background: #34ce57 linear-gradient(-90deg, #5cd879, #34ce57) repeat-x
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ff1919
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 25, 25, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ff1919
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #ff1919;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 25, 25, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 25, 25, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #ff1919
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #ff1919
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #f99
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background: #ff4c4c -webkit-gradient(linear, right top, left top, from(#ff7070), to(#ff4c4c)) repeat-x;
    background: #ff4c4c linear-gradient(-90deg, #ff7070, #ff4c4c) repeat-x
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 25, 25, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 25, 25, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #ff1919
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 25, 25, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 25, 25, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

@font-face {
    font-family: 'ElegantIcons';
    src: url(../fonts/ElegantIcons.eot);
    src: url(../fonts/ElegantIcons-1.eot) format("embedded-opentype"), url(../fonts/ElegantIcons.woff) format("woff"), url(../fonts/ElegantIcons.ttf) format("truetype"), url(../fonts/ElegantIcons.svg) format("svg")
}

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.arrow_up,
.arrow_down,
.arrow_left,
.arrow_right,
.arrow_left-up,
.arrow_right-up,
.arrow_right-down,
.arrow_left-down,
.arrow-up-down,
.arrow_up-down_alt,
.arrow_left-right_alt,
.arrow_left-right,
.arrow_expand_alt2,
.arrow_expand_alt,
.arrow_condense,
.arrow_expand,
.arrow_move,
.arrow_carrot-up,
.arrow_carrot-down,
.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2up,
.arrow_carrot-2down,
.arrow_carrot-2left,
.arrow_carrot-2right,
.arrow_carrot-up_alt2,
.arrow_carrot-down_alt2,
.arrow_carrot-left_alt2,
.arrow_carrot-right_alt2,
.arrow_carrot-2up_alt2,
.arrow_carrot-2down_alt2,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right_alt2,
.arrow_triangle-up,
.arrow_triangle-down,
.arrow_triangle-left,
.arrow_triangle-right,
.arrow_triangle-up_alt2,
.arrow_triangle-down_alt2,
.arrow_triangle-left_alt2,
.arrow_triangle-right_alt2,
.arrow_back,
.icon_minus-06,
.icon_plus,
.icon_close,
.icon_check,
.icon_minus_alt2,
.icon_plus_alt2,
.icon_close_alt2,
.icon_check_alt2,
.icon_zoom-out_alt,
.icon_zoom-in_alt,
.icon_search,
.icon_box-empty,
.icon_box-selected,
.icon_minus-box,
.icon_plus-box,
.icon_box-checked,
.icon_circle-empty,
.icon_circle-slelected,
.icon_stop_alt2,
.icon_stop,
.icon_pause_alt2,
.icon_pause,
.icon_menu,
.icon_menu-square_alt2,
.icon_menu-circle_alt2,
.icon_ul,
.icon_ol,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_document_alt,
.icon_documents_alt,
.icon_pencil,
.icon_pencil-edit_alt,
.icon_pencil-edit,
.icon_folder-alt,
.icon_folder-open_alt,
.icon_folder-add_alt,
.icon_info_alt,
.icon_error-oct_alt,
.icon_error-circle_alt,
.icon_error-triangle_alt,
.icon_question_alt2,
.icon_question,
.icon_comment_alt,
.icon_chat_alt,
.icon_vol-mute_alt,
.icon_volume-low_alt,
.icon_volume-high_alt,
.icon_quotations,
.icon_quotations_alt2,
.icon_clock_alt,
.icon_lock_alt,
.icon_lock-open_alt,
.icon_key_alt,
.icon_cloud_alt,
.icon_cloud-upload_alt,
.icon_cloud-download_alt,
.icon_image,
.icon_images,
.icon_lightbulb_alt,
.icon_gift_alt,
.icon_house_alt,
.icon_genius,
.icon_mobile,
.icon_tablet,
.icon_laptop,
.icon_desktop,
.icon_camera_alt,
.icon_mail_alt,
.icon_cone_alt,
.icon_ribbon_alt,
.icon_bag_alt,
.icon_creditcard,
.icon_cart_alt,
.icon_paperclip,
.icon_tag_alt,
.icon_tags_alt,
.icon_trash_alt,
.icon_cursor_alt,
.icon_mic_alt,
.icon_compass_alt,
.icon_pin_alt,
.icon_pushpin_alt,
.icon_map_alt,
.icon_drawer_alt,
.icon_toolbox_alt,
.icon_book_alt,
.icon_calendar,
.icon_film,
.icon_table,
.icon_contacts_alt,
.icon_headphones,
.icon_lifesaver,
.icon_piechart,
.icon_refresh,
.icon_link_alt,
.icon_link,
.icon_loading,
.icon_blocked,
.icon_archive_alt,
.icon_heart_alt,
.icon_star_alt,
.icon_star-half_alt,
.icon_star,
.icon_star-half,
.icon_tools,
.icon_tool,
.icon_cog,
.icon_cogs,
.arrow_up_alt,
.arrow_down_alt,
.arrow_left_alt,
.arrow_right_alt,
.arrow_left-up_alt,
.arrow_right-up_alt,
.arrow_right-down_alt,
.arrow_left-down_alt,
.arrow_condense_alt,
.arrow_expand_alt3,
.arrow_carrot_up_alt,
.arrow_carrot-down_alt,
.arrow_carrot-left_alt,
.arrow_carrot-right_alt,
.arrow_carrot-2up_alt,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left_alt,
.arrow_carrot-2right_alt,
.arrow_triangle-up_alt,
.arrow_triangle-down_alt,
.arrow_triangle-left_alt,
.arrow_triangle-right_alt,
.icon_minus_alt,
.icon_plus_alt,
.icon_close_alt,
.icon_check_alt,
.icon_zoom-out,
.icon_zoom-in,
.icon_stop_alt,
.icon_menu-square_alt,
.icon_menu-circle_alt,
.icon_document,
.icon_documents,
.icon_pencil_alt,
.icon_folder,
.icon_folder-open,
.icon_folder-add,
.icon_folder_upload,
.icon_folder_download,
.icon_info,
.icon_error-circle,
.icon_error-oct,
.icon_error-triangle,
.icon_question_alt,
.icon_comment,
.icon_chat,
.icon_vol-mute,
.icon_volume-low,
.icon_volume-high,
.icon_quotations_alt,
.icon_clock,
.icon_lock,
.icon_lock-open,
.icon_key,
.icon_cloud,
.icon_cloud-upload,
.icon_cloud-download,
.icon_lightbulb,
.icon_gift,
.icon_house,
.icon_camera,
.icon_mail,
.icon_cone,
.icon_ribbon,
.icon_bag,
.icon_cart,
.icon_tag,
.icon_tags,
.icon_trash,
.icon_cursor,
.icon_mic,
.icon_compass,
.icon_pin,
.icon_pushpin,
.icon_map,
.icon_drawer,
.icon_toolbox,
.icon_book,
.icon_contacts,
.icon_archive,
.icon_heart,
.icon_profile,
.icon_group,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_music,
.icon_pause_alt,
.icon_phone,
.icon_upload,
.icon_download,
.social_facebook,
.social_twitter,
.social_pinterest,
.social_googleplus,
.social_tumblr,
.social_tumbleupon,
.social_wordpress,
.social_instagram,
.social_dribbble,
.social_vimeo,
.social_linkedin,
.social_rss,
.social_deviantart,
.social_share,
.social_myspace,
.social_skype,
.social_youtube,
.social_picassa,
.social_googledrive,
.social_flickr,
.social_blogger,
.social_spotify,
.social_delicious,
.social_facebook_circle,
.social_twitter_circle,
.social_pinterest_circle,
.social_googleplus_circle,
.social_tumblr_circle,
.social_stumbleupon_circle,
.social_wordpress_circle,
.social_instagram_circle,
.social_dribbble_circle,
.social_vimeo_circle,
.social_linkedin_circle,
.social_rss_circle,
.social_deviantart_circle,
.social_share_circle,
.social_myspace_circle,
.social_skype_circle,
.social_youtube_circle,
.social_picassa_circle,
.social_googledrive_alt2,
.social_flickr_circle,
.social_blogger_circle,
.social_spotify_circle,
.social_delicious_circle,
.social_facebook_square,
.social_twitter_square,
.social_pinterest_square,
.social_googleplus_square,
.social_tumblr_square,
.social_stumbleupon_square,
.social_wordpress_square,
.social_instagram_square,
.social_dribbble_square,
.social_vimeo_square,
.social_linkedin_square,
.social_rss_square,
.social_deviantart_square,
.social_share_square,
.social_myspace_square,
.social_skype_square,
.social_youtube_square,
.social_picassa_square,
.social_googledrive_square,
.social_flickr_square,
.social_blogger_square,
.social_spotify_square,
.social_delicious_square,
.icon_printer,
.icon_calulator,
.icon_building,
.icon_floppy,
.icon_drive,
.icon_search-2,
.icon_id,
.icon_id-2,
.icon_puzzle,
.icon_like,
.icon_dislike,
.icon_mug,
.icon_currency,
.icon_wallet,
.icon_pens,
.icon_easel,
.icon_flowchart,
.icon_datareport,
.icon_briefcase,
.icon_shield,
.icon_percent,
.icon_globe,
.icon_globe-2,
.icon_target,
.icon_hourglass,
.icon_balance,
.icon_rook,
.icon_printer-alt,
.icon_calculator_alt,
.icon_building_alt,
.icon_floppy_alt,
.icon_drive_alt,
.icon_search_alt,
.icon_id_alt,
.icon_id-2_alt,
.icon_puzzle_alt,
.icon_like_alt,
.icon_dislike_alt,
.icon_mug_alt,
.icon_currency_alt,
.icon_wallet_alt,
.icon_pens_alt,
.icon_easel_alt,
.icon_flowchart_alt,
.icon_datareport_alt,
.icon_briefcase_alt,
.icon_shield_alt,
.icon_percent_alt,
.icon_globe_alt,
.icon_clipboard {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.arrow_up:before {
    content: "\21"
}

.arrow_down:before {
    content: "\22"
}

.arrow_left:before {
    content: "\23"
}

.arrow_right:before {
    content: "\24"
}

.arrow_left-up:before {
    content: "\25"
}

.arrow_right-up:before {
    content: "\26"
}

.arrow_right-down:before {
    content: "\27"
}

.arrow_left-down:before {
    content: "\28"
}

.arrow-up-down:before {
    content: "\29"
}

.arrow_up-down_alt:before {
    content: "\2a"
}

.arrow_left-right_alt:before {
    content: "\2b"
}

.arrow_left-right:before {
    content: "\2c"
}

.arrow_expand_alt2:before {
    content: "\2d"
}

.arrow_expand_alt:before {
    content: "\2e"
}

.arrow_condense:before {
    content: "\2f"
}

.arrow_expand:before {
    content: "\30"
}

.arrow_move:before {
    content: "\31"
}

.arrow_carrot-up:before {
    content: "\32"
}

.arrow_carrot-down:before {
    content: "\33"
}

.arrow_carrot-left:before {
    content: "\34"
}

.arrow_carrot-right:before {
    content: "\35"
}

.arrow_carrot-2up:before {
    content: "\36"
}

.arrow_carrot-2down:before {
    content: "\37"
}

.arrow_carrot-2left:before {
    content: "\38"
}

.arrow_carrot-2right:before {
    content: "\39"
}

.arrow_carrot-up_alt2:before {
    content: "\3a"
}

.arrow_carrot-down_alt2:before {
    content: "\3b"
}

.arrow_carrot-left_alt2:before {
    content: "\3c"
}

.arrow_carrot-right_alt2:before {
    content: "\3d"
}

.arrow_carrot-2up_alt2:before {
    content: "\3e"
}

.arrow_carrot-2down_alt2:before {
    content: "\3f"
}

.arrow_carrot-2left_alt2:before {
    content: "\40"
}

.arrow_carrot-2right_alt2:before {
    content: "\41"
}

.arrow_triangle-up:before {
    content: "\42"
}

.arrow_triangle-down:before {
    content: "\43"
}

.arrow_triangle-left:before {
    content: "\44"
}

.arrow_triangle-right:before {
    content: "\45"
}

.arrow_triangle-up_alt2:before {
    content: "\46"
}

.arrow_triangle-down_alt2:before {
    content: "\47"
}

.arrow_triangle-left_alt2:before {
    content: "\48"
}

.arrow_triangle-right_alt2:before {
    content: "\49"
}

.arrow_back:before {
    content: "\4a"
}

.icon_minus-06:before {
    content: "\4b"
}

.icon_plus:before {
    content: "\4c"
}

.icon_close:before {
    content: "\4d"
}

.icon_check:before {
    content: "\4e"
}

.icon_minus_alt2:before {
    content: "\4f"
}

.icon_plus_alt2:before {
    content: "\50"
}

.icon_close_alt2:before {
    content: "\51"
}

.icon_check_alt2:before {
    content: "\52"
}

.icon_zoom-out_alt:before {
    content: "\53"
}

.icon_zoom-in_alt:before {
    content: "\54"
}

.icon_search:before {
    content: "\55"
}

.icon_box-empty:before {
    content: "\56"
}

.icon_box-selected:before {
    content: "\57"
}

.icon_minus-box:before {
    content: "\58"
}

.icon_plus-box:before {
    content: "\59"
}

.icon_box-checked:before {
    content: "\5a"
}

.icon_circle-empty:before {
    content: "\5b"
}

.icon_circle-slelected:before {
    content: "\5c"
}

.icon_stop_alt2:before {
    content: "\5d"
}

.icon_stop:before {
    content: "\5e"
}

.icon_pause_alt2:before {
    content: "\5f"
}

.icon_pause:before {
    content: "\60"
}

.icon_menu:before {
    content: "\61"
}

.icon_menu-square_alt2:before {
    content: "\62"
}

.icon_menu-circle_alt2:before {
    content: "\63"
}

.icon_ul:before {
    content: "\64"
}

.icon_ol:before {
    content: "\65"
}

.icon_adjust-horiz:before {
    content: "\66"
}

.icon_adjust-vert:before {
    content: "\67"
}

.icon_document_alt:before {
    content: "\68"
}

.icon_documents_alt:before {
    content: "\69"
}

.icon_pencil:before {
    content: "\6a"
}

.icon_pencil-edit_alt:before {
    content: "\6b"
}

.icon_pencil-edit:before {
    content: "\6c"
}

.icon_folder-alt:before {
    content: "\6d"
}

.icon_folder-open_alt:before {
    content: "\6e"
}

.icon_folder-add_alt:before {
    content: "\6f"
}

.icon_info_alt:before {
    content: "\70"
}

.icon_error-oct_alt:before {
    content: "\71"
}

.icon_error-circle_alt:before {
    content: "\72"
}

.icon_error-triangle_alt:before {
    content: "\73"
}

.icon_question_alt2:before {
    content: "\74"
}

.icon_question:before {
    content: "\75"
}

.icon_comment_alt:before {
    content: "\76"
}

.icon_chat_alt:before {
    content: "\77"
}

.icon_vol-mute_alt:before {
    content: "\78"
}

.icon_volume-low_alt:before {
    content: "\79"
}

.icon_volume-high_alt:before {
    content: "\7a"
}

.icon_quotations:before {
    content: "\7b"
}

.icon_quotations_alt2:before {
    content: "\7c"
}

.icon_clock_alt:before {
    content: "\7d"
}

.icon_lock_alt:before {
    content: "\7e"
}

.icon_lock-open_alt:before {
    content: "\e000"
}

.icon_key_alt:before {
    content: "\e001"
}

.icon_cloud_alt:before {
    content: "\e002"
}

.icon_cloud-upload_alt:before {
    content: "\e003"
}

.icon_cloud-download_alt:before {
    content: "\e004"
}

.icon_image:before {
    content: "\e005"
}

.icon_images:before {
    content: "\e006"
}

.icon_lightbulb_alt:before {
    content: "\e007"
}

.icon_gift_alt:before {
    content: "\e008"
}

.icon_house_alt:before {
    content: "\e009"
}

.icon_genius:before {
    content: "\e00a"
}

.icon_mobile:before {
    content: "\e00b"
}

.icon_tablet:before {
    content: "\e00c"
}

.icon_laptop:before {
    content: "\e00d"
}

.icon_desktop:before {
    content: "\e00e"
}

.icon_camera_alt:before {
    content: "\e00f"
}

.icon_mail_alt:before {
    content: "\e010"
}

.icon_cone_alt:before {
    content: "\e011"
}

.icon_ribbon_alt:before {
    content: "\e012"
}

.icon_bag_alt:before {
    content: "\e013"
}

.icon_creditcard:before {
    content: "\e014"
}

.icon_cart_alt:before {
    content: "\e015"
}

.icon_paperclip:before {
    content: "\e016"
}

.icon_tag_alt:before {
    content: "\e017"
}

.icon_tags_alt:before {
    content: "\e018"
}

.icon_trash_alt:before {
    content: "\e019"
}

.icon_cursor_alt:before {
    content: "\e01a"
}

.icon_mic_alt:before {
    content: "\e01b"
}

.icon_compass_alt:before {
    content: "\e01c"
}

.icon_pin_alt:before {
    content: "\e01d"
}

.icon_pushpin_alt:before {
    content: "\e01e"
}

.icon_map_alt:before {
    content: "\e01f"
}

.icon_drawer_alt:before {
    content: "\e020"
}

.icon_toolbox_alt:before {
    content: "\e021"
}

.icon_book_alt:before {
    content: "\e022"
}

.icon_calendar:before {
    content: "\e023"
}

.icon_film:before {
    content: "\e024"
}

.icon_table:before {
    content: "\e025"
}

.icon_contacts_alt:before {
    content: "\e026"
}

.icon_headphones:before {
    content: "\e027"
}

.icon_lifesaver:before {
    content: "\e028"
}

.icon_piechart:before {
    content: "\e029"
}

.icon_refresh:before {
    content: "\e02a"
}

.icon_link_alt:before {
    content: "\e02b"
}

.icon_link:before {
    content: "\e02c"
}

.icon_loading:before {
    content: "\e02d"
}

.icon_blocked:before {
    content: "\e02e"
}

.icon_archive_alt:before {
    content: "\e02f"
}

.icon_heart_alt:before {
    content: "\e030"
}

.icon_star_alt:before {
    content: "\e031"
}

.icon_star-half_alt:before {
    content: "\e032"
}

.icon_star:before {
    content: "\e033"
}

.icon_star-half:before {
    content: "\e034"
}

.icon_tools:before {
    content: "\e035"
}

.icon_tool:before {
    content: "\e036"
}

.icon_cog:before {
    content: "\e037"
}

.icon_cogs:before {
    content: "\e038"
}

.arrow_up_alt:before {
    content: "\e039"
}

.arrow_down_alt:before {
    content: "\e03a"
}

.arrow_left_alt:before {
    content: "\e03b"
}

.arrow_right_alt:before {
    content: "\e03c"
}

.arrow_left-up_alt:before {
    content: "\e03d"
}

.arrow_right-up_alt:before {
    content: "\e03e"
}

.arrow_right-down_alt:before {
    content: "\e03f"
}

.arrow_left-down_alt:before {
    content: "\e040"
}

.arrow_condense_alt:before {
    content: "\e041"
}

.arrow_expand_alt3:before {
    content: "\e042"
}

.arrow_carrot_up_alt:before {
    content: "\e043"
}

.arrow_carrot-down_alt:before {
    content: "\e044"
}

.arrow_carrot-left_alt:before {
    content: "\e045"
}

.arrow_carrot-right_alt:before {
    content: "\e046"
}

.arrow_carrot-2up_alt:before {
    content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
    content: "\e048"
}

.arrow_carrot-2left_alt:before {
    content: "\e049"
}

.arrow_carrot-2right_alt:before {
    content: "\e04a"
}

.arrow_triangle-up_alt:before {
    content: "\e04b"
}

.arrow_triangle-down_alt:before {
    content: "\e04c"
}

.arrow_triangle-left_alt:before {
    content: "\e04d"
}

.arrow_triangle-right_alt:before {
    content: "\e04e"
}

.icon_minus_alt:before {
    content: "\e04f"
}

.icon_plus_alt:before {
    content: "\e050"
}

.icon_close_alt:before {
    content: "\e051"
}

.icon_check_alt:before {
    content: "\e052"
}

.icon_zoom-out:before {
    content: "\e053"
}

.icon_zoom-in:before {
    content: "\e054"
}

.icon_stop_alt:before {
    content: "\e055"
}

.icon_menu-square_alt:before {
    content: "\e056"
}

.icon_menu-circle_alt:before {
    content: "\e057"
}

.icon_document:before {
    content: "\e058"
}

.icon_documents:before {
    content: "\e059"
}

.icon_pencil_alt:before {
    content: "\e05a"
}

.icon_folder:before {
    content: "\e05b"
}

.icon_folder-open:before {
    content: "\e05c"
}

.icon_folder-add:before {
    content: "\e05d"
}

.icon_folder_upload:before {
    content: "\e05e"
}

.icon_folder_download:before {
    content: "\e05f"
}

.icon_info:before {
    content: "\e060"
}

.icon_error-circle:before {
    content: "\e061"
}

.icon_error-oct:before {
    content: "\e062"
}

.icon_error-triangle:before {
    content: "\e063"
}

.icon_question_alt:before {
    content: "\e064"
}

.icon_comment:before {
    content: "\e065"
}

.icon_chat:before {
    content: "\e066"
}

.icon_vol-mute:before {
    content: "\e067"
}

.icon_volume-low:before {
    content: "\e068"
}

.icon_volume-high:before {
    content: "\e069"
}

.icon_quotations_alt:before {
    content: "\e06a"
}

.icon_clock:before {
    content: "\e06b"
}

.icon_lock:before {
    content: "\e06c"
}

.icon_lock-open:before {
    content: "\e06d"
}

.icon_key:before {
    content: "\e06e"
}

.icon_cloud:before {
    content: "\e06f"
}

.icon_cloud-upload:before {
    content: "\e070"
}

.icon_cloud-download:before {
    content: "\e071"
}

.icon_lightbulb:before {
    content: "\e072"
}

.icon_gift:before {
    content: "\e073"
}

.icon_house:before {
    content: "\e074"
}

.icon_camera:before {
    content: "\e075"
}

.icon_mail:before {
    content: "\e076"
}

.icon_cone:before {
    content: "\e077"
}

.icon_ribbon:before {
    content: "\e078"
}

.icon_bag:before {
    content: "\e079"
}

.icon_cart:before {
    content: "\e07a"
}

.icon_tag:before {
    content: "\e07b"
}

.icon_tags:before {
    content: "\e07c"
}

.icon_trash:before {
    content: "\e07d"
}

.icon_cursor:before {
    content: "\e07e"
}

.icon_mic:before {
    content: "\e07f"
}

.icon_compass:before {
    content: "\e080"
}

.icon_pin:before {
    content: "\e081"
}

.icon_pushpin:before {
    content: "\e082"
}

.icon_map:before {
    content: "\e083"
}

.icon_drawer:before {
    content: "\e084"
}

.icon_toolbox:before {
    content: "\e085"
}

.icon_book:before {
    content: "\e086"
}

.icon_contacts:before {
    content: "\e087"
}

.icon_archive:before {
    content: "\e088"
}

.icon_heart:before {
    content: "\e089"
}

.icon_profile:before {
    content: "\e08a"
}

.icon_group:before {
    content: "\e08b"
}

.icon_grid-2x2:before {
    content: "\e08c"
}

.icon_grid-3x3:before {
    content: "\e08d"
}

.icon_music:before {
    content: "\e08e"
}

.icon_pause_alt:before {
    content: "\e08f"
}

.icon_phone:before {
    content: "\e090"
}

.icon_upload:before {
    content: "\e091"
}

.icon_download:before {
    content: "\e092"
}

.social_facebook:before {
    content: "\e093"
}

.social_twitter:before {
    content: "\e094"
}

.social_pinterest:before {
    content: "\e095"
}

.social_googleplus:before {
    content: "\e096"
}

.social_tumblr:before {
    content: "\e097"
}

.social_tumbleupon:before {
    content: "\e098"
}

.social_wordpress:before {
    content: "\e099"
}

.social_instagram:before {
    content: "\e09a"
}

.social_dribbble:before {
    content: "\e09b"
}

.social_vimeo:before {
    content: "\e09c"
}

.social_linkedin:before {
    content: "\e09d"
}

.social_rss:before {
    content: "\e09e"
}

.social_deviantart:before {
    content: "\e09f"
}

.social_share:before {
    content: "\e0a0"
}

.social_myspace:before {
    content: "\e0a1"
}

.social_skype:before {
    content: "\e0a2"
}

.social_youtube:before {
    content: "\e0a3"
}

.social_picassa:before {
    content: "\e0a4"
}

.social_googledrive:before {
    content: "\e0a5"
}

.social_flickr:before {
    content: "\e0a6"
}

.social_blogger:before {
    content: "\e0a7"
}

.social_spotify:before {
    content: "\e0a8"
}

.social_delicious:before {
    content: "\e0a9"
}

.social_facebook_circle:before {
    content: "\e0aa"
}

.social_twitter_circle:before {
    content: "\e0ab"
}

.social_pinterest_circle:before {
    content: "\e0ac"
}

.social_googleplus_circle:before {
    content: "\e0ad"
}

.social_tumblr_circle:before {
    content: "\e0ae"
}

.social_stumbleupon_circle:before {
    content: "\e0af"
}

.social_wordpress_circle:before {
    content: "\e0b0"
}

.social_instagram_circle:before {
    content: "\e0b1"
}

.social_dribbble_circle:before {
    content: "\e0b2"
}

.social_vimeo_circle:before {
    content: "\e0b3"
}

.social_linkedin_circle:before {
    content: "\e0b4"
}

.social_rss_circle:before {
    content: "\e0b5"
}

.social_deviantart_circle:before {
    content: "\e0b6"
}

.social_share_circle:before {
    content: "\e0b7"
}

.social_myspace_circle:before {
    content: "\e0b8"
}

.social_skype_circle:before {
    content: "\e0b9"
}

.social_youtube_circle:before {
    content: "\e0ba"
}

.social_picassa_circle:before {
    content: "\e0bb"
}

.social_googledrive_alt2:before {
    content: "\e0bc"
}

.social_flickr_circle:before {
    content: "\e0bd"
}

.social_blogger_circle:before {
    content: "\e0be"
}

.social_spotify_circle:before {
    content: "\e0bf"
}

.social_delicious_circle:before {
    content: "\e0c0"
}

.social_facebook_square:before {
    content: "\e0c1"
}

.social_twitter_square:before {
    content: "\e0c2"
}

.social_pinterest_square:before {
    content: "\e0c3"
}

.social_googleplus_square:before {
    content: "\e0c4"
}

.social_tumblr_square:before {
    content: "\e0c5"
}

.social_stumbleupon_square:before {
    content: "\e0c6"
}

.social_wordpress_square:before {
    content: "\e0c7"
}

.social_instagram_square:before {
    content: "\e0c8"
}

.social_dribbble_square:before {
    content: "\e0c9"
}

.social_vimeo_square:before {
    content: "\e0ca"
}

.social_linkedin_square:before {
    content: "\e0cb"
}

.social_rss_square:before {
    content: "\e0cc"
}

.social_deviantart_square:before {
    content: "\e0cd"
}

.social_share_square:before {
    content: "\e0ce"
}

.social_myspace_square:before {
    content: "\e0cf"
}

.social_skype_square:before {
    content: "\e0d0"
}

.social_youtube_square:before {
    content: "\e0d1"
}

.social_picassa_square:before {
    content: "\e0d2"
}

.social_googledrive_square:before {
    content: "\e0d3"
}

.social_flickr_square:before {
    content: "\e0d4"
}

.social_blogger_square:before {
    content: "\e0d5"
}

.social_spotify_square:before {
    content: "\e0d6"
}

.social_delicious_square:before {
    content: "\e0d7"
}

.icon_printer:before {
    content: "\e103"
}

.icon_calulator:before {
    content: "\e0ee"
}

.icon_building:before {
    content: "\e0ef"
}

.icon_floppy:before {
    content: "\e0e8"
}

.icon_drive:before {
    content: "\e0ea"
}

.icon_search-2:before {
    content: "\e101"
}

.icon_id:before {
    content: "\e107"
}

.icon_id-2:before {
    content: "\e108"
}

.icon_puzzle:before {
    content: "\e102"
}

.icon_like:before {
    content: "\e106"
}

.icon_dislike:before {
    content: "\e0eb"
}

.icon_mug:before {
    content: "\e105"
}

.icon_currency:before {
    content: "\e0ed"
}

.icon_wallet:before {
    content: "\e100"
}

.icon_pens:before {
    content: "\e104"
}

.icon_easel:before {
    content: "\e0e9"
}

.icon_flowchart:before {
    content: "\e109"
}

.icon_datareport:before {
    content: "\e0ec"
}

.icon_briefcase:before {
    content: "\e0fe"
}

.icon_shield:before {
    content: "\e0f6"
}

.icon_percent:before {
    content: "\e0fb"
}

.icon_globe:before {
    content: "\e0e2"
}

.icon_globe-2:before {
    content: "\e0e3"
}

.icon_target:before {
    content: "\e0f5"
}

.icon_hourglass:before {
    content: "\e0e1"
}

.icon_balance:before {
    content: "\e0ff"
}

.icon_rook:before {
    content: "\e0f8"
}

.icon_printer-alt:before {
    content: "\e0fa"
}

.icon_calculator_alt:before {
    content: "\e0e7"
}

.icon_building_alt:before {
    content: "\e0fd"
}

.icon_floppy_alt:before {
    content: "\e0e4"
}

.icon_drive_alt:before {
    content: "\e0e5"
}

.icon_search_alt:before {
    content: "\e0f7"
}

.icon_id_alt:before {
    content: "\e0e0"
}

.icon_id-2_alt:before {
    content: "\e0fc"
}

.icon_puzzle_alt:before {
    content: "\e0f9"
}

.icon_like_alt:before {
    content: "\e0dd"
}

.icon_dislike_alt:before {
    content: "\e0f1"
}

.icon_mug_alt:before {
    content: "\e0dc"
}

.icon_currency_alt:before {
    content: "\e0f3"
}

.icon_wallet_alt:before {
    content: "\e0d8"
}

.icon_pens_alt:before {
    content: "\e0db"
}

.icon_easel_alt:before {
    content: "\e0f0"
}

.icon_flowchart_alt:before {
    content: "\e0df"
}

.icon_datareport_alt:before {
    content: "\e0f2"
}

.icon_briefcase_alt:before {
    content: "\e0f4"
}

.icon_shield_alt:before {
    content: "\e0d9"
}

.icon_percent_alt:before {
    content: "\e0da"
}

.icon_globe_alt:before {
    content: "\e0de"
}

.icon_clipboard:before {
    content: "\e0e6"
}

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px
}

.glyph div {
    padding-bottom: 10px
}

.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.centered {
    margin-left: auto;
    margin-right: auto
}

.glyph .fs1 {
    font-size: 2em
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont-1.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.btn {
    display: inline-block;
    font-weight: 700;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    text-transform: uppercase;
    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: 0 solid transparent;
    padding: .625rem 1.5625rem .6875rem;
    font-size: .875rem;
    line-height: 1.3125rem;
    border-radius: 1.875rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn[class*="btn-outline"] {
    padding: .5rem 1.5625rem .5625rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn,
.btn:before {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .btn,
    .btn:before {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    border-color: transparent
}

.btn-primary:hover {
    color: #fff;
    opacity: .95;
    border-color: #122470
}

.btn-primary.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(25, 50, 156, 0.2);
    box-shadow: 0 .8125rem 1.5625rem rgba(25, 50, 156, 0.2)
}

.btn-primary.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.2)
}

.btn-primary.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary.btn-shadow.btn-shadowjs:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x
}

.btn-primary.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(25, 50, 156, 0.2);
    box-shadow: 0 .8125rem 1.875rem rgba(25, 50, 156, 0.2)
}

.btn-primary.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.2)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-primary:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-secondary {
    color: #282828;
    background: #a9a9a9 -webkit-gradient(linear, right top, left top, from(#bababa), to(#a9a9a9)) repeat-x;
    background: #a9a9a9 linear-gradient(-90deg, #bababa, #a9a9a9) repeat-x;
    border-color: transparent
}

.btn-secondary:hover {
    color: #fff;
    opacity: .95;
    border-color: #908f8f
}

.btn-secondary.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(169, 169, 169, 0.2);
    box-shadow: 0 .8125rem 1.5625rem rgba(169, 169, 169, 0.2)
}

.btn-secondary.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(169, 169, 169, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(169, 169, 169, 0.2)
}

.btn-secondary.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary.btn-shadow.btn-shadowjs:after {
    background: #a9a9a9 -webkit-gradient(linear, right top, left top, from(#bababa), to(#a9a9a9)) repeat-x;
    background: #a9a9a9 linear-gradient(-90deg, #bababa, #a9a9a9) repeat-x
}

.btn-secondary.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(169, 169, 169, 0.2);
    box-shadow: 0 .8125rem 1.875rem rgba(169, 169, 169, 0.2)
}

.btn-secondary.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(169, 169, 169, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(169, 169, 169, 0.2)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-secondary:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-success {
    color: #fff;
    background: #28a745 -webkit-gradient(linear, right top, left top, from(#53b96a), to(#28a745)) repeat-x;
    background: #28a745 linear-gradient(-90deg, #53b96a, #28a745) repeat-x;
    border-color: transparent
}

.btn-success:hover {
    color: #fff;
    opacity: .95;
    border-color: #1e7e34
}

.btn-success.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(40, 167, 69, 0.2);
    box-shadow: 0 .8125rem 1.5625rem rgba(40, 167, 69, 0.2)
}

.btn-success.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(40, 167, 69, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(40, 167, 69, 0.2)
}

.btn-success.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success.btn-shadow.btn-shadowjs:after {
    background: #28a745 -webkit-gradient(linear, right top, left top, from(#53b96a), to(#28a745)) repeat-x;
    background: #28a745 linear-gradient(-90deg, #53b96a, #28a745) repeat-x
}

.btn-success.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(40, 167, 69, 0.2);
    box-shadow: 0 .8125rem 1.875rem rgba(40, 167, 69, 0.2)
}

.btn-success.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(40, 167, 69, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(40, 167, 69, 0.2)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-success:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-info {
    color: #fff;
    background: #17a2b8 -webkit-gradient(linear, right top, left top, from(#45b5c6), to(#17a2b8)) repeat-x;
    background: #17a2b8 linear-gradient(-90deg, #45b5c6, #17a2b8) repeat-x;
    border-color: transparent
}

.btn-info:hover {
    color: #fff;
    opacity: .95;
    border-color: #117a8b
}

.btn-info.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(23, 162, 184, 0.2);
    box-shadow: 0 .8125rem 1.5625rem rgba(23, 162, 184, 0.2)
}

.btn-info.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(23, 162, 184, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(23, 162, 184, 0.2)
}

.btn-info.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info.btn-shadow.btn-shadowjs:after {
    background: #17a2b8 -webkit-gradient(linear, right top, left top, from(#45b5c6), to(#17a2b8)) repeat-x;
    background: #17a2b8 linear-gradient(-90deg, #45b5c6, #17a2b8) repeat-x
}

.btn-info.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(23, 162, 184, 0.2);
    box-shadow: 0 .8125rem 1.875rem rgba(23, 162, 184, 0.2)
}

.btn-info.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(23, 162, 184, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(23, 162, 184, 0.2)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-info:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-warning {
    color: #282828;
    background: #ffc800 -webkit-gradient(linear, right top, left top, from(#ffd333), to(#ffc800)) repeat-x;
    background: #ffc800 linear-gradient(-90deg, #ffd333, #ffc800) repeat-x;
    border-color: transparent
}

.btn-warning:hover {
    color: #282828;
    opacity: .95;
    border-color: #cca000
}

.btn-warning.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(255, 200, 0, 0.2);
    box-shadow: 0 .8125rem 1.5625rem rgba(255, 200, 0, 0.2)
}

.btn-warning.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.2)
}

.btn-warning.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning.btn-shadow.btn-shadowjs:after {
    background: #ffc800 -webkit-gradient(linear, right top, left top, from(#ffd333), to(#ffc800)) repeat-x;
    background: #ffc800 linear-gradient(-90deg, #ffd333, #ffc800) repeat-x
}

.btn-warning.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(255, 200, 0, 0.2);
    box-shadow: 0 .8125rem 1.875rem rgba(255, 200, 0, 0.2)
}

.btn-warning.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.2)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-warning:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-danger {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to right, #ff1919 0, #ff7900 100%);
    background-repeat: repeat-x;
    border-color: transparent
}

.btn-danger:hover {
    color: #fff;
    opacity: .95;
    border-color: #e50000
}

.btn-danger.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(255, 200, 0, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(255, 200, 0, 0.4)
}

.btn-danger.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.4)
}

.btn-danger.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger.btn-shadow.btn-shadowjs:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to right, #ff1919 0, #ff7900 100%);
    background-repeat: repeat-x
}

.btn-danger.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(255, 200, 0, 0.4);
    box-shadow: 0 .8125rem 1.875rem rgba(255, 200, 0, 0.4)
}

.btn-danger.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.4)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-danger:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-light {
    color: #282828;
    color: #19329c;
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f3ff), to(#fefefe));
    background-image: linear-gradient(to right, #f0f3ff 0, #fefefe 100%);
    background-repeat: repeat-x;
    border-color: transparent
}

.btn-light:hover {
    color: #282828;
    opacity: .95;
    border-color: #dae0e5
}

.btn-light.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(25, 50, 156, 0.4)
}

.btn-light.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.4)
}

.btn-light.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light.btn-shadow.btn-shadowjs:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f3ff), to(#fefefe));
    background-image: linear-gradient(to right, #f0f3ff 0, #fefefe 100%);
    background-repeat: repeat-x
}

.btn-light.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .8125rem 1.875rem rgba(25, 50, 156, 0.4)
}

.btn-light.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(248, 249, 250, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(248, 249, 250, 0.2)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-light:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-dark {
    color: #fff;
    background: #282828 -webkit-gradient(linear, right top, left top, from(#535353), to(#282828)) repeat-x;
    background: #282828 linear-gradient(-90deg, #535353, #282828) repeat-x;
    border-color: transparent
}

.btn-dark:hover {
    color: #fff;
    opacity: .95;
    border-color: #0f0e0e
}

.btn-dark.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(40, 40, 40, 0.2);
    box-shadow: 0 .8125rem 1.5625rem rgba(40, 40, 40, 0.2)
}

.btn-dark.btn-shadow:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(40, 40, 40, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(40, 40, 40, 0.2)
}

.btn-dark.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark.btn-shadow.btn-shadowjs:after {
    background: #282828 -webkit-gradient(linear, right top, left top, from(#535353), to(#282828)) repeat-x;
    background: #282828 linear-gradient(-90deg, #535353, #282828) repeat-x
}

.btn-dark.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: 0 .8125rem 1.875rem rgba(40, 40, 40, 0.2);
    box-shadow: 0 .8125rem 1.875rem rgba(40, 40, 40, 0.2)
}

.btn-dark.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark.btn-shadow.btn-shadowjs:not(:disabled):not(.disabled):hover:before {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(40, 40, 40, 0.2);
    box-shadow: 0 .3125rem .9375rem rgba(40, 40, 40, 0.2)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.btn-dark:not(:disabled):not(.disabled):hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.btn-outline-primary {
    color: #ff1919;
    color: #ff1919;
    background-color: transparent;
    background-image: none;
    border: 2px solid #19329c
}

.btn-outline-primary.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(25, 50, 156, 0.4)
}

.btn-outline-primary.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-primary.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(25, 50, 156, 0.4)
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #19329c;
    border-color: #19329c
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #19329c;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-outline-secondary {
    color: #a9a9a9;
    background-color: transparent;
    background-image: none;
    border: 2px solid #a9a9a9
}

.btn-outline-secondary.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(169, 169, 169, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(169, 169, 169, 0.4)
}

.btn-outline-secondary.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-secondary.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(169, 169, 169, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(169, 169, 169, 0.4)
}

.btn-outline-secondary:hover {
    color: #282828;
    background-color: #a9a9a9;
    border-color: #a9a9a9
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #a9a9a9;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border: 2px solid #28a745
}

.btn-outline-success.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(40, 167, 69, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(40, 167, 69, 0.4)
}

.btn-outline-success.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-success.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(40, 167, 69, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(40, 167, 69, 0.4)
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border: 2px solid #17a2b8
}

.btn-outline-info.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(23, 162, 184, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(23, 162, 184, 0.4)
}

.btn-outline-info.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-info.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(23, 162, 184, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(23, 162, 184, 0.4)
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.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 {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-outline-warning {
    color: #ffc800;
    background-color: transparent;
    background-image: none;
    border: 2px solid #ffc800
}

.btn-outline-warning.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(255, 200, 0, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(255, 200, 0, 0.4)
}

.btn-outline-warning.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-warning.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(255, 200, 0, 0.4)
}

.btn-outline-warning:hover {
    color: #282828;
    background-color: #ffc800;
    border-color: #ffc800
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc800;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-outline-danger {
    color: #19329c;
    background-color: transparent;
    background-image: none;
    border: 2px solid #ff1919
}

.btn-outline-danger.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(255, 121, 0, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(255, 121, 0, 0.4)
}

.btn-outline-danger.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-danger.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(255, 121, 0, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(255, 121, 0, 0.4)
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff1919
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff1919;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border: 2px solid #f8f9fa
}

.btn-outline-light.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(248, 249, 250, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(248, 249, 250, 0.4)
}

.btn-outline-light.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-light.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(248, 249, 250, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(248, 249, 250, 0.4)
}

.btn-outline-light:hover {
    color: #282828;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-outline-dark {
    color: #282828;
    background-color: transparent;
    background-image: none;
    border: 2px solid #282828
}

.btn-outline-dark.btn-shadow {
    -webkit-box-shadow: 0 .8125rem 1.5625rem rgba(40, 40, 40, 0.4);
    box-shadow: 0 .8125rem 1.5625rem rgba(40, 40, 40, 0.4)
}

.btn-outline-dark.btn-shadow:not(:disabled):not(.disabled):active,
.btn-outline-dark.btn-shadow:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 .3125rem .9375rem rgba(40, 40, 40, 0.4);
    box-shadow: 0 .3125rem .9375rem rgba(40, 40, 40, 0.4)
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #282828;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn-link {
    font-weight: 400;
    color: #19329c;
    background-color: transparent
}

.btn-link:hover {
    color: #0e1d5a;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #969696;
    pointer-events: none
}

@media(min-width:576px) {

    .btn-lg,
    .btn-group-lg>.btn {
        padding: .5625rem 2.5rem .625rem;
        font-size: 1.125rem;
        line-height: 1.5;
        border-radius: 3.125rem
    }

    .btn-lg[class*="btn-outline"],
    .btn-group-lg>.btn[class*="btn-outline"] {
        padding: .4375rem 2.5rem .5rem
    }
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .375rem 1rem .4375rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 1.5625rem
}

.btn-sm[class*="btn-outline"],
.btn-group-sm>.btn[class*="btn-outline"] {
    padding: .25rem 1rem .3125rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.btn-additional {
    -webkit-box-shadow: inset 0 0 0 2px #d2d2d2;
    box-shadow: inset 0 0 0 2px #d2d2d2;
    color: #a9a9a9;
    background: #fff;
    overflow: hidden;
    position: relative
}

.btn-additional:before,
.btn-additional:after,
.btn-additional span:before,
.btn-additional span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .btn-additional:before,
    .btn-additional:after,
    .btn-additional span:before,
    .btn-additional span:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-additional span>span {
    display: inline-block;
    position: relative;
    z-index: 3
}

.btn-additional span>span:before {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(-90deg, #19329c, #1a5fe0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-additional:before {
    border-radius: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to right, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x
}

.btn-additional:after {
    background: #fff;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 40px;
    opacity: 1
}

.btn-additional>span:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    border-radius: 40px;
    z-index: 1
}

.btn-additional:not(:disabled):not(.disabled):hover:before,
.btn-additional:not(:disabled):not(.disabled):hover:after,
.btn-additional:not(:disabled):not(.disabled):hover:before,
.btn-additional:not(:disabled):not(.disabled):hover:after {
    opacity: 1
}

.btn-additional:not(:disabled):not(.disabled):hover span>span:before,
.btn-additional:not(:disabled):not(.disabled):hover span>span:before {
    opacity: 1
}

.btn-additional:not(:disabled):not(.disabled):active,
.btn-additional:not(:disabled):not(.disabled).active,
.btn-additional:not(:disabled):not(.disabled):active,
.btn-additional:not(:disabled):not(.disabled).active {
    color: #fff
}

.btn-additional:not(:disabled):not(.disabled):active>span:before,
.btn-additional:not(:disabled):not(.disabled).active>span:before,
.btn-additional:not(:disabled):not(.disabled):active>span:before,
.btn-additional:not(:disabled):not(.disabled).active>span:before {
    opacity: 1
}

.btn-additional:not(:disabled):not(.disabled):active span>span:before,
.btn-additional:not(:disabled):not(.disabled).active span>span:before,
.btn-additional:not(:disabled):not(.disabled):active span>span:before,
.btn-additional:not(:disabled):not(.disabled).active span>span:before {
    opacity: 0
}

.btn-shadowjs {
    position: relative
}

.btn-shadowjs:before,
.btn-shadowjs:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px
}

.btn-shadowjs:before {
    left: .9375rem;
    right: .9375rem;
    z-index: 0
}

.btn-shadowjs:after {
    z-index: 1
}

.btn-shadowjs .text {
    position: relative;
    z-index: 2
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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: .875rem;
    color: #282828;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #282828;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1b1b1b;
    text-decoration: none;
    background: #f8f9fa -webkit-gradient(linear, right top, left top, from(#f9fafb), to(#f8f9fa)) repeat-x;
    background: #f8f9fa linear-gradient(-90deg, #f9fafb, #f8f9fa) repeat-x
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #19329c -webkit-gradient(linear, right top, left top, from(#475bb0), to(#19329c)) repeat-x;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #969696;
    background-color: transparent;
    background-image: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .765625rem;
    color: #969696;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #282828
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: 0
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.171875rem;
    padding-left: 1.171875rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 1.875rem;
    padding-left: 1.875rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: 0;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    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 input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
    z-index: 3
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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,
.input-group>.custom-file:not(:first-child) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 0
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced0da;
    border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.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) {
    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:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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) {
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: #19329c -webkit-gradient(linear, right top, left top, from(#475bb0), to(#19329c)) repeat-x;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(25, 50, 156, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #7d92ea
}

.custom-control-input:disabled~.custom-control-label {
    color: #969696
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #19329c -webkit-gradient(linear, right top, left top, from(#475bb0), to(#19329c)) repeat-x;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background: #19329c -webkit-gradient(linear, right top, left top, from(#475bb0), to(#19329c)) repeat-x;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0044'%3E%3Cpathstroke='%23fff'd='M02h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(25, 50, 156, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(25, 50, 156, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #19329c -webkit-gradient(linear, right top, left top, from(#475bb0), to(#19329c)) repeat-x;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='-4-488'%3E%3Ccircler='3'fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(25, 50, 156, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem+2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3E%3Cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced0da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #19329c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(25, 50, 156, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(25, 50, 156, 0.5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #969696;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.6484375rem+2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.640625rem+2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem+2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.0625rem+2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #19329c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 0 0 .2rem rgba(25, 50, 156, 0.25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #19329c
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.0625rem+2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced0da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.0625rem+2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background: #e9ecef -webkit-gradient(linear, right top, left top, from(#edf0f2), to(#e9ecef)) repeat-x;
    background: #e9ecef linear-gradient(-90deg, #edf0f2, #e9ecef) repeat-x;
    border-left: 1px solid #ced0da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background: #19329c -webkit-gradient(linear, right top, left top, from(#475bb0), to(#19329c)) repeat-x;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(25, 50, 156, 0.25)
}

.custom-range::-webkit-slider-thumb:active {
    background: #7d92ea -webkit-gradient(linear, right top, left top, from(#97a8ee), to(#7d92ea)) repeat-x;
    background: #7d92ea linear-gradient(-90deg, #97a8ee, #7d92ea) repeat-x
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(25, 50, 156, 0.25)
}

.custom-range::-moz-range-thumb:active {
    background: #7d92ea linear-gradient(-90deg, #97a8ee, #7d92ea) repeat-x
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background: #19329c linear-gradient(-90deg, #475bb0, #19329c) repeat-x;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(25, 50, 156, 0.25)
}

.custom-range::-ms-thumb:active {
    background: #7d92ea linear-gradient(-90deg, #97a8ee, #7d92ea) repeat-x
}

.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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-hasChild {
    position: static
}

.nav-hasChild .dropdown-menu {
    left: 0;
    right: 0
}

.nav-hasChild .dropdown-menu>.row {
    margin: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #969696
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.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:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #969696;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #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: #19329c
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.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(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 6.5px
}

@media(min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -6.5px;
        margin-left: -6.5px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 6.5px;
        margin-bottom: 0;
        margin-left: 6.5px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 6.5px
}

@media(min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumbs {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 2px 2.1875rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 2px 2.1875rem rgba(25, 50, 156, 0.35);
    padding: 6.5625rem 0 7.1875rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumbs h1 {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    display: inline-block;
    margin: 0;
    padding-top: .08em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #ff7900 0, #ff1919 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.breadcrumbs--blue {
    position: relative
}

.breadcrumbs--blue h1 {
    color: #fff;
    -webkit-filter: drop-shadow(0 5px 10px rgba(25, 50, 156, 0.5));
    filter: drop-shadow(0 5px 10px rgba(25, 50, 156, 0.5));
    background: -webkit-linear-gradient(90deg, #d5e1f9 0, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.breadcrumbs--blue .breadcrumb-item {
    color: #fff
}

.breadcrumbs--blue .breadcrumb-item a:not(:hover) {
    color: #fff
}

.breadcrumbs--blue .breadcrumb-item:before,
.breadcrumbs--blue .breadcrumb-item.active {
    color: #fff !important
}

.breadcrumbs--blue .container {
    position: relative;
    z-index: 1
}

.breadcrumbs--blue:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/breadcrumbs-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.breadcrumbs--dark .breadcrumb-item {
    color: #fff
}

.breadcrumbs--dark .breadcrumb-item a:not(:hover) {
    color: #fff
}

.breadcrumbs--dark .breadcrumb-item:before,
.breadcrumbs--dark .breadcrumb-item.active {
    color: #fff !important
}

@media(max-width:1199.98px) {
    .breadcrumbs {
        padding: 5.3125rem 0 5.9375rem
    }

    .breadcrumbs h1 {
        font-size: 2.5rem
    }
}

@media(max-width:991.98px) {
    .breadcrumbs {
        padding: 4.0625rem 0
    }

    .breadcrumbs h1 {
        font-size: 1.875rem
    }

    .breadcrumbs .breadcrumb {
        padding-top: .8125rem
    }
}

@media(max-width:767.98px) {
    .breadcrumbs {
        padding: 2.8125rem 0
    }

    .breadcrumbs h1 {
        font-size: 1.625rem
    }

    .breadcrumbs .breadcrumb {
        padding-top: .625rem
    }
}

@media(max-width:575.98px) {
    .breadcrumbs {
        padding: 1.875rem 0
    }

    .breadcrumbs h1 {
        font-size: 1.375rem
    }

    .breadcrumbs .breadcrumb-item+.breadcrumb-item {
        padding-left: 5px
    }

    .breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 5px
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.0625rem 0 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-weight: 400;
    font-size: .75rem
}

.breadcrumb-item {
    color: #1e3c5a
}

.breadcrumb-item a {
    color: #1e3c5a
}

.breadcrumb-item a:hover {
    color: #ff1919
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .875rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .875rem;
    font-family: 'FontAwesome';
    color: #1e3c5a;
    content: ""
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #1e3c5a
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    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: #19329c;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0e1d5a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 0 0 .2rem rgba(25, 50, 156, 0.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.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: 1;
    color: #fff;
    background-color: #19329c;
    border-color: #19329c
}

.page-item.disabled .page-link {
    color: #969696;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    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: .765625rem;
    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: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.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: #19329c
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #122470
}

.badge-secondary {
    color: #282828;
    background-color: #a9a9a9
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #282828;
    text-decoration: none;
    background-color: #908f8f
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #282828;
    background-color: #ffc800
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #282828;
    text-decoration: none;
    background-color: #cca000
}

.badge-danger {
    color: #fff;
    background-color: #ff1919
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e50000
}

.badge-light {
    color: #282828;
    background-color: #f8f9fa
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #282828;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #282828
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0f0e0e
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    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: 3.8125rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #0d1a51;
    background: #d1d6eb -webkit-gradient(linear, right top, left top, from(#dadeef), to(#d1d6eb)) repeat-x;
    background: #d1d6eb linear-gradient(-90deg, #dadeef, #d1d6eb) repeat-x;
    border-color: #bfc6e3
}

.alert-primary hr {
    border-top-color: #adb6db
}

.alert-primary .alert-link {
    color: #060c25
}

.alert-secondary {
    color: #585858;
    background: #eee -webkit-gradient(linear, right top, left top, from(#f1f1f1), to(#eee)) repeat-x;
    background: #eee linear-gradient(-90deg, #f1f1f1, #eee) repeat-x;
    border-color: #e7e7e7
}

.alert-secondary hr {
    border-top-color: #dadada
}

.alert-secondary .alert-link {
    color: #3f3e3e
}

.alert-success {
    color: #155724;
    background: #d4edda -webkit-gradient(linear, right top, left top, from(#ddf1e1), to(#d4edda)) repeat-x;
    background: #d4edda linear-gradient(-90deg, #ddf1e1, #d4edda) repeat-x;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background: #d1ecf1 -webkit-gradient(linear, right top, left top, from(#daf0f4), to(#d1ecf1)) repeat-x;
    background: #d1ecf1 linear-gradient(-90deg, #daf0f4, #d1ecf1) repeat-x;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856800;
    background: #fff4cc -webkit-gradient(linear, right top, left top, from(#fff6d6), to(#fff4cc)) repeat-x;
    background: #fff4cc linear-gradient(-90deg, #fff6d6, #fff4cc) repeat-x;
    border-color: #fff0b8
}

.alert-warning hr {
    border-top-color: #ffeb9f
}

.alert-warning .alert-link {
    color: #524000
}

.alert-danger {
    color: #850d0d;
    background: #ffd1d1 -webkit-gradient(linear, right top, left top, from(#ffdada), to(#ffd1d1)) repeat-x;
    background: #ffd1d1 linear-gradient(-90deg, #ffdada, #ffd1d1) repeat-x;
    border-color: #ffbfbf
}

.alert-danger hr {
    border-top-color: #ffa6a6
}

.alert-danger .alert-link {
    color: #570808
}

.alert-light {
    color: #818182;
    background: #fefefe -webkit-gradient(linear, right top, left top, from(#fefefe), to(#fefefe)) repeat-x;
    background: #fefefe linear-gradient(-90deg, #fefefe, #fefefe) repeat-x;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #151515;
    background: #d4d4d4 -webkit-gradient(linear, right top, left top, from(#ddd), to(#d4d4d4)) repeat-x;
    background: #d4d4d4 linear-gradient(-90deg, #ddd, #d4d4d4) repeat-x;
    border-color: #c3c3c3
}

.alert-dark hr {
    border-top-color: #b6b6b6
}

.alert-dark .alert-link {
    color: #000
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #19329c;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #282828;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #969696;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #19329c;
    border-color: #19329c
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #0d1a51;
    background-color: #bfc6e3
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #0d1a51;
    background-color: #adb6db
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0d1a51;
    border-color: #0d1a51
}

.list-group-item-secondary {
    color: #585858;
    background-color: #e7e7e7
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #585858;
    background-color: #dadada
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #585858;
    border-color: #585858
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856800;
    background-color: #fff0b8
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856800;
    background-color: #ffeb9f
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856800;
    border-color: #856800
}

.list-group-item-danger {
    color: #850d0d;
    background-color: #ffbfbf
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #850d0d;
    background-color: #ffa6a6
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850d0d;
    border-color: #850d0d
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #151515;
    background-color: #c3c3c3
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #151515;
    background-color: #b6b6b6
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #151515;
    border-color: #151515
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal.modalDefalt .modal-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.5);
    box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.5);
    border-radius: 0 18px 0 18px;
    border: 0;
    background-image: url(../images/ourPromise-bg.png);
    background-repeat: no-repeat;
    background-size: 107px auto;
    background-position: top left
}

.modal.modalDefalt .modal-content>.close {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    outline: 0;
    font-size: 24px;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.modalDefalt .modal-content>.close {
        -webkit-transition: none;
        transition: none
    }
}

.modal.modalDefalt .modal-content>.close:hover {
    color: #ff1919
}

.modal.modalDefalt .modal-content .modal-body {
    padding: 30px;
    font-size: 1rem
}

@media(max-width:575.98px) {
    .modal.modalDefalt .modal-content .modal-body {
        padding: 20px
    }
}

@media(min-width:576px) {
    .modal.successModal .modal-dialog {
        max-width: 771px
    }
}

.modal.successModal .modal-content {
    border-radius: 0;
    background: #fff
}

.modal.successModal .modal-content .modal-title {
    font-size: 1.375rem;
    margin-bottom: .6363636364em
}

.modal.successModal .modal-content p {
    font-size: .875rem;
    margin-bottom: 1.7142857143em
}

.modal.successModal .modal-content .btn {
    min-width: 270px
}

.modal.successModal .modal-content .btn.btn-primary {
    -webkit-box-shadow: inset 0 0 10px rgba(26, 95, 224, 0.2);
    box-shadow: inset 0 0 10px rgba(26, 95, 224, 0.2);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #19329c), to(#1a5fe0));
    background-image: linear-gradient(to right, #19329c 20%, #1a5fe0 100%);
    background-repeat: repeat-x
}

.modal.successModal .modal-content .btn .text {
    padding-left: 2.2857142857em;
    position: relative
}

.modal.successModal .modal-content .btn i {
    position: absolute;
    top: 0;
    left: 0
}

.modal.successModal .modal-content .btn i img {
    display: none
}

.modal.successModal .modal-content .btn i svg {
    height: 1.5714285714em;
    width: 1.5714285714em
}

.modal.successModal .modal-content .btn i svg path {
    fill: #fff !important;
    stroke: none !important
}

.modal.successModal .modal-content .btn i svg.ic-global path.cls-1 {
    fill: none !important
}

@media(max-width:767.98px) {
    .modal.successModal .modal-content .btn {
        min-width: 200px
    }
}

.modal.successModal .modal-content [class*='col-']:first-child {
    position: relative;
    z-index: 2;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .modal.successModal .modal-content [class*='col-']:first-child {
        margin-bottom: 0
    }

    .modal.successModal .modal-content [class*='col-']:first-child::before {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        left: -25px;
        right: 0;
        bottom: -30px;
        background: #fff;
        z-index: -1;
        -webkit-box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.5);
        box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.5)
    }
}

@media(min-width:576px) {
    .modal.infoModal .modal-dialog {
        max-width: 771px
    }
}

.modal.infoModal .modal-content {
    border-radius: 1.25rem;
    background: #fff
}

.modal.infoModal .modal-content>.close {
    right: 15px
}

.modal.infoModal .modal-content .modal-title {
    font-size: 1.625rem;
    margin-bottom: .7692307692em;
    letter-spacing: 0
}

@media(max-width:767.98px) {
    .modal.infoModal .modal-content .modal-title {
        font-size: 22px
    }
}

@media(max-width:575.98px) {
    .modal.infoModal .modal-content .modal-title {
        font-size: 18px
    }

    .modal.infoModal .modal-content .modal-title br {
        display: none
    }
}

.modal.infoModal .modal-content .modal-body {
    padding-top: 65px;
    padding-bottom: 38px;
    text-align: center
}

.modal.infoModal .modal-content .modal-body p {
    font-size: 1.125rem;
    margin-bottom: 1.1111111111em;
    font-family: "Helvetica", "SFUHelvetica", Arial, sans-serif;
    color: #000
}

.modal.infoModal .modal-content .modal-body p strong {
    font-weight: 600
}

.modal.infoModal .modal-content .modal-body .btn {
    min-width: 260px
}

.modal.infoModal .modal-content .modal-body .btn.btn-sm,
.modal.infoModal .modal-content .modal-body .btn-group-sm>.btn {
    line-height: 1.7;
    letter-spacing: .055em
}

.modal.infoModal .modal-content .modal-body .btn.btn-sm .text,
.modal.infoModal .modal-content .modal-body .btn-group-sm>.btn .text {
    padding-left: 2.2857142857em;
    position: relative
}

.modal.infoModal .modal-content .modal-body .btn.btn-sm i,
.modal.infoModal .modal-content .modal-body .btn-group-sm>.btn i {
    position: absolute;
    top: 0;
    left: 0
}

.modal.infoModal .modal-content .modal-body .btn.btn-sm i img,
.modal.infoModal .modal-content .modal-body .btn-group-sm>.btn i img {
    display: none
}

.modal.infoModal .modal-content .modal-body .btn.btn-sm i svg,
.modal.infoModal .modal-content .modal-body .btn-group-sm>.btn i svg {
    height: 1.5714285714em;
    width: 1.5714285714em
}

.modal.infoModal .modal-content .modal-body .btn.btn-sm i svg path,
.modal.infoModal .modal-content .modal-body .btn-group-sm>.btn i svg path {
    fill: #fff !important;
    stroke: none !important
}

@media(max-width:767.98px) {
    .modal.infoModal .modal-content .modal-body .btn {
        min-width: 200px
    }
}

@media(max-width:767.98px) {
    .modal.infoModal .modal-content .modal-body {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .modal.infoModal .modal-content .modal-body p {
        font-size: .9375rem
    }
}

@media(max-width:575.98px) {
    .modal.infoModal .modal-content {
        border-radius: .625rem;
        background: #fff
    }

    .modal.infoModal .modal-content>.close {
        right: 8px
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% -(0.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    display: none;
}

.modal-backdrop.fade {
    display: none;
}

.modal-backdrop.show {
    display: none;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.8125rem 1rem;
    border-bottom: 1px solid #dfe3e9;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-align: center
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #19329c
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.4375em 0 1.5em;
    border-top: 4px solid #19329c;
    position: relative;
    font-size: .9375rem
}

.modal-footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
    height: 4px;
    width: 34.4594594595%;
    background-color: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), color-stop(80%, #ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 80%);
    background-repeat: repeat-x
}

.modal-footer p {
    color: rgba(25, 50, 156, 0.55);
    font-style: italic
}

.modal-footer p:last-child {
    margin: 0
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 625px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% -(1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: .765625rem;
    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-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: .765625rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem+1px) * -1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem+1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem+1px) * -1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="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-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem+1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #282828;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #282828
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.001)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001))
}

.carousel-control-next {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.001)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001))
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M5.250l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M2.750l-1.51.52.52.5-2.52.51.51.54-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@media print {

    *,
    ::before,
    ::after {
        text-shadow: none !important;
        -webkit-box-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
    }

    pre,
    blockquote {
        border: 1px solid #a9a9a9;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
}

.heading {
    text-align: center;
    color: #19329c;
    text-transform: uppercase;
    letter-spacing: .025em;
    margin: 0;
    margin-bottom: 1.1666666667em;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 400
}

.heading>strong {
    font-weight: 700;
    color: #ff1919;
    margin-left: .2333333333em
}

.heading small {
    display: block;
    font-size: .6em;
    line-height: 1.1111111111;
    margin-top: .8333333333em;
    text-transform: none;
    color: #282828;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300
}

.heading small strong {
    font-weight: 700
}

@media(max-width:991.98px) {
    .heading {
        font-size: 1.75rem
    }
}

@media(max-width:767.98px) {
    .heading {
        font-size: 1.25rem;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:575.98px) {
    .heading {
        font-size: 1.125rem
    }
}

.heading--small {
    font-size: 1rem;
    text-align: inherit;
    color: #ff1919
}

.heading--small strong {
    color: #19329c
}

@media(max-width:767.98px) {
    .heading--small {
        font-size: .9375rem
    }
}

.heading--white {
    font-size: 2.375rem;
    margin-bottom: 1.3333333333em
}

.heading--white,
.heading--white>strong {
    color: #fff
}

@media(max-width:767.98px) {
    .heading--white {
        font-size: 1.75rem
    }

    .heading--white strong {
        display: block
    }
}

@media(max-width:575.98px) {
    .heading--white {
        font-size: 1.25rem
    }
}

.heading--1 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #282828;
    position: relative;
    position: relative;
    display: inline-block;
    padding-bottom: 1.25rem;
    margin-bottom: 2.8125rem;
    letter-spacing: .25px;
    margin-top: 1.25rem
}

@media(max-width:991.98px) {
    .heading--1 {
        font-size: 1.75rem;
        margin-bottom: 1.5625rem;
        margin-top: 0
    }
}

@media(max-width:767.98px) {
    .heading--1 {
        font-size: 1.25rem;
        margin-bottom: .9375rem;
        padding-bottom: .625rem
    }
}

@media(max-width:575.98px) {
    .heading--1 {
        font-size: 1.125rem;
        margin-bottom: .625rem
    }
}

.heading--1:after,
.heading--1:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: .25rem
}

.heading--1:before {
    left: 0;
    width: 50%;
    background: #164397
}

.heading--1:after {
    width: 50%;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to left, #ff1919 0, #ff7900 100%)
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    width: 100% !important;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .chosen-container {
        -webkit-transition: none;
        transition: none
    }
}

.chosen-container.chosen-with-drop {
    -webkit-filter: drop-shadow(0 0 10px rgba(25, 50, 156, 0.15));
    filter: drop-shadow(0 0 10px rgba(25, 50, 156, 0.15))
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #dedede;
    border-top: 0;
    background: #fff;
    display: none;
    padding-top: 10px
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #282828
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single a.chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 .8125rem;
    height: 2.25rem;
    border: 1px solid #ced0da;
    border-radius: 5px;
    background-color: #fff;
    color: #969696;
    text-decoration: none;
    white-space: nowrap;
    line-height: 2rem;
    family: UTMHelve, SFUHelvetica, Arial, sans-serif;
    font-size: .875rem
}

.chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0
}

.chosen-container-single a.chosen-default {
    color: #969696
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 1.8571428571em;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 1.8571428571em
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 8px;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 80%;
    background: url(../images/chosen-sprite.png) no-repeat 0 2px;
    position: relative;
    top: 17%
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ced0da;
    background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.chosen-container .chosen-results {
    color: #282828;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 -1px;
    padding: 0;
    max-height: 184px;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 0 4px 4px
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 8px .9375rem;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    font-size: .875rem;
    line-height: 1.4285714286;
    border-top: 1px solid #dfe3e9;
    position: relative;
    z-index: 3
}

.chosen-container .chosen-results li:before,
.chosen-container .chosen-results li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to right, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .chosen-container .chosen-results li:before,
    .chosen-container .chosen-results li:after {
        -webkit-transition: none;
        transition: none
    }
}

.chosen-container .chosen-results li:before {
    width: 4px
}

.chosen-container .chosen-results li::after {
    width: 100%
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: none;
    color: #dee2e6;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    color: #19329c
}

.chosen-container .chosen-results li.highlighted:before {
    opacity: 1
}

.chosen-container .chosen-results li.result-selected {
    color: #fff !important;
    font-weight: 700
}

.chosen-container .chosen-results li.result-selected::after {
    opacity: 1
}

.chosen-container .chosen-results li.no-results {
    color: #a9a9a9;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
    color: #ff1919
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #ced0da;
    background-color: #fff;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #ced0da;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #19329c
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dedede;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #19329c
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #282828 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url(../images/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.nicescroll-rails {
    margin-left: -10px;
    height: auto !important;
    top: 10px !important;
    bottom: 10px !important;
    overflow: hidden;
    border-radius: 2px
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    position: absolute;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs-line-mid,
.irs-line-left,
.irs-line-right {
    background-color: #fff;
    border-radius: 30px
}

.irs {
    height: 17px
}

.irs>.irs {
    background: #ccc;
    border-radius: 10px
}

.irs-with-grid {
    height: 60px
}

.irs-line {
    height: 15px;
    top: 1px;
    background: #fff;
    border-radius: 10px;
    left: 1px;
    right: 1px
}

.irs-line-left {
    height: 12px;
    background-position: 0 -30px
}

.irs-line-mid {
    height: 12px;
    background-position: 0 0
}

.irs-line-right {
    height: 12px;
    background-position: 100% -30px
}

.irs-bar {
    height: 7px;
    top: 5px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.irs-bar-edge {
    top: 5px;
    left: 5px;
    background: #ff7900;
    height: 7px;
    width: 10px;
    border-radius: 4px 0 0 4px
}

.irs-shadow {
    height: 3px;
    top: 34px;
    background: #000;
    opacity: .25
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25)
}

.irs-slider {
    width: 24px;
    height: 24px;
    top: -3px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(135, 175, 235, 0.95);
    box-shadow: 0 5px 15px rgba(135, 175, 235, 0.95);
    text-align: center;
    line-height: 21px;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #19329c;
    cursor: pointer
}

.irs-slider.state_hover,
.irs-slider:hover {
    background-position: 0 -150px
}

.irs-min,
.irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: #e1e4e9;
    border-radius: 4px
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ed5565;
    border-radius: 4px
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs-grid-pol {
    background: #e1e4e9
}

.irs-grid-text {
    color: #999
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    outline: 0;
    min-height: 1px;
    position: relative;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1
}

button.slick-arrow.slick-next {
    left: inherit;
    right: 0
}

ul.slick-dots {
    position: absolute;
    list-style: none;
    left: 0;
    right: 0;
    bottom: 1.875rem;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 0
}

ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: transparent;
    border: 0;
    margin-right: 2.3125rem;
    cursor: pointer
}

ul.slick-dots li:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    z-index: 2;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x
}

@media screen and (prefers-reduced-motion:reduce) {
    ul.slick-dots li:before {
        -webkit-transition: none;
        transition: none
    }
}

ul.slick-dots li button {
    width: 20px;
    height: 20px;
    float: left;
    border: 0;
    vertical-align: middle;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #d2d2d2;
    box-shadow: inset 0 0 0 2px #d2d2d2;
    position: relative;
    border-radius: 50%;
    font-size: 0;
    text-indent: -999px;
    outline: 0;
    cursor: pointer
}

ul.slick-dots li button::before,
ul.slick-dots li button::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute
}

ul.slick-dots li button::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x
}

@media screen and (prefers-reduced-motion:reduce) {
    ul.slick-dots li button::before {
        -webkit-transition: none;
        transition: none
    }
}

ul.slick-dots li button:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background: #fff;
    z-index: 1
}

ul.slick-dots li:last-child {
    margin-right: 0
}

ul.slick-dots li.slick-active button:before,
ul.slick-dots li.slick-active button:after {
    opacity: 1
}

ul.slick-dots li.slick-active:before {
    opacity: 1
}

@media(max-width:1199.98px) {
    ul.slick-dots li {
        margin-right: 1.75rem
    }
}

.arrow {
    top: 343px;
    position: absolute;
    left: 0;
    width: 63px;
    height: 63px;
    display: block;
    margin-top: 0;
    z-index: 7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .arrow {
        -webkit-transition: none;
        transition: none
    }
}

.arrow.arrow--next {
    right: 0;
    left: auto
}

.arrow.arrow--prev {
    right: 0;
    left: auto;
    margin-top: 79px;
    opacity: .8
}

.arrow:hover {
    background-color: #fff
}

.arrow-1 {
    top: calc(50% - 65px);
    color: #969696;
    font-size: 2.5rem;
    line-height: 1;
    position: absolute
}

.arrow-1:hover {
    color: #ff1919
}

.arrow-1.arrow--prev {
    left: -50px
}

.arrow-1.arrow--next {
    right: -50px
}

@media(max-width:991.98px) {
    .arrow-1 {
        font-size: 1.875rem
    }

    .arrow-1.arrow--prev {
        left: -15px
    }

    .arrow-1.arrow--next {
        right: -15px
    }
}

.fiSolution {
    background: #fff url(../images/financial-solution-bg.png) no-repeat top left;
    border-radius: 0 0 23px 23px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.5);
    box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.5);
    padding-top: .9375rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif
}

.fiSolution__head {
    font-size: 1.25rem;
    margin: 0;
    padding: .9375rem 1.875rem;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    color: #19329c
}

.fiSolution__row {
    padding: 1.25rem 1.875rem 0
}

.fiSolution__row .row {
    margin-left: -15px;
    margin-right: -15px
}

.fiSolution__row .row>div {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fiSolution__row .row>div {
        -webkit-transition: none;
        transition: none
    }
}

.fiSolution__row .row>div.disabled .irs,
.fiSolution__row .row>div.disabled .form-control {
    pointer-events: none
}

.fiSolution__row h3 {
    color: #19329c;
    margin: 0;
    line-height: 1.2964285714;
    text-transform: uppercase;
    margin-bottom: 1.4285714286em;
    font-family: inherit;
    font-size: .825rem;
    font-weight: 700
}

.fiSolution__row--submit {
    position: relative;
    padding-top: 26px;
    z-index: 0
}

.fiSolution__row__inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.fiSolution__row__inner .btn {
    width: 305px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.fiSolution__row__inner .btn .text {
    padding-left: 2.7142857143em;
    position: relative
}

.fiSolution__row__inner .btn i {
    position: absolute;
    top: -.2142857143em;
    left: 0
}

.fiSolution__row__inner .btn i img {
    display: none
}

.fiSolution__row__inner .btn i svg {
    height: 1.8571428571em;
    width: 1.8571428571em
}

.fiSolution__row__inner .btn i svg path {
    fill: #fff !important;
    stroke: none !important
}

.fiSolution__divider {
    text-align: center;
    text-transform: uppercase;
    color: #19329c;
    padding: .625rem;
    position: relative;
    line-height: 1.8571428571;
    font-size: 1.125rem;
    font-weight: 700
}

.fiSolution__divider>* {
    vertical-align: top
}

.fiSolution__divider span {
    display: inline-block
}

.fiSolution__divider b {
    position: relative;
    top: -.0416666667em;
    color: #ff7900;
    margin-left: 10px;
    letter-spacing: .005em;
    display: inline-block;
    line-height: 1.0833333333;
    font-size: 1.875rem;
    font-weight: 700;
    background: -webkit-linear-gradient(0deg, #ff7900 0, #ff1919 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fiSolution__divider b sup {
    color: #ff1919;
    text-transform: none;
    -webkit-text-fill-color: #ff1919;
    top: 0;
    font-size: 100%;
    margin-left: .0666666667em
}

.fiSolution__divider:before,
.fiSolution__divider:after {
    content: "";
    display: block;
    position: absolute
}

.fiSolution__divider:before {
    top: 50%;
    height: 2.875rem;
    left: -9px;
    width: 4px;
    border-radius: 2px;
    margin-top: -1.4375rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1e42b4), to(#1f6fdd));
    background-image: linear-gradient(to bottom, #1e42b4 0, #1f6fdd 100%);
    background-repeat: repeat-x
}

.fiSolution__divider:after {
    left: 0;
    top: 0;
    background: url(../images/financial-solution-icon.png) no-repeat left center;
    background-size: auto;
    width: 46px;
    bottom: 0
}

.fiSolution .form-group {
    margin-bottom: 35px;
    position: relative
}

.fiSolution .form-group label.label {
    position: absolute;
    top: 1px;
    left: 0;
    line-height: 2;
    font-size: .75rem;
    font-family: inherit;
    color: #969696;
    cursor: text;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fiSolution .form-group label.label {
        -webkit-transition: none;
        transition: none
    }
}

.fiSolution .form-group label.label:before,
.fiSolution .form-group label.label:after {
    content: "";
    display: block;
    position: absolute;
    left: -1.4em;
    top: 50%;
    width: 1em;
    height: 1px;
    background: #ff1919;
    font-size: 1em;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .fiSolution .form-group label.label:before,
    .fiSolution .form-group label.label:after {
        -webkit-transition: none;
        transition: none
    }
}

.fiSolution .form-group label.label:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fiSolution .form-group label.label:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fiSolution .form-group .line {
    display: block;
    position: absolute;
    top: 1.5625rem;
    left: 0;
    width: 0;
    height: 1px;
    background: #19329c;
    z-index: 1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fiSolution .form-group .line {
        -webkit-transition: none;
        transition: none
    }
}

.fiSolution .form-group label.error {
    font-style: normal;
    font-size: .625rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.fiSolution .form-group .info {
    font-size: .6875em;
    color: #a9a9a9;
    line-height: 1.4;
    display: block;
    padding-top: .9090909091em;
    font-style: italic
}

.fiSolution .form-control,
.fiSolution select.form-control:not([size]):not([multiple]) {
    border-radius: 0;
    padding: 0;
    line-height: 2;
    font-size: .75rem;
    font-family: inherit;
    background: transparent;
    position: relative;
    color: #495057;
    z-index: 1;
    height: 2.1666666667em;
    border-style: solid;
    border-width: 1px 0;
    border-color: transparent transparent #969696
}

.fiSolution .form-control::-webkit-input-placeholder,
.fiSolution select.form-control:not([size]):not([multiple])::-webkit-input-placeholder {
    color: #969696;
    opacity: 1
}

.fiSolution .form-control:-ms-input-placeholder,
.fiSolution select.form-control:not([size]):not([multiple]):-ms-input-placeholder {
    color: #969696;
    opacity: 1
}

.fiSolution .form-control::-ms-input-placeholder,
.fiSolution select.form-control:not([size]):not([multiple])::-ms-input-placeholder {
    color: #969696;
    opacity: 1
}

.fiSolution .form-control::placeholder,
.fiSolution select.form-control:not([size]):not([multiple])::placeholder {
    color: #969696;
    opacity: 1
}

.fiSolution .form-control:focus~label.label,
.fiSolution select.form-control:not([size]):not([multiple]):focus~label.label {
    color: #19329c
}

.fiSolution .form-control:focus~.line,
.fiSolution select.form-control:not([size]):not([multiple]):focus~.line {
    width: 100%
}

.fiSolution .form-control[data-value='true'],
.fiSolution .form-control:focus,
.fiSolution select.form-control:not([size]):not([multiple])[data-value='true'],
.fiSolution select.form-control:not([size]):not([multiple]):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.fiSolution .form-control[data-value='true']~label.label,
.fiSolution .form-control:focus~label.label,
.fiSolution select.form-control:not([size]):not([multiple])[data-value='true']~label.label,
.fiSolution select.form-control:not([size]):not([multiple]):focus~label.label {
    top: -1.5em;
    font-size: .625rem
}

.fiSolution .form-control[data-value='true'].error~label.label,
.fiSolution .form-control:focus.error~label.label,
.fiSolution select.form-control:not([size]):not([multiple])[data-value='true'].error~label.label,
.fiSolution select.form-control:not([size]):not([multiple]):focus.error~label.label {
    color: #ff1919 !important
}

.fiSolution .form-control[data-value='true'].error~label.label:before,
.fiSolution .form-control[data-value='true'].error~label.label:after,
.fiSolution .form-control:focus.error~label.label:before,
.fiSolution .form-control:focus.error~label.label:after,
.fiSolution select.form-control:not([size]):not([multiple])[data-value='true'].error~label.label:before,
.fiSolution select.form-control:not([size]):not([multiple])[data-value='true'].error~label.label:after,
.fiSolution select.form-control:not([size]):not([multiple]):focus.error~label.label:before,
.fiSolution select.form-control:not([size]):not([multiple]):focus.error~label.label:after {
    opacity: 1
}

.fiSolution select.form-control:not([size]):not([multiple]) {
    height: 1.625rem
}

.fiSolution textarea.form-control {
    height: auto
}

.fiSolution .chosen-container {
    width: 100% !important;
    position: relative;
    z-index: 1
}

.fiSolution .chosen-container.chosen-container-single .chosen-single {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 2.1666666667em;
    line-height: 2;
    font-size: .75rem;
    font-family: inherit;
    padding: 0;
    background: transparent;
    display: block;
    color: #495057;
    border-style: solid;
    border-width: 1px 0;
    border-color: transparent transparent #969696
}

.fiSolution .chosen-container.chosen-container-single .chosen-single div {
    width: 12px;
    right: 0
}

.fiSolution .chosen-container.chosen-container-single .chosen-single div b {
    top: 0;
    height: 100%
}

.fiSolution .chosen-container.chosen-container-single .chosen-single.chosen-default {
    color: #969696
}

.fiSolution .chosen-container.chosen-container-single .chosen-drop {
    margin-top: 10px;
    left: -5px;
    right: -5px;
    width: auto;
    border-radius: 4px;
    border: 1px solid #dedede;
    padding: 0;
    -webkit-box-shadow: 0 5px 20px rgba(25, 50, 156, 0.1);
    box-shadow: 0 5px 20px rgba(25, 50, 156, 0.1);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fiSolution .chosen-container.chosen-container-single .chosen-drop {
        -webkit-transition: none;
        transition: none
    }
}

.fiSolution .chosen-container.chosen-container-single .chosen-drop:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 5px;
    right: 100%;
    height: 1px;
    background: #19329c;
    background-image: -webkit-gradient(linear, left top, right top, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to right, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fiSolution .chosen-container.chosen-container-single .chosen-drop:before {
        -webkit-transition: none;
        transition: none
    }
}

.fiSolution .chosen-container.chosen-container-single .chosen-drop .chosen-results {
    margin: 0;
    padding: 0;
    border-radius: 4px
}

.fiSolution .chosen-container.chosen-container-single .chosen-drop .chosen-results>li:first-child {
    border-top: 0
}

.fiSolution .chosen-container.chosen-container-single .chosen-drop .chosen-results>li.highlighted {
    color: #19329c;
    background: transparent
}

.fiSolution .chosen-container.chosen-container-single.chosen-with-drop {
    z-index: 2;
    -webkit-filter: inherit;
    filter: inherit
}

.fiSolution .chosen-container.chosen-container-single.chosen-with-drop~label.label {
    top: -1.5em;
    font-size: .625rem;
    color: #19329c
}

.fiSolution .chosen-container.chosen-container-single.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible
}

.fiSolution .chosen-container.chosen-container-single.chosen-with-drop .chosen-drop:before {
    right: 5px
}

.fiSolution .chosen-container.chosen-container-single.chosen-with-drop+.error~label.label {
    color: #ff1919 !important;
    color: #19329c
}

.fiSolution .chosen-container.chosen-container-single.chosen-with-drop+.error~label.label:before,
.fiSolution .chosen-container.chosen-container-single.chosen-with-drop+.error~label.label:after {
    opacity: 1
}

.fiSolution .chosen-container.chosen-disabled {
    opacity: 1 !important
}

.fiSolution .chosen-container.chosen-disabled,
.fiSolution .chosen-container.chosen-disabled .chosen-single {
    cursor: pointer
}

.fiSolution .form-range {
    margin-bottom: 18px
}

.fiSolution .form-range label {
    font-size: .75rem;
    color: #19329c;
    font-weight: 400;
    margin-bottom: 2px
}

.fiSolution .form-range ins {
    float: right;
    font-size: 1em;
    font-weight: 700;
    color: #ff7900;
    text-decoration: none;
    letter-spacing: .02em
}

.fiSolution .form-range ins span {
    background: -webkit-linear-gradient(0deg, #ff7900 0, #ff1919 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fiSolution .form-range ins sup {
    color: #ff1919;
    top: 0;
    font-size: 100%;
    margin-left: .1666666667em
}

.fiSolution .checkbox {
    position: relative;
    display: inline-block;
    padding-left: 2.25rem;
    margin: 0;
    margin-top: .25rem;
    margin-right: 1rem;
    margin-bottom: 0;
    cursor: pointer
}

.fiSolution .checkbox input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.fiSolution .checkbox input:checked~span {
    color: #282828
}

.fiSolution .checkbox input:checked~span::before {
    border-color: #19329c
}

.fiSolution .checkbox input:checked~span::after {
    opacity: 1
}

.fiSolution .checkbox span {
    color: #969696
}

.fiSolution .checkbox span:before,
.fiSolution .checkbox span:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%
}

.fiSolution .checkbox span:before {
    left: 0;
    top: 0;
    border: 2px solid #cfcfcf
}

.fiSolution .checkbox span:after {
    width: .75rem;
    height: .75rem;
    top: .375rem;
    left: .375rem;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fiSolution .checkbox span:after {
        -webkit-transition: none;
        transition: none
    }
}

.fiSolution .checkbox label.error {
    white-space: nowrap
}

.fiSolution .checkbox:last-child {
    margin-right: 0
}

.fiSolution .select.docs-modal+.chosen-container .chosen-drop {
    display: none
}

.fiSolution .form-brithday label.error {
    white-space: nowrap
}

.fiSolution .file-group .form-control {
    position: relative;
    border: 0
}

.fiSolution .file-group .form-control>label:not(.error) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #ced0da;
    line-height: 2rem;
    padding: 0 1.0625rem;
    border-radius: 4px;
    font-size: .875rem;
    text-transform: none;
    font-weight: 400;
    color: #969696;
    margin: 0;
    cursor: pointer;
    z-index: 2
}

.fiSolution .file-group .form-control>input {
    opacity: 0;
    padding: .125rem
}

.fiSolution .file-group .btn {
    border: 1px solid #ced0da;
    border-radius: 4px;
    font-size: .875rem;
    text-transform: none;
    font-weight: 400;
    color: #969696;
    padding: .1875rem 1.375rem;
    margin: 0 0 0 1.375rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#fbfafa));
    background-image: linear-gradient(to bottom, #feffff 0, #fbfafa 100%);
    background-repeat: repeat-x
}

.fiSolution .label-group {
    margin-bottom: .8125rem
}

.fiSolution .label-group i {
    color: #969696
}

@media(min-width:992px) and (max-width:1199.98px) {
    .fiSolution {
        margin-left: 20px
    }
}

@media(max-width:767.98px) {
    .fiSolution {
        background-size: 65px auto
    }

    .fiSolution__head {
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 0;
        font-size: 1rem
    }

    .fiSolution__row {
        padding-left: 25px;
        padding-right: 25px
    }

    .fiSolution__row:not(.fiSolution__row--submit) {
        padding-top: 15px
    }

    .fiSolution__row__inner {
        top: 10px
    }

    .fiSolution__row__inner .btn {
        max-width: 165px;
        font-size: 11px;
        font-size: 11px;
        padding: 4px 10px 6px
    }

    .fiSolution__divider {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 25px
    }

    .fiSolution .form-group {
        margin-bottom: 20px
    }
}

.fiSolution.joinCareerApply .form-control,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple]),
.fiSolution.joinCareerApply .form-group label.label {
    font-size: .875rem
}

.fiSolution.joinCareerApply .form-control[data-value='true'],
.fiSolution.joinCareerApply .form-control:focus,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple])[data-value='true'],
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple]):focus,
.fiSolution.joinCareerApply .form-group label.label[data-value='true'],
.fiSolution.joinCareerApply .form-group label.label:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.fiSolution.joinCareerApply .form-control[data-value='true']~label.label,
.fiSolution.joinCareerApply .form-control:focus~label.label,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple])[data-value='true']~label.label,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple]):focus~label.label,
.fiSolution.joinCareerApply .form-group label.label[data-value='true']~label.label,
.fiSolution.joinCareerApply .form-group label.label:focus~label.label {
    top: -1.5em;
    font-size: .625rem
}

.fiSolution.joinCareerApply .form-control[data-value='true'].error~label.label,
.fiSolution.joinCareerApply .form-control:focus.error~label.label,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple])[data-value='true'].error~label.label,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple]):focus.error~label.label,
.fiSolution.joinCareerApply .form-group label.label[data-value='true'].error~label.label,
.fiSolution.joinCareerApply .form-group label.label:focus.error~label.label {
    color: #ff1919 !important
}

.fiSolution.joinCareerApply .form-control[data-value='true'].error~label.label:before,
.fiSolution.joinCareerApply .form-control[data-value='true'].error~label.label:after,
.fiSolution.joinCareerApply .form-control:focus.error~label.label:before,
.fiSolution.joinCareerApply .form-control:focus.error~label.label:after,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple])[data-value='true'].error~label.label:before,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple])[data-value='true'].error~label.label:after,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple]):focus.error~label.label:before,
.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple]):focus.error~label.label:after,
.fiSolution.joinCareerApply .form-group label.label[data-value='true'].error~label.label:before,
.fiSolution.joinCareerApply .form-group label.label[data-value='true'].error~label.label:after,
.fiSolution.joinCareerApply .form-group label.label:focus.error~label.label:before,
.fiSolution.joinCareerApply .form-group label.label:focus.error~label.label:after {
    opacity: 1
}

.fiSolution.joinCareerApply .form-group .line {
    top: 1.8125rem
}

.fiSolution.joinCareerApply select.form-control:not([size]):not([multiple]) {
    height: 1.875rem
}

.fiSolution.joinCareerApply .chosen-container.chosen-container-single .chosen-single {
    height: 2.1428571429em;
    line-height: 2;
    font-size: .875rem
}

.fiSolution.joinCareerApply .chosen-container.chosen-container-single .chosen-single div b {
    top: 10%;
    height: 80%
}

.fiSolution.joinCareerApply .chosen-container.chosen-container-single.chosen-with-drop~label.label {
    font-size: .625rem
}

.docsTable {
    margin: -30px;
    margin-top: -31px
}

.docsTable table {
    width: 100%
}

.docsTable table tr th,
.docsTable table tr td {
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #dfe3e9
}

.docsTable table tr th:last-child,
.docsTable table tr td:last-child {
    border-right: 0
}

.docsTable table tr td {
    border-top-color: transparent;
    border-bottom-color: transparent
}

.docsTable table tr td img {
    max-width: 25px
}

.docsTable table thead th {
    text-transform: uppercase;
    font-weight: 700;
    color: #8fa2d1;
    font-size: 1rem;
    text-align: center;
    padding: 12px 20px
}

.docsTable table tbody td {
    text-align: center
}

.docsTable table tbody th {
    padding: 18px 10px 18px 25px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400
}

.docsTable table tbody tr:last-child td,
.docsTable table tbody tr:last-child th,
.docsTable table tbody tr.last td,
.docsTable table tbody tr.last th {
    border-bottom: 0
}

.docsTable table tbody tr.button th,
.docsTable table tbody tr.button td {
    padding: 0;
    border-color: transparent
}

.docsTable table tbody tr.button .btn-wrap {
    position: relative;
    width: 100%
}

.docsTable table tbody tr.button .btn {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    font-size: 12px;
    padding: 4px 10px;
    letter-spacing: .05px
}

.docsTable table tbody tr.button .btn.btn-primary.btn-shadow.btn-shadowjs {
    -webkit-box-shadow: 0 10px 30px rgba(118, 168, 236, 0.5);
    box-shadow: 0 10px 30px rgba(118, 168, 236, 0.5)
}

.docsTable table tbody tr.button .btn.btn-primary.btn-shadow.btn-shadowjs:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a5fe0), to(#19329c));
    background-image: linear-gradient(to bottom, #1a5fe0 0, #19329c 100%);
    background-repeat: repeat-x
}

.docsTable table tbody tr.button .btn.btn-primary.btn-shadow.btn-shadowjs:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.docsTable table tbody tr.button .btn.btn-primary.btn-shadow.btn-shadowjs:hover {
    -webkit-box-shadow: 0 0 5px rgba(118, 168, 236, 0.2);
    box-shadow: 0 0 5px rgba(118, 168, 236, 0.2)
}

.docsTable table tbody tr.button .btn.btn-primary.btn-shadow.btn-shadowjs.active {
    -webkit-box-shadow: 0 10px 30px rgba(255, 121, 0, 0.2);
    box-shadow: 0 10px 30px rgba(255, 121, 0, 0.2);
    pointer-events: none;
    cursor: default
}

.docsTable table tbody tr.button .btn.btn-primary.btn-shadow.btn-shadowjs.active:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to bottom, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

@media(max-width:575.98px) {
    .docsTable {
        margin: -20px;
        margin-top: -21px
    }

    .docsTable table thead th {
        font-size: .75rem;
        padding: 8px
    }

    .docsTable table tbody tr th,
    .docsTable table tbody tr td {
        font-size: .75rem
    }

    .docsTable table tbody tr th {
        padding: 8px 10px
    }

    .docsTable table tbody tr td img {
        max-width: 18px
    }

    .docsTable table tbody tr.button .btn {
        top: -11px;
        width: 62px;
        font-size: 10px;
        padding: 4px 10px;
        letter-spacing: 0
    }
}

.steps {
    max-width: 612px;
    margin: 0 auto;
    position: relative;
    padding-top: 3.0625rem
}

.steps:before,
.steps:after {
    content: "";
    display: block
}

.steps:before {
    position: absolute;
    top: 0;
    bottom: 80px;
    width: 5px;
    left: 50%;
    margin-left: -2.5px;
    background: #19329c;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f3fb5), to(#2177e8));
    background-image: linear-gradient(to bottom, #1f3fb5 0, #2177e8 100%);
    background-repeat: repeat-x
}

.steps:after {
    clear: both
}

.steps__item {
    clear: both;
    float: left;
    width: 265px;
    padding: 0 15px;
    text-align: center
}

.steps__item__num {
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    width: 2.75em;
    height: 2.75em;
    border-radius: 50%;
    margin-left: -1.375em;
    z-index: 2;
    line-height: 2.125;
    font-weight: 700;
    text-align: center;
    color: #19329c
}

.steps__item__num:before,
.steps__item__num:after {
    content: "";
    display: block;
    position: absolute
}

.steps__item__num:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(135, 175, 235, 0.3);
    box-shadow: 0 10px 20px rgba(135, 175, 235, 0.3)
}

.steps__item__num:after {
    top: 50%;
    left: -.2083333333em;
    width: .875em;
    height: .875em;
    margin-top: -.4375em;
    background: #ff1919;
    background-image: linear-gradient(45deg, #ff1919, #ff7900);
    background-repeat: repeat-x;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.steps__item__num span {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    margin-top: -1.125em;
    margin-left: -1.125em;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to bottom, #ff1919 0, #ff7900 100%);
    background-repeat: repeat-x
}

.steps__item__num span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.9166666667em;
    height: 1.9166666667em;
    background: #fff;
    border-radius: 50%;
    margin-top: -.9583333333em;
    margin-left: -.9583333333em;
    z-index: -1
}

.steps__item__img {
    margin: 0 auto;
    max-height: 4.6875rem;
    margin-bottom: .9375rem;
    width: 92px;
    position: relative
}

.steps__item__img:after {
    content: "";
    display: block;
    padding-top: 81.5217391304%
}

.steps__item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .steps__item__img img {
        -webkit-transition: none;
        transition: none
    }
}

.steps__item__title {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #282828;
    margin: 0 auto;
    max-width: 162px
}

.steps__item__desc {
    margin: .5714285714em -1.0714285714em 0;
    line-height: 1.5
}

.steps__item__desc a {
    display: inline-block;
    position: relative
}

.steps__item__desc a:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0
}

.steps__item:nth-child(2n+1) {
    float: right
}

.steps__item:nth-child(2n+1) [class*="__num"]:after {
    left: auto;
    right: -.2083333333em
}

.steps__item+[class*="__item"] {
    margin-top: 1.5rem
}

.steps__item:hover [class*="__img"] img {
    -webkit-transform: translate(-50%, -60%) scale(1.08);
    transform: translate(-50%, -60%) scale(1.08)
}

.steps__item[data-waypoint] .steps__item__num span,
.steps__item[data-waypoint] .steps__item__num:before,
.steps__item[data-waypoint] .steps__item__num:after {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .steps__item[data-waypoint] .steps__item__num span,
    .steps__item[data-waypoint] .steps__item__num:before,
    .steps__item[data-waypoint] .steps__item__num:after {
        -webkit-transition: none;
        transition: none
    }
}

.steps__item[data-waypoint] .steps__item__num:before,
.steps__item[data-waypoint] .steps__item__num span {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.steps__item[data-waypoint] .steps__item__num span {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.steps__item[data-waypoint] .steps__item__num:after {
    margin-left: 20px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.steps__item[data-waypoint] .steps__item__img,
.steps__item[data-waypoint] .steps__item__title,
.steps__item[data-waypoint] .steps__item__desc {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

@media screen and (prefers-reduced-motion:reduce) {

    .steps__item[data-waypoint] .steps__item__img,
    .steps__item[data-waypoint] .steps__item__title,
    .steps__item[data-waypoint] .steps__item__desc {
        -webkit-transition: none;
        transition: none
    }
}

.steps__item[data-waypoint] .steps__item__title {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.steps__item[data-waypoint] .steps__item__desc {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.steps__item[data-waypoint]:nth-child(2n+1) [class*="__num"]:after {
    margin-left: auto;
    margin-right: 20px
}

.steps__item[data-waypoint].active .steps__item__num:after {
    opacity: 1;
    margin-left: 0
}

.steps__item[data-waypoint].active .steps__item__num:before,
.steps__item[data-waypoint].active .steps__item__num span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.steps__item[data-waypoint].active .steps__item__img,
.steps__item[data-waypoint].active .steps__item__title,
.steps__item[data-waypoint].active .steps__item__desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.steps__item[data-waypoint].active:nth-child(2n+1) [class*="__num"]:after {
    margin-left: auto;
    margin-right: 0
}

@media(max-width:575.98px) {
    .steps {
        max-width: 358px
    }

    .steps__item {
        width: 122px;
        padding: 0
    }

    .steps__item__img {
        width: 67px
    }

    .steps__item__title {
        margin: 0 -15px;
        font-size: 13px
    }

    .steps__item__num {
        font-size: 1.2em
    }

    .steps__item__desc {
        font-size: 13px
    }

    .steps__item__desc br {
        display: none
    }
}

.customers {
    position: relative;
    background: #fff;
    border-top: 3px solid #19329c;
    -webkit-box-shadow: 0 5px 20px rgba(25, 50, 156, 0.35);
    box-shadow: 0 5px 20px rgba(25, 50, 156, 0.35);
    border-radius: 0 0 0 23px;
    padding: 3.5625rem 7.9375rem 3.125rem 3.5625rem
}

.customers:before {
    content: " ";
    display: block;
    position: absolute;
    height: 3px;
    top: -3px;
    right: 0;
    width: 210px;
    max-width: 33.8709677419%;
    background: #ff7900;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.customers__inner {
    display: none
}

.customers__inner.slick-initialized {
    display: block
}

.customers__item h3 {
    font-size: 1.125rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    color: #495057;
    margin: 0 0 .9375rem;
    line-height: 1.1;
    font-weight: 400;
    padding-bottom: 1.125rem;
    position: relative
}

.customers__item h3:before {
    content: "";
    display: block;
    width: 1.5625rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #969696
}

.customers__item h3 strong {
    color: #19329c;
    font-weight: 700
}

.customers__item h3 small {
    font-size: 1em;
    color: #495057
}

.customers__item h3 small:before {
    content: "-";
    display: inline-block;
    margin: 0 .3125rem
}

.customers__item h4 {
    font-size: 1rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    color: inherit;
    line-height: 1.2857142857;
    margin: 0 0 .8571428571em;
    color: #282828;
    text-transform: uppercase
}

.customers__item p {
    line-height: 1.2857142857
}

.customers ul.slick-dots {
    position: static;
    text-align: inherit;
    margin-top: 5px
}

.customers ul.slick-dots li {
    margin-right: 24px
}

.customers ul.slick-dots li:before {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px
}

.customers ul.slick-dots li button {
    width: 16px;
    height: 16px
}

.customers ul.slick-dots li:last-child {
    margin-right: 0
}

.customers .arrow {
    font-size: 1.75rem;
    position: absolute;
    top: 50%;
    right: -2.3571428571em;
    background: #19329c;
    text-align: center;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    margin-top: -.625em;
    color: #fff;
    opacity: .15;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .customers .arrow {
        -webkit-transition: none;
        transition: none
    }
}

.customers .arrow i {
    font-size: 1em;
    line-height: 1.25;
    vertical-align: top;
    display: inline-block
}

.customers .arrow:hover {
    opacity: 1
}

@media(min-width:992px) and (max-width:1199.98px) {
    .customers {
        margin-left: 40px
    }
}

@media(max-width:575.98px) {
    .customers {
        position: static;
        top: 0;
        border-radius: 0;
        padding: 30px 30px 43px
    }

    .customers ul.slick-dots {
        text-align: center
    }

    .customers ul.slick-dots li {
        margin: 0 5px
    }
}

[data-animated-effect],
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 180deg);
        transform: perspective(800px) rotate3d(1, 0, 0, 180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    40% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(800px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px);
        transform: perspective(800px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 180deg);
        transform: perspective(800px) rotate3d(1, 0, 0, 180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    40% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(800px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px);
        transform: perspective(800px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.cta {
    padding: 5rem 0 3.4375rem;
    background: #8dc6f9 no-repeat top center;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0 0 1.25rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 0 1.25rem rgba(25, 50, 156, 0.35)
}

.cta .container {
    position: relative;
    z-index: 1
}

.cta:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/breadcrumbs-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.cta__inner {
    max-width: 768px;
    margin: 0 auto
}

.cta__inner h2 {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1.25rem
}

.cta__inner .form-group {
    margin: 0
}

.cta__inner .form-control {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 13px 23px;
    background: #fff;
    line-height: 22px
}

.cta__inner .form-control::-webkit-input-placeholder {
    color: #969696
}

.cta__inner .form-control:-ms-input-placeholder {
    color: #969696
}

.cta__inner .form-control::-ms-input-placeholder {
    color: #969696
}

.cta__inner .form-control::placeholder {
    color: #969696
}

.cta__inner .form-control:focus {
    border-color: #19329c
}

.cta__inner .btn {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1em;
    border: 0;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.3571428571;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .cta__inner .btn {
        -webkit-transition: none;
        transition: none
    }
}

.cta__inner .btn.btn-default {
    color: #19329c;
    -webkit-box-shadow: 0 .6875rem 1.25rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .6875rem 1.25rem rgba(25, 50, 156, 0.4);
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f4ff), to(#fefefe));
    background-image: linear-gradient(to right, #f0f4ff 0, #fefefe 100%);
    background-repeat: repeat-x
}

.cta__inner .btn.btn-default:hover {
    -webkit-box-shadow: 0 .3125rem .75rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .3125rem .75rem rgba(25, 50, 156, 0.4)
}

.cta__inner .btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.cta__inner [class*='col-']:last-child {
    padding-top: .3125rem
}

.cta__follow {
    margin-top: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem
}

.cta__follow h3 {
    display: inline-block;
    font-weight: 300;
    font-size: 1.25em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 2.8125em 0 0;
    position: relative;
    top: -.1em
}

.cta__follow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.cta__follow ul>li {
    display: inline-block;
    margin-right: 2.5em
}

.cta__follow ul>li a {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-repeat: none;
    background-position: center;
    background-size: contain
}

.cta__follow ul>li a:hover {
    opacity: .8
}

.cta__follow ul>li a.facebook {
    background-image: url(../images/icons/ic-facebook-lg.svg)
}

.cta__follow ul>li a.zalo {
    background-image: url(../images/icons/ic-zalo-lg.svg)
}

.cta__follow ul>li a.youtube {
    background-image: url(../images/icons/ic-youtube-lg.svg)
}

.cta__follow ul>li a.linkedin {
    background-image: url(../images/icons/ic-linkedin-lg.svg)
}

.cta__follow ul>li:last-child {
    margin-right: 0
}

@media(max-width:991.98px) {
    .cta {
        padding: 2.8125rem 0 2.1875rem
    }

    .cta__inner {
        font-size: 1rem
    }

    .cta__inner h2 {
        font-size: 20px
    }
}

@media(max-width:767.98px) {
    .cta {
        padding: 2.5rem 0 1.875rem
    }

    .cta__inner {
        font-size: 1rem
    }

    .cta__follow {
        font-size: 12px
    }

    .cta__follow h3 {
        margin-right: 1.25rem
    }

    .cta__follow ul>li {
        margin-right: .8125rem
    }
}

@media(max-width:575.98px) {
    .cta {
        padding: 2.1875rem 0
    }

    .cta .cta__inner h2 {
        text-align: center
    }

    .cta .cta__follow {
        text-align: center;
        display: block
    }

    .cta .cta__follow h3 {
        margin: 0 0 10px;
        display: block
    }
}

.paginationDot {
    padding: 2.5rem 0;
    text-align: center
}

.paginationDot ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.paginationDot ul li {
    display: inline-block;
    padding: .625rem 1.0625rem
}

.paginationDot ul li a {
    font-size: 1rem;
    display: block;
    width: 1.25em;
    height: 1.25em;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 .125em #ccc;
    box-shadow: inset 0 0 0 .125em #ccc
}

.paginationDot ul li a:before,
.paginationDot ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .paginationDot ul li a:before,
    .paginationDot ul li a:after {
        -webkit-transition: none;
        transition: none
    }
}

.paginationDot ul li a:after {
    top: .125em;
    bottom: .125em;
    left: .125em;
    right: .125em;
    border: .1875em solid #fff
}

.paginationDot ul li a span {
    display: none
}

.paginationDot ul li a:hover {
    -webkit-box-shadow: inset 0 0 0 .125em #19329c;
    box-shadow: inset 0 0 0 .125em #19329c
}

.paginationDot ul li.active a:before,
.paginationDot ul li.active a:after {
    opacity: 1
}

.paginationDot ul li.first a,
.paginationDot ul li.last a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.paginationDot ul li.first a:after,
.paginationDot ul li.last a:after {
    display: none
}

.paginationDot ul li.first a:before,
.paginationDot ul li.last a:before {
    border-radius: 0;
    opacity: 1;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 0;
    height: 0;
    margin-top: -.4375em;
    border-style: solid;
    border-color: transparent #969696;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .paginationDot ul li.first a:before,
    .paginationDot ul li.last a:before {
        -webkit-transition: none;
        transition: none
    }
}

.paginationDot ul li.first a:hover:before,
.paginationDot ul li.last a:hover:before {
    border-color: transparent #19329c
}

.paginationDot ul li.first a:before {
    margin-left: -.3125em;
    border-width: .4375em .5em .4375em 0
}

.paginationDot ul li.last a:before {
    margin-left: -.1875em;
    border-width: .4375em 0 .4375em .5em
}

@media(max-width:767.98px) {
    .paginationDot {
        padding: 30px 0
    }

    .paginationDot ul>li {
        padding: .3125rem .75rem
    }

    .paginationDot ul>li>a {
        font-size: 15px
    }
}

@media(max-width:575.98px) {
    .paginationDot {
        padding: 15px 0
    }

    .paginationDot ul>li {
        padding: .3125rem .5625rem
    }

    .paginationDot ul>li>a {
        font-size: 14px
    }
}

.joinWhoWeAre {
    padding: 3.125rem 0 5.625rem
}

.joinWhoWeAre__item {
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;
    display: block
}

.joinWhoWeAre__item:after,
.joinWhoWeAre__item::before {
    content: "";
    display: block;
    padding-top: 57.4692442882%
}

.joinWhoWeAre__item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2
}

.joinWhoWeAre__item>* {
    position: absolute
}

.joinWhoWeAre__item__img {
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinWhoWeAre__item__img {
        -webkit-transition: none;
        transition: none
    }
}

.joinWhoWeAre__item__img img {
    display: none
}

.joinWhoWeAre__item__inner {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10.3em;
    height: 3.85em;
    padding: .45em .5em .55em;
    margin: auto;
    max-width: 95%;
    text-align: center;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.joinWhoWeAre__item__inner:before,
.joinWhoWeAre__item__inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    border: 2px solid #ff1919
}

.joinWhoWeAre__item__inner:before {
    border-width: 2px 0 2px 2px;
    left: 0;
    border-radius: 10px 0 0 10px
}

.joinWhoWeAre__item__inner:after {
    border-color: #ff7900;
    border-width: 2px 2px 2px 0;
    right: 0;
    border-radius: 0 10px 10px 0
}

.joinWhoWeAre__item__inner .joinWhoWeAre__item__title {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin: 0;
    line-height: 1.425;
    color: #fff;
    text-shadow: 2px .1875rem .3125rem rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinWhoWeAre__item__inner .joinWhoWeAre__item__title {
        -webkit-transition: none;
        transition: none
    }
}

.joinWhoWeAre__item__inner .joinWhoWeAre__item__title::before,
.joinWhoWeAre__item__inner .joinWhoWeAre__item__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 2px;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ff1919), to(#ff7900));
    background-image: linear-gradient(to right, #ff1919 30%, #ff7900 100%);
    background-repeat: repeat-x
}

.joinWhoWeAre__item__inner .joinWhoWeAre__item__title:after {
    top: auto;
    bottom: 0
}

.joinWhoWeAre__item__inner .joinWhoWeAre__item__more {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.25rem;
    font-size: .875rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 1.2857142857em
}

.joinWhoWeAre__item:hover .joinWhoWeAre__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.joinWhoWeAre__item:hover .joinWhoWeAre__item__inner:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.joinWhoWeAre__btn {
    padding-top: 4.625rem
}

.joinWhoWeAre__btn .btn {
    width: 26.25rem;
    max-width: 100%
}

@media(max-width:1199.98px) {
    .joinWhoWeAre {
        padding: 2.5rem 0
    }

    .joinWhoWeAre__item__inner {
        font-size: 2.1875rem
    }

    .joinWhoWeAre__btn {
        padding-top: 1.75rem
    }
}

@media(max-width:991.98px) {
    .joinWhoWeAre {
        padding: 1.875rem 0 2.5rem
    }

    .joinWhoWeAre__item__inner {
        font-size: 1.75rem
    }

    .joinWhoWeAre__btn {
        padding-top: 1.875rem
    }
}

@media(max-width:767.98px) {
    .joinWhoWeAre {
        padding: 1.25rem 0 2.1875rem
    }

    .joinWhoWeAre__item__inner {
        font-size: 1.875rem
    }

    .joinWhoWeAre__btn {
        padding-top: 1.25rem
    }
}

@media(max-width:575.98px) {
    .joinWhoWeAre {
        padding: .9375rem 0 1.875rem
    }

    .joinWhoWeAre__item__inner {
        font-size: 1.5rem
    }

    .joinWhoWeAre__btn {
        padding-top: .9375rem
    }
}

.joinDesc {
    padding: 3.4375rem 0 1.25rem;
    font-size: 1rem;
    text-align: center;
    color: #646464;
    max-width: 970px;
    margin: 0 auto
}

.joinDesc .heading {
    margin-bottom: .6666666667em
}

@media(max-width:1199.98px) {
    .joinDesc {
        padding: 3.125rem 0 1.25rem
    }
}

@media(max-width:991.98px) {
    .joinDesc {
        padding: 2.8125rem 0 1.25rem
    }
}

@media(max-width:767.98px) {
    .joinDesc {
        padding: 2.1875rem 0 1.25rem
    }
}

@media(max-width:575.98px) {
    .joinDesc {
        padding: 1.5625rem 0 1.25rem;
        font-size: .875rem
    }
}

.joinSearch .row {
    margin-left: -13px;
    margin-right: -13px
}

.joinSearch .row>[class*="col-"] {
    padding-left: 13px;
    padding-right: 13px;
    position: relative;
    z-index: 5
}

.joinSearch .row>[class*="col-"]+div {
    z-index: 4
}

.joinSearch .row>[class*="col-"]+div+div {
    z-index: 3
}

.joinSearch .row>[class*="col-"]+div+div+div {
    z-index: 2
}

.joinSearch .row>[class*="col-"]+div+div+div+div {
    z-index: 1
}

.joinSearch .form-group {
    margin-bottom: 10px;
    position: relative
}

.joinSearch .form-group .form-control {
    padding-left: 2.5625rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinSearch .form-group .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.joinSearch .form-group .form-control:focus {
    padding-left: .8125rem
}

.joinSearch .form-group .form-control:focus~label {
    opacity: 0
}

.joinSearch .form-group label {
    position: absolute;
    top: .625rem;
    left: .75rem;
    color: #19329c;
    font-size: .9375rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinSearch .form-group label {
        -webkit-transition: none;
        transition: none
    }
}

.joinSearch .btn {
    font-size: .8125rem;
    color: #ff1919;
    border: 1px solid #ced0da;
    border-radius: .25rem;
    padding: .3125rem .625rem .5rem;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f5f8), to(#feffff));
    background-image: linear-gradient(to bottom, #f3f5f8 0, #feffff 100%);
    background-repeat: repeat-x;
    font-weight: 700
}

.joinSearch .btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.joinSearch .chosen-container .chosen-single {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#f3f5f8));
    background-image: linear-gradient(to bottom, #feffff 0, #f3f5f8 100%);
    background-repeat: repeat-x
}

.joinSearch .chosen-container .chosen-single div::before {
    content: "\33";
    font-family: 'ElegantIcons';
    font-size: 1.25rem;
    position: relative;
    top: -.0625rem
}

.joinSearch .chosen-container .chosen-single div b {
    display: none
}

.joinSearch .chosen-container.chosen-with-drop .chosen-single {
    background-image: none
}

.joinSearch .chosen-container.chosen-with-drop .chosen-single div::before {
    content: "\32"
}

.breadcrumbs+.joinSearch {
    margin-top: -58px;
    position: relative;
    z-index: 2
}

.breadcrumbs+.joinSearch .form-control,
.breadcrumbs+.joinSearch .chosen-container .chosen-single,
.breadcrumbs+.joinSearch .btn {
    -webkit-box-shadow: 0 .9375rem 2.1875rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 .9375rem 2.1875rem rgba(25, 50, 156, 0.4)
}

.breadcrumbs+.joinSearch .chosen-container .chosen-single,
.breadcrumbs+.joinSearch .btn {
    background: #fff;
    background-image: none
}

@media(min-width:992px) {
    .joinSearch .row .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%
    }

    .joinSearch .row .col-md-5+.col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.3333333333%;
        flex: 0 0 22.3333333333%;
        max-width: 22.3333333333%
    }

    .joinSearch .row .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.3333333333%;
        flex: 0 0 18.3333333333%;
        max-width: 18.3333333333%
    }
}

@media(max-width:767.98px) {
    .breadcrumbs+.joinSearch {
        margin-top: -18px
    }
}

.joinCareerCat {
    padding: 2.8125rem 0
}

@media(min-width:1200px) {
    .joinCareerCat .row {
        margin-left: -2.6875rem;
        margin-right: -2.6875rem
    }

    .joinCareerCat .row>div {
        padding-left: 2.6875rem;
        padding-right: 2.6875rem
    }
}

@media(min-width:768px) {
    .joinCareerCat .row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.joinCareerCat__item {
    position: relative;
    margin-bottom: 20px;
    display: block
}

.joinCareerCat__item__line {
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 7px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCareerCat__item__line {
        -webkit-transition: none;
        transition: none
    }
}

.joinCareerCat__item__line:before,
.joinCareerCat__item__line:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .joinCareerCat__item__line:before,
    .joinCareerCat__item__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.joinCareerCat__item__line:before {
    left: 0;
    width: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#1a5fe0), to(#19329c));
    background-image: linear-gradient(to right, #1a5fe0 0, #19329c 100%);
    background-repeat: repeat-x
}

.joinCareerCat__item__line:after {
    right: 0;
    width: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.joinCareerCat__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCareerCat__item:before {
        -webkit-transition: none;
        transition: none
    }
}

.joinCareerCat__item:after {
    content: "";
    display: block;
    padding-top: 57.4692442882%
}

.joinCareerCat__item>* {
    position: absolute
}

.joinCareerCat__item__imgwrap {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.joinCareerCat__item__img {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCareerCat__item__img {
        -webkit-transition: none;
        transition: none
    }
}

.joinCareerCat__item__img img {
    display: none
}

.joinCareerCat__item__inner {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10.3em;
    height: 3.5em;
    padding: .45em .5em .55em;
    margin: auto;
    max-width: 95%;
    text-align: center;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 .9375rem 2.1875rem rgba(25, 50, 156, 0.2), inset 0 0 2.1875rem rgba(255, 255, 255, 0.35);
    box-shadow: 0 .9375rem 2.1875rem rgba(25, 50, 156, 0.2), inset 0 0 2.1875rem rgba(255, 255, 255, 0.35)
}

.joinCareerCat__item__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #1f305b;
    opacity: .35;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCareerCat__item__inner:before {
        -webkit-transition: none;
        transition: none
    }
}

.joinCareerCat__item__inner .joinCareerCat__item__title {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 .9375rem 2.1875rem rgba(25, 50, 156, 0.35);
    position: relative;
    z-index: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCareerCat__item__inner .joinCareerCat__item__title {
        -webkit-transition: none;
        transition: none
    }
}

.joinCareerCat__item__inner .joinCareerCat__item__title em {
    font-style: normal;
    font-weight: 400;
    margin-left: .3125rem
}

.joinCareerCat__item__inner .joinCareerCat__item__title+.joinCareerCat__item__title {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    position: absolute;
    background: -webkit-linear-gradient(0deg, #ff1919 0, #ff7900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.joinCareerCat__item:hover:before {
    opacity: 1
}

.joinCareerCat__item:hover .joinCareerCat__item__img {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.joinCareerCat__item:hover .joinCareerCat__item__line {
    opacity: 1
}

.joinCareerCat__item:hover .joinCareerCat__item__line:before {
    width: 67.0769230769%
}

.joinCareerCat__item:hover .joinCareerCat__item__line:after {
    width: 32.9230769231%
}

.joinCareerCat__item:hover .joinCareerCat__item__title {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%)
}

.joinCareerCat__item:hover .joinCareerCat__item__title+.joinCareerCat__item__title {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media(max-width:767.98px) {
    .joinCareerCat {
        padding: 1.25rem 0
    }
}

@media(max-width:575.98px) {
    .joinCareerCat {
        padding: .625rem 0
    }
}

.joinCareerList {
    padding: 3.4375rem 0
}

.joinCareerList__item {
    padding: 1.25rem 0
}

.joinCareerList__item h3 {
    font-size: 1.0625rem;
    text-transform: uppercase;
    margin: 0;
    color: #19329c
}

.joinCareerList__item h3 a {
    color: inherit
}

.joinCareerList__item h3 a:hover {
    color: #ff1919
}

.joinCareerList__item p {
    margin: 0;
    color: #646464;
    font-size: 1rem
}

.joinCareerList__item .btn-link {
    color: #969696;
    font-weight: 700;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: .9375rem;
    text-transform: none;
    text-decoration: underline
}

.joinCareerList__item .btn-link:hover {
    color: #ff1919
}

.joinCareerList__item .btn-primary {
    min-width: 160px
}

.joinCareerList__item+[class*="__item"] {
    border-top: 1px solid #e9ecef
}

@media(max-width:767.98px) {
    .joinCareerList {
        padding: 10px 0
    }

    .joinCareerList__item {
        text-align: center
    }

    .joinCareerList__item .text-right {
        padding-top: 10px;
        text-align: center !important
    }
}

@media(max-width:575.98px) {
    .joinCareerList {
        padding: 5px 0
    }
}

.joinCareerDetail.d-block {
    position: relative;
    z-index: 0
}

.joinCareerDetail.d-block .modal-dialog {
    margin-bottom: 3.125rem
}

.joinCareerDetail .modal-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(32, 69, 164, 0.15);
    box-shadow: 0 5px 15px 0 rgba(32, 69, 164, 0.15);
    border-radius: 0 20px 20px 20px;
    border: 0;
    background-image: url(../images/ourPromise-bg.png);
    background-repeat: no-repeat;
    background-size: 186px auto;
    background-position: top left
}

.joinCareerDetail .modal-content>.close {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    outline: 0;
    font-size: 24px;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCareerDetail .modal-content>.close {
        -webkit-transition: none;
        transition: none
    }
}

.joinCareerDetail .modal-content>.close:hover {
    color: #ff1919
}

.joinCareerDetail .modal-content .modal-body {
    padding: 80px 60px;
    font-size: 1rem;
    color: #646464;
    overflow: hidden
}

.joinCareerDetail p {
    margin-bottom: 1.0625rem
}

.joinCareerDetail hr {
    margin-bottom: 2rem
}

.joinCareerDetail .careerDetail__title {
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #19329c;
    margin: 0 0 .75rem
}

.joinCareerDetail .careerDetail__title~.row>div {
    white-space: nowrap
}

.joinCareerDetail .careerDetail__row {
    margin-top: 30px
}

.joinCareerDetail .careerDetail__row+[class*="__row"] {
    margin-top: 45px
}

.joinCareerDetail .careerDetail__row__head {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #19329c;
    margin: 0 0 .625rem
}

.joinCareerDetail .careerDetail__row__content p {
    margin-bottom: 1rem
}

.joinCareerDetail .careerDetail__row__content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.joinCareerDetail .careerDetail__row__content ul li {
    position: relative;
    padding-left: 8px
}

.joinCareerDetail .careerDetail__row__content ul li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0
}

.joinCareerDetail .careerDetail__footer {
    margin-top: 2.8125rem;
    text-align: center
}

.joinCareerDetail .careerDetail__footer .btn {
    min-width: 274px
}

@media(min-width:768px) {
    .joinCareerDetail .modal-dialog {
        margin-top: 2.5rem
    }

    .joinCareerDetail.d-block {
        position: relative
    }

    .joinCareerDetail.d-block .modal-dialog {
        margin-top: 6.25rem;
        margin-bottom: 5rem
    }

    .joinCareerDetail.d-block .modal-content .modal-body {
        padding: 120px 60px 90px
    }
}

@media(min-width:1200px) {
    .joinCareerDetail .modal-lg {
        max-width: 1038px
    }
}

@media(max-width:1199.98px) {
    .joinCareerDetail .modal-content .modal-body {
        padding: 70px 60px 50px
    }
}

@media(max-width:991.98px) {
    .joinCareerDetail .modal-dialog {
        max-width: 700px
    }

    .joinCareerDetail .modal-content {
        background-size: 105px auto
    }

    .joinCareerDetail .modal-content .modal-body {
        padding: 40px 40px 50px
    }
}

@media(max-width:767.98px) {
    .joinCareerDetail .modal-content {
        margin: 30px 10px 10px
    }

    .joinCareerDetail p {
        margin-bottom: .3125rem
    }

    .joinCareerDetail .modal-content {
        background-size: 85px auto
    }

    .joinCareerDetail .modal-content .modal-body {
        padding: 30px
    }

    .joinCareerDetail hr {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .joinCareerDetail .careerDetail__title {
        font-size: 1.25rem
    }

    .joinCareerDetail .careerDetail__row {
        margin-top: 1.25rem
    }

    .joinCareerDetail .careerDetail__row+[class*="__row"] {
        margin-top: 1.5625rem
    }

    .joinCareerDetail .careerDetail__row__head {
        font-size: 1rem;
        margin: 0 0 .3125rem
    }

    .joinCareerDetail .careerDetail__row__content p {
        margin-bottom: .75rem
    }

    .joinCareerDetail .careerDetail__footer {
        margin-top: 1.875rem
    }
}

.joinCareerApply {
    max-width: 970px;
    margin: 30px auto 168px;
    border: 1px solid #e1e1e1;
    border-radius: 0 .9375rem .9375rem .9375rem;
    -webkit-box-shadow: 0 .3125rem 1.5625rem rgba(25, 50, 156, 0.15);
    box-shadow: 0 .3125rem 1.5625rem rgba(25, 50, 156, 0.15);
    padding: 0;
    background-image: url(../images/ourPromise-bg.png);
    background-repeat: no-repeat;
    background-size: 186px auto;
    background-position: top left
}

.joinCareerApply__head {
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #19329c;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    text-align: center;
    padding: 2.2307692308em 0;
    border-bottom: 1px solid #c8c8c8;
    margin: 0
}

.joinCareerApply__content {
    margin: -1.125rem 0 0;
    padding: 0 8.75rem 5rem
}

.joinCareerApply__content__head {
    position: relative;
    font-size: 1.125rem;
    padding: 1.6666666667em 0 0 6em;
    color: #19329c;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 2em;
    min-height: 4.7222222222em
}

.joinCareerApply__content__head i {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    width: 4.7222222222em;
    height: 4.7222222222em;
    background: #fff
}

.joinCareerApply__content__head i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto
}

.joinCareerApply__content__head i.ic-info:before {
    background-image: url(../images/icons/ic-infomation.png);
    width: 2.1111111111em;
    height: 2.1111111111em
}

.joinCareerApply__content__head i.ic-location:before {
    background-image: url(../images/icons/ic-location.png);
    width: 2.0555555556em;
    height: 2.2222222222em
}

.joinCareerApply__content__footer {
    padding-top: 45px
}

.joinCareerApply__content__footer .btn.btn-danger {
    width: 200px;
    max-width: 100%
}

.joinCareerApply__content__footer .btn.btn-additional {
    width: 115px
}

.joinCareerApply__content__footer .btn:not(:last-child) {
    margin-right: 40px
}

@media(min-width:992px) {
    .joinCareerApply__content>.row {
        margin-left: -35px;
        margin-right: -35px
    }

    .joinCareerApply__content>.row>div {
        padding-left: 35px;
        padding-right: 35px
    }

    .joinCareerApply__content>.row>div>.row {
        margin-left: -17px;
        margin-right: -17px
    }

    .joinCareerApply__content>.row>div>.row>div {
        padding-left: 17px;
        padding-right: 17px
    }

    .joinCareerApply__content>.row>div>.row>div.col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media(max-width:1199.98px) {
    .joinCareerApply {
        max-width: 960px;
        margin: 30px auto 150px
    }
}

@media(max-width:991.98px) {
    .joinCareerApply {
        max-width: 720px;
        margin: 30px auto 150px
    }

    .joinCareerApply__content {
        padding: 0 3.4rem 3rem
    }
}

@media(max-width:767.98px) {
    .joinCareerApply {
        max-width: 540px;
        margin: 30px auto 100px;
        background-size: 106px auto
    }

    .joinCareerApply__head {
        font-size: 1.25rem;
        padding: 1.8461538462em 0
    }

    .joinCareerApply__content {
        padding: 0 3rem 2.5rem
    }

    .joinCareerApply__content__head {
        position: relative;
        font-size: 1rem
    }

    .joinCareerApply__content__footer {
        padding-top: 5px
    }

    .joinCareerApply__content__footer .btn:not(:last-child) {
        margin-right: 20px
    }
}

@media(max-width:575.98px) {
    .joinCareerApply {
        margin: 25px 30px 70px
    }

    .joinCareerApply__content {
        padding: 0 30px 30px
    }

    .joinCareerApply__content__footer .btn {
        display: block
    }

    .joinCareerApply__content__footer .btn[class*="btn-"] {
        margin: 0;
        width: 100%
    }

    .joinCareerApply__content__footer .btn[class*="btn-"]:last-child {
        margin-top: 15px
    }
}

.joinCultureContact {
    max-width: 1012px;
    margin: 0 auto;
    color: #282828;
    font-size: 1rem;
    padding-top: 1.25rem
}

.joinCultureContact p {
    line-height: 1.375;
    font-weight: 300
}

.joinCultureContact__intro {
    max-width: 890px;
    margin: 0 auto;
    text-align: center
}

.joinCultureContact__accordion {
    margin-top: 5.625rem
}

.joinCultureContact__accordion ul {
    display: block;
    padding: 0;
    margin: 0 0 3.75rem;
    list-style: none;
    text-align: center
}

.joinCultureContact__accordion ul>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    position: relative;
    margin-left: 2.1875rem;
    padding-left: 2.1875rem
}

.joinCultureContact__accordion ul>li:before {
    content: '';
    top: 0;
    bottom: 0;
    background: #c8c8c8;
    width: 1px;
    position: absolute;
    left: 0
}

.joinCultureContact__accordion ul>li>a {
    color: #c8c8c8;
    text-transform: uppercase
}

.joinCultureContact__accordion ul>li>a:hover {
    color: #174397;
    font-weight: 700
}

.joinCultureContact__accordion ul>li:first-child {
    margin-left: 0;
    padding-left: 0
}

.joinCultureContact__accordion ul>li:first-child:before {
    display: none
}

.joinCultureContact__accordion ul>li.active>a {
    color: #174397;
    font-weight: 700
}

.joinCultureContact__accordion__content {
    position: relative
}

.joinCultureContact__accordion__content>.panel-group {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCultureContact__accordion__content>.panel-group {
        -webkit-transition: none;
        transition: none
    }
}

.joinCultureContact__accordion__content>.panel-group.active {
    position: static;
    opacity: 1;
    visibility: visible
}

.joinCultureContact__accordion__content>.panel-group.flyright {
    -webkit-transform: translate(70%, 0);
    transform: translate(70%, 0)
}

.joinCultureContact__accordion__content>.panel-group.flyleft {
    -webkit-transform: translate(-70%, 0);
    transform: translate(-70%, 0)
}

.joinCultureContact__form {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(32, 69, 164, 0.15);
    box-shadow: 0 5px 15px 0 rgba(32, 69, 164, 0.15);
    border-radius: 20px;
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
    padding: 2.5rem 1.25rem 1.25rem;
    color: #282828;
    font-size: 1rem;
    line-height: 1.375
}

.joinCultureContact__formInner {
    max-width: 1012px;
    margin: 0 auto
}

.joinCultureContact__formInner .row {
    margin-bottom: 1.25rem;
    margin-right: -15px;
    margin-left: -15px
}

.joinCultureContact__formInner .row .col-md-10,
.joinCultureContact__formInner .row .col-20 {
    padding-right: 15px;
    padding-left: 15px
}

.joinCultureContact__formInner .form-group {
    position: relative;
    margin: 0
}

.joinCultureContact__formInner .form-group>select~input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2
}

.joinCultureContact__formInner .form-group__back {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    line-height: 2.375rem;
    width: 2.5rem;
    text-align: center;
    display: none
}

.joinCultureContact__formInner .form-group__back i {
    width: 20px;
    height: 14px;
    position: absolute;
    top: .75rem;
    right: 1rem;
    background: url(../images/icons/ic-arrow-back.png) no-repeat center
}

.joinCultureContact__formInner .form-control {
    height: 2.5rem !important;
    border-color: #c8c8c8;
    font-size: .875rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCultureContact__formInner .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.joinCultureContact__formInner .form-control:focus {
    border-color: #19329c;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCultureContact__formInner .form-control:focus {
        -webkit-transition: none;
        transition: none
    }
}

.joinCultureContact__formInner .chosen-container-single a.chosen-single {
    height: 2.5rem;
    line-height: 2.375rem
}

.joinCultureContact__formInner .chosen-container-single .chosen-single div::before {
    content: "\33";
    font-family: 'ElegantIcons';
    font-size: 1.25rem;
    position: relative;
    top: -.0625rem
}

.joinCultureContact__formInner .chosen-container-single .chosen-single div b {
    display: none
}

.joinCultureContact__formInner .chosen-container-single.chosen-with-drop .chosen-single {
    background-image: none
}

.joinCultureContact__formInner .chosen-container-single.chosen-with-drop .chosen-single div::before {
    content: "\32"
}

.joinCultureContact__formInner .chosen-container .chosen-results {
    margin: 0
}

.joinCultureContact__formInner .chosen-container .chosen-drop {
    border-color: #19329c
}

.joinCultureContact__formInner .chosen-container.chosen-with-drop {
    -webkit-filter: drop-shadow(0 0 0 transparent);
    filter: drop-shadow(0 0 0 transparent)
}

.joinCultureContact__formInner .chosen-container.chosen-with-drop a.chosen-single {
    border-color: #19329c
}

.joinCultureContact__formInner textarea.form-control {
    height: 3.75rem !important;
    overflow: auto;
    resize: none
}

.joinCultureContact__formInner .btn-sm,
.joinCultureContact__formInner .btn-group-sm>.btn {
    width: 174px;
    margin-top: 10px
}

.joinCultureContact__form .contact--info {
    padding-left: 2.5rem;
    max-width: 340px
}

.joinCultureContact__form .contact--info h4 {
    color: #19329c;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    margin: -.3125rem 0 1.5625rem
}

@media(max-width:991.98px) {
    .joinCultureContact__form .contact--info h4 {
        font-size: 1.25rem
    }
}

.joinCultureContact__form .contact--info table {
    width: 100%
}

.joinCultureContact__form .contact--info table td {
    padding-bottom: 1rem
}

.joinCultureContact__form .contact--info table td:first-child {
    width: 34px;
    padding-right: 10px
}

.joinCultureContact__form .contact--info table td:first-child img {
    max-width: 100%;
    width: 23px
}

.joinCultureContact__form .contact--info table td a {
    color: #282828
}

.joinCultureContact__form .contact--info table td a:hover {
    color: #19329c
}

.joinCultureContact__form .contact--info table tr:last-child td {
    margin-bottom: 0
}

.joinCultureContact__map #content h1 {
    font-weight: 700;
    color: #ff1919;
    font-size: 1.25rem;
    margin: 0;
    padding-bottom: 10px
}

@media(max-width:767.98px) {

    .joinCultureContact__map .btn-lg,
    .joinCultureContact__map .btn-group-lg>.btn {
        font-size: 1rem;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media(max-width:991.98px) {
    .joinCultureContact {
        font-size: .875rem
    }

    .joinCultureContact__accordion {
        margin-top: 1.875rem
    }

    .joinCultureContact__accordion ul {
        margin-bottom: 1.25rem
    }

    .joinCultureContact__form {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
        font-size: .875rem
    }

    .joinCultureContact__form .contact--info {
        padding-left: 0;
        padding-top: 1.25rem
    }
}

@media(max-width:767.98px) {
    .joinCultureContact__formInner .row {
        margin-bottom: 0
    }

    .joinCultureContact__formInner .row .col-md-10 {
        margin-bottom: 1.25rem
    }

    .joinCultureContact__formInner .row .btn-sm,
    .joinCultureContact__formInner .row .btn-group-sm>.btn {
        margin-top: 1.25rem
    }
}

@media(max-width:575.98px) {
    .joinCultureContact__accordion ul>li {
        display: block;
        margin-left: 0;
        padding-left: 0;
        border-top: 1px solid #c8c8c8;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .joinCultureContact__accordion ul>li:before {
        display: none
    }

    .joinCultureContact__accordion ul>li:first-child {
        border-top: 0
    }
}

.panel-group .panel-default {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.panel-group .panel-default h4 {
    margin: 0;
    padding: 0
}

.panel-group .panel-default h4>a {
    display: block;
    color: #19329c;
    font-size: 1rem;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-right: 1.875rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .panel-group .panel-default h4>a {
        -webkit-transition: none;
        transition: none
    }
}

.panel-group .panel-default h4 .collapsed {
    color: #282828;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .panel-group .panel-default h4 .collapsed {
        -webkit-transition: none;
        transition: none
    }
}

.panel-group .panel-default h4 .collapsed span.icon-tab {
    background: url(../images/icons/ic-arrow-1.svg) no-repeat center center
}

.panel-group .panel-default span.icon-tab {
    position: absolute;
    right: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/icons/ic-arrow-2.svg) no-repeat center center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .panel-group .panel-default span.icon-tab {
        -webkit-transition: none;
        transition: none
    }
}

.panel-group .panel-default .media-body {
    padding-left: 3.75rem;
    padding-top: 1.875rem
}

@media(max-width:767.98px) {
    .panel-group .panel-default .media-body {
        padding-left: 1.875rem
    }
}

.panel-group .panel-default .media-body p:last-child {
    margin-bottom: 0
}

.joinCultureNews {
    color: #646464;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 1.25rem
}

.joinCultureNews .joinCulture__content {
    margin-bottom: 3.125rem
}

.joinCultureNews__intro {
    margin-bottom: 4.375rem
}

@media(max-width:991.98px) {
    .joinCultureNews__intro {
        margin-bottom: 1.25rem
    }
}

.joinCultureNews__form {
    position: relative
}

.joinCultureNews__form .btn-search {
    position: absolute;
    background: 0;
    border: 0;
    top: 7px;
    left: 10px;
    color: #19329c;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCultureNews__form .btn-search {
        -webkit-transition: none;
        transition: none
    }
}

.joinCultureNews__form .form-control {
    border-color: #19329c;
    border-radius: 5px;
    padding-left: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCultureNews__form .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.joinCultureNews__form .form-control:focus {
    padding-left: 15px
}

.joinCultureNews__form .form-control:focus~.btn-search {
    opacity: 0
}

.joinCultureNews__content {
    margin-top: 5rem;
    margin-bottom: 3.125rem
}

@media(max-width:991.98px) {
    .joinCultureNews__content {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }
}

.joinCultureNews .paginationDot {
    padding: 0
}

.gridNews {
    margin: 3.125rem -1.875rem 1.875rem
}

.gridNews::after {
    display: block;
    clear: both;
    content: ""
}

.gridNews__wrap {
    padding: .9375rem 1.875rem;
    position: relative;
    vertical-align: top;
    width: 33.33%;
    float: left
}

.gridNews__item {
    -webkit-transform: scale(1);
    transform: scale(1);
    padding-bottom: 12px;
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridNews__item {
        -webkit-transition: none;
        transition: none
    }
}

.gridNews__item__image {
    overflow: hidden
}

.gridNews__item__image .image {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridNews__item__image .image {
        -webkit-transition: none;
        transition: none
    }
}

.gridNews__item__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.gridNews__item__image .image>a:after {
    content: "";
    padding-top: 75.7142857143%;
    display: block
}

.gridNews__item__image .image>a img {
    display: none
}

.gridNews__item__info {
    padding: 1.25rem;
    position: relative
}

.gridNews__item__info .date {
    font-size: .875rem;
    font-weight: 300;
    font-style: italic;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridNews__item__info .date {
        -webkit-transition: none;
        transition: none
    }
}

.gridNews__item__info>a {
    font-size: 1.25rem;
    display: block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 1.1;
    height: 2.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridNews__item__info>a {
        -webkit-transition: none;
        transition: none
    }
}

.gridNews__item__info:after,
.gridNews__item__info:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: .1875rem;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (prefers-reduced-motion:reduce) {

    .gridNews__item__info:after,
    .gridNews__item__info:before {
        -webkit-transition: none;
        transition: none
    }
}

.gridNews__item__info:before {
    left: 0;
    width: 0;
    background: #164397
}

.gridNews__item__info:after {
    width: 0;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to left, #ff1919 0, #ff7900 100%)
}

.gridNews__item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0.35);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0.35);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridNews__item:hover {
        -webkit-transition: none;
        transition: none
    }
}

.gridNews__item:hover .gridNews__item__image .image {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.gridNews__item:hover .gridNews__item__info:after,
.gridNews__item:hover .gridNews__item__info:before {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.gridNews__item:hover .gridNews__item__info:before {
    width: 70%
}

.gridNews__item:hover .gridNews__item__info:after {
    width: 30%
}

.gridNews ul.slick-dots {
    position: relative;
    bottom: inherit
}

.gridNewsSlider .gridNews__wrap {
    float: none;
    width: auto
}

.tagcontent {
    text-align: center;
    border-top: 1px solid #ced0da;
    border-bottom: 1px solid #ced0da;
    margin-top: 4.6875rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 5rem
}

@media(max-width:991.98px) {
    .tagcontent {
        margin-top: 1.875rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin-bottom: 1.875rem
    }
}

.tagcontent a {
    color: #969696;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 15px;
    background: #ebebeb;
    padding: 7px 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .tagcontent a {
        -webkit-transition: none;
        transition: none
    }
}

.tagcontent a:hover {
    background: #19329c;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .tagcontent a:hover {
        -webkit-transition: none;
        transition: none
    }
}

.document img {
    max-width: 100%
}

@media(max-width:991.98px) {
    .gridNews {
        margin: 1.25rem -.9375rem 0
    }

    .gridNews__wrap {
        padding: 0 .9375rem
    }

    .gridNews__item {
        margin-bottom: 20px
    }

    .gridNews__item__info {
        padding: .625rem
    }

    .gridNews__item__info>a {
        font-size: 1rem
    }
}

@media(max-width:767.98px) {
    .joinCulture .nav-link>li>a {
        font-size: .8125rem !important
    }

    .joinCultureNews {
        font-size: .875rem
    }

    .joinCultureNews .gridNews__wrap {
        width: 50%
    }
}

.boxquote {
    padding: 5rem 0 3.4375rem;
    margin-bottom: 2.8125rem;
    text-align: center;
    position: relative
}

.boxquote:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12.5rem;
    margin-left: -6.25rem;
    border-bottom: 1px solid #969696
}

.boxquote__head {
    font-size: 2.5rem;
    font-weight: 700;
    font-style: italic;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin: 0 0 .375em
}

.boxquote__head span {
    display: inline-block;
    color: #ff1919;
    background: -webkit-linear-gradient(0deg, #ff1919 0, #ff7900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg, #ff1919, #ff1919, #ff7900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: .175em;
    letter-spacing: -.02em;
    padding-right: 5px
}

.boxquote__head span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 1.125rem;
    width: 2.0625rem;
    height: 1.375rem;
    background-image: url(../images/icons/ic-quote-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.boxquote__content {
    max-width: 740px;
    margin: 0 auto;
    font-size: 1rem;
    letter-spacing: .01em;
    font-style: italic;
    position: relative;
    color: #646464
}

.boxquote__content span.icon {
    position: relative;
    display: inline-block
}

.boxquote__content span.icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: .625rem;
    margin-top: -.1875rem;
    width: 2.0625rem;
    height: 1.375rem;
    background-image: url(../images/icons/ic-quote-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.boxquote__content p {
    margin-bottom: 1.25rem;
    position: relative
}

.boxquote__content p:last-child {
    margin-bottom: 0
}

.boxquote--2 .boxquote__content {
    max-width: 1005px
}

.boxquote--3 .boxquote__content {
    max-width: 845px
}

.boxquote--4 .boxquote__content {
    max-width: 800px
}

@media(max-width:991.98px) {
    .boxquote {
        padding: 60px 0 40px
    }

    .boxquote__head {
        font-size: 2rem
    }
}

@media(max-width:767.98px) {
    .boxquote {
        padding: 50px 40px 30px;
        margin-bottom: 30px
    }

    .boxquote__head {
        font-size: 1.625rem
    }

    .boxquote__head span:before {
        width: 25px;
        height: 18px;
        margin-right: 10px
    }

    .boxquote__content {
        font-size: .875rem
    }
}

@media(max-width:575.98px) {
    .boxquote {
        padding: 40px 20px 30px;
        margin-bottom: 25px
    }

    .boxquote__head {
        font-size: 1.375rem
    }

    .boxquote__content {
        font-size: .875rem
    }

    .boxquote__content:before {
        margin-left: 5px;
        width: 25px;
        height: 18px
    }
}

.milestone {
    padding: 100px 0
}

.milestone .container {
    position: relative
}

.milestone .container:before,
.milestone .container:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #19329c;
    height: 2px;
    margin-top: -1px
}

.milestone .container:after {
    left: auto;
    right: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -.5625rem;
    background: #fff url(../images/icons/ic-to-top.svg) no-repeat center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(min-width:992px) {
    .milestone .container {
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
}

@media(max-width:991.98px) {
    .milestone .container {
        padding-bottom: 80px
    }

    .milestone .container:before {
        top: 0;
        left: 50%;
        height: auto;
        bottom: 0;
        margin-left: -1px;
        width: 2px;
        opacity: .5
    }

    .milestone .container:after {
        left: 50%;
        top: auto;
        bottom: 0;
        margin-top: auto;
        margin-left: -.5625rem;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.milestone__item {
    position: relative;
    width: 270px;
    margin: 0 5px
}

.milestone__item:after,
.milestone__item:before {
    content: "";
    display: block
}

.milestone__item:after {
    padding-top: 140.740740741%
}

.milestone__item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #19329c;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x
}

.milestone__item>* {
    position: absolute
}

.milestone__item__icon {
    width: 131px;
    height: 131px;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -10px 0 20px rgba(135, 175, 235, 0.3), 0 0 5px rgba(135, 175, 235, 0.2);
    box-shadow: -10px 0 20px rgba(135, 175, 235, 0.3), 0 0 5px rgba(135, 175, 235, 0.2)
}

.milestone__item__icon img {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 61px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .milestone__item__icon img {
        -webkit-transition: none;
        transition: none
    }
}

.milestone__item__icon:after,
.milestone__item__icon:before {
    content: "";
    display: block;
    position: absolute
}

.milestone__item__icon:before {
    background: #19329c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border-radius: 50%
}

.milestone__item__icon:after {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
    background: #fff;
    z-index: 1;
    border-radius: 50%
}

.milestone__item__icon:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.milestone__item__line {
    position: static
}

.milestone__item__line::before,
.milestone__item__line::after,
.milestone__item__line span {
    content: "";
    display: block;
    position: absolute;
    background: #282828
}

.milestone__item__line:before {
    top: 50%;
    left: 50%;
    height: 2px;
    width: 45px;
    margin-left: 63px;
    margin-top: 81px
}

.milestone__item__line:after {
    width: 2px;
    left: 50%;
    margin-left: 108px;
    bottom: 50%;
    margin-bottom: -83px;
    height: 189px
}

.milestone__item__line span {
    top: 50%;
    right: 50%;
    height: 2px;
    width: 42px;
    margin-right: -110px;
    margin-top: -108px
}

.milestone__item__year {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 130px;
    margin: 0 auto;
    margin-top: 57px;
    text-align: center;
    background: #19329c;
    padding: 13px;
    border-radius: 40px
}

.milestone__item__year::before,
.milestone__item__year::after,
.milestone__item__year span:before,
.milestone__item__year span:after {
    content: "";
    display: block;
    position: absolute
}

.milestone__item__year:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    border-radius: 40px
}

.milestone__item__year:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background: #fff;
    border-radius: 40px
}

.milestone__item__year span:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #282828;
    border: 5px solid #fff;
    top: 50%;
    margin-top: -9px;
    right: -8px;
    z-index: 2
}

.milestone__item__year span:after {
    width: 2px;
    bottom: 100%;
    height: 57px;
    background: #19329c;
    left: 50%;
    margin-left: -1px
}

.milestone__item__year b {
    position: relative;
    z-index: 3;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    background: -webkit-linear-gradient(0deg, #ff1919 0, #ff7900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.milestone__item__desc {
    top: 100%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 248px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.25
}

.milestone__item__desc p {
    margin: 0
}

.milestone__item:nth-child(1) .milestone__item__desc {
    max-width: 172px;
    margin-left: auto;
    margin-right: auto
}

.milestone__item:nth-child(1) .milestone__item__icon img {
    width: 73px
}

.milestone__item:nth-child(2) .milestone__item__desc {
    margin-left: -28px;
    margin-right: -28px;
    max-width: inherit
}

.milestone__item:nth-child(3) .milestone__item__icon img {
    width: 115px;
    margin-left: 30px;
    margin-bottom: 26px
}

@media(min-width:1200px) {
    .milestone__item {
        margin: 0 35px
    }
}

@media(min-width:992px) {
    .milestone__item:nth-child(2n+1) .milestone__item__icon {
        top: auto;
        bottom: 19px
    }

    .milestone__item:nth-child(2n+1) .milestone__item__year {
        top: auto;
        bottom: 50%;
        margin-top: auto;
        margin-bottom: 57px
    }

    .milestone__item:nth-child(2n+1) .milestone__item__year span:after {
        bottom: auto;
        top: 100%
    }

    .milestone__item:nth-child(2n+1) .milestone__item__line:before {
        top: auto;
        bottom: 50%;
        margin-top: auto;
        margin-bottom: 81px
    }

    .milestone__item:nth-child(2n+1) .milestone__item__line:after {
        bottom: auto;
        margin-bottom: auto;
        top: 50%;
        margin-top: -83px
    }

    .milestone__item:nth-child(2n+1) .milestone__item__line span {
        top: auto;
        margin-top: auto;
        bottom: 50%;
        margin-bottom: -108px
    }

    .milestone__item:nth-child(2n+1) .milestone__item__desc {
        top: auto;
        margin-top: auto;
        bottom: 100%;
        margin-bottom: -60px
    }
}

@media(max-width:991.98px) {
    .milestone__item {
        margin: 0 auto 80px
    }

    .milestone__item .milestone__item__desc {
        padding: 10px;
        background: #fff;
        border-radius: 5px
    }
}

@media(max-width:575.98px) {
    .milestone__item {
        margin: 0 auto 50px
    }
}

.milestone__item[data-waypoint]:before {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0
}

.milestone__item[data-waypoint] .milestone__item__year,
.milestone__item[data-waypoint] .milestone__item__year span:before,
.milestone__item[data-waypoint] .milestone__item__icon,
.milestone__item[data-waypoint] .milestone__item__desc {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.milestone__item[data-waypoint] .milestone__item__year {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.milestone__item[data-waypoint] .milestone__item__line::before,
.milestone__item[data-waypoint] .milestone__item__line:after,
.milestone__item[data-waypoint] .milestone__item__line span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.milestone__item[data-waypoint] .milestone__item__line::before {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    width: 0
}

.milestone__item[data-waypoint] .milestone__item__line::after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    height: 0
}

.milestone__item[data-waypoint] .milestone__item__line span {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    width: 0
}

.milestone__item[data-waypoint] .milestone__item:before,
.milestone__item[data-waypoint] .milestone__item__year,
.milestone__item[data-waypoint] .milestone__item__desc {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.milestone__item[data-waypoint] .milestone__item:before span:before,
.milestone__item[data-waypoint] .milestone__item__year span:before,
.milestone__item[data-waypoint] .milestone__item__desc span:before {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.milestone__item[data-waypoint] .milestone__item__icon {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.milestone__item[data-waypoint] .milestone__item__desc {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

@media(min-width:992px) {
    .milestone__item[data-waypoint]:nth-child(2):before {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s
    }

    .milestone__item[data-waypoint]:nth-child(2) .milestone__item__year {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s
    }

    .milestone__item[data-waypoint]:nth-child(2) .milestone__item__line::before {
        -webkit-transition-delay: 2s;
        transition-delay: 2s
    }

    .milestone__item[data-waypoint]:nth-child(2) .milestone__item__line::after {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s
    }

    .milestone__item[data-waypoint]:nth-child(2) .milestone__item__line span {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s
    }

    .milestone__item[data-waypoint]:nth-child(2) .milestone__item__icon {
        -webkit-transition-delay: 2.6s;
        transition-delay: 2.6s
    }

    .milestone__item[data-waypoint]:nth-child(2) .milestone__item__desc {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s
    }

    .milestone__item[data-waypoint]:nth-child(3):before {
        -webkit-transition-delay: 3s;
        transition-delay: 3s
    }

    .milestone__item[data-waypoint]:nth-child(3) .milestone__item__year {
        -webkit-transition-delay: 3.2s;
        transition-delay: 3.2s
    }

    .milestone__item[data-waypoint]:nth-child(3) .milestone__item__line::before {
        -webkit-transition-delay: 3.4s;
        transition-delay: 3.4s
    }

    .milestone__item[data-waypoint]:nth-child(3) .milestone__item__line::after {
        -webkit-transition-delay: 3.6s;
        transition-delay: 3.6s
    }

    .milestone__item[data-waypoint]:nth-child(3) .milestone__item__line span {
        -webkit-transition-delay: 3.8s;
        transition-delay: 3.8s
    }

    .milestone__item[data-waypoint]:nth-child(3) .milestone__item__icon {
        -webkit-transition-delay: 4s;
        transition-delay: 4s
    }

    .milestone__item[data-waypoint]:nth-child(3) .milestone__item__desc {
        -webkit-transition-delay: 4.2s;
        transition-delay: 4.2s
    }
}

.milestone__item[data-waypoint].active:before {
    opacity: 1
}

.milestone__item[data-waypoint].active .milestone__item__year,
.milestone__item[data-waypoint].active .milestone__item__icon,
.milestone__item[data-waypoint].active .milestone__item__desc,
.milestone__item[data-waypoint].active .milestone__item__year span:before {
    opacity: 1
}

.milestone__item[data-waypoint].active .milestone__item__icon,
.milestone__item[data-waypoint].active .milestone__item__year,
.milestone__item[data-waypoint].active .milestone__item__desc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.milestone__item[data-waypoint].active .milestone__item__line::before,
.milestone__item[data-waypoint].active .milestone__item__line:after,
.milestone__item[data-waypoint].active .milestone__item__line span {
    opacity: 1
}

.milestone__item[data-waypoint].active .milestone__item__line:before {
    width: 45px
}

.milestone__item[data-waypoint].active .milestone__item__line:after {
    height: 189px
}

.milestone__item[data-waypoint].active .milestone__item__line span {
    width: 42px
}

.milestone[data-waypoint] .container:before,
.milestone[data-waypoint] .container:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

@media screen and (prefers-reduced-motion:reduce) {

    .milestone[data-waypoint] .container:before,
    .milestone[data-waypoint] .container:after {
        -webkit-transition: none;
        transition: none
    }
}

.milestone[data-waypoint] .container:before {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0)
}

.milestone[data-waypoint] .container:after {
    -webkit-transform: rotate(90deg) translate(0, 25px);
    transform: rotate(90deg) translate(0, 25px)
}

@media(max-width:991.98px) {
    .milestone[data-waypoint] .container:before {
        -webkit-transform: translate(0, -25px);
        transform: translate(0, -25px)
    }

    .milestone[data-waypoint] .container:after {
        -webkit-transform: rotate(180deg) translate(0, 15px);
        transform: rotate(180deg) translate(0, 15px)
    }
}

.milestone[data-waypoint].active .container:before,
.milestone[data-waypoint].active .container:after {
    opacity: 1
}

.milestone[data-waypoint].active .container:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.milestone[data-waypoint].active .container:after {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0)
}

@media(max-width:991.98px) {
    .milestone[data-waypoint].active .container:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .milestone[data-waypoint].active .container:after {
        -webkit-transform: rotate(180deg) translate(0, 0);
        transform: rotate(180deg) translate(0, 0)
    }
}

@media(max-width:991.98px) {
    .milestone {
        padding: 70px 0
    }
}

@media(max-width:767.98px) {
    .milestone {
        padding: 40px 0
    }
}

@media(max-width:575.98px) {
    .milestone {
        padding: 20px 0
    }
}

.exePeople {
    position: relative;
    display: none
}

.exePeople:before {
    content: "";
    display: block;
    position: absolute;
    top: 305px;
    left: -2000px;
    right: -2000px;
    bottom: -1000px;
    background: #eef3f8
}

.exePeople.slick-initialized {
    display: block;
    margin-left: -50px;
    margin-right: -50px
}

.exePeople.slick-initialized .arrow-1.slick-disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.exePeople.slick-initialized .exePeople__arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .exePeople.slick-initialized .exePeople__arrow {
        -webkit-transition: none;
        transition: none
    }
}

.exePeople.slick-initialized .exePeople__arrow:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px;
    border-color: #19329c transparent;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .exePeople.slick-initialized .exePeople__arrow:before {
        -webkit-transition: none;
        transition: none
    }
}

.exePeople .slick-slide {
    padding: 20px 50px 64px;
    position: relative
}

.exePeople .slick-slide .exePeople__item {
    float: left
}

.exePeople__item {
    overflow: hidden;
    border-radius: 0 0 18px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .exePeople__item {
        -webkit-transition: none;
        transition: none
    }
}

.exePeople__item__img {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 18px 0
}

.exePeople__item__img:after {
    content: "";
    display: block;
    padding-top: 119.047619048%
}

.exePeople__item__img:before {
    content: "";
    display: block;
    position: absolute;
    height: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#19329c));
    background-image: linear-gradient(to bottom, transparent 0, #19329c 100%);
    background-repeat: repeat-x
}

.exePeople__item__img__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .exePeople__item__img__inner {
        -webkit-transition: none;
        transition: none
    }
}

.exePeople__item__img__inner img {
    display: none
}

.exePeople__item__content {
    padding: 20px 10px 35px 20px;
    position: relative;
    z-index: 1;
    min-height: 121px
}

.exePeople__item__content>* {
    position: relative;
    z-index: 1
}

.exePeople__item__content:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .exePeople__item__content:before {
        -webkit-transition: none;
        transition: none
    }
}

.exePeople__item__content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #19329c;
    margin: 0;
    line-height: 1.1
}

.exePeople__item__content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.375
}

.exePeople__item__line {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    bottom: 13px;
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .exePeople__item__line {
        -webkit-transition: none;
        transition: none
    }
}

.exePeople__item__line:before,
.exePeople__item__line:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (prefers-reduced-motion:reduce) {

    .exePeople__item__line:before,
    .exePeople__item__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.exePeople__item__line:before {
    left: 0;
    width: 11.9047619048%;
    background: #19329c
}

.exePeople__item__line:after {
    right: 0;
    width: 88.0952380952%;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.exePeople__item:hover .exePeople__item__img__inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.exePeople__item.active {
    -webkit-box-shadow: 0 0 35px rgba(31, 63, 181, 0.35);
    box-shadow: 0 0 35px rgba(31, 63, 181, 0.35)
}

.exePeople__item.active [class*="__content"]:before {
    top: -17px;
    opacity: 1
}

.exePeople__item.active [class*="__line"] {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.exePeople__item.active [class*="__line"]:before,
.exePeople__item.active [class*="__line"]:after {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.exePeople__item.active [class*="__line"]:before {
    width: 66.6666666667%
}

.exePeople__item.active [class*="__line"]:after {
    width: 33.3333333333%
}

.exePeopleDesc {
    display: none
}

.exePeopleDesc.slick-initialized {
    display: block
}

.exePeopleDesc__item {
    padding-top: 36px;
    border-top: 1px solid #19329c;
    position: relative;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25
}

.exePeopleDesc__item__quote {
    margin: 0;
    text-align: left!important;
}

.exePeopleDesc__item>h3 {
    margin: 20px 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #19329c;
    text-transform: uppercase
}

.exePeopleDesc__item__line {
    height: 3px;
    width: 90px;
    margin: 0 auto;
    display: block;
    position: relative
}

.exePeopleDesc__item__line:before,
.exePeopleDesc__item__line:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (prefers-reduced-motion:reduce) {

    .exePeopleDesc__item__line:before,
    .exePeopleDesc__item__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.exePeopleDesc__item__line:before {
    left: 0;
    width: 50%;
    background: #19329c
}

.exePeopleDesc__item__line:after {
    right: 0;
    width: 50%;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

@media(max-width:767.98px) {
    .exePeople.slick-initialized {
        margin-left: -20px;
        margin-right: -20px
    }

    .exePeople .slick-slide {
        padding-left: 20px;
        padding-right: 20px
    }

    .exePeopleDesc__item {
        font-size: .875rem
    }
}

@media(max-width:575.98px) {
    .exePeople {
        max-width: 305px;
        margin: 0 auto
    }

    .exePeople.slick-initialized {
        margin-left: auto;
        margin-right: auto
    }

    .exePeople .slick-slide {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px
    }

    .exePeople__item__content {
        padding: 10px 15px 30px
    }

    .exePeople__item__content>h3 {
        font-size: 1.125rem
    }

    .exePeople__item__content>p {
        font-size: .875rem
    }

    .exePeople__item__line {
        bottom: 15px
    }
}

.infowindow {
    position: relative;
    z-index: 2;
    width: 224px;
    -webkit-filter: drop-shadow(0 0 10px rgba(25, 50, 156, 0.15));
    filter: drop-shadow(0 0 10px rgba(25, 50, 156, 0.15))
}

.infowindow:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: -26px;
    right: -30px;
    bottom: -16px;
    border-radius: 10px;
    z-index: -1;
    background: #fff
}

.infowindow h3 {
    font-size: .875rem;
    font-weight: 700;
    color: #19329c;
    margin: 0 0 2px;
    line-height: 1.4285714286
}

.infowindow p {
    margin: 0;
    font-size: .875rem;
    line-height: 1.4285714286
}

.infowindow:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 30px;
    margin-top: 16px;
    border-style: solid;
    border-width: 12px 10px 0;
    border-color: #fff transparent
}

.gm-style-iw,
.gm-style-iw>div,
.gm-style-iw>div>div {
    overflow: inherit !important
}

.boxInsurance {
    max-width: 1026px;
    margin: 0 auto;
    padding: 2.5rem 0
}

.boxInsurance__item {
    padding: 2.5rem 0
}

.boxInsurance__item [class*="col-"] {
    padding: 0 2.1875rem
}

.boxInsurance__item:nth-child(2n) [class*="col-"]:first-child {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21
}

.boxInsurance__item:nth-child(2n) .boxInsurance__icon {
    height: 16.0714285714em
}

.boxInsurance__item:nth-child(2n) .boxInsurance__head {
    text-align: right;
    padding: 1.75em 2.5em 2em 1.25em
}

.boxInsurance__item:nth-child(2n) .boxInsurance__content__line {
    border-radius: 0 0 0 2.1875rem
}

.boxInsurance__item[data-waypoint] .boxInsurance__icon,
.boxInsurance__item[data-waypoint] .boxInsurance__content {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {

    .boxInsurance__item[data-waypoint] .boxInsurance__icon,
    .boxInsurance__item[data-waypoint] .boxInsurance__content {
        -webkit-transition: none;
        transition: none
    }
}

.boxInsurance__item[data-waypoint] .boxInsurance__content {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.boxInsurance__item[data-waypoint].active .boxInsurance__icon,
.boxInsurance__item[data-waypoint].active .boxInsurance__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.boxInsurance__icon {
    height: 17.1428571429em;
    margin: 0 auto;
    text-align: center
}

.boxInsurance__icon img {
    height: 100%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .boxInsurance__icon img {
        -webkit-transition: none;
        transition: none
    }
}

.boxInsurance__icon:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.boxInsurance__content {
    position: relative
}

.boxInsurance__content__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 .625rem 1.5625rem rgba(135, 175, 235, 0.3);
    box-shadow: 0 .625rem 1.5625rem rgba(135, 175, 235, 0.3);
    border-radius: 0 0 2.1875rem 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .boxInsurance__content__line {
        -webkit-transition: none;
        transition: none
    }
}

.boxInsurance__content__line:before,
.boxInsurance__content__line:after {
    content: "";
    position: absolute;
    height: 3px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .boxInsurance__content__line:before,
    .boxInsurance__content__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.boxInsurance__content__line:before {
    left: 0;
    width: 66.6666666667%;
    background: #19329c
}

.boxInsurance__content__line:after {
    right: 0;
    background: #ff1919;
    width: 33.5282651072%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

@media(min-width:576px) {
    .boxInsurance__content:hover [class*="__line"] {
        top: -.625rem;
        right: -.625rem;
        bottom: -.625rem;
        left: -1.5rem
    }
}

.boxInsurance__content:hover [class*="__line"]:before {
    width: 80%
}

.boxInsurance__content:hover [class*="__line"]:after {
    width: 20%
}

.boxInsurance__head {
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    padding: 1.75em 1.25em 2.5em 2.5em;
    font-weight: 400;
    color: #19329c;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif
}

.boxInsurance__head strong {
    font-weight: 700;
    color: #ff1919;
    text-transform: uppercase
}

@media(max-width:991.98px) {
    .boxInsurance__item {
        padding: 1.875rem 0
    }

    .boxInsurance__item [class*="col-"] {
        padding: 0 1.25rem
    }

    .boxInsurance__icon {
        font-size: 10px
    }

    .boxInsurance__head {
        font-size: 1.125rem
    }
}

@media(max-width:767.98px) {
    .boxInsurance {
        padding: 1.875rem 0
    }

    .boxInsurance__item {
        padding: 1.25rem 0
    }

    .boxInsurance__item [class*="col-"] {
        padding: 0 .3125rem
    }

    .boxInsurance__icon {
        font-size: 8px
    }

    .boxInsurance__head {
        font-size: 1rem
    }
}

@media(max-width:767.98px) {
    .boxInsurance {
        padding: .625rem 0
    }

    .boxInsurance__item {
        padding: 1.25rem 0
    }

    .boxInsurance__item [class*="col-"] {
        padding: 0 .3125rem
    }

    .boxInsurance__item:nth-child(2n) [class*="col-"]:first-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .boxInsurance__content__line {
        border-radius: 0 0 1.25rem 1.25rem !important
    }

    .boxInsurance__icon {
        font-size: 6px;
        margin-bottom: 25px
    }

    .boxInsurance__head {
        text-align: center !important;
        padding: 1.75em 20px 25px !important
    }
}

.boxLocator {
    max-width: 1012px;
    margin: 0 auto;
    position: relative
}

.boxLocator .bh-sl-form-container {
    position: relative;
    padding: 1.375rem;
    z-index: 1
}

.boxLocator .bh-sl-form-container .form-group {
    position: absolute;
    top: 100%;
    right: 0;
    width: 41.4031620553%;
    font-size: .9375rem
}

.boxLocator .bh-sl-form-container .form-group input {
    width: 100%;
    font-size: 1em;
    border: 1px solid #e1e1e1;
    padding: .8em 1.3333333333em .9333333333em;
    border-radius: 0
}

.boxLocator .bh-sl-form-container .form-group input::-webkit-input-placeholder {
    color: #969696
}

.boxLocator .bh-sl-form-container .form-group input:-ms-input-placeholder {
    color: #969696
}

.boxLocator .bh-sl-form-container .form-group input::-ms-input-placeholder {
    color: #969696
}

.boxLocator .bh-sl-form-container .form-group input::placeholder {
    color: #969696
}

.boxLocator .bh-sl-form-container .form-group .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3.3333333333em;
    font-size: 1.0666666667em;
    padding: 0;
    text-align: center;
    line-height: 1;
    padding-bottom: .1333333333em;
    color: #19329c;
    background: transparent
}

.boxLocator .bh-sl-form-container .form-group .btn:hover {
    color: #ff1919
}

.boxLocator .bh-sl-filters {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.boxLocator .bh-sl-filters>li {
    display: inline-block;
    margin: 0 20px
}

.boxLocator .bh-sl-filters>li label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    padding-left: 1.9375em;
    cursor: pointer
}

.boxLocator .bh-sl-filters>li label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.boxLocator .bh-sl-filters>li label input:checked~span {
    color: #19329c
}

.boxLocator .bh-sl-filters>li label input:checked~span:after {
    opacity: 1
}

.boxLocator .bh-sl-filters>li label span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #969696
}

@media screen and (prefers-reduced-motion:reduce) {
    .boxLocator .bh-sl-filters>li label span {
        -webkit-transition: none;
        transition: none
    }
}

.boxLocator .bh-sl-filters>li label span:before,
.boxLocator .bh-sl-filters>li label span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.boxLocator .bh-sl-filters>li label span:before {
    width: 1.25em;
    height: 1.25em;
    border-radius: .25em;
    border: 1px solid #e1e1e1
}

.boxLocator .bh-sl-filters>li label span:after {
    top: -.25em;
    left: .25em;
    width: 1.4375em;
    height: 1.3125em;
    background-image: url(../images/logo-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .boxLocator .bh-sl-filters>li label span:after {
        -webkit-transition: none;
        transition: none
    }
}

.boxLocator .bh-sl-filters-container {
    text-align: center
}

.boxLocator .bh-sl-filters-container .bh-sl-mylocation {
    padding: 0;
    margin: 0 20px;
    background: transparent;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    padding-left: 1.9375em;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #969696
}

@media screen and (prefers-reduced-motion:reduce) {
    .boxLocator .bh-sl-filters-container .bh-sl-mylocation {
        -webkit-transition: none;
        transition: none
    }
}

.boxLocator .bh-sl-filters-container .bh-sl-mylocation:before,
.boxLocator .bh-sl-filters-container .bh-sl-mylocation:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.boxLocator .bh-sl-filters-container .bh-sl-mylocation:before {
    width: 1.25em;
    height: 1.25em;
    border-radius: .25em;
    border: 1px solid #e1e1e1
}

.boxLocator .bh-sl-filters-container .bh-sl-mylocation:after {
    top: -.25em;
    left: .25em;
    width: 1.4375em;
    height: 1.3125em;
    background-image: url(../images/logo-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .boxLocator .bh-sl-filters-container .bh-sl-mylocation:after {
        -webkit-transition: none;
        transition: none
    }
}

.boxLocator .bh-sl-filters-container .bh-sl-mylocation.active {
    color: #19329c
}

.boxLocator .bh-sl-filters-container .bh-sl-mylocation.active:after {
    opacity: 1
}

.boxLocator .bh-sl-map {
    height: 500px;
    width: 55.6324110672%
}

.boxLocator .bh-sl-map .gm-svpc {
    display: none
}

.boxLocator .bh-sl-map .loc-infowindow {
    font-size: .875rem;
    color: #646464;
    width: 16.2857142857em
}

.boxLocator .bh-sl-map .loc-infowindow .loc-name {
    font-weight: 700;
    color: #19329c;
    line-height: 1.25;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: .2142857143em
}

.boxLocator .bh-sl-map-container {
    position: relative
}

.boxLocator .bh-sl-map-container::after {
    display: block;
    clear: both;
    content: ""
}

.boxLocator .bh-sl-map-container>* {
    float: left
}

.boxLocator .bh-sl-loc-list {
    width: 41.4031620553%;
    position: absolute;
    top: 75px;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.boxLocator .bh-sl-loc-list .list {
    overflow: auto;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.boxLocator .bh-sl-loc-list .list li {
    background: transparent !important;
    font-size: 1rem;
    color: #646464
}

.boxLocator .bh-sl-loc-list .list li .list-details {
    cursor: pointer
}

.boxLocator .bh-sl-loc-list .list li .list-details .loc-name {
    font-weight: 700;
    color: #19329c;
    line-height: 1.25;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.boxLocator .bh-sl-loc-list .list li+li {
    margin-top: 1.75rem
}

.boxLocator .bh-sl-loc-list .nicescroll-rails {
    top: 0 !important;
    bottom: 0 !important;
    margin-left: 0 !important
}

@media(max-width:1199.98px) {
    .boxLocator .bh-sl-form-container {
        padding: 15px
    }

    .boxLocator .bh-sl-filters>li {
        margin: 0 10px
    }

    .boxLocator .bh-sl-filters>li label {
        font-size: .875rem
    }

    .boxLocator .bh-sl-loc-list .list li {
        font-size: .875rem
    }
}

@media(max-width:767.98px) {
    .boxLocator .bh-sl-form-container .form-group {
        width: 100%
    }

    .boxLocator .bh-sl-form-container .form-group input {
        font-size: .8125rem
    }

    .boxLocator .bh-sl-map-container {
        padding-top: 250px
    }

    .boxLocator .bh-sl-map-container>* {
        width: 100%
    }

    .boxLocator .bh-sl-map-container .bh-sl-loc-list {
        bottom: 360px;
        top: 55px
    }

    .boxLocator .bh-sl-map-container .bh-sl-map {
        height: 350px
    }
}

.method {
    padding-top: 30px;
    padding-bottom: 30px
}

.method .heading {
    margin-bottom: 2.3333333333em
}

.method+.whyChoose {
    -webkit-box-shadow: none;
    box-shadow: none
}

.method+.getStarted {
    margin-top: 3.4375rem
}

.methodTab__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.methodTab__nav li {
    border: 1px solid #dddedf;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.45em .5em;
    position: relative;
    cursor: pointer
}

.methodTab__nav li:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #19329c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .methodTab__nav li:before {
        -webkit-transition: none;
        transition: none
    }
}

.methodTab__nav li.active {
    -webkit-box-shadow: 0 .75em 1.5em rgba(25, 50, 156, 0.1);
    box-shadow: 0 .75em 1.5em rgba(25, 50, 156, 0.1);
    cursor: default;
    pointer-events: none
}

.methodTab__nav li.active:before {
    opacity: 1;
    visibility: visible
}

.methodTab__nav__icon {
    height: 3.75em;
    margin-right: 2.5em
}

.methodTab__nav__title {
    font-size: 1em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #19329c;
    font-weight: 400;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin: 0
}

.methodTab__nav__title strong {
    color: #ff1919;
    font-weight: 700
}

.methodTab__nav--2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 3.25em .5em
}

.methodTab__nav--2 li .methodTab__nav__icon {
    margin-right: 0;
    margin-bottom: 1.2em
}

.methodTab__content {
    position: relative
}

.methodTab__item {
    border: 1px solid #dddedf;
    border-top: 0;
    border-radius: 0 0 1.125rem 1.125rem;
    padding: 4.375rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    color: #646464;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .methodTab__item {
        -webkit-transition: none;
        transition: none
    }
}

.methodTab__item h3.heading {
    font-size: 1.25rem;
    margin: 2.5em 0 1.5em
}

.methodTab__item p strong {
    color: #19329c
}

.methodTab__item.active {
    position: static;
    opacity: 1;
    visibility: visible
}

@media(max-width:1199.98px) {
    .method {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .method .heading {
        margin-bottom: 2em
    }

    .method+.getStarted {
        margin-top: 2.8125rem
    }

    .methodTab__nav li {
        font-size: 1rem
    }

    .methodTab__item {
        padding: 3.125rem
    }
}

@media(max-width:991.98px) {
    .method {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .method .heading {
        margin-bottom: 1.6666666667em
    }

    .method+.getStarted {
        margin-top: 2.1875rem
    }

    .methodTab__nav li {
        font-size: .875rem
    }

    .methodTab__item {
        padding: 2.1875rem
    }

    .methodTab__item h3.heading {
        font-size: 1.125rem
    }
}

@media(max-width:767.98px) {
    .methodTab__nav li {
        font-size: .8125rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 1.75em .5em
    }

    .methodTab__nav li .methodTab__nav__icon {
        margin-right: 0;
        margin-bottom: 1.2em
    }

    .methodTab__nav li .methodTab__nav__title {
        min-height: 2.4em
    }

    .methodTab__item {
        padding: 1.875rem
    }

    .methodTab__item h3.heading {
        font-size: 1rem
    }
}

@media(max-width:767.98px) {
    .methodTab__nav li {
        font-size: .75rem;
        padding: 1.5em .5em
    }

    .methodTab__item {
        padding: 1.25rem;
        font-size: .875rem
    }

    .methodTab__item h3.heading {
        font-size: .9375rem
    }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    color: #fff;
    text-align: center;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-outer>a {
    opacity: 0
}

.fancybox-outer:hover>a {
    opacity: 1
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -40px;
    right: -6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    border-radius: 50%;
    color: #fff;
    font-size: 2em;
    text-align: center;
    text-decoration: none !important;
    line-height: 30px
}

.fancybox-close:before {
    content: "\4d";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    cursor: pointer;
    z-index: 8040;
    background: rgba(0, 0, 0, 0.56);
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fancybox-nav span {
        -webkit-transition: none;
        transition: none
    }
}

.fancybox-nav span:hover {
    color: #00bcc5
}

.fancybox-nav span:before {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 30px
}

.fancybox-prev span {
    left: 0
}

.fancybox-prev span:before {
    content: "\34"
}

.fancybox-next span {
    right: 0
}

.fancybox-next span:before {
    content: "\35"
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.9)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    bottom: 0;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 10px
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

.number-img {
    position: absolute;
    top: 11px;
    right: 25px;
    font-size: 18px
}

.widget-header {
    width: 100%;
    background: #f4f4f4;
    display: none
}

.widget_left {
    width: 65%;
    height: auto
}

.widget_left p {
    color: #194796;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 100%;
    padding-top: 9px
}

.widget_left span {
    color: #ec1e27
}

.widget_left h5 {
    font-family: Roboto, sans-serif;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    margin-top: -10px
}

.widget_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.widget_right_closen {
    color: #1d2679
}

.row_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.setting {
    background-color: #21409A;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 4px 2px 4px 6px;
}

.setting div {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    margin-right: 2px;
    margin-left: 2px;
}

.setting-icon {

}

.setting-icon img {
    width: 21px
}

.navbar {
    position: relative;
    z-index: 10
}

.navbar__top {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#1f3fb5), to(#2273e0)); */
    /* background-image: linear-gradient(to right, #1f3fb5 0, #2273e0 100%); */
    background-repeat: repeat-x;
    position: relative;
    /* height: 1.3125rem; */
    z-index: 2
}

.navbar__bottom {
    background: #194796;
    /* height: 1.3125rem; */
}

.navbar__bottom .container {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
}

.navbar__bottom.sticky {
    position: fixed;
    top: 62px;
    width: 100%;
}

.navbar__bottom .container .col-right,
.navbar__bottom .container .col-left {
    display: flex;
}

.navbar__bottom .container .col-right a,
.navbar__bottom .container .col-left a{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 7px 12px;
    cursor: pointer;
    color: #FFFFFF;
}

.navbar__bottom .container a.active {
    background: #EA232A;
}

.navbar__content .navbar-collapse .navbar-nav .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    color: #000000;
    font-weight: 400;
}

.navbar-nav .nav-item.hasChild>ul>li {
    font-family: 'Roboto';
    
}

.navbar__top .container {
    position: relative
}

.navbar__top__btns {
    position: absolute;
    top: .8571428571em;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar__top__btns {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__top__btns .btn {
    margin-right: 2.2857142857em;
    position: relative;
    font-size: .75rem;
    line-height: 1.8;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar__top__btns .btn {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__top__btns .btn img {
    height: 1.6428571429em;
    position: absolute;
    top: 50%;
    margin-top: -.8214285714em;
    left: 1.2142857143em
}

.navbar__top__btns .btn:last-child {
    margin-right: 0
}

.navbar__top__btns .btn.btn-danger {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    min-width: 175px
}

.navbar__top__btns .btn.btn-danger>span {
    display: inline-block;
    padding-left: 2.2857142857em;
    position: relative
}

.navbar__top__btns .btn.btn-danger i {
    position: absolute;
    top: 0;
    left: 0
}

.navbar__top__btns .btn.btn-danger i img {
    display: none
}

.navbar__top__btns .btn.btn-danger i svg {
    height: 1.7142857143em;
    width: 1.7142857143em
}

.navbar__top__btns .btn.btn-danger i svg path {
    fill: #fff !important;
    stroke: none !important
}

.navbar__top__btns .btn.btn-danger i svg path.cls-1 {
    fill: none !important
}

.navbar__top__btns .btn.btn-danger:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px transparent, 0 .25rem 1.25rem rgba(255, 121, 0, 0.2);
    box-shadow: 0 0 0 2px transparent, 0 .25rem 1.25rem rgba(255, 121, 0, 0.2)
}

.navbar__top__btns .btn.btn-danger:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-box-shadow: 0 0 0 2px transparent, 0 0 .3125rem rgba(255, 121, 0, 0.6);
    box-shadow: 0 0 0 2px transparent, 0 0 .3125rem rgba(255, 121, 0, 0.6)
}

.navbar__top__btns .btn.btn-outline-primary {
    background: #fff !important;
    padding-left: 3.8571428571em
}

.navbar__top__btns .btn.btn-outline-primary+.btn-outline-primary {
    padding-left: 3.4285714286em
}

.navbar__top__btns .btn.btn-outline-primary.btn-call span {
    font-size: 1.1666666667em;
    line-height: 1.2
}

.navbar__top__btns .btn.btn-outline-primary:hover {
    color: #ff1919;
    -webkit-box-shadow: 0 .25rem 1.25rem rgba(25, 50, 156, 0.2);
    box-shadow: 0 .25rem 1.25rem rgba(25, 50, 156, 0.2);
    border-color: transparent
}

.navbar__top__btns .btn.btn-outline-primary:active {
    color: #ff1919;
    -webkit-box-shadow: 0 0 .3125rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 0 .3125rem rgba(25, 50, 156, 0.4);
    -webkit-transform: scale(0.96);
    transform: scale(0.96)
}

@media(min-width:768px) {
    .navbar__top.sticky .navbar__top__btns {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        opacity: 0
    }
}

.navbar__topSticky {
    position: fixed;
    bottom: -50px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar__topSticky {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__topSticky .btn {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar__topSticky .btn {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__topSticky>.btn {
    margin-bottom: 18px;
    font-size: .75rem
}

.navbar__topSticky>.btn:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px transparent, 0 .25rem 1.25rem rgba(255, 121, 0, 0.4);
    box-shadow: 0 0 0 2px transparent, 0 .25rem 1.25rem rgba(255, 121, 0, 0.4)
}

.navbar__topSticky>.btn:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-box-shadow: 0 0 0 2px transparent, 0 0 .3125rem rgba(255, 121, 0, 0.6);
    box-shadow: 0 0 0 2px transparent, 0 0 .3125rem rgba(255, 121, 0, 0.6)
}

.navbar__topSticky .row {
    margin: 0;
    border-radius: 30px;
    background: #fff;
    position: relative;
    z-index: 2
}

.navbar__topSticky .row>div {
    padding: 0
}

.navbar__topSticky .row>div .btn {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 .3125rem rgba(25, 50, 156, 0.1);
    box-shadow: 0 0 .3125rem rgba(25, 50, 156, 0.1);
    background: #fff
}

.navbar__topSticky .row>div .btn span {
    display: none
}

.navbar__topSticky .row>div .btn img {
    height: 1.5714285714em
}

.navbar__topSticky .row>div .btn:hover {
    color: #ff1919;
    -webkit-box-shadow: 0 .25rem 1.25rem rgba(25, 50, 156, 0.2);
    box-shadow: 0 .25rem 1.25rem rgba(25, 50, 156, 0.2);
    border-color: transparent
}

.navbar__topSticky .row>div .btn:active {
    color: #ff1919;
    -webkit-box-shadow: 0 0 .3125rem rgba(25, 50, 156, 0.4);
    box-shadow: 0 0 .3125rem rgba(25, 50, 156, 0.4);
    -webkit-transform: scale(0.96);
    transform: scale(0.96)
}

.navbar__topSticky .row>div:first-child {
    position: relative;
    z-index: 1
}

.navbar__topSticky .row>div:first-child .btn {
    border-radius: 30px 0 0 30px
}

.navbar__topSticky .row>div:last-child .btn {
    border-radius: 0 30px 30px 0
}

.navbar__content {
    padding-top: .25rem;
    background: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 0 1.25rem rgba(25, 50, 156, 0.35);
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #F4F4F4;
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar__content {
        -webkit-transition: none;
        transition: none
    }
}
.navbar__content>.container {
    max-width: 1280px;
}

.button-register {
    padding: 0;
}

.button-register .nav-item.hasChild {
    /* background: #EA232A;
    border-radius: 8px;
    padding: 0.4rem !important; */
    background: #EA232A;
    border-radius: 17px;
    height: 34px;
    display: flex;
    align-items: center;
}
.button-register .nav-item.hasChild .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 12px;
    color: #FFFFFF !important;
    padding: 0.4rem 0;
}

.button-register .nav-item.hasChild .nav-link::before{
    content: none;
}

.button-register .nav-item.hasChild .nav-link::after {
    content: none !important;
}

.button-register .nav-item.hasChild ul{
    padding: 0!important;
}

.button-register .nav-item.hasChild ul li {
    font-size: 12px;
    padding: 10px 25px !important;
    border-radius: 9px !important;
}
.button-register .nav-item.hasChild ul li:hover {
    background: #194796 !important;
}
.button-register .nav-item.hasChild ul li:hover a {
    color: white !important;
}
.button-register li a{
    
}

.navbar__content>.container,
.navbar__content>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 4.75rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .navbar__content>.container,
    .navbar__content>.container-fluid {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__content__placeholder {
    display: none;
    height: 5rem
}

.navbar__content.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0
}

.navbar__content.sticky>.container,
.navbar__content.sticky>.container-fluid {
    height: 3.875rem
}

.navbar__content.sticky .navbar__search {
    margin-top: 0
}

.navbar__content.sticky .navbar-nav {
    padding-top: 0
}

.navbar__content.sticky .navbar-brand img {
    height: 2.375rem
}

.navbar__content.sticky+[class*="__placeholder"] {
    display: block
}

@media(min-width:768px) {
    .navbar__content.sticky~.navbar__topSticky {
        bottom: 10px;
        opacity: 1;
        visibility: visible
    }
}

.navbar__search {
    margin-top: .75rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar__search {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__search__btn {
    background: transparent;
    border: 0;
    padding-right: 0;
    padding-left: 1.25rem;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 1
}

.navbar__search__btn svg,
.navbar__search__btn img {
    width: 1rem;
    display: inline-block;
    vertical-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .navbar__search__btn svg,
    .navbar__search__btn img {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__search__btn svg path,
.navbar__search__btn img path {
    fill: #19329c;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .navbar__search__btn svg path,
    .navbar__search__btn img path {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__search__btn svg {
    position: relative;
    top: .25rem
}

.navbar__search__btn:before,
.navbar__search__btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    top: 50%;
    right: 0;
    background: #19329c;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .navbar__search__btn:before,
    .navbar__search__btn:after {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__search__btn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar__search__btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar__search__btn:hover svg path {
    fill: #ff7900
}

.navbar__search__btn:hover:before,
.navbar__search__btn:hover:after {
    background-color: #ff7900
}

.navbar__search__form {
    position: absolute;
    right: 0;
    /* left: 180px; */
    margin-top: .1875rem;
    padding-top: 2px;
    padding-bottom: 2px;
    /* background: #fff; */
    display: none;
    background: #DFDFDF;
    border-radius: 15px;
}
.navbar__search__form #search-input {
    background: transparent;
}
/* WebKit, Edge */
.navbar__search__form #search-input::-webkit-input-placeholder {
    font-style: italic;
  }
  /* Firefox 4-18 */
  .navbar__search__form #search-input:-moz-placeholder { 
    font-style: italic;
  }
  /* Firefox 19+ */
  .navbar__search__form #search-input::-moz-placeholder { 
    font-style: italic;
  }
  /* IE 10-11 */
  .navbar__search__form #search-input:-ms-input-placeholder { 
    font-style: italic;
  }
  /* Edge */
  .navbar__search__form #search-input::-ms-input-placeholder { 
    font-style: italic;
  }
  /* MODERN BROWSER */
  .navbar__search__form #search-input::placeholder { 
    font-style: italic;
  }
.navbar__search__form:before,
.navbar__search__form:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .navbar__search__form:before,
    .navbar__search__form:after {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__search__form:after {
    /* height: 2px;
    left: 0;
    right: 100%;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to right, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out */
}


@media screen and (prefers-reduced-motion:reduce) {
    .navbar__search__form:after {
        -webkit-transition: none;
        transition: none
    }
}

.navbar__search__form .form-control {
    border-color: transparent
}

.navbar__search__form .form-control::-webkit-input-placeholder {
    color: #a9a9a9
}

.navbar__search__form .form-control:-ms-input-placeholder {
    color: #a9a9a9
}

.navbar__search__form .form-control::-ms-input-placeholder {
    color: #a9a9a9
}

.navbar__search__form .form-control::placeholder {
    color: #a9a9a9
}

.navbar__search.active [class*="__form"] {
    opacity: 1;
    visibility: visible
}

.navbar__search.active [class*="__form"]:after {
    left: 0;
    right: 0
}

.navbar__search.active [class*="__btn"]:after,
.navbar__search.active [class*="__btn"]::before {
    opacity: 1
}

.navbar__search.active [class*="__btn"]:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navbar__search.active [class*="__btn"]:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar__search.active [class*="__btn"] svg {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2)
}

@media(max-width:1199.98px) {

    .navbar__top__btns,
    .navbar__top__btns .btn {
        font-size: .75rem
    }

    .navbar__top__btns .btn {
        margin-right: 2rem
    }

    .navbar__search__btn {
        padding-left: .625rem
    }
}

@media(max-width:991.98px) {

    .navbar__top__btns,
    .navbar__top__btns .btn {
        font-size: .6875rem
    }

    .navbar__top__btns .btn {
        margin-right: 1.875rem
    }

    .navbar__search__btn {
        padding-left: .5rem
    }

    .navbar__search__form {
        left: 110px
    }
}

@media(max-width:767.98px) {
    .navbar__top {
        height: 0
    }

    .navbar__top__btns {
        position: fixed;
        left: 0;
        right: auto;
        background: #fff;
        top: 185px;
        border: 1px solid #4467ab;
        border-left: none;
        padding: 1rem .5625rem;
        border-radius: 0 4px 4px 0;
        -webkit-box-shadow: 0 0 10px rgba(25, 50, 156, 0.1);
        box-shadow: 0 0 10px rgba(25, 50, 156, 0.1)
    }

    .navbar__top__btns .btn {
        border: 0;
        padding: 0 !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        display: block;
        margin: 0;
        background: transparent !important
    }

    .navbar__top__btns .btn span,
    .navbar__top__btns .btn.btn-danger {
        display: none
    }

    .navbar__top__btns .btn img {
        position: static
    }

    .navbar__top__btns .btn+.btn {
        margin-top: 17px !important
    }

    .navbar__search {
        margin-top: 0
    }

    .navbar__search__form {
        left: 0
    }

    .navbar__search__form form:before {
        content: "";
        position: absolute;
        top: -8px;
        bottom: -8px;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media screen and (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .navbar__search__form form:before {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:899px) {
    .navbar__search__form .form-control {
        position: relative;
        z-index: 1
    }
    .navbar__search__form {
        margin-top: -2px;
    }
    .navbar__search__btn {
        
    margin-top: -5px;

    }
    .navbar__search__form:before,
    .navbar__search__form:after {
        z-index: 2
    }

    .navbar__content {
        padding: 0;
        position: relative;
        z-index: 2;
        border-top: 2px solid transparent
    }

    .navbar__content::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-image: -webkit-gradient(linear, left top, right top, from(#1f3fb5), to(#2273e0));
        background-image: linear-gradient(to right, #1f3fb5 0, #2273e0 100%);
        background-repeat: repeat-x
    }

    .navbar__content>.container,
    .navbar__content>.container-fluid {
        height: 3.375rem
    }

    .navbar__content .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        border-top: 2px solid #19329c
    }

    .navbar__content .navbar-collapse .navbar-nav {
        margin: 0 auto;
        background: #fff;
        /* border-radius: 0 0 10px 10px; */
        -webkit-box-shadow: 0 .625rem .625rem rgba(25, 50, 156, 0.2);
        box-shadow: 0 .625rem .625rem rgba(25, 50, 156, 0.2);
        /* padding: 10px 0; */
        padding-top: 10px;
        font-size: 12px
    }
    .navbar-nav1
    {
        border-radius: 0 0 10px 10px;
        padding-bottom: 20px;
    }
    .navbar__content .navbar-collapse .navbar-nav .nav-link {
        padding: 10px 15px
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-link:before {
        display: none
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item {
        padding: 0
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild .nav-link:after,
    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild .nav-link:before {
        display: none
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild .expand {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 15px;
        font-size: .875rem;
        line-height: 1.2857142857;
        cursor: pointer
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild .expand.active i::before {
        content: "\4b"
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild>ul {
        position: static;
        opacity: 1;
        visibility: visible;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        width: auto;
        padding: 10px 25px;
        padding-right: 0 !important;
        display: none;
        left: 0px;
        width: 100%;
    }

    .button-register.navbar-nav{
        position: relative;
    }

    .button-register.navbar-nav .nav-item.hasChild>ul {
        position: absolute!important;
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild>ul li {
        padding: 5px 0 5px 1.25rem;
        display: flex;
    }   

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild>ul li a:after {
        display: none
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild>ul li+li {
        margin-top: 0
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild>ul li+li a {
        display: block
    }

    .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild>ul li>ul {
        display: none;
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent
    }

    .navbar__content .navbar-toggler {
        top: 2px
    }

    .navbar__content .navbar-brand {
        padding: 5px 0
    }

    .navbar__content .navbar-brand img {
        height: 1.875rem
    }

    .navbar__content__placeholder {
        height: 2.5rem
    }

    .navbar__content.sticky>.container,
    .navbar__content.sticky>.container-fluid {
        height: 3.375rem
    }

    .navbar__content.sticky .navbar-brand {
        padding: 5px 0
    }

    .navbar__content.sticky .navbar-brand img {
        height: 1.875rem
    }
}

@media(max-width:575.98px) {
    .navbar .navbar__content .navbar-collapse .navbar-nav .nav-item {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar .navbar__content .navbar-collapse .navbar-nav .nav-item.hasChild>ul {
        padding: 10px 40px;
        margin-left: -15px;
        margin-right: -15px
    }

    .widget_left p {
        font-size: 14px
    }

    .widget_left h5 {
        font-size: 12px
    }

    .setting p {
        font-size: 14px
    }
}

.navbar-brand {
    display: inline-block;
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-brand {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-brand img {
    height: 3.625rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-brand img {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:991.98px) {
    .navbar-brand {
        margin-right: 4px
    }

    .navbar-brand img {
        height: 2.375rem
    }
}

@media(max-width:767.98px) {
    .navbar-brand {
        padding: 10px 0
    }

    .navbar-brand img {
        height: 3.75rem
    }
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: .875rem;
    list-style: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-nav {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-nav span:not(.expand) {
    cursor: default
}

.navbar-nav .nav-item {
    color: #282828;
    padding: 0 1.125rem;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item.active,
.navbar-nav .nav-item.current {
    color: #19329c
}

.navbar-nav .nav-item:hover .nav-link:before,
.navbar-nav .nav-item.active .nav-link:before,
.navbar-nav .nav-item.current .nav-link:before {
    opacity: 1;
    right: 0
}

.navbar-nav .nav-item.hasChild {
    position: relative
}

.navbar-nav .nav-item.hasChild .nav-link {
    position: relative
}

.navbar-nav .nav-item.hasChild .nav-link:after {
    content: "+";
    margin-left: 2px;
    font-size: 14px;
    /* display: inline-block;
    width: .5714285714em;
    height: .5714285714em;
    border: 1px solid transparent;
    border-color: transparent #282828 #282828 transparent;
    margin-left: .5714285714em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -.2857142857em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out */
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-nav .nav-item.hasChild .nav-link:after {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:767px) {
    .navbar-nav .nav-item.hasChild .nav-link:after {
        display: none
    }
}

.navbar-nav .nav-item.hasChild .expand {
    display: none
}

.navbar-nav .nav-item.hasChild>ul {
    position: absolute;
    top: 120%;
    left: 5px;
    background: #fff;
    list-style: none;
    padding: .625rem 0 .9375rem;
    width: 250px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 .5rem .625rem rgba(25, 50, 156, 0.15);
    box-shadow: 0 .5rem .625rem rgba(25, 50, 156, 0.15);
    opacity: 0;
    visibility: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

@media(min-width:900px) {
    .navbar-nav .nav-item.hasChild>ul {
        display: block !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width:768px) and (prefers-reduced-motion:reduce) {
    .navbar-nav .nav-item.hasChild>ul {
        -webkit-transition: none;
        transition: none
    }
}
.navbar-nav .nav-item.hasChild>ul {
    padding: 10px;
}
.navbar-nav .nav-item.hasChild>ul>li {
    display: block;
    position: relative;
    padding: 0 1.25rem;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 3px;
}
.navbar-nav .nav-item.hasChild>ul>li>ul {
    padding: 10px!important;
}
.navbar-nav .nav-item.hasChild>ul>li>ul>li {
    padding: 8px 10px;
    border-radius: 3px;
}

.navbar-nav .nav-item.hasChild>ul>li:hover,
.navbar-nav .nav-item.hasChild>ul>li>ul>li:hover {
    background: #E2E2E2;
}

.navbar-nav .nav-item.hasChild>ul>li a,
.navbar-nav .nav-item.hasChild>ul>li span:not(.expand) {
    color: #282828
}

.navbar-nav .nav-item.hasChild>ul>li+li {
    /* margin-top: .625rem */
}

.navbar-nav .nav-item.hasChild>ul>li.hasChild>a,
.navbar-nav .nav-item.hasChild>ul>li.hasChild span:not(.expand) {
    display: block;
    position: relative
}

.navbar-nav .nav-item.hasChild>ul>li.hasChild>a:after,
.navbar-nav .nav-item.hasChild>ul>li.hasChild span:not(.expand):after {
    content: "";
    display: inline-block;
    width: .4285714286em;
    height: .4285714286em;
    border: 1px solid transparent;
    border-color: transparent #282828 #282828 transparent;
    margin-left: .5714285714em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: .5em;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .navbar-nav .nav-item.hasChild>ul>li.hasChild>a:after,
    .navbar-nav .nav-item.hasChild>ul>li.hasChild span:not(.expand):after {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:767px) {

    .navbar-nav .nav-item.hasChild>ul>li.hasChild>a:after,
    .navbar-nav .nav-item.hasChild>ul>li.hasChild span:not(.expand):after {
        display: none
    }
}

.navbar-nav .nav-item.hasChild>ul>li>ul {
    position: absolute;
    top: -.625rem;
    left: 105%;
    background: #fff;
    list-style: none;
    padding: .625rem 1.25rem .9375rem;
    width: 250px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 .5rem .625rem rgba(25, 50, 156, 0.15);
    box-shadow: 0 .5rem .625rem rgba(25, 50, 156, 0.15);
    opacity: 0;
    visibility: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

@media(min-width:768px) {
    .navbar-nav .nav-item.hasChild>ul>li>ul {
        display: block !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width:768px) and (prefers-reduced-motion:reduce) {
    .navbar-nav .nav-item.hasChild>ul>li>ul {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-nav .nav-item.hasChild>ul>li>ul>li {
    display: block
}

.navbar-nav .nav-item.hasChild>ul>li>ul>li a,
.navbar-nav .nav-item.hasChild>ul>li>ul>li span:not(.expand) {
    color: #282828
}

.navbar-nav .nav-item.hasChild>ul>li>ul>li a:hover,
.navbar-nav .nav-item.hasChild>ul>li>ul>li span:not(.expand):hover {
    color: #19329c
}

.navbar-nav .nav-item.hasChild>ul>li>ul>li+li {
    /* margin-top: .625rem */
}

.navbar-nav .nav-item.hasChild>ul>li:hover>a,
.navbar-nav .nav-item.hasChild>ul>li:hover span:not(.expand) {
    color: #19329c
}

.navbar-nav .nav-item.hasChild>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.navbar-nav .nav-item.hasChild:hover>ul {
    left: 0;
    opacity: 1;
    visibility: visible
}

.navbar-nav .nav-item.hasChild:hover .nav-link:after {
    top: .0714285714em;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.navbar-nav .nav-item.hasChild:hover .nav-link:before,
.navbar-nav .nav-item.hasChild.active .nav-link:before,
.navbar-nav .nav-item.hasChild.current .nav-link:before {
    opacity: 1;
    right: 1.1428571429em
}

@media screen and (max-width:1214px) {
    .navbar-nav .nav-item.hasChild:last-child>ul {
        left: auto;
        right: 5px
    }

    .navbar-nav .nav-item.hasChild:last-child:hover>ul {
        right: 0
    }
}

@media screen and (max-width:1600px) {
    .navbar-nav .nav-item.hasChild:last-child>ul>li>ul {
        left: auto;
        right: 105%
    }
}

.navbar-nav .nav-item.hasChild:hover .nav-link:after,
.navbar-nav .nav-item.hasChild.active .nav-link:after,
.navbar-nav .nav-item.hasChild.current .nav-link:after {
    border-color: transparent #19329c #19329c transparent
}

.navbar-nav .nav-link {
    color: inherit;
    position: relative;
    padding: .375rem 0
}

.navbar-nav .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 85%;
    left: 0;
    right: 100%;
    height: 2px;
    margin-top: -2px;
    opacity: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #EA232A 0%, #F2A360 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-nav .nav-link::before {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:1199.98px) {
    .navbar-nav {
        font-size: .6875rem
    }

    .navbar-nav .nav-item {
        padding: 0 .5625rem
    }

    .navbar-nav .nav-item.hasChild>ul {
        margin-left: -14px
    }

    .navbar-nav .nav-link:after {
        font-size: .9em
    }
}

@media(max-width:1199.98px) {
    .navbar-nav {
        font-size: .625rem;
        letter-spacing: -.09em
    }

    .navbar-nav .nav-item {
        padding: 0 .3125rem
    }
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:768px) {
    .navbar-collapse .navbar-nav {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width:768px) and (prefers-reduced-motion:reduce) {
    .navbar-collapse .navbar-nav {
        -webkit-transition: none;
        transition: none
    }
}

@media(min-width:768px) {
    .navbar-collapse.search-active .navbar-nav {
        opacity: 0
    }
}

.navbar-toggler {
    border: 0;
    background: transparent;
    width: 30px;
    outline: none !important;
    height: 40px;
    border-radius: 3px;
    position: relative
}

.navbar-toggler>span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #19329c;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-toggler>span {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler>span:first-child {
    top: 11px
}

.navbar-toggler>span:last-child {
    top: 29px
}

.navbar-toggler:hover>span {
    background-color: #19329c
}

.navbar-toggler:not(.collapsed) span {
    background-color: #ff1919
}

.navbar-toggler:not(.collapsed) span:first-child,
.navbar-toggler:not(.collapsed) span:last-child {
    opacity: 0
}

.navbar-toggler:not(.collapsed) span:first-child+span,
.navbar-toggler:not(.collapsed) span:last-child+span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.navbar-toggler:not(.collapsed) span:first-child+span+span,
.navbar-toggler:not(.collapsed) span:last-child+span+span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:900px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

}

@media(min-width: 900px) {
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

@media(max-width:575.98px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

a:focus {
    outline: 0
}

.ic-video {
    background: url(../images/icons/ic-video.svg) no-repeat;
    width: 4.125rem;
    height: 3.125rem;
    display: block
}

.imageEffect {
    overflow: hidden
}

.imageEffect>a {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .imageEffect>a {
        -webkit-transition: none;
        transition: none
    }
}

.imageEffect:hover a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .imageEffect:hover a {
        -webkit-transition: none;
        transition: none
    }
}

.nicescroll-rails-hr {
    display: none !important
}

.footer__img {
    height: 4.375rem;
    margin-bottom: 1.875rem
}

.footer__newsletter {
    padding-top: 1.75rem
}

.footer__newsletter h3 {
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    color: #19329c;
    font-weight: 700;
    margin: 0
}

.footer__newsletter p {
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 2.1428571429em
}

.footer__newsletter .form-group {
    position: relative
}

.footer__newsletter .form-group:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.2142857143em;
    right: 1.4285714286em;
    width: 1.5714285714em;
    height: 1.1428571429em;
    background-image: url(../images/icons/ic-mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto
}

.footer__newsletter .form-control {
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    padding: 14px 22px;
    line-height: 1.4285714286;
    background: transparent;
    position: relative;
    z-index: 1
}

.footer__newsletter .form-control::-webkit-input-placeholder {
    color: #969696
}

.footer__newsletter .form-control:-ms-input-placeholder {
    color: #969696
}

.footer__newsletter .form-control::-ms-input-placeholder {
    color: #969696
}

.footer__newsletter .form-control::placeholder {
    color: #969696
}

.footer__newsletter .form-control:focus {
    border-color: #19329c
}

.footer__newsletter .btn {
    margin-top: 5px
}

.footer__newsletter .row {
    margin-left: -10px;
    margin-right: -10px
}

.footer__newsletter .row>div {
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width:992px) {
    .footer__newsletter .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .footer__newsletter .row>div {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(min-width:1200px) {
    .footer__newsletter .row {
        margin-left: -22px;
        margin-right: -22px
    }

    .footer__newsletter .row>div {
        padding-left: 22px;
        padding-right: 22px
    }
}

.footer__contact {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #646464;
    line-height: 1.7142857143;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.footer__contact>li {
    position: relative;
    padding-left: 1rem
}

.footer__contact>li>i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    color: #19329c;
    font-weight: 700
}

.footer__contact>li a {
    color: inherit
}

.footer__contact>li a:hover {
    color: #19329c
}

.footer__menu {
    padding-top: 3.3125rem
}

.footer__menu h3 {
    margin: 0 0 1.125rem;
    font-size: 1em;
    font-weight: 700;
    color: inherit
}

.footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__menu ul>li a {
    color: #969696;
    line-height: 1.6428571429;
    display: inline-block
}

.footer__menu ul>li a:hover {
    color: #19329c
}

@media(min-width:992px) {
    .footer__menu ul>li a {
        white-space: nowrap
    }
}

.footer__social {
    list-style: none;
    padding: 0;
    margin: 1.4375rem 0 0
}

.footer__social>li {
    display: inline-block;
    margin-right: 1.375rem
}

.footer__social>li a {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    background-repeat: none;
    background-position: center;
    background-size: contain
}

.footer__social>li a:hover {
    opacity: .8
}

.footer__social>li a.facebook {
    background-image: url(../images/icons/ic-facebook.svg)
}

.footer__social>li a.zalo {
    background-image: url(../images/icons/ic-zalo.svg)
}

.footer__social>li a.linkedin {
    background-image: url(../images/icons/ic-linkedin.svg)
}

.footer__social>li a.youtube {
    background-image: url(../images/icons/ic-youtube.svg)
}

.footer__social>li a.email {
    background-image: url(../images/icons/ic-mail.svg)
}

.footer__social>li:last-child {
    margin-right: 0
}

.footer__top {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    position: relative;
    z-index: 1
}

.footer__top .container {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 1.625rem
}

.footer__top .container .toTop {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.8125rem;
    height: 2.8125rem;
    margin-left: -1.40625rem;
    margin-top: -1.40625rem;
    background: #fff url(../images/icons/ic-to-top.svg) no-repeat center .75rem;
    background-size: 16px 18px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px rgba(25, 50, 156, 0.25);
    box-shadow: 0 2px 25px rgba(25, 50, 156, 0.25)
}

.footer__top .container .toTop:hover {
    -webkit-box-shadow: 0 2px 20px rgba(25, 50, 156, 0.45);
    box-shadow: 0 2px 20px rgba(25, 50, 156, 0.45)
}

.footer__top .container .toTop:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 2px 10px rgba(25, 50, 156, 0.25);
    box-shadow: 0 2px 10px rgba(25, 50, 156, 0.25)
}

@media screen and (min-width:992px) {
    .footer__top .container .row .col-lg-3+.col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .footer__top .container .row .col-lg-3+.col-lg-3~.col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.5%;
        flex: 0 0 17.5%;
        max-width: 17.5%
    }
}

.footer__line {
    overflow: hidden
}

.footer__line .container {
    padding-top: 3.125rem;
    padding-top: 1.875rem
}

.footer__line .row>div {
    height: 4px;
    position: relative
}

.footer__line .row>div:before,
.footer__line .row>div:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0
}

.footer__line .row>div:first-child:before {
    right: 0;
    left: -2000px;
    background: #19329c
}

.footer__line .row>div:last-child:before {
    left: 0;
    right: 0;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.footer__line .row>div:last-child:after {
    left: 100%;
    right: -2000px;
    background: #ff1919
}

.footer__copyright {
    padding: 1.5625rem 0;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    background-color: #edf2f7
}

.footer__copyright p {
    margin: 0;
    color: #282828;
    font-size: .8125rem
}

.footer__copyright p[class*="__desc"] {
    font-size: .875rem;
    color: #969696;
    font-style: italic;
    margin-bottom: .1875rem
}

@media(max-width:1199.98px) {
    .footer__contact {
        font-size: .75rem;
        margin-right: -.3125rem
    }

    .footer__menu {
        font-size: .75rem
    }
}

@media(max-width:767.98px) {
    .footer__top .container .toTop {
        right: 15px
    }

    .footer__top>.container {
        padding-top: 2.3125rem;
        padding-bottom: 0
    }

    .footer__menu {
        padding-top: 27px;
        font-size: 13px
    }

    .footer__newsletter {
        display: none
    }

    .footer__copyright {
        padding: 15px 0
    }

    .footer__copyright p,
    .footer__copyright p[class*="__desc"] {
        font-size: .6875rem
    }
}

.banner {
    position: relative;
    z-index: 3
}

.banner__content,
.banner__content~* {
    display: none
}

.banner__content.slick-initialized,
.banner__content.slick-initialized~* {
    display: block
}

.banner__content>.arrow {
    display: none !important
}

.banner__content__item {
    display: block !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.banner__content__item:after {
    content: "";
    padding-top: 40.775988287%;
    display: block
}

.banner__content__item img {
    display: none
}

@media(min-width:768px) {
    .banner__content__item:after {
        min-height: 540px;
        padding-top: 0;
        height: calc(100vh - 221px)
    }
}

.banner__content__dots {
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    right: 0
}

.banner__content__dots ul.slick-dots {
    position: static;
    text-align: inherit
}

.banner__form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

@media(min-width:768px) {
    .banner__form>.container>.row {
        position: relative
    }

    .banner__form>.container>.row>div {
        position: absolute
    }
}

.banner .scrollBottom {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2.8125rem;
    height: 2.8125rem;
    margin-left: -1.40625rem;
    margin-top: -1.40625rem;
    background: #fff url(../images/icons/ic-to-top.svg) no-repeat center .75rem;
    background-size: 16px 18px;
    border-radius: 50%;
    -webkit-box-shadow: 0 -2px 25px rgba(25, 50, 156, 0.25);
    box-shadow: 0 -2px 25px rgba(25, 50, 156, 0.25);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.banner .scrollBottom:hover {
    -webkit-box-shadow: 0 -2px 20px rgba(25, 50, 156, 0.45);
    box-shadow: 0 -2px 20px rgba(25, 50, 156, 0.45)
}

.banner .scrollBottom:active {
    -webkit-transform: rotate(180deg) scale(0.9);
    transform: rotate(180deg) scale(0.9);
    -webkit-box-shadow: 0 -2px 10px rgba(25, 50, 156, 0.25);
    box-shadow: 0 -2px 10px rgba(25, 50, 156, 0.25)
}

.banner .scrollBottom.active {
    opacity: 0
}

@media(min-width:768px) and (max-width:991.98px) {
    .banner__content__item {
        min-height: 560px
    }
}

@media(max-width:767.98px) {
    .banner__content__item {
        background-position: 20% center !important
    }

    .banner__content__item:after {
        min-height: 0;
        padding-top: 40%
    }

    .banner__content__dots ul.slick-dots {
        text-align: center;
        bottom: 1.25rem
    }

    .banner__content__dots ul.slick-dots li {
        margin: 0 5px;
        height: auto
    }

    .banner__content__dots ul.slick-dots li:before {
        width: 8px;
        height: 8px;
        margin-left: -4px;
        margin-top: -4px
    }

    .banner__content__dots ul.slick-dots li button {
        width: 16px;
        height: 16px
    }

    .banner__content__dots ul.slick-dots li:last-child {
        margin-right: 0
    }

    .banner__form {
        position: static;
        margin-top: -14px;
        padding-bottom: 55px
    }

    .banner .scrollBottom {
        display: none
    }
}

.whyChoose {
    padding: 2.5rem 0 4.6875rem;
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(25, 50, 156, 0.35);
    box-shadow: 0 0 20px rgba(25, 50, 156, 0.35)
}

.whyChoose__item {
    margin-top: 28px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px
}

.whyChoose__item__icon {
    margin: 0 auto;
    margin-bottom: 1.375rem;
    max-height: 74px;
    width: 100px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .whyChoose__item__icon {
        -webkit-transition: none;
        transition: none
    }
}

.whyChoose__item__icon:after {
    content: "";
    display: block;
    padding-top: 74%
}

.whyChoose__item__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 84%;
    max-width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.whyChoose__item__name {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: .875rem;
    margin: 0 0 .7142857143em;
    text-transform: uppercase;
    font-weight: 700;
    color: #282828
}

.whyChoose__item__name+[class*="__desc"] {
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
    height: auto;
    -webkit-line-clamp: unset
}

.whyChoose__item__title {
    font-size: 1rem;
    margin: 0 0 .3125rem;
    line-height: 1.25;
    text-transform: uppercase;
    color: #ff1919;
    height: 3.75em;
    font-weight: 400
}

.whyChoose__item__title span {
    display: block;
    font-weight: 700;
    color: #19329c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.whyChoose__item__desc {
    text-align: center;
    line-height: 1.2142857143;
    height: 8.5em;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin: 0
}

.whyChoose__item:last-child [class*="__icon"] img {
    max-height: 94%;
    max-width: 90%
}

.whyChoose__item:hover [class*="__icon"] {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.whyChoose[data-waypoint] .whyChoose__item {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.whyChoose[data-waypoint] [class*="col-"]:nth-child(2) .whyChoose__item {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.whyChoose[data-waypoint] [class*="col-"]:nth-child(3) .whyChoose__item {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.whyChoose[data-waypoint].active .whyChoose__item {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media(min-width:992px) and (max-width:1199.98px) {
    .whyChoose .offset-lg-1 {
        margin-left: 2.5%
    }
}

@media(max-width:991.98px) {
    .whyChoose__item__title {
        font-size: .9375rem
    }
}

@media(max-width:767.98px) {
    .whyChoose {
        padding-bottom: 1.25rem
    }

    .whyChoose.heading {
        margin-bottom: 30px
    }

    .whyChoose__item {
        margin: 0;
        margin-top: 0;
        margin-bottom: 30px
    }

    .whyChoose__item__icon {
        margin-bottom: 10px;
        max-height: 3.125rem
    }

    .whyChoose__item__title {
        max-width: 242px;
        margin-left: auto;
        margin-right: auto
    }

    .whyChoose__item__desc {
        height: auto;
        max-width: 286px;
        margin: 0 auto
    }
}

.financialSolution {
    padding: 3.75rem 0 6.25rem;
    background: #1a5fe0 no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px rgba(25, 50, 156, 0.35);
    box-shadow: 0 0 20px rgba(25, 50, 156, 0.35)
}

.financialSolution h3 {
    font-size: 2.375rem;
    line-height: 1.1315789474;
    color: #fff;
    margin: 0 0 .5789473684em;
    letter-spacing: .05em;
    max-width: 320px;
    font-weight: 700;
    text-transform: uppercase
}

.financialSolution p {
    font-size: 1rem;
    line-break: 1.125;
    margin-bottom: 1em;
    color: #fff
}

.financialSolution[data-waypoint] h2,
.financialSolution[data-waypoint] h3,
.financialSolution[data-waypoint] p {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.financialSolution[data-waypoint] h3 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.financialSolution[data-waypoint] p {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.financialSolution[data-waypoint] p+p {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.financialSolution[data-waypoint].active h2,
.financialSolution[data-waypoint].active h3,
.financialSolution[data-waypoint].active p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@media(max-width:1199.98px) {
    .financialSolution {
        padding-bottom: 4.375rem
    }
}

@media(max-width:991.98px) {
    .financialSolution h3 {
        font-size: 1.75rem
    }
}

@media(max-width:767.98px) {
    .financialSolution {
        padding: 2.5rem 0 5.625rem;
        position: relative;
        background-position-x: 80% !important;
        background-size: auto 110%
    }

    .financialSolution::before,
    .financialSolution::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .financialSolution::before {
        background: rgba(26, 70, 149, 0.78)
    }

    .financialSolution:after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
        background-repeat: repeat-x;
        bottom: 40%
    }

    .financialSolution>* {
        position: relative;
        z-index: 1
    }

    .financialSolution h3 {
        font-size: 1.875rem;
        max-width: 340px
    }
}

@media(max-width:575.98px) {
    .financialSolution h3 {
        font-size: 1.5rem
    }
}

.loanYct {
    padding: 2.6875rem 0;
    position: relative;
    z-index: 4
}

.loanYct__img {
    -webkit-box-shadow: 0 0 20px rgba(25, 50, 156, 0.35);
    box-shadow: 0 0 20px rgba(25, 50, 156, 0.35)
}

@media(min-width:768px) {
    .loanYct__img {
        position: absolute;
        top: -30px;
        right: 50%;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .loanYct__img img {
        display: none
    }
}

@media(min-width:1200px) {
    .loanYct__content {
        padding: 0 .9375rem
    }

    .loanYct__content h3 span {
        display: block
    }
}

.loanYct .heading {
    margin-bottom: 1.875em
}

.loanYct h3 {
    color: #282828;
    margin: 0;
    font-size: 1.625rem;
    line-height: 1.3076923077;
    font-weight: 400;
    letter-spacing: .05em
}

.loanYct h3+p {
    margin-top: 1.5625rem
}

.loanYct .btn {
    width: 304px;
    max-width: 100%
}

.loanYct p:last-child {
    margin-bottom: 0
}

.loanYct[data-waypoint] .loanYct__img {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.loanYct[data-waypoint] [class*="_content"] h2,
.loanYct[data-waypoint] [class*="_content"] h3,
.loanYct[data-waypoint] [class*="_content"] p {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.loanYct[data-waypoint] [class*="_content"] h2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loanYct[data-waypoint] [class*="_content"] h3 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loanYct[data-waypoint] [class*="_content"] p {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loanYct[data-waypoint] [class*="_content"] p+p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loanYct[data-waypoint].active .loanYct__img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.loanYct[data-waypoint].active h2,
.loanYct[data-waypoint].active h3,
.loanYct[data-waypoint].active p {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@media(max-width:1199.98px) {
    .loanYct {
        padding-bottom: 0
    }
}

@media(max-width:991.98px) {
    .loanYct .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .loanYct h3 {
        font-size: 1.75rem
    }

    .loanYct__img {
        bottom: 4.375rem
    }
}

@media(max-width:767.98px) {
    .loanYct {
        padding-top: 2.8125rem
    }

    .loanYct__img {
        position: absolute;
        bottom: auto;
        left: auto;
        top: -50px;
        right: 0;
        width: 166px;
        max-width: 40.0966183575%
    }

    .loanYct h3 {
        font-size: 1.875rem;
        line-height: 1.4333333333
    }

    .loanYct .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 540px
    }

    .loanYct .btn {
        max-width: 266px;
        margin: 0 auto;
        display: block
    }
}

@media(max-width:575.98px) {
    .loanYct h3 {
        font-size: 1.5rem
    }

    .loanYct .heading {
        margin-top: 30px
    }
}

.stepsGetLoan {
    padding: 5rem 0 2.875rem;
    position: relative;
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(25, 50, 156, 0.15);
    box-shadow: 0 10px 10px rgba(25, 50, 156, 0.15)
}

@media(max-width:767.98px) {
    .stepsGetLoan .heading {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ourPromise {
    padding: 11.875rem 0 4.75rem;
    background: #78b6d1 no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(25, 50, 156, 0.35);
    box-shadow: 0 0 20px rgba(25, 50, 156, 0.35)
}

.ourPromise:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22.5714285714em;
    height: 14.2857142857em;
    background-image: url(../images/ourPromise-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left
}

.ourPromise h3 {
    font-size: 2rem;
    line-height: 1.1315789474;
    color: #fff;
    margin: 0 0 .7105263158em;
    letter-spacing: .05em;
    max-width: 500px;
    font-weight: 700
}

.ourPromise p {
    font-size: 1rem;
    line-break: 1.125;
    margin-bottom: 0;
    color: #fff;
    display: block;
    max-width: 384px
}

.ourPromise p .btn {
    width: 250px;
    max-width: 100%
}

.ourPromise p+p {
    margin-top: 2.1875rem
}

.ourPromise[data-waypoint] h2,
.ourPromise[data-waypoint] h3,
.ourPromise[data-waypoint] p {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.ourPromise[data-waypoint] h3 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.ourPromise[data-waypoint] p {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ourPromise[data-waypoint] p+p {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ourPromise[data-waypoint].active h2,
.ourPromise[data-waypoint].active h3,
.ourPromise[data-waypoint].active p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@media(max-width:991.98px) {
    .ourPromise {
        padding: 6.25rem 0
    }

    .ourPromise:before {
        left: -7.5rem
    }

    .ourPromise h3 {
        font-size: 1.75rem
    }
}

@media(max-width:767.98px) {
    .ourPromise {
        background-position-x: 79% !important;
        background-size: auto 120%;
        padding: 8.75rem 0 4.6875rem
    }

    .ourPromise::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 69, 152, 0.6)), to(rgba(26, 70, 149, 0.6)));
        background-image: linear-gradient(to bottom, rgba(27, 69, 152, 0.6) 0, rgba(26, 70, 149, 0.6) 100%);
        background-repeat: repeat-x
    }

    .ourPromise h3 {
        font-size: 1.875rem;
        max-width: 350px
    }

    .ourPromise:before {
        z-index: 1;
        width: 176px;
        max-width: 42.5120772947%;
        left: 0
    }

    .ourPromise>.container {
        z-index: 2;
        position: relative
    }

    .ourPromise p {
        max-width: none
    }

    .ourPromise .btn {
        display: block;
        margin: 0 auto
    }
}

@media(max-width:575.98px) {
    .ourPromise h3 {
        font-size: 1.5rem
    }
}

.ourCustomers {
    padding: 4.375rem 0 3.125rem;
    overflow: hidden
}

.ourCustomers .heading {
    margin-bottom: 2em
}

.ourCustomers .container {
    position: relative;
    z-index: 1
}

.ourCustomers__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0
}

.ourCustomers__bg__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .ourCustomers__bg__item {
        -webkit-transition: none;
        transition: none
    }
}

.ourCustomers__bg__item.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.ourCustomers__avatar {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 44.7048611111%
}

.ourCustomers__avatar__item {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0.9) translate(20%, 0);
    transform: scale(0.9) translate(20%, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .ourCustomers__avatar__item {
        -webkit-transition: none;
        transition: none
    }
}

.ourCustomers__avatar__item.active {
    position: static;
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.ourCustomers__inner {
    background: #1a5fe0 no-repeat top center;
    background-size: cover;
    -webkit-box-shadow: 0 8px 10px rgba(25, 50, 156, 0.15);
    box-shadow: 0 8px 10px rgba(25, 50, 156, 0.15);
    position: relative
}

.ourCustomers__inner .container {
    padding: 0 0 1.875rem;
    position: relative
}

.ourCustomers__inner .container .ourCustomers_qtTop,
.ourCustomers__inner .container .ourCustomers_qtBottom {
    content: "";
    display: block;
    position: absolute;
    top: -2.4285714286em;
    left: -1.2857142857em;
    width: 8.0714285714em;
    height: 6.1428571429em;
    background-image: url(../images/quote-left.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left
}

.ourCustomers__inner .container .ourCustomers_qtBottom {
    top: auto;
    left: auto;
    bottom: -3.8571428571em;
    right: -1.2857142857em;
    background-image: url(../images/quote-right.png)
}

.ourCustomers__inner .container>.row>[data-waypoint].active {
    -webkit-transform: translateY(50px) !important;
    transform: translateY(50px) !important
}

.ourCustomers__inner .container .customers {
    position: relative;
    top: -20px
}

.ourCustomers__inner .container [data-paroller-factor] .customers {
    top: -80px
}

.ourCustomers [data-waypoint] .ourCustomers_qtTop,
.ourCustomers [data-waypoint] .ourCustomers_qtBottom,
.ourCustomers [data-waypoint] .ourCustomers__avatar,
.ourCustomers [data-waypoint] .ourCustomers__bg,
.ourCustomers [data-waypoint] .customers {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.ourCustomers [data-waypoint] .ourCustomers_qtTop {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ourCustomers [data-waypoint] .ourCustomers_qtBottom {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ourCustomers [data-waypoint] .ourCustomers__bg {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.ourCustomers [data-waypoint] .customers {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ourCustomers [data-waypoint].active .ourCustomers__avatar,
.ourCustomers [data-waypoint].active .ourCustomers__bg {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.ourCustomers [data-waypoint].active .ourCustomers_qtTop {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.ourCustomers [data-waypoint].active .ourCustomers_qtBottom {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.ourCustomers [data-waypoint].active .customers {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media(max-width:575.98px) {
    .ourCustomers {
        padding: 2.8125rem 0 0
    }

    .ourCustomers .heading {
        margin-bottom: 2.8125rem
    }

    .ourCustomers__bg,
    .ourCustomers__avatar {
        display: none
    }

    .ourCustomers__inner {
        background: none !important
    }

    .ourCustomers__inner .container {
        padding-bottom: 20px
    }

    .ourCustomers__inner .container .ourCustomers_qtTop,
    .ourCustomers__inner .container .ourCustomers_qtBottom,
    .ourCustomers__inner .container:before,
    .ourCustomers__inner .container::after {
        display: none !important
    }

    .ourCustomers__inner .container .customers {
        position: relative;
        top: 0
    }
}

.ourCustomers+.getStarted {
    margin-top: 50px
}

.wereHere {
    padding: 1.5625rem 0 5rem;
    background: #fff
}

.wereHere [class*="col-"]:nth-child(1) .whyChoose__item__icon img {
    max-height: 85%
}

.wereHere [class*="col-"]:nth-child(3) .whyChoose__item__icon img {
    max-height: 70%
}

.wereHere [data-waypoint] .whyChoose__item {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.wereHere [data-waypoint] [class*="col-"]:nth-child(2) .whyChoose__item {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.wereHere [data-waypoint] [class*="col-"]:nth-child(3) .whyChoose__item {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.wereHere [data-waypoint].active .whyChoose__item {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media(max-width:767.98px) {
    .wereHere {
        padding-top: 1.5625rem;
        padding-bottom: .9375rem
    }

    .wereHere .heading {
        margin-bottom: 2.8125rem
    }
}

.getStarted {
    background: #278aeb no-repeat center;
    background-size: cover;
    position: relative;
    padding: 5.3125rem 0 5rem;
    -webkit-box-shadow: 0 8px 10px rgba(25, 50, 156, 0.15);
    box-shadow: 0 8px 10px rgba(25, 50, 156, 0.15)
}

.getStarted__bg {
    position: absolute;
    top: 50%;
    left: 50%
}

.getStarted .container {
    position: relative;
    z-index: 1
}

.getStarted:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/breadcrumbs-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.getStarted .btn {
    min-width: 302px;
    max-width: 100%
}

.getStarted--cashLoad .heading {
    font-size: 1.75rem;
    letter-spacing: 0
}

.getStarted[data-waypoint] h2,
.getStarted[data-waypoint] h2+div {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.getStarted[data-waypoint] h2+div {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.getStarted[data-waypoint].active h2,
.getStarted[data-waypoint].active h2+div {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media(max-width:991.98px) {
    .getStarted {
        padding: 4.6875rem 0
    }

    .getStarted--cashLoad .heading {
        font-size: 1.5rem;
        letter-spacing: 0
    }
}

@media(max-width:767.98px) {
    .getStarted {
        padding: 2.1875rem 0
    }

    .getStarted--cashLoad .heading {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

@media(max-width:575.98px) {
    .getStarted {
        padding: 1.5625rem 0;
        background-position: center !important
    }

    .getStarted--cashLoad .heading {
        font-size: 1.125rem;
        letter-spacing: 0
    }
}

.joinCulture {
    padding-top: 2.5rem;
    overflow: hidden
}

.joinCulture>.container {
    position: relative
}

.joinCulture .nav-link {
    border-bottom: 1px solid #ced0da;
    padding: 0;
    margin-bottom: 4.375rem;
    text-align: center
}

@media(max-width:991.98px) {
    .joinCulture .nav-link {
        margin-bottom: 1.25rem
    }
}

.joinCulture .nav-link>li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0 1.875rem
}

@media(max-width:991.98px) {
    .joinCulture .nav-link>li {
        padding: 0 .9375rem
    }
}

@media(max-width:767.98px) {
    .joinCulture .nav-link>li {
        padding: 0 .3125rem
    }
}

@media(max-width:575.98px) {
    .joinCulture .nav-link>li {
        display: block
    }
}

.joinCulture .nav-link>li>a {
    color: #969696;
    text-transform: uppercase;
    font-size: 1.125rem;
    position: relative;
    display: block;
    padding: .875rem 0
}

@media(max-width:767.98px) {
    .joinCulture .nav-link>li>a {
        font-size: 1rem
    }
}

.joinCulture .nav-link>li>a:after {
    height: .1875rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: red;
    content: '';
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.joinCulture .nav-link>li>a:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: red transparent
}

.joinCulture .nav-link>li.active>a {
    color: #164397;
    cursor: default;
    pointer-events: none
}

.joinCulture .nav-link>li.active>a:after,
.joinCulture .nav-link>li.active>a:before {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.joinCulture .nav-link>li:hover>a {
    color: #164397
}

.joinCulture__content {
    max-width: 960px;
    margin: 0 auto
}

.joinCulture__content .caltureInfo {
    margin-top: 4.375rem;
    margin-bottom: 6.875rem
}

.joinCulture__content .caltureInfo p {
    font-size: 1rem;
    color: #646464;
    line-height: 1.25;
    font-weight: 300
}

.joinCulture__content .calture__item {
    margin-top: 4.375rem;
    font-size: 1.125rem;
    color: #282828;
    font-weight: 300;
    line-height: 1.2222222222
}

.joinCulture__content .calture__item__des {
    padding-right: 5.625rem
}

.joinCulture__content .calture__item__des .heading--1:before,
.joinCulture__content .calture__item__des .heading--1:after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .joinCulture__content .calture__item__des .heading--1:before,
    .joinCulture__content .calture__item__des .heading--1:after {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture__content .calture__item__des:hover .heading--1:before {
    width: 80%
}

.joinCulture__content .calture__item__des:hover .heading--1:after {
    width: 20%
}

.joinCulture__content .calture__item__image {
    overflow: hidden
}

.joinCulture__content .calture__item__image .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.joinCulture__content .calture__item__image .image:after {
    content: "";
    padding-top: 55.4393305439%;
    display: block
}

.joinCulture__content .calture__item__image .image img {
    display: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture__content .calture__item__image .image {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture__content .calture__item__image:hover .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (min-width:768px) {
    .joinCulture__content .calture__item:nth-child(odd)>.row>div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .joinCulture__content .calture__item:nth-child(odd)>.row>div:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.joinCulture__content .calture__item:nth-child(even) .calture__item__des {
    text-align: right;
    padding-right: 0;
    padding-left: 5.625rem
}

.joinCulture .joinCultureWhy__slider {
    max-width: 800px;
    margin: 0 auto
}

.joinCulture .joinCultureWhy__sliderInner {
    margin-top: 3.125rem
}

.joinCulture .joinCultureWhy__sliderInner .sliderNav {
    display: none
}

.joinCulture .joinCultureWhy__sliderInner .sliderNav.slick-initialized {
    display: block
}

.joinCulture .joinCultureWhy__sliderInner .sliderNavItem {
    text-align: center;
    padding: 1.25rem 3.125rem 0;
    padding-bottom: 2.5rem;
    position: relative;
    height: 100%;
    cursor: pointer
}

.joinCulture .joinCultureWhy__sliderInner .sliderNavItem:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #164397 transparent
}

.joinCulture .joinCultureWhy__sliderInner .sliderNavItem--icon {
    text-align: center;
    margin-bottom: 1.875rem
}

.joinCulture .joinCultureWhy__sliderInner .sliderNavItem--icon img {
    max-height: 86px;
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCultureWhy__sliderInner .sliderNavItem--icon img {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCultureWhy__sliderInner .sliderNavItem--info h4 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: #eb2323;
    line-height: 1.5
}

.joinCulture .joinCultureWhy__sliderInner .sliderNavItem--info h4 strong {
    font-weight: 700;
    color: #174397
}

.joinCulture .joinCultureWhy__sliderInner .sliderNavItem:hover .sliderNavItem--icon img {
    -webkit-transform: translate(0, -10px) scale(1.05);
    transform: translate(0, -10px) scale(1.05)
}

@media(max-width:991.98px) {
    .joinCulture .joinCultureWhy__sliderInner .sliderNavItem {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .joinCulture .joinCultureWhy__sliderInner .sliderNavItem .sliderNavItem--info h4 {
        font-size: .875rem
    }
}

@media(max-width:767.98px) {
    .joinCulture .joinCultureWhy__sliderInner .sliderNavItem .sliderNavItem--info h4 {
        font-size: .75rem
    }
}

.joinCulture .joinCultureWhy__sliderInner .sliderNav .slick-current .sliderNavItem:after {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.joinCulture .joinCultureWhy__sliderInner .sliderFor {
    display: none
}

.joinCulture .joinCultureWhy__sliderInner .sliderFor.slick-initialized {
    display: block
}

.joinCulture .joinCultureWhy__sliderInner .sliderForItem {
    border-top: 1px solid #164397;
    padding-top: 2.5rem
}

.joinCulture .joinCultureWhy__sliderInner .sliderForItem p {
    font-size: 1rem;
    color: #646464;
    line-height: 1.25;
    font-weight: 300
}

.joinCulture .joinCultureWhy__staff {
    margin-top: 4.375rem
}

.joinCulture .joinCultureWhy__staff .staffSlider {
    max-width: 860px;
    margin: 4.375rem auto 0;
    display: none
}

.joinCulture .joinCultureWhy__staff .staffSlider.slick-initialized {
    display: block
}

.joinCulture .joinCultureWhy__staff .staffSlider .slick-slide>div {
    padding: 0 1.875rem
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__image {
    border: 1px solid #d7d7d7;
    padding: .4375rem
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__image .image {
    overflow: hidden
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    outline: 0
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__image .image>a:after {
    content: "";
    padding-top: 100%;
    display: block
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__image .image>a img {
    display: none
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__info {
    margin-top: 15px
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__info>a {
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.4285714286;
    max-height: 2.8571428571em;
    color: #19329c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__info>a:hover {
    color: #ff1919
}

.joinCulture .joinCultureWhy__staff .staffSlider__item__info p {
    color: #969696;
    margin: 0
}

.joinCulture .joinCultureWhy__staff .staffSlider__item:hover .staffSlider__item__image .image a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.joinCulture .joinCultureWhy__staff .staffSlider ul.slick-dots {
    position: relative;
    bottom: inherit;
    margin-top: 50px
}

.joinCulture .joinCultureWhyContent {
    position: relative
}

.joinCulture .joinCultureWhyContent__title {
    text-align: center;
    max-width: 864px;
    margin: 0 auto;
    color: #646464;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    padding-left: 2.625rem;
    padding-right: 2.625rem
}

.joinCulture .joinCultureWhyContent__title h3 {
    color: #19329c;
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: .9375rem
}

.joinCulture .joinCultureWhyContent__title .text-photo {
    margin-bottom: 1.875rem;
    display: block;
    font-weight: 400
}

.joinCulture .joinCultureWhyContent .gridPhoto {
    margin-top: 3.75rem
}

.joinCulture .joinCultureWhyContent .gridPhoto__item {
    margin-bottom: 13px
}

.joinCulture .joinCultureWhyContent .gridPhoto__item .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.joinCulture .joinCultureWhyContent .gridPhoto__item .image>a:after {
    content: "";
    padding-top: 100%;
    display: block
}

.joinCulture .joinCultureWhyContent .gridPhoto__item .image>a img {
    display: none
}

.joinCulture .joinCulturePeople__intro {
    color: #646464;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 300
}

.joinCulture .joinCulturePeople__headingItem {
    margin-top: 6.25rem;
    position: relative
}

.joinCulture .joinCulturePeople__headingItem__image .image {
    border-bottom-right-radius: 20px;
    overflow: hidden
}

.joinCulture .joinCulturePeople__headingItem__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.joinCulture .joinCulturePeople__headingItem__image .image>a:after {
    content: "";
    padding-top: 49.5327102804%;
    display: block
}

.joinCulture .joinCulturePeople__headingItem__image .image>a img {
    display: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCulturePeople__headingItem__image .image>a {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople__headingItem__image .image>a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.joinCulture .joinCulturePeople__headingItem__info {
    padding-left: 2.5rem;
    position: relative
}

.joinCulture .joinCulturePeople__headingItem__info:before {
    background: url(../images/icons/ic-hand.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -.625em;
    right: 0;
    width: 4.1875em;
    height: 3.5625em;
    content: '';
    display: block
}

@media(max-width:768px) {
    .joinCulture .joinCulturePeople__headingItem__info:before {
        top: .625em
    }

    .widget-header {
        display: block
    }
}

.joinCulture .joinCulturePeople__headingItem__info h4 {
    color: #164397;
    font-size: 1.25rem;
    margin: .9375rem 0 .625rem;
    padding: 0;
    font-weight: 400
}

.joinCulture .joinCulturePeople__headingItem__info h5 {
    margin: 0 0 .9375rem;
    padding: 0;
    padding-right: 4.375em;
    font-size: 1rem;
    font-weight: 400;
    color: #646464
}

.joinCulture .joinCulturePeople__headingItem__info .des {
    color: #000;
    font-size: 2.3125rem;
    font-weight: 300;
    line-height: 1.0810810811
}

.joinCulture .joinCulturePeople__headingItem__info a {
    font-size: 1rem;
    color: #164397
}

.joinCulture .joinCulturePeople__headingItem__info a i {
    position: relative;
    top: 1px
}

.joinCulture .joinCulturePeople__headingItem__info a:hover {
    color: #eb2323
}

.joinCulture .joinCulturePeople .gridPeople {
    margin-top: 8.125rem;
    margin-left: -50px;
    margin-right: -50px
}

.joinCulture .joinCulturePeople .gridPeople::after {
    display: block;
    clear: both;
    content: ""
}

.joinCulture .joinCulturePeople .gridPeople__wrap {
    width: 33.333%;
    float: left;
    padding: 0 3.125rem;
    margin-bottom: 1.875rem;
    position: relative
}

@media(min-width:768px) {
    .joinCulture .joinCulturePeople .gridPeople__wrap:nth-child(3n+1) {
        clear: both
    }
}

@media(max-width:767px) {
    .joinCulture .joinCulturePeople .gridPeople__wrap:nth-child(2n+1) {
        clear: both
    }
}

.joinCulture .joinCulturePeople .gridPeople__item {
    -webkit-transform: scale(1);
    transform: scale(1);
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCulturePeople .gridPeople__item {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item__image .image {
    border-bottom-right-radius: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCulturePeople .gridPeople__item__image .image {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.joinCulture .joinCulturePeople .gridPeople__item__image .image>a:after {
    content: "";
    padding-top: 84.126984127%;
    display: block
}

.joinCulture .joinCulturePeople .gridPeople__item__image .image>a img {
    display: none
}

.joinCulture .joinCulturePeople .gridPeople__item__info {
    font-size: 1rem;
    font-weight: 400;
    color: #646464;
    position: relative;
    padding: 1.25rem
}

.joinCulture .joinCulturePeople .gridPeople__item__info h4 {
    color: #164397;
    font-size: 1.25rem;
    margin: 0 0 .3125rem;
    padding: 0;
    font-weight: 400;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCulturePeople .gridPeople__item__info h4 {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item__info p {
    margin-bottom: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCulturePeople .gridPeople__item__info p {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item__info:after,
.joinCulture .joinCulturePeople .gridPeople__item__info:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: .1875rem;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .joinCulture .joinCulturePeople .gridPeople__item__info:after,
    .joinCulture .joinCulturePeople .gridPeople__item__info:before {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item__info:before {
    left: 0;
    width: 0;
    background: #164397
}

.joinCulture .joinCulturePeople .gridPeople__item__info:after {
    width: 0;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to left, #ff1919 0, #ff7900 100%)
}

.joinCulture .joinCulturePeople .gridPeople__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0.35);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0.35);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCulturePeople .gridPeople__item:hover {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__image .image {
    border-bottom-right-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__image .image {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info h4,
.joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info p {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info h4,
    .joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info p {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info:after,
.joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info:before {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info:after,
    .joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info:before {
        -webkit-transition: none;
        transition: none
    }
}

.joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info:before {
    width: 70%
}

.joinCulture .joinCulturePeople .gridPeople__item:hover .gridPeople__item__info:after {
    width: 30%
}

.joinCulture .joinCulturePeople .group-link {
    margin-top: 30px
}

.joinCultureContact__map .map_canvas--wrapper {
    position: relative
}

.joinCultureContact__map .map_canvas--wrapper .gm-svpc {
    display: none
}

.joinCultureContact__map .map_canvas--wrapper>.btn-reload {
    position: absolute;
    bottom: 89px;
    right: 10px;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    background: #fff;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 28px;
    height: 27px;
    border-radius: 2px;
    color: #666;
    font-size: .75rem
}

.joinCultureContact__map .map_canvas--wrapper>.btn-reload:hover {
    color: #282828
}

.group-link {
    margin-top: 5rem;
    margin-bottom: 5.625rem
}

.group-link .btn-danger {
    min-width: 18.75rem
}

@media(max-width:767.98px) {
    .group-link .btn-danger {
        min-width: 12.5rem
    }
}

.backList {
    background: url(../images/icons/ic-arrow.svg) no-repeat center center;
    width: 2.625rem;
    height: 1.9375rem;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .backList {
        -webkit-transition: none;
        transition: none
    }
}

.backList:hover {
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .backList:hover {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:767.98px) {
    .backList {
        width: 1.875rem;
        height: 1.375rem
    }
}

.peoplePopupInner {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.peoplePopupInner.show {
    opacity: 1;
    visibility: visible;
    z-index: 1050
}

.peoplePopupInner .modal-dialog .modal-content {
    border-radius: 20px;
    border: 0;
    border-top-left-radius: 0
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider {
    padding-bottom: 3.75rem;
    margin-left: -1.125rem;
    margin-right: -1.125rem
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__image .image {
    overflow: hidden
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__image .image>a:after {
    content: "";
    padding-top: 63.829787234%;
    display: block
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__image .image>a img {
    display: none
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__image .image:hover>a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__info {
    color: #646464;
    margin-top: .9375rem
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__info h4 {
    color: #164397;
    font-size: 1rem;
    font-weight: 700;
    margin: 0
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider__item__info p {
    margin: 0
}

.peoplePopupInner .joinCulturePeople__popup .popupSlider .slick-slide>div {
    padding: 0 1.125rem
}

.peoplePopupInner .joinCulturePeople__popup .popupContent {
    border-top: 1px solid #ced0da;
    margin-top: 1.875rem;
    padding-top: 3.75rem
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__intro {
    position: relative;
    margin-bottom: 2.5rem
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__intro__image .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__intro__image .image:after {
    content: "";
    padding-top: 29.5857988166%;
    display: block
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__intro__image .image img {
    display: none
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__intro__info {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    padding: 1.875rem;
    min-width: 350px
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__intro__info h4 {
    color: #164397;
    font-size: 1.5625rem;
    margin: 0;
    font-weight: 700
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__intro__info p {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des h2 {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 300;
    color: #000
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    margin-top: 60px;
    border-bottom: 1px solid #ced0da
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid::after {
    display: block;
    clear: both;
    content: ""
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item {
    width: 33.333%;
    text-align: center;
    float: left;
    padding: 1.25rem 4.0625rem
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item__icon img {
    max-width: 100%;
    max-height: 60px
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item__info {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #969696
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item__info h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    color: #174397
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item__info h4:after {
    position: absolute;
    content: '';
    margin: 0 auto;
    height: 1px;
    width: 30px;
    bottom: 0;
    background: #969696;
    left: 0;
    right: 0
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item__info p {
    line-height: 1.1111111111;
    margin-bottom: 0
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__content {
    font-size: 1rem;
    font-weight: 300;
    color: #000
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__content h3 {
    color: #164397;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    margin-top: 2.8125rem;
    font-weight: 400
}

.peoplePopupInner .joinCulturePeople__popup .popupContent__content p {
    line-height: 1.25
}

.peoplePopupInner .arrow-1.arrow--prev {
    left: -30px
}

.peoplePopupInner .arrow-1.arrow--next {
    right: -30px
}

@media(min-width:1200px) {
    .peoplePopupInner .modal-dialog {
        max-width: 1160px
    }

    .peoplePopupInner .modal-dialog .modal-content {
        padding: 3.75rem
    }
}

@media(max-width:1199.98px) {
    .joinCulture .joinCulturePeople__headingItem__info .des {
        font-size: 1.875rem
    }

    .peoplePopupInner .modal-dialog {
        max-width: 960px
    }

    .peoplePopupInner .modal-dialog .modal-content {
        padding: 2.5rem
    }
}

@media(max-width:991.98px) {
    .joinCulture {
        overflow: hidden
    }

    .joinCulture__content .caltureInfo {
        margin-bottom: 0;
        margin-top: 1.875rem
    }

    .joinCulture__content .caltureInfo p {
        font-size: 1rem
    }

    .joinCulture__content .calture__item {
        font-size: 1rem
    }

    .joinCulture__content .calture__item__des {
        padding-right: 2.5rem
    }

    .joinCulture__content .calture__item:nth-child(even) .calture__item__des {
        padding-left: 2.5rem
    }

    .joinCulture .joinCultureWhy__staff {
        margin-top: 1.25rem
    }

    .joinCulture .joinCultureWhy__staff .staffSlider {
        margin: 1.25rem auto 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .joinCulture .joinCultureWhy__staff .staffSlider .slick-slide>div {
        padding: 0 .625rem
    }

    .joinCulture .joinCultureWhy__staff .staffSlider ul.slick-dots {
        margin-top: 1.25rem
    }

    .joinCulture .joinCultureWhy__slider {
        margin-bottom: 0;
        margin-top: 1.875rem
    }

    .joinCulture .joinCultureWhy__sliderInner {
        margin-top: 1.875rem
    }

    .joinCulture .joinCultureWhy__sliderInner .sliderFor p {
        font-size: .8125rem
    }

    .joinCulture .joinCultureWhyContent__title {
        font-size: .8125rem
    }

    .joinCulture .joinCultureWhyContent__title h3 {
        font-size: 1.125rem
    }

    .joinCulture .joinCultureWhyContent .gridPhoto {
        margin-top: 1.25rem
    }

    .joinCulture .joinCulturePeople__intro {
        font-size: .875rem
    }

    .joinCulture .joinCulturePeople__headingItem {
        margin-top: 1.25rem;
        font-size: .875rem
    }

    .joinCulture .joinCulturePeople__headingItem__info {
        padding-left: 1.25rem
    }

    .joinCulture .joinCulturePeople__headingItem__info h4 {
        font-size: 1rem
    }

    .joinCulture .joinCulturePeople__headingItem__info h5 {
        font-size: .875rem
    }

    .joinCulture .joinCulturePeople__headingItem__info .des {
        font-size: 1.25rem
    }

    .joinCulture .joinCulturePeople .gridPeople {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        margin-top: 2.5rem
    }

    .joinCulture .joinCulturePeople .gridPeople__wrap {
        padding: 0 1.25rem
    }

    .joinCulture .joinCulturePeople .gridPeople__item__info {
        padding: .625rem
    }

    .joinCulture .joinCulturePeople .gridPeople__item__info h4 {
        font-size: 1rem
    }

    .joinCulture .joinCulturePeople .gridPeople__item__info p {
        font-size: .875rem
    }

    .peoplePopupInner .modal-dialog {
        padding: 10px
    }

    .peoplePopupInner .joinCulturePeople__popup .popupSlider {
        padding-bottom: 1.25rem;
        margin-left: -.625rem;
        margin-right: -.625rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupSlider__item__info h4 {
        font-size: .875rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupSlider .slick-slide>div {
        padding: 0 .625rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent {
        margin-top: .9375rem;
        padding-top: 1.875rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__intro {
        margin-bottom: 1.25rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__intro__info h4 {
        font-size: 1.125rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__intro__info p {
        font-size: 1rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__des h2 {
        font-size: 1.875rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid {
        padding-bottom: .9375rem;
        margin-bottom: 1.875rem;
        margin-top: 1.875rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item__info {
        font-size: 1rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item__info h4 {
        font-size: 1.125rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__content h3 {
        font-size: 1.25rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__content p {
        font-size: .875rem
    }

    .group-link {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }
}

@media(max-width:767.98px) {
    .joinCulture__content .caltureInfo p {
        font-size: .875rem
    }

    .joinCulture__content .calture__item {
        margin-top: 1.25rem;
        font-size: .875rem
    }

    .joinCulture__content .calture__item__des {
        padding-right: 0;
        margin-top: 1.25rem
    }

    .joinCulture__content .calture__item:nth-child(even) .calture__item__des {
        padding-left: 0;
        text-align: left
    }

    .joinCulture .joinCultureWhyContent__title h3 {
        font-size: 1rem
    }

    .joinCulture .joinCultureWhyContent__title .text-photo {
        margin-bottom: .9375rem
    }

    .joinCulture .joinCulturePeople__headingItem__info {
        padding-left: 0;
        padding-top: .9375rem
    }

    .joinCulture .joinCulturePeople .gridPeople {
        margin-left: -.625rem;
        margin-right: -.625rem
    }

    .joinCulture .joinCulturePeople .gridPeople__wrap {
        width: 50%;
        padding: 0 .625rem
    }

    .joinCulture .joinCulturePeople .gridPeople__wrap:nth-child(2n+1) {
        clear: both
    }

    .peoplePopupInner .joinCulturePeople__popup .popupContent__intro__info {
        position: relative;
        left: inherit;
        bottom: 0;
        min-width: inherit;
        display: block;
        padding: 10px 0
    }
}

@media(max-width:575.98px) {
    .peoplePopupInner .joinCulturePeople__popup .popupContent__des .popupGrid__item {
        width: auto;
        float: none
    }
}

@media(min-width:992px) {
    .container--about {
        max-width: 960px
    }
}

.aboutIntro {
    font-size: 1rem;
    padding-bottom: 3.4375rem;
    background: #fff;
    position: relative;
    z-index: 4;
    letter-spacing: .01em
}

.aboutIntro .heading {
    margin-bottom: 1.25rem
}

.aboutIntro p {
    margin-bottom: 1rem
}

.aboutIntro p:last-child {
    margin-bottom: 0
}

@media(max-width:575.98px) {
    .aboutIntro {
        font-size: .875rem
    }
}

.aboutRow {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-bottom: 3.125rem
}

.aboutRow .heading {
    margin-bottom: 1.25rem
}

.aboutRow__image {
    position: absolute;
    top: 0;
    bottom: 5.3125rem;
    left: 50%;
    right: 0;
    overflow: hidden
}

.aboutRow__image__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (prefers-reduced-motion:reduce) {
    .aboutRow__image__inner {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow__image__inner img {
    display: none
}

.aboutRow__image:hover .aboutRow__image__inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.aboutRow .container:after {
    content: "";
    display: block;
    clear: both
}

.aboutRow__line {
    position: absolute;
    top: 0;
    right: 100%;
    height: 3px;
    width: 204px;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .aboutRow__line {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow__line:before,
.aboutRow__line:after,
.aboutRow__line span:before,
.aboutRow__line span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .aboutRow__line:before,
    .aboutRow__line:after,
    .aboutRow__line span:before,
    .aboutRow__line span:after {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow__line:before {
    right: 100%;
    left: -2000px;
    background: #19329c
}

.aboutRow__line span:before {
    width: 10%;
    left: 0;
    background: #19329c
}

.aboutRow__line span:after {
    width: 10%;
    right: 0;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.aboutRow__content {
    max-width: 50%;
    position: relative
}

.aboutRow__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -1.5625rem;
    right: -20px;
    left: -2000px;
    background: #fff;
    border-radius: 0 0 36px 36px;
    -webkit-box-shadow: 0 5px 1.25rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 5px 1.25rem rgba(25, 50, 156, 0.35);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .aboutRow__content:before {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow__content__inner {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    padding: 2.1875rem 3.75rem 2.5rem 0
}

.aboutRow__content__inner__desc {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .aboutRow__content__inner__desc {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow__content__inner .heading {
    text-align: left
}

.aboutRow__content__inner p {
    margin-bottom: 1rem
}

.aboutRow__content__inner p:last-child {
    margin-bottom: 0
}

.aboutRow__content__inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.6875rem;
    font-size: 1rem
}

.aboutRow__content__inner ul li {
    padding-left: 7.125em;
    position: relative
}

.aboutRow__content__inner ul li i {
    position: absolute;
    top: 0;
    width: 3.6875em;
    height: 3.4375em;
    top: 0;
    left: 1.125em
}

.aboutRow__content__inner ul li i img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 3.75em;
    margin: auto
}

.aboutRow__content__inner ul li h3 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.25
}

.aboutRow__content__inner ul li p {
    letter-spacing: 0;
    line-height: 1.25
}

.aboutRow__content__inner ul li p:last-child {
    margin-bottom: 0
}

.aboutRow__content__inner ul li:nth-child(2) i img {
    max-height: 2.5em
}

.aboutRow__content__inner ul li+li {
    margin-top: 1em
}

@media(min-width:768px) {
    .aboutRow__content:hover:before {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    .aboutRow__content:hover .aboutRow__line:before,
    .aboutRow__content:hover .aboutRow__line:after,
    .aboutRow__content:hover .aboutRow__line span:before,
    .aboutRow__content:hover .aboutRow__line span:after {
        opacity: 1
    }

    .aboutRow__content:hover .aboutRow__line span:before {
        width: 50%
    }

    .aboutRow__content:hover .aboutRow__line span::after {
        width: 50%
    }
}

.aboutRow+.aboutRow {
    margin-top: -38px;
    z-index: 2
}

.aboutRow+.aboutRow .aboutRow__image {
    left: 0;
    right: 50%
}

.aboutRow+.aboutRow .aboutRow__line {
    right: auto;
    left: 100%
}

.aboutRow+.aboutRow .aboutRow__line:before {
    background: #ff1919;
    left: 100%;
    right: -2000px
}

.aboutRow+.aboutRow .aboutRow__content {
    float: right
}

.aboutRow+.aboutRow .aboutRow__content:before {
    left: -20px;
    right: -2000px
}

.aboutRow+.aboutRow .aboutRow__content__inner {
    padding: 2.1875rem 0 2.5rem 3.75rem
}

.aboutRow+.aboutRow .aboutRow__content__inner .heading {
    white-space: nowrap
}

.aboutRow+.aboutRow .aboutRow__content__inner .heading strong {
    display: block;
    margin: 0
}

.aboutRow+.aboutRow .aboutRow__content__inner:hover .aboutRow__line span:before {
    width: 50%
}

.aboutRow+.aboutRow .aboutRow__content__inner:hover .aboutRow__line span::after {
    width: 50%
}

.aboutRow+.aboutRow[data-waypoint].active .aboutRow__image::before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul),
.aboutRow[data-waypoint] .aboutRow__content__inner__desc>ul>li {
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    opacity: 0
}

@media screen and (prefers-reduced-motion:reduce) {

    .aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul),
    .aboutRow[data-waypoint] .aboutRow__content__inner__desc>ul>li {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow[data-waypoint] .aboutRow__image {
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    opacity: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .aboutRow[data-waypoint] .aboutRow__image {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow[data-waypoint] .aboutRow__image:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: -webkit-transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.aboutRow[data-waypoint] .aboutRow__content {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .aboutRow[data-waypoint] .aboutRow__content {
        -webkit-transition: none;
        transition: none
    }
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul) {
    -webkit-transform: translate(0, 25px);
    transform: translate(0, 25px)
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul):nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul):nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul):nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul):nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>:not(ul):nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>ul>li {
    -webkit-transform: translate(0, 25px);
    transform: translate(0, 25px)
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>ul>li:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>ul>li:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>ul>li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.aboutRow[data-waypoint] .aboutRow__content__inner__desc>ul+* {
    -webkit-transition-delay: .5s !important;
    transition-delay: .5s !important
}

.aboutRow[data-waypoint].active .aboutRow__content__inner__desc>:not(ul),
.aboutRow[data-waypoint].active .aboutRow__content__inner__desc>ul>li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.aboutRow[data-waypoint].active .aboutRow__image {
    opacity: 1
}

.aboutRow[data-waypoint].active .aboutRow__image::before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.aboutRow[data-waypoint].active .aboutRow__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(max-width:1199.98px) {
    .aboutRow__line {
        width: 104px
    }
}

@media(max-width:991.98px) {
    .aboutRow__content__inner {
        padding-right: 20px
    }

    .aboutRow__content__inner ul {
        margin: 0 0 1.25rem
    }

    .aboutRow__content__inner ul li {
        padding-left: 4.6875em
    }

    .aboutRow__content__inner ul li i {
        left: 0
    }

    .aboutRow+.aboutRow .aboutRow__content__inner {
        padding-left: 20px
    }
}

@media(max-width:767.98px) {
    .aboutRow__line {
        width: 60px
    }

    .aboutRow__image {
        position: relative;
        left: 0;
        right: 0
    }

    .aboutRow__image:after {
        content: "";
        display: block;
        padding-top: 56.25%
    }

    .aboutRow__content {
        max-width: 100%;
        position: relative;
        z-index: 1;
        margin-top: -20px;
        padding-top: 20px
    }

    .aboutRow__content__inner {
        padding-right: 20px;
        padding-bottom: 20px
    }

    .aboutRow__content__inner ul {
        margin: 0 0 1.25rem
    }

    .aboutRow__content__inner ul li {
        padding-left: 4.6875em
    }

    .aboutRow__content__inner ul li i {
        left: 0
    }

    .aboutRow+.aboutRow .aboutRow__content__inner {
        padding-left: 20px
    }
}

@media(max-width:575.98px) {
    .aboutRow__content {
        padding-top: 0
    }

    .aboutRow__content p {
        margin-bottom: .625rem
    }

    .aboutRow__content__inner {
        padding-bottom: 10px !important;
        font-size: .875rem
    }

    .aboutRow__content__inner ul,
    .aboutRow__content__inner ul>li>h3 {
        font-size: .875rem
    }

    .aboutRow__line {
        width: 60px;
        position: relative;
        right: auto;
        margin-bottom: 20px
    }

    .aboutRow__line:before {
        display: none
    }

    .aboutRow+.aboutRow .aboutRow__line {
        left: 0
    }
}

.aboutMilestone {
    padding: 4.0625rem 0 0;
    font-size: 1rem
}

.aboutMilestone .heading {
    margin-bottom: 1.25rem
}

@media(max-width:575.98px) {
    .aboutMilestone {
        padding-top: 1.875rem;
        font-size: .875rem
    }
}

.aboutExecutive {
    overflow: hidden;
    padding: 54px 0 75px;
    font-size: 1rem
}

@media(max-width:767.98px) {
    .aboutExecutive {
        padding: 30px 0 40px
    }
}

@media(max-width:575.98px) {
    .aboutExecutive {
        font-size: .875rem
    }
}

.container--terms ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.container--terms ul li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 1rem;
    margin-top: .8rem
}

.container--terms ul li>strong:first-child {
    position: absolute;
    top: 0;
    left: 0
}

.container--terms ul li li {
    padding-left: 51px
}

.container--terms ul li li li {
    padding-left: 30px
}

.container--terms h3~h3 {
    margin-top: 20px
}

.partnerRow {
    padding: 10px 0 90px
}

.partnerRow .heading {
    margin-bottom: 4.0625rem
}

.partnerRow img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .partnerRow img {
        -webkit-transition: none;
        transition: none
    }
}

.partnerRow img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media(max-width:991.98px) {
    .partnerRow {
        padding-bottom: 30px
    }

    .partnerRow .heading {
        margin-bottom: 2.1875rem
    }
}

.partnerContact {
    padding: 4.0625rem 0;
    color: #fff
}

.partnerContact .heading strong {
    display: block
}

.partnerContact span {
    font-size: 1.125rem;
    text-transform: uppercase
}

.partnerContact .btn {
    width: 375px;
    max-width: 100%
}

.partnerContact .btn+span {
    margin: 0 37px
}

@media(max-width:991.98px) {
    .partnerContact {
        padding: 2.5rem 0
    }

    .partnerContact .heading {
        font-size: 2.125rem
    }

    .partnerContact .btn {
        width: auto
    }

    .partnerContact .btn+span {
        margin: 0 20px
    }
}

@media(max-width:767.98px) {
    .partnerContact {
        padding: 2.5rem 0
    }

    .partnerContact .heading {
        font-size: 1.75rem
    }

    .partnerContact .heading strong {
        display: inline-block
    }

    .partnerContact .btn {
        width: 350px;
        max-width: 100%;
        margin: 0 auto
    }

    .partnerContact .btn+span {
        margin: 15px;
        display: block
    }
}

.achievementTop {
    padding: 30px 0;
    position: relative;
    overflow: hidden
}

.achievementTop:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ecf1f6
}

.achievementTop .container {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.achievementTop .container:hover .achievementTop__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.achievementTop .container:hover .achievementTop__content__inner {
    -webkit-box-shadow: 0 .625rem 1.25rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 .625rem 1.25rem rgba(25, 50, 156, 0.25)
}

.achievementTop .container:hover .achievementTop__content__inner::before,
.achievementTop .container:hover .achievementTop__content__inner:after {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.achievementTop .container:hover .achievementTop__content__inner:before {
    width: 66.8016194332%
}

.achievementTop .container:hover .achievementTop__content__inner:after {
    width: 33.1983805668%
}

.achievementTop__img {
    overflow: hidden
}

.achievementTop__img,
.achievementTop__img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .achievementTop__img,
    .achievementTop__img a {
        -webkit-transition: none;
        transition: none
    }
}

.achievementTop__img img,
.achievementTop__img a img {
    display: none
}

.achievementTop__title {
    font-size: 1.25rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin: 0;
    line-height: 1.1;
    color: #19329c
}

.achievementTop__meta {
    color: #969696;
    font-size: .875rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    line-height: 1.5714285714
}

.achievementTop__desc {
    font-size: 1rem;
    margin-top: 1.25em;
    line-height: 1.25
}

.achievementTop__btn {
    margin-top: 1.5625rem
}

.achievementTop__content {
    max-width: 1012px;
    padding: 40px 0;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.achievementTop__content__inner {
    width: 300px;
    max-width: 100%;
    background: #fff;
    padding: 2rem 1.5rem;
    border-bottom: 3px solid rgba(25, 50, 156, 0.25);
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .achievementTop__content__inner {
        -webkit-transition: none;
        transition: none
    }
}

.achievementTop__content__inner:before,
.achievementTop__content__inner:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    bottom: -3px;
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .achievementTop__content__inner:before,
    .achievementTop__content__inner:after {
        -webkit-transition: none;
        transition: none
    }
}

.achievementTop__content__inner:before {
    left: 0;
    width: 0;
    background: #19329c
}

.achievementTop__content__inner:after {
    right: 0;
    width: 0;
    background-color: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.achievementTop[data-waypoint] .achievementTop__img a {
    opacity: 0
}

.achievementTop[data-waypoint] .achievementTop__img a:before,
.achievementTop[data-waypoint] .achievementTop__img a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.achievementTop[data-waypoint] .achievementTop__img a:before {
    top: 0;
    height: 100%;
    background: #fff
}

.achievementTop[data-waypoint] .achievementTop__img a:after {
    bottom: 0;
    height: 50%;
    background: #ecf1f6
}

.achievementTop[data-waypoint] .achievementTop__content {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.achievementTop[data-waypoint].active .achievementTop__img a {
    opacity: 1
}

.achievementTop[data-waypoint].active .achievementTop__img a:before,
.achievementTop[data-waypoint].active .achievementTop__img a:after {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.achievementTop[data-waypoint].active .achievementTop__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.achievementRow {
    padding: 30px 0 125px;
    position: relative;
    overflow: hidden
}

.achievementRow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: #ecf1f6
}

.achievementRow .container {
    position: relative;
    z-index: 1
}

.achievementRow__content {
    max-width: 1012px;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.achievementRow__content__inner {
    margin-right: -32.5px;
    margin-left: -32.5px
}

@media(min-width:576px) {
    .achievementRow__content__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.achievementRow__content__inner>div {
    padding-right: 32.5px;
    padding-left: 32.5px;
    width: 33.3333333333%
}

.achievementRow__item__inner {
    position: relative;
    padding-bottom: 1.5625rem
}

.achievementRow__item__inner:hover .achievementRow__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.achievementRow__item__inner:hover .achievementRow__item__content {
    -webkit-box-shadow: 0 .625rem 1.25rem rgba(135, 175, 235, 0.3);
    box-shadow: 0 .625rem 1.25rem rgba(135, 175, 235, 0.3)
}

.achievementRow__item__inner:hover .achievementRow__item__content::before,
.achievementRow__item__inner:hover .achievementRow__item__content:after {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.achievementRow__item__inner:hover .achievementRow__item__content:before {
    width: 66.8016194332%
}

.achievementRow__item__inner:hover .achievementRow__item__content:after {
    width: 34.008097166%
}

.achievementRow__item__imgWrap {
    overflow: hidden
}

.achievementRow__item__img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.achievementRow__item__img a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.achievementRow__item__img a:after {
    content: "";
    display: block;
    padding-top: 100%
}

@media screen and (prefers-reduced-motion:reduce) {
    .achievementRow__item__img {
        -webkit-transition: none;
        transition: none
    }
}

.achievementRow__item__img img {
    display: none
}

.achievementRow__item__title {
    font-size: 1.25rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin: 0;
    line-height: 1.1;
    color: #19329c
}

.achievementRow__item__meta {
    color: #969696;
    font-size: .875rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    line-height: 1.5714285714
}

.achievementRow__item__content {
    position: absolute;
    left: 1.5625rem;
    right: 1.5625rem;
    bottom: 0;
    background: #fff;
    padding: 1.8125rem 1.5rem;
    border-bottom: 3px solid rgba(25, 50, 156, 0.25);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .achievementRow__item__content {
        -webkit-transition: none;
        transition: none
    }
}

.achievementRow__item__content:before,
.achievementRow__item__content:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    bottom: -3px;
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .achievementRow__item__content:before,
    .achievementRow__item__content:after {
        -webkit-transition: none;
        transition: none
    }
}

.achievementRow__item__content:before {
    left: 0;
    width: 0;
    background: #19329c
}

.achievementRow__item__content:after {
    right: 0;
    width: 0;
    background-color: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.achievementRow__item[data-waypoint] .achievementRow__item__imgWrap,
.achievementRow__item[data-waypoint] .achievementRow__item__content {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .7s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.achievementRow__item[data-waypoint] .achievementRow__item__content {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.achievementRow__item[data-waypoint].active .achievementRow__item__imgWrap,
.achievementRow__item[data-waypoint].active .achievementRow__item__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(min-width:768px) {
    .achievementRow__item[data-waypoint]:nth-child(2) .achievementRow__item__imgWrap {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .achievementRow__item[data-waypoint]:nth-child(2) .achievementRow__item__content {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .achievementRow__item[data-waypoint]:nth-child(3) .achievementRow__item__imgWrap {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .achievementRow__item[data-waypoint]:nth-child(3) .achievementRow__item__content {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
}

@media(max-width:1199.98px) {

    .achievementTop__content,
    .achievementRow__content {
        max-width: 850px
    }

    .achievementRow__content__inner {
        margin-right: -15px;
        margin-left: -15px
    }

    .achievementRow__content__inner>div {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media(max-width:991.98px) {

    .achievementTop__content,
    .achievementRow__content {
        max-width: 650px
    }

    .achievementTop__content__inner {
        padding: 20px 20px 25px
    }

    .achievementRow__content__inner {
        margin-right: -10px;
        margin-left: -10px
    }

    .achievementRow__content__inner>div {
        padding-right: 10px;
        padding-left: 10px
    }

    .achievementRow__item__inner {
        padding-bottom: .9375rem
    }

    .achievementRow__item__content {
        position: absolute;
        left: .9375rem;
        right: .9375rem;
        bottom: 0;
        background: #fff;
        padding: 1.25rem;
        border-bottom: 3px solid rgba(25, 50, 156, 0.25);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media screen and (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .achievementRow__item__content {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:991.98px) {
    .achievementRow__item__title {
        font-size: 1rem
    }
}

@media(max-width:767.98px) {
    .achievementTop {
        overflow: hidden;
        padding: 20px 0
    }

    .achievementTop .container {
        overflow: unset
    }

    .achievementTop__img {
        overflow: inherit;
        position: relative
    }

    .achievementTop__img::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -200px;
        right: -200px;
        bottom: -1000px;
        background: #ecf1f6
    }

    .achievementTop__img:after {
        content: "";
        display: block;
        padding-top: 50%
    }

    .achievementTop__content {
        margin-top: -20px;
        padding: 0 15px
    }

    .achievementTop__content__inner {
        width: auto
    }

    .achievementRow {
        padding: 20px 0 80px
    }

    .achievementRow__content {
        padding: 0 15px
    }
}

@media(max-width:575.98px) {
    .achievement .achievementRow__content__inner>div {
        width: 100%
    }

    .achievement .achievementRow__content__inner>div+div {
        margin-top: 30px
    }
}

.theLoanDesc {
    padding: 3.75rem 0
}

.theLoanDesc__inner {
    max-width: 926px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem
}

.theLoanDesc--2 {
    padding: 4.6875rem 0 2.8125rem
}

.theLoanDesc--2 .heading {
    letter-spacing: 0
}

.theLoanDesc--2 [class*="__inner"] {
    max-width: 58.1875rem
}

.theLoanDesc--2+.theLoanItem {
    margin-top: 80px
}

.theLoanDesc--3 [class*="__inner"] {
    max-width: 58.75rem
}

@media(max-width:575.98px) {
    .theLoanDesc__inner {
        font-size: .875rem
    }

    .theLoanDesc__inner p {
        margin-bottom: 1em
    }
}

.theLoanStep {
    padding: 0 0 11.5rem
}

.theLoanItem>.container {
    padding-left: 4.375rem;
    position: relative;
    padding-bottom: 2.125rem;
    padding-top: 6.75rem
}

.theLoanItem__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55.5459272097%;
    overflow: hidden
}

.theLoanItem__img__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .theLoanItem__img__inner {
        -webkit-transition: none;
        transition: none
    }
}

.theLoanItem__img__inner img {
    display: none
}

.theLoanItem__img:hover .theLoanItem__img__inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.theLoanItem__title {
    font-size: 1.4375rem;
    font-weight: 400;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    color: #ff1919;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 10px;
    min-height: 2.7826086957em
}

.theLoanItem__title strong {
    color: #19329c;
    font-weight: 700
}

.theLoanItem__title.d-flex strong {
    margin-right: .2916666667em
}

.theLoanItem__icon {
    width: 3.25rem;
    float: right
}

.theLoanItem__desc {
    font-size: 1rem;
    line-height: 1.375
}

.theLoanItem__desc p:last-child {
    margin-bottom: 0
}

.theLoanItem__number {
    font-size: 18.75rem;
    font-weight: 700;
    line-height: 1;
    margin-left: -.0733333333em;
    background: -webkit-linear-gradient(90deg, #1a5fe0 0, #19329c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 .0166666667em .0166666667em rgba(135, 175, 235, 0.8));
    filter: drop-shadow(0 .0166666667em .0166666667em rgba(135, 175, 235, 0.8));
    position: absolute;
    top: 0;
    margin-top: -.8166666667em
}

.theLoanItem__content {
    width: 47.3684210526%;
    position: relative;
    z-index: 2;
    padding: 40px 55px 65px
}

.theLoanItem__content>* {
    position: relative;
    z-index: 1
}

@media(min-width:576px) {
    .theLoanItem__content:hover [class*="__line"] {
        top: -10px;
        bottom: -10px;
        left: -10px;
        right: -10px;
        -webkit-box-shadow: 0 .625rem 1.875rem rgba(135, 175, 235, 0.5);
        box-shadow: 0 .625rem 1.875rem rgba(135, 175, 235, 0.5)
    }

    .theLoanItem__content:hover [class*="__line"]:before {
        width: 74.4639376218%
    }

    .theLoanItem__content:hover [class*="__line"]:after {
        width: 25.5360623782%
    }
}

.theLoanItem__line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 .625rem 1.25rem rgba(135, 175, 235, 0.5);
    box-shadow: 0 .625rem 1.25rem rgba(135, 175, 235, 0.5);
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .theLoanItem__line {
        -webkit-transition: none;
        transition: none
    }
}

.theLoanItem__line:before,
.theLoanItem__line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .theLoanItem__line:before,
    .theLoanItem__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.theLoanItem__line:before {
    left: 0;
    width: 66.6666666667%;
    background: #19329c
}

.theLoanItem__line:after {
    width: 33.3333333333%;
    right: 0;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.theLoanItem__btn {
    margin-top: 30px
}

.theLoanItem__btn .btn {
    width: 250px;
    max-width: 100%
}

.theLoanItem:nth-child(2n)>.container {
    padding-left: 0;
    padding-right: 70px
}

.theLoanItem:nth-child(2n) .theLoanItem__img {
    right: auto;
    left: 0
}

.theLoanItem:nth-child(2n) .theLoanItem__number {
    left: auto;
    right: 60px;
    margin-left: 0
}

.theLoanItem:nth-child(2n) .theLoanItem__icon {
    width: 2.75rem
}

.theLoanItem:nth-child(2n) .theLoanItem__content {
    margin-left: auto
}

.theLoanItem:nth-child(2n) .theLoanItem__btn {
    text-align: right
}

.theLoanItem+.theLoanItem {
    margin-top: 100px
}

.theLoanItem[data-waypoint] .theLoanItem__img {
    opacity: 0
}

.theLoanItem[data-waypoint] .theLoanItem__img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    height: 100%;
    background: #fff;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.theLoanItem[data-waypoint] .theLoanItem__number {
    z-index: 2
}

.theLoanItem[data-waypoint] .theLoanItem__number,
.theLoanItem[data-waypoint] .theLoanItem__content,
.theLoanItem[data-waypoint] .theLoanItem__btn {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.theLoanItem[data-waypoint] .theLoanItem__content {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.theLoanItem[data-waypoint] .theLoanItem__btn {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.theLoanItem[data-waypoint].active .theLoanItem__img {
    opacity: 1
}

.theLoanItem[data-waypoint].active .theLoanItem__img:before,
.theLoanItem[data-waypoint].active .theLoanItem__img:after {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.theLoanItem[data-waypoint].active .theLoanItem__number,
.theLoanItem[data-waypoint].active .theLoanItem__content,
.theLoanItem[data-waypoint].active .theLoanItem__btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.theLoanItem[data-waypoint]:nth-child(2n).active .theLoanItem__img {
    opacity: 1
}

.theLoanItem[data-waypoint]:nth-child(2n).active .theLoanItem__img:before,
.theLoanItem[data-waypoint]:nth-child(2n).active .theLoanItem__img:after {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.theLoanItem--2>.container {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
    padding-left: 0
}

@media(min-width:1200px) {
    .theLoanItem--2>.container {
        max-width: 1082px
    }
}

.theLoanItem--2 .theLoanItem__img {
    width: 59.2421441774%
}

.theLoanItem--2 .theLoanItem__icon {
    width: auto !important;
    height: 3.4375rem
}

.theLoanItem--2 .theLoanItem__content {
    padding-bottom: 3.125rem
}

.theLoanItem--2 .theLoanItem__title {
    padding-top: 0;
    padding-bottom: .75rem;
    top: -.0833333333em;
    min-height: 2.9166666667em
}

.theLoanItem--2 .theLoanItem__desc {
    max-width: 24.625rem
}

.theLoanItem--2:nth-child(2n)>.container {
    padding-right: 0
}

@media(max-width:1199.98px) {
    .theLoanStep {
        padding: 0 0 10.625rem
    }

    .theLoanItem>.container {
        padding-top: 80px;
        padding-left: 30px
    }

    .theLoanItem__number {
        font-size: 15.625rem
    }

    .theLoanItem__content {
        width: 50%;
        padding: 30px 40px 55px
    }

    .theLoanItem:nth-child(2n)>.container {
        padding-left: 0;
        padding-right: 30px
    }

    .theLoanItem:nth-child(2n) .theLoanItem__number {
        right: 20px
    }

    .theLoanItem+.theLoanItem {
        margin-top: 90px
    }

    .theLoanItem--2>.container {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
        padding-left: 0
    }

    .theLoanItem--2 .theLoanItem__icon {
        width: auto !important;
        height: 3.4375rem
    }

    .theLoanItem--2 .theLoanItem__content {
        padding-bottom: 2.5rem
    }

    .theLoanItem--2:nth-child(2n)>.container {
        padding-right: 0
    }
}

@media(max-width:991.98px) {
    .theLoanStep {
        padding: 0 0 3.125rem
    }

    .theLoanItem>.container {
        padding-top: 60px;
        padding-left: 0;
        padding-bottom: 25px
    }

    .theLoanItem__number {
        font-size: 12.5rem
    }

    .theLoanItem__content {
        width: 65%;
        padding: 20px 30px 35px
    }

    .theLoanItem:nth-child(2n)>.container {
        padding-left: 0;
        padding-right: 0
    }

    .theLoanItem:nth-child(2n) .theLoanItem__number {
        right: -10px
    }

    .theLoanItem+.theLoanItem {
        margin-top: 80px
    }

    .theLoanItem--2>.container {
        padding-top: 3.4375rem;
        padding-bottom: 3.4375rem;
        padding-left: 0
    }

    .theLoanItem--2 .theLoanItem__icon {
        width: auto !important;
        height: 3.4375rem
    }

    .theLoanItem--2 .theLoanItem__content {
        padding-bottom: 1.875rem
    }

    .theLoanItem--2:nth-child(2n)>.container {
        padding-right: 0
    }
}

@media(max-width:767.98px) {
    .theLoanDesc {
        padding: 30px 0 20px
    }

    .theLoanStep {
        padding: 0 0 1.875rem;
        overflow: hidden
    }

    .theLoanItem>.container {
        padding-top: 40px;
        padding-left: 0;
        padding-bottom: 20px
    }

    .theLoanItem__number {
        font-size: 9.375rem
    }

    .theLoanItem__content {
        width: 65%;
        padding: 15px 20px 20px
    }

    .theLoanItem__title {
        padding: 3px 0 0;
        font-size: 1.125rem
    }

    .theLoanItem__icon {
        width: 30px !important
    }

    .theLoanItem__desc {
        margin-top: 20px;
        font-size: .875rem
    }

    .theLoanItem__btn {
        margin-top: 20px
    }

    .theLoanItem__btn .btn {
        width: auto
    }

    .theLoanItem:nth-child(2n)>.container {
        padding-left: 0;
        padding-right: 0
    }

    .theLoanItem:nth-child(2n) .theLoanItem__number {
        right: -10px
    }

    .theLoanItem+.theLoanItem {
        margin-top: 60px
    }

    .theLoanItem--2>.container {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem;
        padding-left: 0
    }

    .theLoanItem--2 .theLoanItem__icon {
        width: auto !important;
        height: 2.5rem
    }

    .theLoanItem--2 .theLoanItem__content {
        padding-bottom: 1.25rem
    }

    .theLoanItem--2 .theLoanItem__title {
        padding-bottom: 0;
        margin-bottom: 0;
        min-height: 2.2222222222em
    }

    .theLoanItem--2:nth-child(2n)>.container {
        padding-right: 0
    }
}

@media(max-width:575.98px) {
    .theLoanDesc {
        padding: 30px 0 20px
    }

    .theLoanStep {
        padding: 0 0 3.125rem;
        overflow: hidden
    }

    .theLoanItem>.container {
        padding: 0 30px
    }

    .theLoanItem__img {
        position: relative;
        width: 100%
    }

    .theLoanItem__img:after {
        content: "";
        display: block;
        padding-top: 70%
    }

    .theLoanItem__number {
        font-size: 7.5rem
    }

    .theLoanItem__content {
        width: 100%;
        padding: 15px 20px 20px
    }

    .theLoanItem__btn {
        text-align: center
    }

    .theLoanItem:nth-child(2n)>.container {
        padding: 0 30px
    }

    .theLoanItem:nth-child(2n) .theLoanItem__number {
        right: 25px
    }

    .theLoanItem:nth-child(2n) .theLoanItem__btn {
        text-align: center
    }

    .theLoanItem+.theLoanItem {
        margin-top: 40px
    }

    .theLoanItem--2>.container {
        padding-top: 0;
        padding-bottom: 0
    }

    .theLoanItem--2 .theLoanItem__img {
        width: 100%
    }
}

.csvPage {
    padding-top: 5.9375rem;
    font-size: 1rem;
    font-weight: 300;
    overflow: hidden
}

@media(max-width:991.98px) {
    .csvPage {
        padding-top: 2.5rem
    }
}

@media(max-width:767.98px) {
    .csvPage {
        font-size: .875rem
    }
}

@media(min-width:992px) {
    .csvPage .csvIntro {
        max-width: 940px;
        margin: 0 auto
    }
}

@media(min-width:992px) {
    .csvPage .csvIntro--2 {
        max-width: inherit
    }
}

@media(min-width:992px) {
    .csvPage .container--csv {
        max-width: 1012px;
        margin: 0 auto
    }
}

.csvPage .container--csv .csvItemMain {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .csvPage .container--csv .csvItemMain {
        -webkit-transition: none;
        transition: none
    }
}

.csvPage .container--csv .csvItemMain::after {
    display: block;
    clear: both;
    content: ""
}

.csvPage .container--csv .csvItemMain__image {
    float: left;
    width: 66%
}

.csvPage .container--csv .csvItemMain__image .image {
    overflow: hidden
}

.csvPage .container--csv .csvItemMain__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.csvPage .container--csv .csvItemMain__image .image>a:after {
    content: "";
    padding-top: 56.2691131498%;
    display: block
}

.csvPage .container--csv .csvItemMain__image .image>a img {
    display: none
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvItemMain__image {
        float: none;
        width: auto
    }
}

.csvPage .container--csv .csvItemMain__info {
    position: absolute;
    width: 34%;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 1.25rem 2.5rem
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvItemMain__info {
        position: relative;
        width: auto
    }
}

.csvPage .container--csv .csvItemMain__info h4 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #eb2323;
    padding-bottom: 1.25rem
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvItemMain__info h4 {
        font-size: .875rem
    }
}

.csvPage .container--csv .csvItemMain__info p {
    font-size: 1.25rem;
    color: #282828;
    font-weight: 700;
    margin: 0
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvItemMain__info p {
        font-size: 1rem
    }
}

.csvPage .container--csv .csvItemMain__info>div:before,
.csvPage .container--csv .csvItemMain__info:after,
.csvPage .container--csv .csvItemMain__info:before {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    height: 3px;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (prefers-reduced-motion:reduce) {

    .csvPage .container--csv .csvItemMain__info>div:before,
    .csvPage .container--csv .csvItemMain__info:after,
    .csvPage .container--csv .csvItemMain__info:before {
        -webkit-transition: none;
        transition: none
    }
}

.csvPage .container--csv .csvItemMain__info:after {
    background: #c5d0e5;
    width: 100%
}

.csvPage .container--csv .csvItemMain__info>div:before {
    left: 0;
    right: auto;
    background: #19329c;
    width: 0;
    z-index: 1
}

.csvPage .container--csv .csvItemMain__info::before {
    width: 0;
    background: #ff1919;
    z-index: 1;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.csvPage .container--csv .csvItemMain:hover .csvItemMain__image .image>a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

>div:before .csvPage .container--csv .csvItemMain:hover .csvItemMain__info:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.csvPage .container--csv .csvItemMain:hover .csvItemMain__info>div:before {
    width: 70%
}

.csvPage .container--csv .csvItemMain:hover .csvItemMain__info:before {
    opacity: 1;
    width: 30%
}

@media(max-width:991.98px) {
    .csvPage .container--csv .csvItemMain {
        margin-top: 2.5rem;
        margin-top: 2.5rem
    }
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvItemMain__info {
        padding: 1.25rem
    }
}

.csvPage .container--csv .csvGrid {
    margin-bottom: 4.375rem
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvGrid {
        margin-bottom: 0
    }
}

.csvPage .container--csv .csvGrid__item {
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0) !important;
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.csvPage .container--csv .csvGrid__item__image .image {
    overflow: hidden
}

.csvPage .container--csv .csvGrid__item__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.csvPage .container--csv .csvGrid__item__image .image>a:after {
    content: "";
    padding-top: 100%;
    display: block
}

.csvPage .container--csv .csvGrid__item__image .image>a img {
    display: none
}

.csvPage .container--csv .csvGrid__item__info {
    text-align: center;
    border-bottom: 3px solid #c5d0e5;
    padding-bottom: 2.5rem;
    background: #fff
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvGrid__item__info {
        padding-bottom: .625rem
    }
}

.csvPage .container--csv .csvGrid__item__info:after,
.csvPage .container--csv .csvGrid__item__info:before {
    bottom: -3px
}

.csvPage .container--csv .csvGrid__item__info h4 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #eb2323;
    padding-bottom: .625rem
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvGrid__item__info h4 {
        font-size: .875rem
    }
}

.csvPage .container--csv .csvGrid__item__info h4>a {
    color: inherit;
    line-height: 1.375;
    height: 1.375em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvGrid__item__info h4>a {
        font-size: .875rem
    }
}

.csvPage .container--csv .csvGrid__item__info p {
    font-size: 1.25rem;
    color: #282828;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    height: 2.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(max-width:767.98px) {
    .csvPage .container--csv .csvGrid__item__info p {
        font-size: 1rem
    }
}

.csvPage .container--csv .csvGrid__item:hover .gridGroup__item__image .image>a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.csvPage .container--csv .csvGrid__item:hover .gridGroup__item__info>* {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0)
}

.csvPage .container--csv .csvGrid__item:hover .gridGroup__item__info p {
    color: #164397
}

.csvPage--1 {
    position: relative;
    padding-top: 0
}

.csvPage--1:before {
    background: #edf2f6;
    position: absolute;
    right: 0;
    content: '';
    left: 0;
    top: 12.5rem;
    bottom: 15.625rem
}

.csvPage--2 {
    padding-top: 0
}

.csv--accordion {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    font-size: 1rem
}

.csv--accordion .panel-group .panel-default {
    margin-bottom: 2.5rem;
    border: 1px solid #dedede;
    border-radius: 1.25rem;
    padding: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .csv--accordion .panel-group .panel-default {
        -webkit-transition: none;
        transition: none
    }
}

.csv--accordion .panel-group .panel-default h4>a {
    display: table;
    width: 100%;
    color: #eb2323;
    padding: 1.375rem 2.5rem
}

@media(max-width:991.98px) {
    .csv--accordion .panel-group .panel-default h4>a {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.csv--accordion .panel-group .panel-default h4 .collapsed {
    color: #282828
}

.csv--accordion .panel-group .panel-default .media-body {
    padding: 1.25rem 8rem 2.5rem 7.5rem
}

@media(max-width:991.98px) {
    .csv--accordion .panel-group .panel-default .media-body {
        padding: 0 6.25rem 1.875rem
    }
}

@media(max-width:767.98px) {
    .csv--accordion .panel-group .panel-default .media-body {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.csv--accordion .panel-group .panel-default.active {
    -webkit-box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.35);
    box-shadow: 0 5px 25px 0 rgba(135, 175, 235, 0.35);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .csv--accordion .panel-group .panel-default.active {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:991.98px) {
    .csv--accordion .panel-group .panel-default {
        margin-bottom: 1.25rem
    }
}

.csv--accordion .panel-group .panel-default span.icon-tab {
    top: 50%;
    right: 5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media(max-width:991.98px) {
    .csv--accordion .panel-group .panel-default span.icon-tab {
        right: 1.875rem
    }
}

.csv--accordion .icon-title {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5rem
}

.csv--accordion .icon-title img {
    max-width: 2.8125rem;
    max-height: 2.8125rem
}

.csv--accordion .icon-title~.heading-tab {
    padding-left: 5.5rem
}

@media(max-width:767.98px) {
    .csv--accordion .icon-title {
        width: 3.125rem;
        padding-right: .625rem
    }
}

.csv--accordion .heading-tab {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    padding: .5rem 5rem .5rem 1.875rem
}

@media(max-width:991.98px) {
    .csv--accordion .heading-tab {
        padding: .5rem 3.125rem .5rem 0
    }
}

.csv--accordion .panel-body .media h5 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.375
}

.csv--accordion .panel-body .media p {
    line-height: 1.375;
    margin-bottom: 1.25rem
}

.csv--accordion .panel-body .media p:last-child {
    margin-bottom: 0
}

.gridGroup {
    margin-left: -1.875rem;
    margin-right: -1.875rem
}

.gridGroup::after {
    display: block;
    clear: both;
    content: ""
}

.gridGroup__wrap {
    padding: .9375rem 1.875rem;
    position: relative;
    vertical-align: top;
    width: 33.33%;
    float: left
}

.gridGroup__item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridGroup__item {
        -webkit-transition: none;
        transition: none
    }
}

.gridGroup__item__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.gridGroup__item__image .image>a:after {
    content: "";
    padding-top: 75.7142857143%;
    display: block
}

.gridGroup__item__image .image>a img {
    display: none
}

.gridGroup__item__info {
    padding: 1.25rem;
    position: relative
}

.gridGroup__item__info>* {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridGroup__item__info>* {
        -webkit-transition: none;
        transition: none
    }
}

.gridGroup__item__info:after,
.gridGroup__item__info:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: .1875rem;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

@media screen and (prefers-reduced-motion:reduce) {

    .gridGroup__item__info:after,
    .gridGroup__item__info:before {
        -webkit-transition: none;
        transition: none
    }
}

.gridGroup__item__info:before {
    left: 0;
    width: 0;
    background: #164397
}

.gridGroup__item__info:after {
    width: 0;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to left, #ff1919 0, #ff7900 100%)
}

.gridGroup__item__link {
    margin: 1.875rem -20px -20px
}

.gridGroup__item__link::after {
    display: block;
    clear: both;
    content: ""
}

.gridGroup__item__link a {
    display: inline-block;
    color: #8fa2d1;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    width: 70%;
    padding: .625rem .625rem .625rem 1.25rem
}

.gridGroup__item__link a>* {
    z-index: 2;
    position: relative
}

.gridGroup__item__link a:after {
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    background: #e2e7f2;
    height: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridGroup__item__link a:after {
        -webkit-transition: none;
        transition: none
    }
}

.gridGroup__item__link .date-news {
    display: inline-block;
    font-size: .75rem;
    padding-right: .625rem;
    padding-left: .625rem;
    padding-top: .625rem;
    text-align: right
}

.gridGroup__item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0.35);
    box-shadow: 0 0 20px 0 rgba(31, 63, 181, 0.35);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridGroup__item:hover {
        -webkit-transition: none;
        transition: none
    }
}

.gridGroup__item:hover .gridGroup__item__info>* {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridGroup__item:hover .gridGroup__item__info>* {
        -webkit-transition: none;
        transition: none
    }
}

.gridGroup__item:hover .gridGroup__item__info:after,
.gridGroup__item:hover .gridGroup__item__info:before {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.gridGroup__item:hover .gridGroup__item__info:before {
    width: 70%
}

.gridGroup__item:hover .gridGroup__item__info:after {
    width: 30%
}

.gridGroup__item:hover .gridGroup__item__link>a {
    color: #164397
}

.gridGroup__item:hover .gridGroup__item__link>a:after {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .gridGroup__item:hover .gridGroup__item__link>a:after {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:991.98px) {
    .gridGroup {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }

    .gridGroup__wrap {
        padding: 0 .9375rem;
        margin-bottom: 1.25rem
    }

    .gridGroup__item__info {
        padding: .625rem
    }

    .gridGroup__item__link {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px
    }
}

@media(max-width:767.98px) {
    .gridGroup__wrap {
        width: 50%
    }
}

@media(max-width:575.98px) {
    .gridGroup__wrap {
        width: 100%
    }
}

.table-full {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.promotionPage {
    font-size: 1rem;
    font-weight: 300
}

.promotionIntro {
    position: relative;
    margin-top: 120px;
    margin-bottom: 70px
}

.promotionIntro__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.promotionIntro__image .image>a:after {
    content: "";
    padding-top: 37.0017331023%;
    display: block
}

.promotionIntro__image .image>a img {
    display: none
}

.promotionIntro__info {
    max-width: 620px;
    position: absolute;
    top: -35px;
    left: 30px
}

.promotionIntro__content {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 95, 224, 0.85)), to(rgba(25, 50, 156, 0.85)));
    background: linear-gradient(to top, rgba(26, 95, 224, 0.85) 0, rgba(25, 50, 156, 0.85) 100%);
    color: #fff;
    padding: 2.5rem 2.5rem 1.875rem;
    border-top-right-radius: 40px;
    -webkit-box-shadow: 0 15px 25px 0 rgba(135, 175, 235, 0.5);
    box-shadow: 0 15px 25px 0 rgba(135, 175, 235, 0.5)
}

.promotionIntro__content>a {
    display: block;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.1333333333;
    height: 2.2666666667em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1.875rem
}

@media(max-width:767.98px) {
    .promotionIntro__content>a {
        font-size: 1.25rem
    }
}

.promotionIntro__content p {
    line-height: 1.125
}

.promotionIntro__content a {
    color: #fff
}

.promotionIntro__content .tagline {
    font-size: 1.375rem;
    line-height: 1.5454545455;
    height: 1.5454545455em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700
}

@media(max-width:767.98px) {
    .promotionIntro__content .tagline {
        font-size: 1rem
    }
}

.promotionIntro__content .tagline a {
    display: inline-block;
    margin-right: .625rem
}

.promotionIntro__video {
    margin-top: 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    padding: .9375rem 1.875rem;
    font-size: 1.25rem;
    -webkit-box-shadow: 0 15px 25px 0 rgba(135, 175, 235, 0.5);
    box-shadow: 0 15px 25px 0 rgba(135, 175, 235, 0.5);
    border-bottom-left-radius: 20px;
    display: table;
    width: 100%
}

@media(max-width:767.98px) {
    .promotionIntro__video {
        font-size: 1rem
    }
}

.promotionIntro__video .video-news {
    display: table-cell;
    margin-right: 10px;
    vertical-align: middle;
    width: 72px
}

.promotionIntro__video>div {
    display: table-cell;
    vertical-align: middle
}

.promotionIntro__video>div>span {
    height: 1.5em;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.promotionSearch {
    max-width: 1012px;
    margin: 0 auto 4.375rem
}

.promotionSearch .wrapIpt {
    position: relative
}

.promotionSearch .wrapIpt:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 95, 224, 0.85)), to(rgba(25, 50, 156, 0.85)));
    background: linear-gradient(to top, rgba(26, 95, 224, 0.85) 0, rgba(25, 50, 156, 0.85) 100%)
}

.promotionSearch .form-control {
    font-size: 1.25rem;
    border: 0;
    padding-left: 1.5625rem;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "SFUHelvetica", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

@media(max-width:767.98px) {
    .promotionSearch .form-control {
        font-size: 1rem
    }
}

.promotionSearch .form-control::-webkit-input-placeholder {
    color: #d2d2d2
}

.promotionSearch .form-control:-ms-input-placeholder {
    color: #d2d2d2
}

.promotionSearch .form-control::-ms-input-placeholder {
    color: #d2d2d2
}

.promotionSearch .form-control::placeholder {
    color: #d2d2d2
}

.promotionSearch .table-cell:first-child {
    padding-right: 1.875rem
}

.promotionSearch .table-cell:last-child {
    width: 158px
}

.promotionSearch .table-cell:last-child button {
    width: 100%;
    color: #19329c
}

.promotionGrid {
    margin-top: 1.875rem
}

.promotionGrid .gridGroup__wrap {
    margin-bottom: 1.875rem
}

.promotionGrid .gridGroup__item__image {
    position: relative
}

.promotionGrid .gridGroup__item__image .image {
    z-index: 1;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .promotionGrid .gridGroup__item__image .image {
        -webkit-transition: none;
        transition: none
    }
}

.promotionGrid .gridGroup__item__image .image>a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.promotionGrid .gridGroup__item__image .image>a:after {
    content: "";
    padding-top: 56.5826330532%;
    display: block
}

.promotionGrid .gridGroup__item__image .image>a img {
    display: none
}

.promotionGrid .gridGroup__item__image .videoInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .promotionGrid .gridGroup__item__image .videoInner {
        -webkit-transition: none;
        transition: none
    }
}

.promotionGrid .gridGroup__item__image a.playVideo {
    background: url(../images/icons/ic-video.svg) no-repeat center center rgba(0, 0, 0, 0.35);
    position: absolute;
    background-size: 101px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .promotionGrid .gridGroup__item__image a.playVideo {
        -webkit-transition: none;
        transition: none
    }
}

.promotionGrid .gridGroup__item__image a.playVideo:before,
.promotionGrid .gridGroup__item__image a.playVideo:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0 ease-in-out;
    transition: opacity 0 ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .promotionGrid .gridGroup__item__image a.playVideo:before,
    .promotionGrid .gridGroup__item__image a.playVideo:after {
        -webkit-transition: none;
        transition: none
    }
}

.promotionGrid .gridGroup__item__image a.playVideo:before {
    background: url(../images/icons/ic-video-line.svg) no-repeat center center;
    background-size: 100px 73px
}

.promotionGrid .gridGroup__item__image a.playVideo:after {
    opacity: 0;
    background: transparent url(../images/icons/ic-video-ani.png) no-repeat 0 0;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    width: 72px;
    height: 53px;
    margin-top: -26.5px;
    margin-left: -35px
}

.promotionGrid .gridGroup__item__image a.playVideo:hover:before {
    opacity: 0
}

.promotionGrid .gridGroup__item__image a.playVideo:hover:after {
    opacity: 1;
    -webkit-animation: aniPlay 1.2s steps(21) infinite;
    animation: aniPlay 1.2s steps(21) infinite;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .promotionGrid .gridGroup__item__image a.playVideo:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.promotionGrid .gridGroup__item__image.showvideo .image,
.promotionGrid .gridGroup__item__image.showvideo .playVideo {
    opacity: 0;
    visibility: hidden
}

.promotionGrid .gridGroup__item__image.showvideo .videoInner {
    z-index: 2;
    visibility: visible;
    opacity: 1
}

.promotionGrid .gridGroup__item__image.showBtn .playVideo {
    opacity: 1;
    visibility: visible
}

.promotionGrid .gridGroup__item__info {
    border-bottom: 3px solid #c5d0e5
}

.promotionGrid .gridGroup__item__info h4>a {
    color: #282828;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1.5625rem
}

@media(max-width:767.98px) {
    .promotionGrid .gridGroup__item__info h4>a {
        font-size: 1rem
    }
}

.promotionGrid .gridGroup__item__info p {
    line-height: 1.125;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.promotionGrid .gridGroup__item__info .date-news {
    float: right;
    width: 30%
}

.promotionGrid .gridGroup__item__info:after,
.promotionGrid .gridGroup__item__info:before {
    bottom: -3px;
    z-index: 4
}

.promotionGrid .gridGroup__item:hover .gridGroup__item__info h4>a {
    color: #ff7900
}

.promotionGrid--video .gridGroup__wrap {
    width: 50%
}

.promotionGrid--video .gridGroup__wrap .image>a:before {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''
}

.promotionLink {
    text-align: center;
    margin-bottom: 6.25rem;
    margin-top: 3.75rem
}

@media(max-width:767.98px) {
    .promotionLink {
        margin-bottom: 3.75rem;
        margin-top: 1.25rem
    }
}

.promotionLink>a {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25rem;
    font-size: 1.125rem;
    margin-top: 5px;
    margin-bottom: 5px
}

@media(max-width:767.98px) {
    .promotionLink>a {
        font-size: .9375rem;
        width: auto
    }
}

.promotionLink>span {
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #164397;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4
}

@media(max-width:767.98px) {
    .promotionLink>span {
        font-size: 1rem
    }
}

.promotionLink>span strong {
    font-weight: 700
}

.closepopup {
    position: absolute;
    top: -1.875rem;
    outline: 0;
    right: 0;
    color: #fff;
    opacity: 1
}

@media(max-width:991.98px) {
    .promotionPage .promotionIntro__info {
        max-width: inherit;
        position: relative;
        top: 0;
        left: 0
    }

    .promotionPage .promotionIntro__content {
        border-top-right-radius: 0
    }

    .promotionPage .gridGroup__item__link a {
        width: 60%
    }

    .promotionPage .gridGroup__item__link .date-news {
        width: 40% !important
    }

    .promotionPage .gridGroup__item:hover .gridGroup__item__info:before {
        width: 60%
    }

    .promotionPage .gridGroup__item:hover .gridGroup__item__info:after {
        width: 40%
    }
}

@media(max-width:767.98px) {
    .promotionPage {
        font-size: .875rem
    }

    .promotionPage .promotionIntro {
        margin-top: 1.25rem
    }

    .promotionPage .promotionIntro__content {
        padding: 20px 15px
    }

    .promotionPage .promotionGrid__iteam__image a.playVideo {
        background-size: 60px
    }
}

@media(max-width:575.98px) {
    .promotionPage .promotionGrid--video .gridGroup__wrap {
        width: 100%
    }

    .promotionSearch {
        margin-bottom: 1.25rem
    }

    .promotionSearch .table-full {
        display: block
    }

    .promotionSearch .table-full .table-cell {
        display: block;
        width: auto !important;
        padding-right: 0 !important;
        margin-top: .625rem
    }
}

@-webkit-keyframes aniPlay {
    from {
        background-position: 0 0
    }

    to {
        background-position: -1512px 0
    }
}

@keyframes aniPlay {
    from {
        background-position: 0 0
    }

    to {
        background-position: -1512px 0
    }
}

.vmRow {
    padding-top: 40px
}

.vmRow .container {
    position: relative;
    padding-top: 14.5rem;
    padding-bottom: 4.6875rem
}

.vmRow__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 59.2720970537%;
    bottom: 9.8125rem;
    overflow: hidden
}

.vmRow__img__inner {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .vmRow__img__inner {
        -webkit-transition: none;
        transition: none
    }
}

.vmRow__img__inner img {
    display: none
}

.vmRow__img:hover [class*="__inner"] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.vmRow__text-wrap {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .vmRow__text-wrap {
        -webkit-transition: none;
        transition: none
    }
}

.vmRow__content {
    position: relative;
    z-index: 2;
    padding: 3.125rem 5.9375rem 3.4375rem 4.6875rem
}

.vmRow__content__inner {
    position: relative;
    z-index: 1
}

.vmRow__content:after,
.vmRow__content:before {
    content: "";
    display: block;
    position: absolute
}

.vmRow__content:after {
    top: 20px;
    left: 105px;
    bottom: -35px;
    right: -28px;
    background: #19329c;
    opacity: .85;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    border-bottom-right-radius: 3.75rem;
    z-index: -1;
    -webkit-box-shadow: 0 .9375rem 1.5625rem rgba(135, 175, 235, 0.5);
    box-shadow: 0 .9375rem 1.5625rem rgba(135, 175, 235, 0.5)
}

.vmRow__content:hover [class*="_line"] {
    top: -.5rem;
    left: -.5rem;
    bottom: -.5rem;
    right: -.5rem
}

.vmRow__content:hover [class*="_line"]::before {
    width: 70%
}

.vmRow__content:hover [class*="_line"]:after {
    width: 30%
}

.vmRow__content:hover .vmRow__icon img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.vmRow__icon {
    width: 8.3125rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 5.9375rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .vmRow__icon {
        -webkit-transition: none;
        transition: none
    }
}

.vmRow__icon img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .vmRow__icon img {
        -webkit-transition: none;
        transition: none
    }
}

.vmRow__heading {
    text-align: left;
    margin-bottom: .8333333333em
}

.vmRow__heading strong {
    display: block;
    margin: 0
}

.vmRow__desc {
    font-size: 1rem;
    line-height: 1.375
}

.vmRow__desc p:last-child {
    margin-bottom: 0
}

@media(max-width:1199.98px) {
    .vmRow__desc p br {
        display: none
    }
}

.vmRow__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-bottom-right-radius: 2.5rem;
    -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.35);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .vmRow__line {
        -webkit-transition: none;
        transition: none
    }
}

.vmRow__line:before,
.vmRow__line:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50%;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .vmRow__line:before,
    .vmRow__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.vmRow__line:before {
    left: 0;
    background: #19329c
}

.vmRow__line:after {
    right: 0;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.vmRow+.vmRow .container {
    padding-top: 0;
    padding-bottom: 19.375rem
}

.vmRow+.vmRow .row {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.vmRow+.vmRow .vmRow__img {
    top: 160px;
    left: 0;
    right: auto;
    bottom: 0
}

.vmRow+.vmRow .vmRow__content:after {
    right: 105px;
    left: -28px;
    background: #ff1919;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1919), to(#ff7900));
    background-image: linear-gradient(to right, #ff1919 0, #ff7900 100%);
    background-repeat: repeat-x;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3.75rem;
    -webkit-box-shadow: 0 .9375rem 1.5625rem rgba(255, 121, 0, 0.5);
    box-shadow: 0 .9375rem 1.5625rem rgba(255, 121, 0, 0.5)
}

.vmRow+.vmRow .vmRow__icon {
    bottom: auto;
    top: 100%;
    margin-bottom: auto;
    margin-top: 115px;
    left: auto;
    right: 0;
    width: 107px;
    margin-right: -45px
}

.vmRow+.vmRow .vmRow__line {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2.5rem
}

.vmRow+.vmRow[data-waypoint] .vmRow__content:after {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px)
}

.vmRow+.vmRow[data-waypoint] .vmRow__content:before,
.vmRow+.vmRow[data-waypoint] .vmRow__line {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.vmRow+.vmRow[data-waypoint] .vmRow__text-wrap {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.vmRow+.vmRow[data-waypoint] .vmRow__icon {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.vmRow+.vmRow[data-waypoint] .vmRow__content:after {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.vmRow+.vmRow[data-waypoint].active .vmRow__img {
    opacity: 1
}

.vmRow+.vmRow[data-waypoint].active .vmRow__img:before {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.vmRow+.vmRow[data-waypoint].active .vmRow__icon,
.vmRow+.vmRow[data-waypoint].active .vmRow__text-wrap,
.vmRow+.vmRow[data-waypoint].active .vmRow__content:before,
.vmRow+.vmRow[data-waypoint].active .vmRow__line {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.vmRow+.vmRow[data-waypoint].active .vmRow__content:after {
    opacity: .8;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.vmRow[data-waypoint] .vmRow__img {
    opacity: 0
}

.vmRow[data-waypoint] .vmRow__img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    height: 100%;
    background: #fff
}

.vmRow[data-waypoint] .vmRow__icon,
.vmRow[data-waypoint] .vmRow__text-wrap,
.vmRow[data-waypoint] .vmRow__line {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .vmRow[data-waypoint] .vmRow__icon,
    .vmRow[data-waypoint] .vmRow__text-wrap,
    .vmRow[data-waypoint] .vmRow__line {
        -webkit-transition: none;
        transition: none
    }
}

.vmRow[data-waypoint] .vmRow__content:after {
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px)
}

.vmRow[data-waypoint] .vmRow__text-wrap {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.vmRow[data-waypoint] .vmRow__content:after {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.vmRow[data-waypoint].active .vmRow__img {
    opacity: 1
}

.vmRow[data-waypoint].active .vmRow__img:before,
.vmRow[data-waypoint].active .vmRow__img:after {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.vmRow[data-waypoint].active .vmRow__icon,
.vmRow[data-waypoint].active .vmRow__text-wrap,
.vmRow[data-waypoint].active .vmRow__content:before,
.vmRow[data-waypoint].active .vmRow__line {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.vmRow[data-waypoint].active .vmRow__content:after {
    opacity: .8;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(max-width:1199.98px) {
    .vmRow .container {
        padding-top: 11.25rem;
        padding-bottom: 3.75rem
    }

    .vmRow__content {
        padding: 1.875rem 2.1875rem 2.1875rem 2.5rem
    }

    .vmRow__img {
        bottom: 5.625rem
    }

    .vmRow__icon {
        width: 6.25rem;
        margin-bottom: 4.0625rem
    }

    .vmRow+.vmRow .container {
        padding-bottom: 13.75rem
    }

    .vmRow+.vmRow .vmRow__icon {
        width: 5rem;
        margin-top: 5.3125rem
    }
}

@media(max-width:991.98px) {
    .vmRow__content {
        padding: 1.875rem
    }

    .vmRow .vmRow__desc br {
        display: none
    }
}

@media(max-width:767.98px) {
    .vmRow .container {
        padding-top: 0;
        padding-bottom: 0
    }

    .vmRow .container .row {
        margin: 0
    }

    .vmRow__img {
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        width: 100%
    }

    .vmRow__img__inner {
        position: static
    }

    .vmRow__img__inner:after {
        content: "";
        display: block;
        padding-top: 60%
    }

    .vmRow__line {
        border-radius: 0 0 1.875rem 0
    }

    .vmRow__content {
        padding: 1.5625rem
    }

    .vmRow__content:after {
        right: -.9375rem;
        top: .9375rem;
        left: .9375rem;
        bottom: -.9375rem;
        border-radius: 0 0 2.3125rem 0
    }

    .vmRow__icon {
        width: auto;
        height: 3rem;
        right: 0;
        left: auto;
        bottom: auto;
        top: 0
    }

    .vmRow__icon img {
        height: 100%
    }

    .vmRow+.vmRow {
        margin-top: 30px
    }

    .vmRow+.vmRow .container {
        padding-bottom: 0
    }

    .vmRow+.vmRow .vmRow__img {
        top: 0
    }

    .vmRow+.vmRow .vmRow__line {
        border-radius: 0 0 0 1.875rem
    }

    .vmRow+.vmRow .vmRow__content:after {
        left: -.9375rem;
        right: .9375rem;
        border-radius: 0 0 0 2.3125rem
    }

    .vmRow+.vmRow .vmRow__icon {
        margin: 0;
        width: auto;
        right: 0;
        left: auto;
        bottom: auto;
        top: 0
    }
}

@media(max-width:575.98px) {
    .vmRow__line {
        border-radius: 0 0 1.25rem 0
    }

    .vmRow__content {
        padding: 1.25rem
    }

    .vmRow__content:after {
        border-radius: 0 0 1.6875rem 0
    }

    .vmRow__desc {
        font-size: .875rem
    }

    .vmRow__icon {
        height: 2.375rem
    }

    .vmRow+.vmRow {
        margin-top: 15px
    }

    .vmRow+.vmRow .vmRow__line {
        border-radius: 0 0 0 1.25rem
    }

    .vmRow+.vmRow .vmRow__content:after {
        border-radius: 0 0 0 1.6875rem
    }
}

.values {
    margin-top: 8.125rem;
    padding: 3.4375rem 0 2.5rem;
    overflow: hidden;
    position: relative
}

.values:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    height: 290px;
    background: #ecf1f6
}

.values>* {
    position: relative;
    z-index: 1
}

.values .heading {
    margin-bottom: 2em
}

.values .value {
    position: relative
}

.values .value__inner {
    border: 1px solid #e1e1e1;
    margin-bottom: -1px;
    background: #fff;
    position: relative;
    z-index: 1
}

.values .value__inner:before,
.values .value__inner:after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    bottom: -1px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .values .value__inner:before,
    .values .value__inner:after {
        -webkit-transition: none;
        transition: none
    }
}

.values .value__inner::before {
    left: 0;
    background: #19329c;
    width: 0
}

.values .value__inner::after {
    right: 0;
    background: #ff1919;
    width: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.values .value__back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e1e1e1;
    background: #fff;
    z-index: 0
}

.values .value .row {
    min-height: 300px
}

.values .value__head {
    font-size: 3.125rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    color: #d2d2d2;
    margin: 0;
    padding: .6em .2em .6em 1.3em;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .values .value__head {
        -webkit-transition: none;
        transition: none
    }
}

.values .value__head>* {
    display: inline-block;
    vertical-align: bottom
}

.values .value__head span {
    display: inline-block;
    position: relative;
    top: .02em;
    color: #d2d2d2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .values .value__head span {
        -webkit-transition: none;
        transition: none
    }
}

.values .value__head img {
    height: 2.24em;
    margin-right: 15px;
    -webkit-filter: drop-shadow(0 10px 10px rgba(135, 175, 235, 0.3));
    filter: drop-shadow(0 10px 10px rgba(135, 175, 235, 0.3))
}

.values .value .col-md-10+.col-md-10 {
    padding: 1.875rem 0;
    padding-left: 2.8125rem;
    padding-right: 4.375rem
}

.values .value__title {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff1919;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin: 0 0 1em
}

.values .value__title strong {
    font-weight: 700;
    color: #19329c
}

.values .value__desc {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: .01em
}

.values .value:hover [class*="__head"] span {
    color: #19329c
}

.values .value:hover:before,
.values .value:hover:after {
    opacity: 1
}

.values .value:hover::before {
    width: 65.8578856153%
}

.values .value:hover::after {
    width: 34.1421143847%
}

.values .value:first-child {
    z-index: 4
}

.values .value:first-child [class*="__head"] span {
    margin-left: -.68em
}

.values .value:nth-child(2) {
    z-index: 3
}

.values .value:nth-child(3) {
    z-index: 2
}

.values .value:nth-child(3) [class*="__head"] span {
    margin-left: -.2em
}

.values .value:nth-child(4) {
    z-index: 1
}

.values .value:nth-child(4) [class*="__head"] img {
    height: 3.88em
}

.values .value:nth-child(4) [class*="__head"] span {
    margin-left: -2.32em
}

.values .value:nth-child(5) {
    z-index: 0
}

.values .value[data-waypoint] .value__inner,
.values .value[data-waypoint] .value__back {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.values .value[data-waypoint] .value__head,
.values .value[data-waypoint] .value__title,
.values .value[data-waypoint] .value__desc {
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .values .value[data-waypoint] .value__head,
    .values .value[data-waypoint] .value__title,
    .values .value[data-waypoint] .value__desc {
        -webkit-transition: none;
        transition: none
    }
}

.values .value[data-waypoint] .value__head {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: translate(-180px, 0);
    transform: translate(-180px, 0)
}

.values .value[data-waypoint] .value__title {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.values .value[data-waypoint] .value__desc {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.values .value[data-waypoint].active .value__inner,
.values .value[data-waypoint].active .value__back {
    opacity: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.values .value[data-waypoint].active .value__inner {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.values .value[data-waypoint].active .value__head,
.values .value[data-waypoint].active .value__title,
.values .value[data-waypoint].active .value__desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(max-width:1199.98px) {
    .values {
        margin-top: 6.25rem;
        padding: 3.125rem 0 2.1875rem
    }

    .values .heading {
        margin-bottom: 1.6666666667em
    }

    .values .value__head {
        font-size: 2.5rem
    }

    .values .value .col-md-10+.col-md-10 {
        padding: 1.875rem 0;
        padding-left: 2.1875rem;
        padding-right: 3.125rem
    }

    .values .value .row {
        min-height: 250px
    }
}

@media(max-width:991.98px) {
    .values {
        margin-top: 5rem;
        padding: 2.5rem 0 1.875rem
    }

    .values .heading {
        margin-bottom: 1.3333333333em
    }

    .values .value__head {
        font-size: 1.875rem
    }

    .values .value .col-md-10+.col-md-10 {
        padding: 1.875rem 0;
        padding-left: 1.5625rem;
        padding-right: 1.875rem
    }

    .values .value .row {
        min-height: 200px
    }
}

@media(max-width:767.98px) {
    .values {
        margin-top: 3.75rem;
        padding: 1.875rem 0
    }

    .values .heading {
        margin-bottom: 1em
    }

    .values .value__head {
        font-size: 1.625rem;
        padding: 1.875rem
    }

    .values .value .col-md-10+.col-md-10 {
        padding: 1.875rem;
        padding-top: 0
    }
}

@media(max-width:575.98px) {
    .values {
        margin-top: 3.125rem;
        padding: 1.875rem 0
    }

    .values .heading {
        margin-bottom: 1em
    }

    .values .value__head {
        font-size: 1.375rem;
        padding: 1.25rem
    }

    .values .value .col-md-10+.col-md-10 {
        padding: 1.25rem;
        padding-top: 0
    }

    .values .value .value__desc {
        font-size: .875rem
    }

    .values .value .value__title {
        font-size: 1rem
    }
}

.creatValue {
    overflow: hidden;
    padding-top: 2.5rem;
    padding-bottom: 6.25rem
}

.creatValue .heading {
    margin-bottom: 1.6666666667em
}

.creatValue__inner {
    position: relative;
    padding: 2.125rem 0 7.625rem
}

.creatValue__img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -3.4375rem;
    z-index: 1;
    overflow: hidden
}

.creatValue__img__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.creatValue__img__inner:after {
    content: "";
    padding-top: 100%;
    display: block
}

.creatValue__img__inner img {
    display: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .creatValue__img__inner {
        -webkit-transition: none;
        transition: none
    }
}

.creatValue__img__inner:after {
    display: none
}

.creatValue__img:hover [class*="__inner"] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.creatValue__content {
    position: relative
}

.creatValue__content:before {
    content: "";
    background: #edf2f7;
    position: absolute;
    top: 0;
    left: -2000px;
    right: -2000px;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .creatValue__content:before {
        -webkit-transition: none;
        transition: none
    }
}

.creatValue__content__inner {
    position: relative;
    z-index: 1;
    padding: 37px 0 63px;
    font-size: 1rem
}

.creatValue__content__inner p {
    margin: 0
}

.creatValue__content__inner p:first-child {
    max-width: 413px
}

.creatValue__content__inner p+p {
    margin-top: 1.25em
}

.creatValue__content__inner .btn {
    width: 270px;
    max-width: 100%
}

.creatValue__content__btn {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1.3125rem
}

.creatValue[data-waypoint] .creatValue__content__desc,
.creatValue[data-waypoint] .creatValue__content__btn {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .creatValue[data-waypoint] .creatValue__content__desc,
    .creatValue[data-waypoint] .creatValue__content__btn {
        -webkit-transition: none;
        transition: none
    }
}

.creatValue[data-waypoint] .creatValue__img::before,
.creatValue[data-waypoint] .creatValue__img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2
}

.creatValue[data-waypoint] .creatValue__img:after {
    top: 2.125rem;
    bottom: 7.625rem;
    background: #edf2f7
}

.creatValue[data-waypoint].active .creatValue__content__desc,
.creatValue[data-waypoint].active .creatValue__content__btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.creatValue[data-waypoint].active .creatValue__content__btn {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.creatValue[data-waypoint].active .creatValue__img::before,
.creatValue[data-waypoint].active .creatValue__img::after {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media(max-width:991.98px) {
    .creatValue {
        padding-top: 1.875rem;
        padding-bottom: 5rem
    }

    .creatValue__inner {
        padding: 1.875rem 0 5.625rem
    }

    .creatValue[data-waypoint] .creatValue__img:after {
        top: 1.875rem;
        bottom: 5.625rem
    }
}

@media(max-width:767.98px) {
    .creatValue {
        padding-top: 1.875rem;
        padding-bottom: 6.25rem
    }

    .creatValue__inner>.container:first-child {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%
    }

    .creatValue__img {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0
    }

    .creatValue__img:after {
        display: none !important
    }

    .creatValue__img__inner {
        position: static
    }

    .creatValue__img__inner:after {
        content: "";
        display: block;
        padding-top: 50%
    }

    .creatValue__inner {
        padding: 0
    }
}

@media(max-width:575.98px) {
    .creatValue {
        padding-top: 1.25rem;
        padding-bottom: 5rem
    }

    .creatValue__inner {
        padding: 0
    }

    .creatValue__content__inner {
        font-size: .875rem;
        padding: 25px 0 50px
    }

    .creatValue__content__inner .btn {
        width: 100%
    }
}

.commitments {
    padding: 2.5rem 0 4.375rem
}

.commitments .heading {
    margin-bottom: 3em
}

.commitments .heading strong {
    margin-right: .2333333333em
}

@media(min-width:1200px) {
    .commitments .container {
        max-width: 1012px
    }
}

@media(max-width:767.98px) {
    .commitments {
        padding: 1.875rem 0 3.125rem
    }

    .commitments .heading {
        margin-bottom: 1.3333333333em
    }
}

@media(max-width:575.98px) {
    .commitments {
        padding: 1.25rem 0 1.875rem
    }

    .commitments .heading {
        margin-bottom: 1em
    }
}

.commitment {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.commitment__icon {
    max-width: 17.1428571429em;
    margin: 0 auto
}

.commitment__icon img {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .commitment__icon img {
        -webkit-transition: none;
        transition: none
    }
}

@media(min-width:576px) {
    .commitment__icon img {
        left: -2.8571428571em
    }
}

.commitment__icon:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.commitment__content {
    position: relative
}

.commitment__content__line {
    position: absolute;
    top: 0;
    left: -14px;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 .625rem 1.5625rem rgba(135, 175, 235, 0.3);
    box-shadow: 0 .625rem 1.5625rem rgba(135, 175, 235, 0.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .commitment__content__line {
        -webkit-transition: none;
        transition: none
    }
}

.commitment__content__line:before,
.commitment__content__line:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .commitment__content__line:before,
    .commitment__content__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.commitment__content__line:before {
    left: 0;
    width: 66.6666666667%;
    background: #19329c
}

.commitment__content__line:after {
    right: 0;
    background: #ff1919;
    width: 33.3333333333%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.commitment__content__inner {
    position: relative;
    z-index: 1;
    padding: 3.4375rem 4.375rem 4.375rem 3.125rem
}

@media(min-width:576px) {
    .commitment__content:hover [class*="__line"] {
        top: -.625rem;
        right: -.625rem;
        bottom: -.625rem;
        left: -1.5rem
    }
}

.commitment__content:hover [class*="__line"]:before {
    width: 80%
}

.commitment__content:hover [class*="__line"]:after {
    width: 20%
}

.commitment__head {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #ff1919;
    font-weight: 400;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    margin-bottom: 1.3333333333em
}

.commitment__head strong {
    font-weight: 700;
    color: #19329c
}

.commitment__head span {
    display: inline-block;
    margin-left: .3333333333em;
    margin-right: .3333333333em
}

.commitment__desc {
    font-size: 1.125rem
}

.commitment__desc p {
    margin-bottom: 1.25em
}

.commitment__desc p:before {
    content: "• "
}

.commitment__desc p:last-child {
    margin-bottom: 0
}

@media(min-width:576px) {
    .commitment:nth-child(2n+1) [class*='col-']:first-child {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21
    }

    .commitment:nth-child(2n+1) .commitment__icon img {
        left: 2.8571428571em
    }
}

.commitment:nth-child(2n+1) .commitment__content__line {
    right: -14px;
    left: 0
}

@media(min-width:576px) {
    .commitment:nth-child(2n+1) .commitment__content:hover [class*="__line"] {
        left: -.625rem;
        right: -1.5rem
    }
}

.commitment:first-child .commitment__icon {
    max-width: 13.2142857143em
}

.commitment[data-waypoint] .commitment__icon,
.commitment[data-waypoint] .commitment__content,
.commitment[data-waypoint] .commitment__head,
.commitment[data-waypoint] .commitment__desc p {
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .commitment[data-waypoint] .commitment__icon,
    .commitment[data-waypoint] .commitment__content,
    .commitment[data-waypoint] .commitment__head,
    .commitment[data-waypoint] .commitment__desc p {
        -webkit-transition: none;
        transition: none
    }
}

.commitment[data-waypoint] .commitment__icon {
    -webkit-transform: translate(-70%, 0);
    transform: translate(-70%, 0)
}

.commitment[data-waypoint] .commitment__content,
.commitment[data-waypoint] .commitment__head,
.commitment[data-waypoint] .commitment__desc p {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.commitment[data-waypoint] .commitment__content {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.commitment[data-waypoint] .commitment__head {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.commitment[data-waypoint] .commitment__desc p {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.commitment[data-waypoint] .commitment__desc p:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.commitment[data-waypoint] .commitment__desc p:nth-child(3) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.commitment[data-waypoint] .commitment__desc p:nth-child(4) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.commitment[data-waypoint]:nth-child(2n+1) .commitment__icon {
    -webkit-transform: translate(70%, 0);
    transform: translate(70%, 0)
}

.commitment[data-waypoint].active .commitment__icon,
.commitment[data-waypoint].active .commitment__content,
.commitment[data-waypoint].active .commitment__head,
.commitment[data-waypoint].active .commitment__desc p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(max-width:991.98px) {
    .commitment {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .commitment__icon {
        font-size: .625rem
    }

    .commitment__content__inner {
        padding: 2.1875rem 2.5rem 3.125rem 1.875rem
    }

    .commitment__head {
        font-size: 1.25rem
    }

    .commitment__desc {
        font-size: 1rem
    }
}

@media(max-width:767.98px) {
    .commitment {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

    .commitment__icon {
        font-size: .5625rem
    }

    .commitment__content__inner {
        padding: 1.5625rem 1.25rem 1.875rem
    }

    .commitment__head {
        font-size: 1.125rem
    }

    .commitment__desc {
        font-size: 1rem
    }
}

@media(max-width:575.98px) {
    .commitment {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem
    }

    .commitment__icon {
        font-size: .4375rem;
        margin-bottom: 1.5625rem
    }

    .commitment__content__inner {
        padding: 1.5625rem 1.25rem
    }

    .commitment__content__line {
        left: 0
    }

    .commitment__head {
        font-size: 1rem
    }

    .commitment__desc {
        font-size: .875rem
    }

    .commitment:nth-child(2n+1) .commitment__content__line {
        right: 0;
        left: 0
    }
}

.contractTerm {
    padding: 8.125rem 0
}

.contractTerm>.container {
    position: relative
}

.contractTerm>.container:before {
    content: "";
    display: block;
    width: 1px;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%
}

.contractTerm__item {
    max-width: 27.5rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5.625rem;
    height: 100%
}

.contractTerm__item[data-waypoint] .heading,
.contractTerm__item[data-waypoint] .contractTerm__desc,
.contractTerm__item[data-waypoint] .contractTerm__btn {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px)
}

@media screen and (prefers-reduced-motion:reduce) {

    .contractTerm__item[data-waypoint] .heading,
    .contractTerm__item[data-waypoint] .contractTerm__desc,
    .contractTerm__item[data-waypoint] .contractTerm__btn {
        -webkit-transition: none;
        transition: none
    }
}

.contractTerm__item[data-waypoint] .contractTerm__desc {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.contractTerm__item[data-waypoint] .contractTerm__btn {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.contractTerm__item[data-waypoint].active .heading,
.contractTerm__item[data-waypoint].active .contractTerm__desc,
.contractTerm__item[data-waypoint].active .contractTerm__btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.contractTerm__desc {
    max-width: 23.125rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.375;
    color: #646464
}

.contractTerm__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.contractTerm__btn .btn {
    font-size: 1rem;
    padding: .75em 1.875em .875em;
    color: #19329c;
    min-width: 11.25em
}

.contractTerm[data-waypoint]>.container:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .contractTerm[data-waypoint]>.container:before {
        -webkit-transition: none;
        transition: none
    }
}

.contractTerm[data-waypoint].active>.container:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.contractTerm [class*='col-']:last-child .contractTerm__item[data-waypoint] .heading {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.contractTerm [class*='col-']:last-child .contractTerm__item[data-waypoint] .contractTerm__desc {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.contractTerm [class*='col-']:last-child .contractTerm__item[data-waypoint] .contractTerm__btn {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.contractTerm+.calculateLoan {
    padding-top: 0
}

@media(max-width:991.98px) {
    .contractTerm {
        padding: 6.25rem 0
    }

    .contractTerm .contractTerm__item {
        padding-left: 25px;
        padding-right: 25px
    }

    .contractTerm .contractTerm__item .heading br {
        display: none
    }
}

@media(max-width:767.98px) {
    .contractTerm {
        padding: 5rem 0
    }

    .contractTerm>.container:before {
        display: none
    }

    .contractTerm .contractTerm__item,
    .contractTerm .contractTerm__desc {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .contractTerm .contractTerm__item {
        padding-bottom: 4.375rem
    }

    .contractTerm [class*='col-']+[class*='col-'] {
        margin-top: 40px
    }
}

@media(max-width:575.98px) {
    .contractTerm {
        padding: 3.125rem 0
    }

    .contractTerm .contractTerm__item {
        padding-bottom: 3.75rem
    }

    .contractTerm .contractTerm__desc {
        font-size: .875rem
    }

    .contractTerm .contractTerm__btn .btn {
        padding-top: .4375rem;
        padding-bottom: .625rem
    }
}

.toCustomers {
    padding: 8.75rem 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.toCustomers .heading {
    padding-left: 4.375rem;
    margin-bottom: .8em
}

.toCustomers .heading strong {
    margin-left: 0
}

.toCustomers__content {
    position: relative;
    color: #fff;
    max-width: 48.6979166667%;
    padding: 3.75rem 3.125rem 1.25rem 4.375rem
}

.toCustomers__content>* {
    position: relative;
    z-index: 1
}

.toCustomers__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -35px;
    background: #19329c;
    border-radius: 0 0 3.4375rem 0;
    -webkit-box-shadow: 0 .9375rem 1.5625rem rgba(135, 175, 235, 0.5), inset 0 0 1.5625rem rgba(255, 255, 255, 0.25);
    box-shadow: 0 .9375rem 1.5625rem rgba(135, 175, 235, 0.5), inset 0 0 1.5625rem rgba(255, 255, 255, 0.25);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to bottom, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .toCustomers__content:before {
        -webkit-transition: none;
        transition: none
    }
}

.toCustomers__content:hover::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -45px
}

.toCustomers__heading {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: 2.1875rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .025em;
    margin-bottom: .8571428571em
}

.toCustomers__heading strong {
    font-weight: 700;
    font-size: 1.2857142857em;
    display: block
}

.toCustomers__desc {
    font-size: 1.125rem
}

.toCustomers__desc p {
    margin-bottom: 1.2222222222em
}

.toCustomers__desc p:before {
    content: "• "
}

.toCustomers__desc p:last-child {
    margin-bottom: 0
}

.toCustomers[data-waypoint] {
    position: relative
}

.toCustomers[data-waypoint]:before,
.toCustomers[data-waypoint]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 55%;
    -webkit-transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.toCustomers[data-waypoint]::before {
    left: 0
}

.toCustomers[data-waypoint]:after {
    right: 0
}

.toCustomers[data-waypoint] .heading,
.toCustomers[data-waypoint] .toCustomers__content {
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
}

@media screen and (prefers-reduced-motion:reduce) {

    .toCustomers[data-waypoint] .heading,
    .toCustomers[data-waypoint] .toCustomers__content {
        -webkit-transition: none;
        transition: none
    }
}

.toCustomers[data-waypoint] .toCustomers__content {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.toCustomers[data-waypoint].active .heading,
.toCustomers[data-waypoint].active .toCustomers__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.toCustomers[data-waypoint].active::before,
.toCustomers[data-waypoint].active::after {
    width: 0
}

@media(max-width:1199.98px) {
    .toCustomers {
        padding: 7.5rem 0 1.875rem
    }

    .toCustomers .heading {
        padding-left: 3.75rem
    }

    .toCustomers__content {
        max-width: 60%;
        padding: 2.8125rem 1.875rem .625rem 3.75rem
    }

    .toCustomers__heading {
        font-size: 1.875rem
    }

    .toCustomers__desc {
        font-size: 1rem
    }
}

@media(max-width:991.98px) {
    .toCustomers {
        padding: 6.25rem 0 3.125rem
    }

    .toCustomers .heading {
        padding-left: 2.5rem
    }

    .toCustomers__content {
        max-width: 60%;
        padding: 2.1875rem 1.25rem .625rem 2.5rem
    }

    .toCustomers__heading {
        font-size: 1.5rem
    }

    .toCustomers__desc {
        font-size: 1rem
    }
}

@media(max-width:767.98px) {
    .toCustomers {
        padding: 5rem 0 3.75rem;
        background-size: auto 120%
    }

    .toCustomers .heading {
        padding-left: 2.1875rem
    }

    .toCustomers__content {
        max-width: 100%;
        padding: 1.5625rem 1.25rem 0 2.1875rem
    }

    .toCustomers__heading {
        font-size: 1.375rem
    }

    .toCustomers__desc {
        font-size: 1rem
    }
}

@media(max-width:575.98px) {
    .toCustomers {
        padding: 3.75rem 0
    }

    .toCustomers .heading {
        padding-left: 1.5625rem
    }

    .toCustomers__content {
        max-width: 100%;
        padding: 1.25rem .9375rem 0 1.5625rem
    }

    .toCustomers__heading {
        font-size: 1.125rem
    }

    .toCustomers__desc {
        font-size: .875rem
    }
}

.calculateLoan {
    padding: 7.25rem 0 5.3125rem
}

@media(min-width:992px) {
    .calculateLoan .fiSolution {
        padding: 3.125rem 1.875rem 4.375rem;
        background-image: url(../images/ourPromise-bg.png);
        background-size: 11.5625rem auto;
        border-radius: 0 0 30px 30px
    }

    .calculateLoan .fiSolution .heading {
        margin-bottom: 2.6666666667em
    }

    .calculateLoan .fiSolution .row {
        max-width: 1026px;
        margin: 0 auto
    }

    .calculateLoan .fiSolution .row [class*='col-']:first-child {
        padding-right: 50px
    }

    .calculateLoan .fiSolution .row [class*='col-']:last-child {
        padding-left: 32px
    }

    .calculateLoan .fiSolution .form-range label {
        font-size: 1rem;
        margin-bottom: .5em;
        padding-left: .5em
    }

    .calculateLoan .fiSolution .form-range ins {
        font-size: 1.5rem;
        background: -webkit-linear-gradient(0deg, #ff7900 0, #ff1919 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        top: -.375em
    }

    .calculateLoan .fiSolution .form-range ins span {
        background: transparent;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset
    }

    .calculateLoan .fiSolution .form-range ins sup {
        color: #ff1919;
        text-transform: none;
        -webkit-text-fill-color: #ff1919
    }

    .calculateLoan .fiSolution .form-range .irs {
        height: 29px
    }

    .calculateLoan .fiSolution .form-range .irs>.irs {
        border-radius: 15px
    }

    .calculateLoan .fiSolution .form-range .irs-line {
        height: 27px;
        border-radius: 15px
    }

    .calculateLoan .fiSolution .form-range .irs-bar {
        height: 12px;
        top: 8px
    }

    .calculateLoan .fiSolution .form-range .irs-bar-edge {
        top: 8px;
        left: 8px;
        height: 12px;
        width: 15px;
        border-radius: 6px 0 0 6px
    }

    .calculateLoan .fiSolution .form-range .irs-slider {
        width: 42px;
        height: 42px;
        top: -7px;
        line-height: 39px;
        font-size: 23px
    }

    .calculateLoan .fiSolution .form-control,
    .calculateLoan .fiSolution select.form-control:not([size]):not([multiple]),
    .calculateLoan .fiSolution .form-group label.label,
    .calculateLoan .fiSolution .chosen-container.chosen-container-single .chosen-single {
        font-size: 1rem
    }

    .calculateLoan .fiSolution .form-control div b,
    .calculateLoan .fiSolution select.form-control:not([size]):not([multiple]) div b,
    .calculateLoan .fiSolution .form-group label.label div b,
    .calculateLoan .fiSolution .chosen-container.chosen-container-single .chosen-single div b {
        top: 10%;
        height: 80%
    }

    .calculateLoan .fiSolution .form-control[data-value='true']~label.label,
    .calculateLoan .fiSolution .form-control:focus~label.label,
    .calculateLoan .fiSolution select.form-control:not([size]):not([multiple])[data-value='true']~label.label,
    .calculateLoan .fiSolution select.form-control:not([size]):not([multiple]):focus~label.label {
        font-size: .75rem
    }

    .calculateLoan .fiSolution .form-group {
        margin-bottom: 45px
    }

    .calculateLoan .fiSolution .form-group .line {
        top: 2.0625rem
    }

    .calculateLoan .fiSolution__divider {
        margin: .625rem -1.875rem;
        padding: 2.1875rem 0;
        font-size: 1.375rem
    }

    .calculateLoan .fiSolution__divider b {
        font-size: 1.6em
    }
}

.calculateLoan .fiSolution[data-waypoint] {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .calculateLoan .fiSolution[data-waypoint] {
        -webkit-transition: none;
        transition: none
    }
}

.calculateLoan .fiSolution[data-waypoint].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.calculateLoan__note {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: 1rem;
    color: #969696;
    margin-top: 3rem
}

.calculateLoan__note p:last-child {
    margin-bottom: 0
}

.calculateLoan__btn {
    text-align: center;
    margin-top: 55px
}

.calculateLoan__btn .btn {
    width: 273px;
    max-width: 100%
}

@media(max-width:991.98px) {
    .calculateLoan {
        padding: 6.25rem 0 4.6875rem
    }

    .calculateLoan .fiSolution {
        padding: 1.875rem 1.875rem 3.125rem
    }

    .calculateLoan .fiSolution .row {
        margin: 0 -20px
    }

    .calculateLoan .fiSolution .row>div {
        padding: 0 20px
    }

    .calculateLoan .fiSolution__divider {
        margin-left: -30px;
        margin-right: -30px
    }

    .calculateLoan__note {
        font-size: .875rem;
        margin-top: 2rem
    }
}

@media(max-width:767.98px) {
    .calculateLoan {
        padding: 5rem 0 3.4375rem
    }

    .calculateLoan .fiSolution {
        padding: 1.875rem
    }

    .calculateLoan .fiSolution__divider {
        margin-left: -30px;
        margin-right: -30px
    }

    .calculateLoan__note {
        font-size: .875rem;
        margin-top: .75rem
    }

    .calculateLoan__btn {
        margin-top: 1.875rem
    }
}

@media(max-width:575.98px) {
    .calculateLoan {
        padding: 4.375rem 0 2.1875rem
    }

    .calculateLoan .fiSolution {
        padding: .9375rem
    }

    .calculateLoan .fiSolution .row>div+div {
        margin-top: 20px
    }

    .calculateLoan .fiSolution__divider {
        margin-left: -15px;
        margin-right: -15px
    }
}

.cashWho {
    background: #ecf1f6;
    padding: 5.625rem 0;
    overflow: hidden
}

.cashWhoItem {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-left: 30px
}

.cashWhoItem__img {
    height: 13.5714285714em
}

.cashWhoItem__img img {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .cashWhoItem__img img {
        -webkit-transition: none;
        transition: none
    }
}

.cashWhoItem__img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.cashWhoItem__content {
    max-width: 24.5rem;
    margin: 0 auto
}

.cashWhoItem__head {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ff1919;
    margin: 0;
    margin-bottom: 1.25em;
    text-transform: uppercase
}

.cashWhoItem__head strong {
    color: #19329c
}

.cashWhoItem__desc {
    font-size: 1rem
}

.cashWhoItem .row {
    min-height: 25rem
}

.cashWhoItem+.cashWhoItem {
    margin-top: 1.875rem
}

.cashWhoItem:nth-child(2) .cashWhoItem__img {
    height: 10.7142857143em
}

@media(min-width:768px) {
    .cashWhoItem:nth-child(2n+1) [class*='col-']:first-child {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21
    }
}

.cashWhoItem[data-waypoint] {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {
    .cashWhoItem[data-waypoint] {
        -webkit-transition: none;
        transition: none
    }
}

.cashWhoItem[data-waypoint]:nth-child(2n) {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.cashWhoItem[data-waypoint].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(max-width:991.98px) {
    .cashWho {
        padding: 5rem 0
    }

    .cashWhoItem {
        padding: 1.875rem 2.5rem
    }

    .cashWhoItem__head {
        margin-bottom: 1em;
        font-size: 1.375rem
    }

    .cashWhoItem__img {
        height: 7.5rem
    }

    .cashWhoItem:nth-child(2) .cashWhoItem__img {
        height: 6.0714285714em
    }

    .cashWhoItem .row {
        min-height: 200px
    }
}

@media(max-width:767.98px) {
    .cashWho {
        padding: 3.75rem 0
    }

    .cashWhoItem {
        padding: 1.875rem;
        text-align: center
    }

    .cashWhoItem__head {
        margin-bottom: 1em;
        font-size: 1.125rem
    }

    .cashWhoItem__img {
        height: 6.25rem;
        margin-bottom: 2rem
    }
}

@media(max-width:575.98px) {
    .cashWho {
        padding: 1.875rem 0
    }

    .cashWhoItem {
        padding: 1.5625rem;
        text-align: center
    }

    .cashWhoItem__head {
        margin-bottom: 1em;
        font-size: 1rem
    }

    .cashWhoItem__img {
        height: 4.6875rem
    }

    .cashWhoItem:nth-child(2) .cashWhoItem__img {
        height: 4.6428571429em
    }

    .cashWhoItem__desc {
        font-size: .875rem
    }
}

.documents {
    padding: 4.6875rem 0 2.1875rem
}

.documents .heading {
    margin-bottom: 2.5em
}

.documents__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.35);
    border-radius: 0 0 3.4375rem 3.4375rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .documents__content {
        -webkit-transition: none;
        transition: none
    }
}

.documents__content>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0
}

.documents__content>div:first-child:after {
    border-radius: 0 0 0 3.4375rem
}

.documents__content>div:last-child:after {
    border-radius: 0 0 3.4375rem 0
}

.documents__content[data-waypoint] {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.documents__content[data-waypoint].active {
    -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.35)
}

.documents .whyChoose__item {
    padding: 3.125rem 1.875rem 1.25rem;
    border-top: 3px solid transparent;
    position: relative
}

.documents .whyChoose__item>* {
    position: relative;
    z-index: 2
}

.documents .whyChoose__item:before,
.documents .whyChoose__item:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .documents .whyChoose__item:before,
    .documents .whyChoose__item:after {
        -webkit-transition: none;
        transition: none
    }
}

.documents .whyChoose__item:before {
    top: -3px;
    left: 0;
    right: 0;
    background: #ff7900;
    height: 3px;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x;
    z-index: 2
}

.documents .whyChoose__item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff
}

.documents .whyChoose__item .documents__content__line {
    position: absolute;
    display: block;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #19329c;
    z-index: 1
}

.documents .whyChoose__item .whyChoose__item__name+[class*="__desc"] {
    max-width: 250px
}

.documents .whyChoose__item .whyChoose__item__icon {
    min-height: 4.2857142857em
}

.documents .whyChoose__item .whyChoose__item__icon img {
    height: 4.2857142857em
}

.documents .whyChoose__item:nth-child(1) .whyChoose__item__icon img {
    height: 3.2142857143em
}

.documents .whyChoose__item.out {
    z-index: 1
}

.documents .whyChoose__item:hover {
    z-index: 2
}

.documents .whyChoose__item:hover:after {
    top: 0;
    left: -15px;
    right: -15px;
    bottom: -30px;
    -webkit-box-shadow: 0 .3125rem 1.5625rem rgba(25, 50, 156, 0.35);
    box-shadow: 0 .3125rem 1.5625rem rgba(25, 50, 156, 0.35)
}

.documents .whyChoose__item:hover:before {
    left: -15px;
    right: -15px;
    opacity: 1
}

.documents .whyChoose__item[data-waypoint] .whyChoose__item__icon,
.documents .whyChoose__item[data-waypoint] .whyChoose__item__name,
.documents .whyChoose__item[data-waypoint] .whyChoose__item__desc {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    transform: translate(0, 150px);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {

    .documents .whyChoose__item[data-waypoint] .whyChoose__item__icon,
    .documents .whyChoose__item[data-waypoint] .whyChoose__item__name,
    .documents .whyChoose__item[data-waypoint] .whyChoose__item__desc {
        -webkit-transition: none;
        transition: none
    }
}

.documents .whyChoose__item[data-waypoint],
.documents .whyChoose__item[data-waypoint] .documents__content__line {
    -webkit-transition: all .8s linear;
    transition: all .8s linear
}

@media screen and (prefers-reduced-motion:reduce) {

    .documents .whyChoose__item[data-waypoint],
    .documents .whyChoose__item[data-waypoint] .documents__content__line {
        -webkit-transition: none;
        transition: none
    }
}

.documents .whyChoose__item[data-waypoint] .documents__content__line {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 0
}

.documents .whyChoose__item[data-waypoint] .whyChoose__item__name {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.documents .whyChoose__item[data-waypoint] .whyChoose__item__desc {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

@media(min-width:768px) {
    .documents .whyChoose__item[data-waypoint]:nth-child(2) {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(2) .whyChoose__item__icon {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(2) .whyChoose__item__name {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(2) .whyChoose__item__desc {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(2) .documents__content__line {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(3) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(3) .whyChoose__item__icon {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(3) .whyChoose__item__name {
        -webkit-transition-delay: 1.9s;
        transition-delay: 1.9s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(3) .whyChoose__item__desc {
        -webkit-transition-delay: 2.1s;
        transition-delay: 2.1s
    }

    .documents .whyChoose__item[data-waypoint]:nth-child(3) .documents__content__line {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s
    }
}

.documents .whyChoose__item[data-waypoint].active,
.documents .whyChoose__item[data-waypoint].active .whyChoose__item__icon,
.documents .whyChoose__item[data-waypoint].active .whyChoose__item__name,
.documents .whyChoose__item[data-waypoint].active .whyChoose__item__desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.documents .whyChoose__item[data-waypoint].active .documents__content__line {
    width: 100%;
    opacity: 1
}

@media(max-width:991.98px) {
    .documents {
        padding: 3.75rem 0 1.875rem
    }

    .documents .heading {
        margin-bottom: 3.75rem
    }

    .documents .whyChoose__item {
        padding: 1.875rem 1.25rem .9375rem
    }
}

@media(max-width:767.98px) {
    .documents {
        padding: 3.125rem 0 1.25rem
    }

    .documents__content {
        border-radius: 0 0 2.1875rem 2.1875rem
    }

    .documents .heading {
        margin-bottom: 3.125rem
    }

    .documents .whyChoose__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 1.875rem 1.25rem
    }

    .documents .whyChoose__item:after {
        border-radius: 0
    }

    .documents .whyChoose__item:first-child:after {
        border-radius: 0
    }

    .documents .whyChoose__item:last-child:after {
        border-radius: 0 0 2.1875rem 2.1875rem
    }

    .documents .whyChoose__item:hover {
        z-index: 2
    }

    .documents .whyChoose__item:hover:after {
        top: 0;
        left: -10px;
        right: -10px;
        bottom: -10px
    }

    .documents .whyChoose__item:hover:before {
        left: -10px;
        right: -10px
    }
}

@media(max-width:575.98px) {
    .documents {
        padding: 1.875rem 0 .625rem
    }

    .documents__content {
        border-radius: 0 0 1.5625rem 1.5625rem
    }

    .documents .heading {
        margin-bottom: 1.875rem
    }

    .documents .whyChoose__item {
        padding: 1.25rem .9375rem
    }
}

.guideRegister {
    padding: 2.5rem 0
}

.guideRegister .steps__item__title {
    max-width: 185px
}

.prepareDocs {
    padding: 3.4375rem 0 4.375rem
}

.prepareDocs .whyChoose__item .whyChoose__item__name+[class*="__desc"] {
    max-width: 250px
}

.prepareDocs .whyChoose__item .whyChoose__item__icon {
    min-height: 4.2857142857em
}

.prepareDocs .whyChoose__item .whyChoose__item__icon img {
    height: 4.2857142857em
}

.prepareDocs .whyChoose__item[data-waypoint] {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    transform: translate(0, 150px);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {
    .prepareDocs .whyChoose__item[data-waypoint] {
        -webkit-transition: none;
        transition: none
    }
}

.prepareDocs .whyChoose__item[data-waypoint].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.prepareDocs [class*='col-']:nth-child(1) .whyChoose__item__icon img {
    height: 3.2142857143em
}

@media(min-width:768px) {
    .prepareDocs [class*='col-']:nth-child(2) [data-waypoint].whyChoose__item {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .prepareDocs [class*='col-']:nth-child(3) [data-waypoint].whyChoose__item {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }
}

.packInsurance {
    overflow: hidden;
    position: relative;
    margin-bottom: -1.875rem
}

.packInsurance:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 590px;
    background: #edf1f6
}

.packInsurance>* {
    position: relative;
    z-index: 1
}

@media(max-width:991.98px) {
    .packInsurance:before {
        height: 555px
    }
}

@media(max-width:767.98px) {
    .packInsurance {
        margin-bottom: 0;
        padding-bottom: 3.125rem
    }

    .packInsurance:before {
        height: 485px
    }
}

@media(max-width:575.98px) {
    .packInsurance {
        padding-bottom: 1.875rem
    }

    .packInsurance:before {
        height: 450px
    }
}

.priceTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 860px;
    margin: 0 auto;
    margin-top: 2.8125rem;
    position: relative
}

.priceTable__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 2
}

.priceTable__item>* {
    position: relative;
    z-index: 1
}

.priceTable__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .priceTable__item:before {
        -webkit-transition: none;
        transition: none
    }
}

.priceTable__item:first-child:before {
    border-radius: 0 0 0 1.625rem
}

.priceTable__item:first-child:hover:before,
.priceTable__item:first-child:hover .priceTable__head:before {
    right: 0
}

.priceTable__item:last-child:before {
    border-radius: 0 0 1.625rem 0
}

.priceTable__item:last-child .priceTable__head:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.priceTable__item:last-child .priceTable__percent span {
    background: -webkit-linear-gradient(0deg, #ff1919 0, #ff7900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.priceTable__item:last-child .priceTable__percent span sup {
    color: #ff7900;
    -webkit-text-fill-color: #ff7900
}

.priceTable__item:last-child:hover:before,
.priceTable__item:last-child:hover .priceTable__head:before {
    left: 0
}

.priceTable__item:hover:before {
    left: -.9375rem;
    right: -.9375rem;
    bottom: -2.625rem
}

.priceTable__item:hover .priceTable__head:before {
    left: -.9375rem;
    right: -.9375rem
}

.priceTable__item[data-waypoint] {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    transform: translate(0, 150px);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {
    .priceTable__item[data-waypoint] {
        -webkit-transition: none;
        transition: none
    }
}

.priceTable__item[data-waypoint]:last-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.priceTable__item[data-waypoint].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.priceTable__body {
    padding: 0 .9375rem 4.0625rem 1.25rem
}

.priceTable__head {
    font-size: 1.875rem;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    padding: .9666666667em 1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative
}

.priceTable__head span {
    position: relative;
    display: inline-block;
    z-index: 1
}

.priceTable__head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 1.5625rem rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 1.5625rem rgba(255, 255, 255, 0.2);
    background: #19329c;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to right, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x
}

@media screen and (prefers-reduced-motion:reduce) {
    .priceTable__head:before {
        -webkit-transition: none;
        transition: none
    }
}

.priceTable__percent {
    font-size: 6.25rem;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    padding-top: .4em
}

.priceTable__percent span {
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #1a5fe0 0, #19329c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-left: -.1em
}

.priceTable__percent span sup {
    color: #19329c;
    text-transform: none;
    -webkit-text-fill-color: #19329c;
    position: absolute;
    left: 100%;
    top: .1333333333em;
    line-height: 1;
    font-size: 60%
}

.priceTable__percent span::first-letter {
    margin-right: -.1em
}

.priceTable__label {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25rem;
    color: #969696;
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-weight: 700;
    position: relative;
    padding: .6em 0 1.25em;
    margin-bottom: 2.6em
}

.priceTable__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 4.5em;
    margin-left: -2.25em;
    height: 2px;
    background: #d2d2d2
}

.priceTable__features {
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.375
}

.priceTable__features li {
    position: relative;
    padding-left: 2.8125em
}

.priceTable__features li:before {
    content: "";
    display: block;
    height: 1.375em;
    width: 2.5em;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.6875em;
    background-image: url(../images/logo-small.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%
}

.priceTable__features li+li {
    margin-top: 1.75em
}

.priceTable[data-waypoint] .priceTable__headBG:before,
.priceTable[data-waypoint] .priceTable__headBG:after,
.priceTable[data-waypoint]:before,
.priceTable[data-waypoint]:after {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    transform: translate(0, 150px);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {

    .priceTable[data-waypoint] .priceTable__headBG:before,
    .priceTable[data-waypoint] .priceTable__headBG:after,
    .priceTable[data-waypoint]:before,
    .priceTable[data-waypoint]:after {
        -webkit-transition: none;
        transition: none
    }
}

.priceTable[data-waypoint] .priceTable__headBG:after,
.priceTable[data-waypoint]:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.priceTable[data-waypoint].active .priceTable__headBG:before,
.priceTable[data-waypoint].active .priceTable__headBG:after,
.priceTable[data-waypoint].active:before,
.priceTable[data-waypoint].active:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(max-width:991.98px) {
    .priceTable {
        margin-top: 2.5rem
    }

    .priceTable__head {
        font-size: 1.625rem
    }

    .priceTable__percent {
        font-size: 5rem
    }

    .priceTable__label {
        font-size: 1.125rem
    }

    .priceTable__features {
        font-size: .9375rem
    }

    .priceTable__body {
        padding: 0 30px 40px
    }
}

@media(max-width:767.98px) {
    .priceTable {
        margin-top: 2.1875rem
    }

    .priceTable__item:hover:before {
        bottom: -1.875rem;
        left: -.5rem;
        right: -.5rem
    }

    .priceTable__item:hover .priceTable__head:before {
        left: -.5rem;
        right: -.5rem
    }

    .priceTable__head {
        font-size: 1.25rem
    }

    .priceTable__percent {
        font-size: 3.125rem
    }

    .priceTable__label {
        font-size: 1rem
    }

    .priceTable__features {
        font-size: .875rem
    }

    .priceTable__body {
        padding: 0 20px 30px
    }
}

@media(max-width:575.98px) {
    .priceTable {
        margin-top: 1.875rem
    }

    .priceTable:before,
    .priceTable:after {
        display: none
    }

    .priceTable__headBG {
        display: none
    }

    .priceTable__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .priceTable__item:before {
        border-radius: 0 0 1.25rem 1.25rem !important;
        opacity: 1;
        background: #fff;
        -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25);
        box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25)
    }

    .priceTable__item .priceTable__head:before {
        opacity: 1
    }

    .priceTable__item~.priceTable__item {
        margin-top: 30px
    }

    .priceTable__item:hover::before {
        left: 0;
        bottom: 0;
        right: 0
    }

    .priceTable__item:hover .priceTable__head:before {
        left: 0;
        right: 0
    }
}

.faqs__intro {
    padding: 5.625rem 0 7.625rem;
    font-size: 1rem;
    max-width: 1025px;
    margin: 0 auto;
    color: #646464
}

.faqs__intro .heading {
    text-align: left;
    margin-bottom: .6em
}

.faqs__intro .heading strong {
    display: block;
    margin: 0
}

.faqs__intro p {
    display: inline-block;
    max-width: 550px;
    line-height: 1.375
}

.faqs__intro p:last-child {
    margin-bottom: 0
}

.faqs__intro img {
    margin-top: .7142857143em;
    width: 375px;
    margin-right: -1.5625rem
}

@media(max-width:1199.98px) {
    .faqs__intro {
        padding: 3.75rem 0 5.625rem
    }

    .faqs__intro img {
        margin-top: 1.875rem
    }
}

@media(max-width:767.98px) {
    .faqs__intro {
        padding: 2.5rem 0 4.375rem
    }

    .faqs__intro img {
        max-width: 250px
    }
}

@media(max-width:575.98px) {
    .faqs__intro {
        padding: 1.875rem 0 3.125rem;
        font-size: .875rem
    }

    .faqs__intro img {
        max-width: 200px
    }
}

.faqs__desc {
    padding: 3.75rem 0 2.625rem;
    font-size: .875rem;
    max-width: 1025px;
    margin: 0 auto;
    color: #969696
}

.faqs__desc__inner {
    position: relative;
    padding-left: 5.1428571429em;
    max-width: 32.5714285714em;
    padding-bottom: 1.7857142857em;
    padding-top: .7142857143em
}

.faqs__desc__inner p {
    margin-bottom: 1em
}

.faqs__desc__inner p:last-child {
    margin-bottom: 0
}

.faqs__desc__inner[data-waypoint] {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    transform: translate(0, 150px);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqs__desc__inner[data-waypoint] {
        -webkit-transition: none;
        transition: none
    }
}

.faqs__desc__inner[data-waypoint].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(min-width:576px) {
    .faqs__desc .col-md-10:nth-child(2) .faqs__desc__inner[data-waypoint] {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .faqs__desc .col-md-10:nth-child(3) .faqs__desc__inner[data-waypoint] {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .faqs__desc .col-md-10:nth-child(4) .faqs__desc__inner[data-waypoint] {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }
}

.faqs__desc__icon {
    max-width: 3.5714285714em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqs__desc__icon {
        -webkit-transition: none;
        transition: none
    }
}

.faqs__desc__icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.faqs__desc__icon[src*="ic-dolor"] {
    max-width: 2.7857142857em;
    left: .3571428571em
}

.faqs__desc__icon[src*="ic-fast-easy"] {
    max-width: 4.5em;
    left: -.3571428571em
}

.faqs__desc__head {
    margin-bottom: 2em;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer
}

@media(max-width:991.98px) {
    .faqs__desc {
        padding: 3.125rem 0 2.5rem
    }

    .faqs__desc__inner {
        padding-left: 5.8571428571em
    }

    .faqs__desc__icon {
        max-width: 4.2857142857em
    }

    .faqs__desc__icon[src*="ic-dolor"] {
        max-width: 2.8571428571em;
        left: .3571428571em
    }

    .faqs__desc__icon[src*="ic-fast-easy"] {
        max-width: 5.2142857143em;
        left: -.3571428571em
    }
}

@media(max-width:767.98px) {
    .faqs__desc {
        padding: 2.5rem 0 1.875rem
    }

    .faqs__desc__inner {
        padding-top: 10px
    }
}

.faqs__detail__head {
    max-width: 1012px;
    margin: 0 auto;
    font-size: 1.25rem;
    color: #19329c;
    text-transform: uppercase
}

.faqs__detail__head+.csv--accordion {
    margin-top: 2.8125rem
}

.faqs__detail .csv--accordion {
    position: relative
}

.faqs__detail .csv--accordion>.panel-group {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqs__detail .csv--accordion>.panel-group {
        -webkit-transition: none;
        transition: none
    }
}

.faqs__detail .csv--accordion>.panel-group.active {
    opacity: 1;
    visibility: visible;
    position: static
}

.faqs__detail .csv--accordion>.panel-group .heading-tab {
    text-transform: none
}

.faqs__detail .csv--accordion[data-waypoint]>.panel-group {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
}

.faqs__detail .csv--accordion[data-waypoint].active>.panel-group.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.faqsContact {
    background: #eff3f8;
    position: relative;
    min-height: 400px;
    margin-top: 10.9375rem
}

.faqsContact__intro {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -14.5rem;
    right: 0;
    top: -2.125rem;
    bottom: 0;
    padding: 3.75rem 1.875rem 1.875rem 3.75rem;
    -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.1);
    box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.1);
    overflow: hidden
}

.faqsContact__intro>* {
    position: relative;
    z-index: 1
}

.faqsContact__intro__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqsContact__intro__inner {
        -webkit-transition: none;
        transition: none
    }
}

.faqsContact__intro .heading {
    font-size: 1.5rem;
    text-align: left
}

.faqsContact__intro .heading strong {
    display: block;
    margin: 0
}

.faqsContact__intro__content {
    max-width: 325px;
    font-size: 1rem;
    margin-bottom: 3.125em
}

.faqsContact__intro__content p:last-child {
    margin-bottom: 0
}

.faqsContact__intro__footer .btn {
    min-width: 200px
}

.faqsContact__intro:hover .faqsContact__intro__inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.faqsContact__intro[data-waypoint] {
    opacity: 0;
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqsContact__intro[data-waypoint] {
        -webkit-transition: none;
        transition: none
    }
}

@media(min-width:576px) {
    .faqsContact__intro[data-waypoint] {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }
}

.faqsContact__intro[data-waypoint].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.faqsContact__info {
    padding: 7.1875rem 0;
    font-size: 1rem
}

.faqsContact__info h4 {
    font-family: "UTMHelve", "SFUHelvetica", Arial, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 0 0 1.1666666667em
}

.faqsContact__info table {
    width: 100%
}

.faqsContact__info table td {
    padding-bottom: 1.25em
}

.faqsContact__info table td:first-child {
    width: 2.125em;
    padding-right: .625em
}

.faqsContact__info table td:first-child img {
    max-width: 100%
}

.faqsContact__info table td a {
    color: #282828
}

.faqsContact__info table td a:hover {
    color: #19329c
}

.faqsContact__info table tr:last-child td {
    padding-bottom: 0
}

.faqsContact__info[data-waypoint] {
    opacity: 0;
    -webkit-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqsContact__info[data-waypoint] {
        -webkit-transition: none;
        transition: none
    }
}

.faqsContact__info[data-waypoint].active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media(max-width:1199.98px) {
    .faqsContact__intro {
        margin-left: -11.1875rem
    }

    .faqsContact__info {
        padding: 5.625rem 0
    }
}

@media(max-width:991.98px) {
    .faqsContact {
        min-height: unset
    }

    .faqsContact__intro {
        margin-left: -3.75rem
    }

    .faqsContact__info {
        padding: 4.375rem 0
    }
}

@media(max-width:767.98px) {
    .faqsContact {
        min-height: unset
    }

    .faqsContact__intro {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        margin-left: 0;
        padding: 2.5rem 0
    }

    .faqsContact__info {
        padding: 2.5rem 0;
        font-size: .875rem
    }
}

@media(max-width:767.98px) {
    .faqsContact {
        min-height: unset
    }

    .faqsContact__intro,
    .faqsContact__info {
        padding: 1.875rem 0;
        font-size: .875rem
    }

    .faqsContact .faqsContact__info h4,
    .faqsContact .heading {
        font-size: 1.125rem
    }

    .faqsContact .faqsContact__intro__content {
        font-size: .875rem;
        margin-bottom: 30px
    }
}

.faqsCta {
    -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.faqsCta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #646464;
    margin: 0 -120px
}

.faqsCta .whyChoose__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    padding: 5.3125rem 1.25rem 6.25rem;
    font-size: .875rem;
    margin: 0
}

.faqsCta .whyChoose__item>* {
    position: relative;
    z-index: 2
}

.faqsCta .whyChoose__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqsCta .whyChoose__item::before {
        -webkit-transition: none;
        transition: none
    }
}

.faqsCta .whyChoose__item .whyChoose__item__icon {
    height: 5em
}

.faqsCta .whyChoose__item .whyChoose__item__icon img {
    height: 3.1428571429em
}

.faqsCta .whyChoose__item__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.faqsCta .whyChoose__item__line:before,
.faqsCta .whyChoose__item__line:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .faqsCta .whyChoose__item__line:before,
    .faqsCta .whyChoose__item__line:after {
        -webkit-transition: none;
        transition: none
    }
}

.faqsCta .whyChoose__item__line:before {
    left: 0;
    width: 0;
    background: #19329c
}

.faqsCta .whyChoose__item__line:after {
    right: 0;
    background: #ff1919;
    width: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ff1919));
    background-image: linear-gradient(to right, #ff7900 0, #ff1919 100%);
    background-repeat: repeat-x
}

.faqsCta .whyChoose__item__line span {
    display: block;
    position: absolute;
    height: 3px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .faqsCta .whyChoose__item__line span {
        -webkit-transition: none;
        transition: none
    }
}

@media(min-width:768px) {
    .faqsCta .whyChoose__item:first-child:before {
        left: -1000px
    }

    .faqsCta .whyChoose__item:first-child .whyChoose__item__icon img {
        height: 3.8571428571em
    }

    .faqsCta .whyChoose__item:first-child .whyChoose__item__line span {
        background: #19329c;
        right: 100%;
        left: -1000px
    }

    .faqsCta .whyChoose__item:last-child:before {
        right: -1000px
    }

    .faqsCta .whyChoose__item:last-child .whyChoose__item__icon img {
        height: 4.8571428571em
    }

    .faqsCta .whyChoose__item:last-child .whyChoose__item__line span {
        background: #ff1919;
        left: 100%;
        right: -1000px
    }
}

.faqsCta .whyChoose__item:hover:before {
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25);
    box-shadow: 0 .3125rem 1.25rem rgba(25, 50, 156, 0.25)
}

.faqsCta .whyChoose__item:hover .whyChoose__item__line::before,
.faqsCta .whyChoose__item:hover .whyChoose__item__line:after {
    opacity: 1
}

.faqsCta .whyChoose__item:hover .whyChoose__item__line:before {
    width: 66.6666666667%
}

.faqsCta .whyChoose__item:hover .whyChoose__item__line:after {
    width: 33.3333333333%
}

.faqsCta .whyChoose__item:hover .whyChoose__item__line span {
    opacity: 1
}

@media(max-width:1199.98px) {
    .faqsCta__inner {
        margin: 0 -60px
    }
}

@media(max-width:991.98px) {
    .faqsCta__inner {
        margin: 0 -20px
    }

    .faqsCta .whyChoose__item {
        padding: 3.4375rem 1.25rem 3.75rem
    }
}

@media(max-width:767.98px) {
    .faqsCta {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .faqsCta__inner {
        margin: 0
    }

    .faqsCta .whyChoose__item {
        padding: 2.1875rem 1.25rem 2.8125rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .faqsCta .whyChoose__item:before {
        left: -500px;
        right: -500px
    }

    .faqsCta .whyChoose__item__line span {
        position: static
    }

    .faqsCta .whyChoose__item__line span:before,
    .faqsCta .whyChoose__item__line span:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 3px
    }

    .faqsCta .whyChoose__item__line span:before {
        background: #19329c;
        left: -500px;
        right: 100%
    }

    .faqsCta .whyChoose__item__line span:after {
        background: #ff1919;
        right: -500px;
        left: 100%
    }

    .faqsCta .whyChoose__item:first-child .whyChoose__item__icon img {
        height: 3.8571428571em
    }

    .faqsCta .whyChoose__item:last-child .whyChoose__item__icon img {
        height: 4.8571428571em
    }

    .faqsCta .whyChoose__item+.whyChoose__item {
        margin-top: 30px
    }
}

.searchSection {
    padding: 30px 0 90px;
    -webkit-box-shadow: inset 0 -10px 30px rgba(25, 50, 156, 0.15);
    box-shadow: inset 0 -10px 30px rgba(25, 50, 156, 0.15)
}

.searchSection .searchForm {
    position: relative;
    margin-bottom: 55px
}

.searchSection .searchForm::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#19329c), to(#1a5fe0));
    background-image: linear-gradient(to right, #19329c 0, #1a5fe0 100%);
    background-repeat: repeat-x
}

.searchSection .searchForm .form-control {
    border-radius: 0;
    border-color: transparent;
    padding: 10px;
    padding-left: 15px;
    padding-right: 40px
}

.searchSection .searchForm .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 12px
}

.searchSection .heading {
    margin-bottom: 38px
}

.searchSection .heading small {
    font-size: 1rem;
    font-style: italic
}

.searchSection .heading i {
    margin: 110px 0;
    display: block
}

.searchSection .heading i img {
    width: 240px
}

.searchSection .heading i+small {
    font-size: 1.25rem;
    padding-bottom: 40px
}

@media(max-width:767.98px) {
    .searchSection .heading i {
        margin: 30px 0
    }

    .searchSection .heading i img {
        width: 100px
    }

    .searchSection .heading i+small {
        font-size: 1rem;
        padding-bottom: 0
    }
}

.searchSection .searchResults {
    padding-bottom: 25px
}

.searchSection .searchResults .searchResult {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1
}

.searchSection .searchResults .searchResult p:last-child {
    margin-bottom: 0
}

.searchSection .searchResults .searchResult__title {
    font-size: 1.0625rem;
    text-transform: uppercase;
    margin-bottom: .7647058824em
}

.searchSection .searchResults .searchResult__content {
    font-size: 1rem;
    color: #646464
}

.searchSection .searchResults .searchResult__content:after {
    content: " [...]"
}

.searchSection .searchResults .paginationDot {
    padding: 1.875rem 0
}

.searchSection .joinCultureContact__form {
    margin: 0
}
.navbar__search__btn:before, .navbar__search__btn:after
{
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    top: 50%;
    right: 0;
    background: #19329c;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* margin-left: 12px; */
    margin-top: -2px;
    margin-right: 6px;
}

/* .navbar__search.active [class*="__btn"] .svg {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.1);
} */
.mgr-left
{
    margin-left: 162px;
}

.navbar__search__btn svg
{
    width: 25px;
    height: 25px;
}

@media(max-width:364px)
{
    .mgr-left {
        margin-left: 0px;
    }
}

.display-none
{
    display: none;
}

@media(max-width:899px)
{
    .display-none
    {
        display: block;
    }

}
@media(max-width:500px)
{
    #tin-tuc-none
    {
        display: none;
    }
}
.hottline
{
    padding: 7px 0px;
}
.hottline span
{
    color: #FFF;
}
.hottline p
{
    color: #FFF;
    margin-top: 2px;
    margin-bottom: 0rem;
}
@media(max-width:345px)
{
    .navbar__bottom .container
    {
        display: block;
    }
    .hottline {
        margin-left: 15px;
        margin-top: 2px;
    }
}

