/* Minification failed. Returning unminified contents.
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(28,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-primary-second'
(31,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-primary-three'
(34,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-secondary-three'
(37,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-purple-light'
(40,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-secondary-four'
(44,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-dark-green'
(48,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-tertiary-two'
(53,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(56,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-cobalt'
(59,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-dark-blue'
(62,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-light-blue'
(65,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-pacific-blue'
(68,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-purple-blue'
(71,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-purple-blue'
(76,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(79,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-cobalt'
(82,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-dark-blue'
(85,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-light-blue'
(88,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-pacific-blue'
(91,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-purple-blue'
(94,24): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-purple-blue'
(6128,28): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-secondary-three'
(6132,28): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(6137,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-secondary-three'
(6141,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(8538,21): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(8558,39): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-cobalt'
(8563,21): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(12158,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-cobalt'
(12182,21): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(12202,39): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-cobalt'
(12207,21): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(12284,37): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-cobalt'
(12287,37): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(12290,37): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-pacific-blue'
(12293,37): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-purple-blue'
(12308,21): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-blue'
(12324,29): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-cobalt'
(12523,17): run-time error CSS1039: Token not allowed after unary operator: '-color-corporative-primary-three'
 */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */

:root {
    --color-corporative-primary-second: #1E49E2; 
    --color-corporative-primary-three: #0091da;
    --color-corporative-tertiary-one: #1e49e2;
    --color-corporative-secondary-two: #7213EA;
    --color-corporative-secondary-three: #6d2077;
    --color-corporative-secondary-four: #00B8F5;
    --color-corporative-tertiary: #00338d;
    --color-corporative-tertiary-two: #43b02a;

    /* NEW CORPORATIVE COLOR 2022 */
    --color-corporative-blue: #00338d;
    --color-corporative-cobalt: #1e49e2;
    --color-corporative-dark-blue: #0c223c;
    --color-corporative-light-blue: #aceaff;
    --color-corporative-pacific-blue: #00b8f5;
    --color-corporative-purple: #7213ea;
    --color-corporative-pink: #fd349c;
    --color-corporative-dark-green: #098e7e;
}

.text-dark-blue {
    color: var(--color-corporative-blue, #00338d);
}
.text-medium-blue {
    color: var(--color-corporative-primary-second, #1E49E2);
}
.text-light-blue {
    color: var(--color-corporative-primary-three, #0091da);
}
.text-purple {
    color: var(--color-corporative-secondary-three, #6d2077);
}
.text-purple-light {
    color: var(--color-corporative-purple-light, #7213ea);
}
.text-green {
    color: var(--color-corporative-secondary-four, #00B8F5);
}

.text-dark-green {
    color: var(--color-corporative-dark-green, #098e7e);
}

.text-old-green {
    color: var(--color-corporative-tertiary-two, #43b02a);
}


.border-color-blue {
    border-color: var(--color-corporative-blue, #00338d) !important;
}
.border-color-cobalt {
    border-color: var(--color-corporative-cobalt, #1e49e2)!important;
}
.border-color-dark-blue {
    border-color: var(--color-corporative-dark-blue, #0c223c)!important;
}
.border-color-light-blue {
    border-color: var(--color-corporative-light-blue, #aceaff)!important;
}
.border-color-pacific-blue {
    border-color: var(--color-corporative-pacific-blue, #00b8f5)!important;
}
.border-color-purple {
    border-color: var(--color-corporative-purple-blue, #7213ea)!important;
}
.border-color-pink {
    border-color: var(--color-corporative-purple-blue, #fd349c)!important;
}


.background-color-blue {
    border-color: var(--color-corporative-blue, #00338d) !important;
}
.background-color-cobalt {
    border-color: var(--color-corporative-cobalt, #1e49e2)!important;
}
.background-color-dark-blue {
    border-color: var(--color-corporative-dark-blue, #0c223c)!important;
}
.background-color-light-blue {
    border-color: var(--color-corporative-light-blue, #aceaff)!important;
}
.background-color-pacific-blue {
    border-color: var(--color-corporative-pacific-blue, #00b8f5)!important;
}
.background-color-purple {
    border-color: var(--color-corporative-purple-blue, #7213ea)!important;
}
.background-color-pink {
    border-color: var(--color-corporative-purple-blue, #fd349c)!important;
}



@font-face {
    font-family: 'Open Sans Condensed Regular';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Condensed Regular"),local("OpenSans_Condensed-Regular"),url("../fonts/OpenSans/OpenSans_Condensed-Regular.woff") format("woff"),url("../fonts/OpenSans/OpenSans_Condensed-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"),url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'KPMG Light';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/KPMG-Light.eot");
    src: local("KPMG Light"),local("KPMG-Light"),url("../fonts/KPMG-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/KPMG-Light.woff") format("woff"),url("../fonts/KPMG-Light.ttf") format("truetype"),url("../fonts/KPMG-Light.svg#OpenSans") format("svg");
    font-display: swap;
}


@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),url("../fonts/Flaticon.woff") format("woff"),url("../fonts/Flaticon.ttf") format("truetype"),url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg")
    }
}


@font-face {
    font-family: 'flaticon2';
    src: url('../fonts/flaticon2.eot');
    src: url('../fonts/flaticon2.eot?#iefix') format('embedded-opentype'), url('../fonts/flaticon2.woff2') format('woff2'), url('../fonts/flaticon2.woff') format('woff'), url('../fonts/flaticon2.ttf') format('truetype'), url('../fonts/flaticon2.svg#flaticon2') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="flaticon2-"]:before, [class*=" flaticon2-"]:before {
    font-family: "flaticon2";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.flaticon2-virus_1:before {
    content: '\e800';
} /* '' */


@font-face {
    font-family: 'kpmgIcons';
    src: url("../fonts/kpmgIcons.eot");
    src: url("../fonts/kpmgIcons.eot?#iefix") format("embedded-opentype"),url("../fonts/kpmgIcons.woff") format("woff"),url("../fonts/kpmgIcons.ttf") format("truetype"),url("../fonts/kpmgIcons.svg#kpmgIcons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'kpmgIcons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-close:before {
    content: '\0041'
}

.icon-place:before {
    content: '\0042'
}

.icon-plus:before {
    content: '\0043'
}

.icon-minus:before {
    content: '\0044'
}

.icon-twitter:before {
    content: '\0045'
}

.icon-arrow:before {
    content: '\0046';
    font-weight: bold
}

.icon-login:before {
    content: '\0047'
}

.icon-plus-simple:before {
    content: '\0048'
}

.icon-minus-simple:before {
    content: '\0049'
}

.icon-check:before {
    content: '\004a'
}

.icon-info:before {
    content: '\004b'
}

.icon-ccv:before {
    content: '\004c'
}

.icon-bank:before {
    content: '\004d'
}

.icon-save:before {
    content: '\004e'
}

.icon-contabilidad:before {
    content: '\004f';
    font-weight: bold
}

.icon-contratos:before {
    content: '\0050'
}

.icon-fiscalidad:before {
    content: '\0051'
}

.icon-irpf:before {
    content: '\0052'
}

.icon-nominas:before {
    content: '\0053'
}

.icon-notificaciones:before {
    content: '\0054'
}

.icon-otros:before {
    content: '\0055'
}

.icon-portal:before {
    content: '\0056'
}

.icon-seguridadsocial:before {
    content: '\0057'
}

.icon-serviciosmercantiles:before {
    content: '\0058'
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-alarm-clock:before {
    content: "\f100"
}

.flaticon-atomic:before {
    content: "\f101"
}

.flaticon-bar-chart:before {
    content: "\f102"
}

.flaticon-battery:before {
    content: "\f103"
}

.flaticon-battery-1:before {
    content: "\f104"
}

.flaticon-bell:before {
    content: "\f105"
}

.flaticon-bluetooth:before {
    content: "\f106"
}

.flaticon-book:before {
    content: "\f107"
}

.flaticon-box:before {
    content: "\f108"
}

.flaticon-calculator:before {
    content: "\f109"
}

.flaticon-calendar:before {
    content: "\f10a"
}

.flaticon-car:before {
    content: "\f10b"
}

.flaticon-chat:before {
    content: "\f10c"
}

.flaticon-chat-1:before {
    content: "\f10d"
}

.flaticon-checked:before {
    content: "\f10e"
}

.flaticon-cloud:before {
    content: "\f10f"
}

.flaticon-cloud-computing:before {
    content: "\f110"
}

.flaticon-cloud-computing-1:before {
    content: "\f111"
}

.flaticon-compass:before {
    content: "\f112"
}

.flaticon-credit-card:before {
    content: "\f113"
}

.flaticon-cursor:before {
    content: "\f114"
}

.flaticon-cutlery:before {
    content: "\f115"
}

.flaticon-download:before {
    content: "\f116"
}

.flaticon-edit:before {
    content: "\f117"
}

.flaticon-envelope:before {
    content: "\f118"
}

.flaticon-eraser:before {
    content: "\f119"
}

.flaticon-eye:before {
    content: "\f11a"
}

.flaticon-fast-forward:before {
    content: "\f11b"
}

.flaticon-favorites:before {
    content: "\f11c"
}

.flaticon-file:before {
    content: "\f11d"
}

.flaticon-file-1:before {
    content: "\f11e"
}

.flaticon-file-2:before {
    content: "\f11f"
}

.flaticon-file-3:before {
    content: "\f120"
}

.flaticon-filter:before {
    content: "\f121"
}

.flaticon-flag:before {
    content: "\f122"
}

.flaticon-folder:before {
    content: "\f123"
}

.flaticon-folder-1:before {
    content: "\f124"
}

.flaticon-gamepad:before {
    content: "\f125"
}

.flaticon-heart:before {
    content: "\f126"
}

.flaticon-home:before {
    content: "\f127"
}

.flaticon-id-card:before {
    content: "\f128"
}

.flaticon-idea:before {
    content: "\f129"
}

.flaticon-image:before {
    content: "\f12a"
}

.flaticon-inbox:before {
    content: "\f12b"
}

.flaticon-information:before {
    content: "\f12c"
}

.flaticon-key:before {
    content: "\f12d"
}

.flaticon-laptop:before {
    content: "\f12e"
}

.flaticon-layers:before {
    content: "\f12f"
}

.flaticon-like:before {
    content: "\f130"
}

.flaticon-line-chart:before {
    content: "\f131"
}

.flaticon-loupe:before {
    content: "\f132"
}

.flaticon-mail:before {
    content: "\f133"
}

.flaticon-map:before {
    content: "\f134"
}

.flaticon-medal:before {
    content: "\f135"
}

.flaticon-megaphone:before {
    content: "\f136"
}

.flaticon-message:before {
    content: "\f137"
}

.flaticon-message-1:before {
    content: "\f138"
}

.flaticon-message-2:before {
    content: "\f139"
}

.flaticon-microphone:before {
    content: "\f13a"
}

.flaticon-money:before {
    content: "\f13b"
}

.flaticon-monitor:before {
    content: "\f13c"
}

.flaticon-music:before {
    content: "\f13d"
}

.flaticon-next:before {
    content: "\f13e"
}

.flaticon-padlock:before {
    content: "\f13f"
}

.flaticon-padlock-1:before {
    content: "\f140"
}

.flaticon-paint-brush:before {
    content: "\f141"
}

.flaticon-pause:before {
    content: "\f142"
}

.flaticon-phone-call:before {
    content: "\f143"
}

.flaticon-photo-camera:before {
    content: "\f144"
}

.flaticon-placeholder:before {
    content: "\f145"
}

.flaticon-planet-earth:before {
    content: "\f146"
}

.flaticon-play-button:before {
    content: "\f147"
}

.flaticon-power-button:before {
    content: "\f148"
}

.flaticon-presentation:before {
    content: "\f149"
}

.flaticon-printer:before {
    content: "\f14a"
}

.flaticon-reload:before {
    content: "\f14b"
}

.flaticon-return:before {
    content: "\f14c"
}

.flaticon-rss:before {
    content: "\f14d"
}

.flaticon-safebox:before {
    content: "\f14e"
}

.flaticon-settings:before {
    content: "\f14f"
}

.flaticon-settings-1:before {
    content: "\f150"
}

.flaticon-settings-2:before {
    content: "\f151"
}

.flaticon-share:before {
    content: "\f152"
}

.flaticon-shield:before {
    content: "\f153"
}

.flaticon-shopping-cart:before {
    content: "\f154"
}

.flaticon-smartphone:before {
    content: "\f155"
}

.flaticon-speaker:before {
    content: "\f156"
}

.flaticon-speakers:before {
    content: "\f157"
}

.flaticon-trash:before {
    content: "\f158"
}

.flaticon-trophy:before {
    content: "\f159"
}

.flaticon-upload:before {
    content: "\f15a"
}

.flaticon-user:before {
    content: "\f15b"
}

.flaticon-user-1:before {
    content: "\f15c"
}

.flaticon-user-2:before {
    content: "\f15d"
}

.flaticon-user-3:before {
    content: "\f15e"
}

.flaticon-users:before {
    content: "\f15f"
}

.flaticon-video-camera:before {
    content: "\f160"
}

.flaticon-wifi:before {
    content: "\f161"
}

.flaticon-zoom-in:before {
    content: "\f162"
}

.flaticon-zoom-out:before {
    content: "\f163"
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        transform: scale(0.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        transform: scale(0.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s top,.2s -webkit-transform;
            transition: .2s transform,.2s top;
            transition: .2s transform,.2s top,.2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s left,.2s -webkit-transform;
        transition: .2s transform,.2s left;
        transition: .2s transform,.2s left,.2s -webkit-transform
    }

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*!
 * # Semantic UI 2.2.12 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: 0;
    text-align: left;
    transition: box-shadow .1s ease,width .1s ease;
    -webkit-tap-highlight-color: transparent
}

    .ui.dropdown .menu {
        cursor: auto;
        position: absolute;
        display: none;
        outline: 0;
        top: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 0;
        padding: 0 0;
        background: #fff;
        font-size: 1em;
        text-shadow: none;
        text-align: left;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15);
        border: 1px solid rgba(34,36,38,0.15);
        border-radius: .28571429rem;
        transition: opacity .1s ease;
        z-index: 11;
        will-change: transform,opacity
    }

        .ui.dropdown .menu > * {
            white-space: nowrap
        }

    .ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
        display: none !important
    }

    .ui.dropdown > .dropdown.icon {
        position: relative;
        width: auto;
        font-size: .85714286em;
        margin: 0 0 0 1em
    }

    .ui.dropdown .menu > .item .dropdown.icon {
        width: auto;
        float: right;
        margin: 0 0 0 1em
    }

        .ui.dropdown .menu > .item .dropdown.icon + .text {
            margin-right: 1em
        }

    .ui.dropdown > .text {
        display: inline-block;
        transition: none
    }

    .ui.dropdown .menu > .item {
        position: relative;
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: left;
        border-top: none;
        line-height: 1em;
        color: rgba(0,0,0,0.87);
        padding: 0.78571rem 1.14286rem !important;
        font-size: 1rem;
        text-transform: none;
        font-weight: 400;
        box-shadow: none;
        -webkit-touch-callout: none
    }

        .ui.dropdown .menu > .item:first-child {
            border-top-width: 0
        }

    .ui.dropdown .menu .item > [class*="right floated"], .ui.dropdown > .text > [class*="right floated"] {
        float: right !important;
        margin-right: 0 !important;
        margin-left: 1em !important
    }

    .ui.dropdown .menu .item > [class*="left floated"], .ui.dropdown > .text > [class*="left floated"] {
        float: left !important;
        margin-left: 0 !important;
        margin-right: 1em !important
    }

    .ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
        margin-top: 0
    }

    .ui.dropdown .menu > .header {
        margin: 1rem 0 .75rem;
        padding: 0 1.14285714rem;
        color: rgba(0,0,0,0.85);
        font-size: .78571429em;
        font-weight: 700;
        text-transform: uppercase
    }

    .ui.dropdown .menu > .divider {
        border-top: 1px solid rgba(34,36,38,0.1);
        height: 0;
        margin: .5em 0
    }

    .ui.dropdown .menu > .input {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1.14285714rem .78571429rem;
        min-width: 10rem
    }

    .ui.dropdown .menu > .header + .input {
        margin-top: 0
    }

    .ui.dropdown .menu > .input:not(.transparent) input {
        padding: .5em 1em
    }

    .ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
        padding-top: .5em;
        padding-bottom: .5em
    }

    .ui.dropdown .menu > .item > .description, .ui.dropdown > .text > .description {
        float: right;
        margin: 0 0 0 1em;
        color: rgba(0,0,0,0.4)
    }

    .ui.dropdown .menu > .message {
        padding: .78571429rem 1.14285714rem;
        font-weight: 400
    }

        .ui.dropdown .menu > .message:not(.ui) {
            color: rgba(0,0,0,0.4)
        }

    .ui.dropdown .menu .menu {
        top: 0 !important;
        left: 100%;
        right: auto;
        margin: 0 0 0 -0.5em !important;
        border-radius: 0.28571rem !important;
        z-index: 21 !important
    }

        .ui.dropdown .menu .menu:after {
            display: none
        }

    .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
        margin-top: 0
    }

    .ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img {
        margin-top: 0
    }

    .ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
        margin-left: 0;
        float: none;
        margin-right: .78571429rem
    }

    .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-top: -.5em;
        margin-bottom: -.5em;
        max-height: 2em
    }

    .ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
        display: none
    }

.ui.menu .ui.dropdown .menu .active.item {
    border-left: none
}

.ui.buttons > .ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu {
    left: auto;
    right: 0
}

.ui.label.dropdown .menu {
    min-width: 100%
}

.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0
}

.ui.button.dropdown .menu {
    min-width: 100%
}

ul.submenu.menu-items-max-content{
    width: max-content;
}

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
    color: rgba(0,0,0,0.87);
    box-shadow: none;
    border: 1px solid rgba(34,36,38,0.15);
    border-radius: .28571429rem;
    transition: box-shadow .1s ease,width .1s ease
}

    .ui.selection.dropdown.active, .ui.selection.dropdown.visible {
        z-index: 10
    }

select.ui.dropdown {
    height: 38px;
    padding: .5em;
    border: 1px solid rgba(34,36,38,0.15);
    visibility: visible
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: .78571429em;
    right: 1em;
    z-index: 3;
    margin: -.78571429em;
    padding: .91666667em;
    opacity: .8;
    transition: opacity .1s ease
}

.ui.compact.selection.dropdown {
    min-width: 0
}

.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0 !important;
    width: auto;
    outline: 0;
    margin: 0 -1px;
    min-width: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 0 0 .28571429rem .28571429rem;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15);
    transition: opacity .1s ease
}

    .ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
        display: none
    }

    .ui.selection.dropdown .menu > .message {
        padding: .78571429rem 1.14285714rem
    }

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem
    }
}

.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #fafafa;
    padding: 0.78571rem 1.14286rem !important;
    white-space: normal;
    word-wrap: normal
}

.ui.selection.dropdown .menu > .hidden.addition.item {
    display: none
}

.ui.selection.dropdown:hover {
    border-color: rgba(34,36,38,0.35);
    box-shadow: none
}

.ui.selection.active.dropdown {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15)
}

    .ui.selection.active.dropdown .menu {
        border-color: #96c8da;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15)
    }

.ui.selection.dropdown:focus {
    border-color: #96c8da;
    box-shadow: none
}

    .ui.selection.dropdown:focus .menu {
        border-color: #96c8da;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15)
    }

.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 400;
    color: rgba(0,0,0,0.8)
}

.ui.selection.active.dropdown:hover {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15)
}

    .ui.selection.active.dropdown:hover .menu {
        border-color: #96c8da;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,0.15)
    }

.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
    opacity: 1;
    z-index: 3
}

.ui.active.selection.dropdown {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.ui.active.empty.selection.dropdown {
    border-radius: 0.28571rem !important;
    box-shadow: none !important
}

    .ui.active.empty.selection.dropdown .menu {
        border: none !important;
        box-shadow: none !important
    }

.ui.search.dropdown {
    min-width: ''
}

    .ui.search.dropdown > input.search {
        background: none transparent !important;
        border: none !important;
        box-shadow: none !important;
        cursor: text;
        top: 0;
        left: 1px;
        width: 100%;
        outline: 0;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        padding: inherit
    }

    .ui.search.dropdown > input.search {
        position: absolute;
        z-index: 2
    }

    .ui.search.dropdown > .text {
        cursor: text;
        position: relative;
        left: 1px;
        z-index: 3
    }

.ui.search.selection.dropdown > input.search {
    line-height: 1.21428571em;
    padding: .67857143em 2.1em .67857143em 1em
}

.ui.search.selection.dropdown > span.sizer {
    line-height: 1.21428571em;
    padding: .67857143em 2.1em .67857143em 1em;
    display: none;
    white-space: pre
}

.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
    cursor: auto
}

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
    pointer-events: none
}

.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
    opacity: .45
}

.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(115,115,115,0.87) !important
}

.ui.search.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width: 767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width: 768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width: 992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width: 1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem
    }
}

.ui.multiple.dropdown {
    padding: .22619048em 2.1em .22619048em .35714286em
}

    .ui.multiple.dropdown .menu {
        cursor: auto
    }

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
    cursor: text
}

.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: .35714286em .78571429em;
    margin: .14285714rem .28571429rem .14285714rem 0;
    box-shadow: 0 0 0 1px rgba(34,36,38,0.15) inset
}

.ui.multiple.dropdown .dropdown.icon {
    margin: '';
    padding: ''
}

.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em
}

.ui.multiple.dropdown > .label ~ input.search {
    margin-left: 0.14286em !important
}

.ui.multiple.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em
}

.ui.multiple.search.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    width: 2.2em;
    line-height: 1.21428571em
}

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit
}

    .ui.inline.dropdown .dropdown.icon {
        margin: 0 .5em 0 .21428571em;
        vertical-align: baseline
    }

    .ui.inline.dropdown > .text {
        font-weight: 700
    }

    .ui.inline.dropdown .menu {
        cursor: auto;
        margin-top: .21428571em;
        border-radius: .28571429rem
    }

.ui.dropdown .menu .active.item {
    background: 0 0;
    font-weight: 700;
    color: rgba(0,0,0,0.95);
    box-shadow: none;
    z-index: 12
}

.ui.dropdown .menu > .item:hover {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.95);
    z-index: 13
}

.ui.loading.dropdown > i.icon {
    height: 1em !important
}

.ui.loading.selection.dropdown > i.icon {
    padding: 1.5em 1.28571em !important
}

.ui.loading.dropdown > i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0,0,0,0.1)
}

.ui.loading.dropdown > i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    box-shadow: 0 0 0 1px transparent;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: dropdown-spin .6s linear;
    animation: dropdown-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em
}

.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
    display: none
}

@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
    color: rgba(191,191,191,0.87)
}

.ui.default.dropdown:not(.button) > input:focus ~ .text, .ui.dropdown:not(.button) > input:focus ~ .default.text {
    color: rgba(115,115,115,0.87)
}

.ui.loading.dropdown > .text {
    transition: none
}

.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.dropdown > .loading.menu {
    left: 0 !important;
    right: auto !important
}

.ui.dropdown > .menu .loading.menu {
    left: 100% !important;
    right: auto !important
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    background: rgba(0,0,0,0.03);
    color: rgba(0,0,0,0.95)
}

.ui.dropdown > .filtered.text {
    visibility: hidden
}

.ui.dropdown .filtered.item {
    display: none !important
}

.ui.dropdown.error, .ui.dropdown.error > .default.text, .ui.dropdown.error > .text {
    color: #9f3a38
}

.ui.selection.dropdown.error {
    background: #fff6f6;
    border-color: #e0b4b4
}

    .ui.selection.dropdown.error:hover {
        border-color: #e0b4b4
    }

.ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu {
    border-color: #e0b4b4
}

    .ui.dropdown.error > .menu > .item {
        color: #9f3a38
    }

.ui.multiple.selection.error.dropdown > .label {
    border-color: #e0b4b4
}

.ui.dropdown.error > .menu > .item:hover {
    background-color: #fff2f2
}

.ui.dropdown.error > .menu .active.item {
    background-color: #fdcfcf
}

.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: .45
}

.ui.dropdown .menu {
    left: 0
}

    .ui.dropdown .menu .right.menu, .ui.dropdown .right.menu > .menu {
        left: 100% !important;
        right: auto !important;
        border-radius: 0.28571rem !important
    }

.ui.dropdown > .left.menu {
    left: auto !important;
    right: 0 !important
}

    .ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
        left: auto;
        right: 100%;
        margin: 0 -0.5em 0 0 !important;
        border-radius: 0.28571rem !important
    }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0
}

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0
}

    .ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
        margin-left: 1em;
        margin-right: 0
    }

.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.08);
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.dropdown .upward.menu {
    top: auto !important;
    bottom: 0 !important
}

.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
    border-radius: 0.28571rem 0.28571rem 0 0 !important
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.upward.selection.dropdown .menu {
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.08)
}

.ui.upward.selection.dropdown:hover {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.05)
}

.ui.active.upward.selection.dropdown {
    border-radius: 0 0 0.28571rem 0.28571rem !important
}

.ui.upward.selection.dropdown.visible {
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.08);
    border-radius: 0 0 0.28571rem 0.28571rem !important
}

.ui.upward.active.selection.dropdown:hover {
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.05)
}

    .ui.upward.active.selection.dropdown:hover .menu {
        box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.08)
    }

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto
}

.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 100% !important;
    width: auto !important
}

.ui.dropdown .scrolling.menu {
    position: static;
    overflow-y: auto;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: auto !important;
    border-top: 1px solid rgba(34,36,38,0.15)
}

    .ui.dropdown .scrolling.menu > .item.item.item, .ui.scrolling.dropdown .menu .item.item.item {
        border-top: none
    }

    .ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child {
        border-top: none
    }

.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
    display: block
}

@media all and (-ms-high-contrast: none) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        min-width: calc(100% - 17px)
    }
}

@media only screen and (max-width: 767px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 10.28571429rem
    }
}

@media only screen and (min-width: 768px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 15.42857143rem
    }
}

@media only screen and (min-width: 992px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem
    }
}

@media only screen and (min-width: 1920px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem
    }
}

.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
    display: none
}

.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity .1s ease
}

.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

    .ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
        overflow: visible;
        width: auto;
        height: auto;
        top: 100% !important;
        opacity: 1
    }

        .ui.simple.dropdown:hover > .menu > .item:hover > .menu, .ui.simple.dropdown > .menu > .item:active > .menu {
            overflow: visible;
            width: auto;
            height: auto;
            top: 0 !important;
            left: 100% !important;
            opacity: 1
        }

.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden
}

.ui.simple.visible.dropdown > .menu {
    display: block
}

.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0
}

    .ui.fluid.dropdown > .dropdown.icon {
        float: right
    }

.ui.floating.dropdown .menu {
    left: 0;
    right: auto;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,0.12),0 2px 10px 0 rgba(34,36,38,0.15) !important;
    border-radius: 0.28571rem !important
}

.ui.floating.dropdown > .menu {
    margin-top: 0.5em !important;
    border-radius: 0.28571rem !important
}

.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: .78571429rem;
    border-radius: .28571429rem
}

    .ui.pointing.dropdown > .menu:after {
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        visibility: visible;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: .5em;
        height: .5em;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,0.15);
        background: #fff;
        z-index: 2
    }

    .ui.pointing.dropdown > .menu:after {
        top: -.25em;
        left: 50%;
        margin: 0 0 0 -.25em
    }

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 1em 0 0
}

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 1em 0 0
}

    .ui.top.left.pointing.dropdown > .menu:after {
        top: -.25em;
        left: 1em;
        right: auto;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 1em 0 0
}

    .ui.top.pointing.dropdown > .left.menu:after, .ui.top.right.pointing.dropdown > .menu:after {
        top: -.25em;
        left: auto !important;
        right: 1em !important;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.ui.left.pointing.dropdown > .menu {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0 0 0 1em
}

    .ui.left.pointing.dropdown > .menu:after {
        top: 1em;
        left: -.25em;
        margin: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
    left: auto !important;
    right: 100% !important;
    margin: 0 1em 0 0
}

    .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
        top: 1em;
        left: auto;
        right: -.25em;
        margin: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.ui.right.pointing.dropdown > .menu {
    top: 0;
    left: auto;
    right: 100%;
    margin: 0 1em 0 0
}

    .ui.right.pointing.dropdown > .menu:after {
        top: 1em;
        left: auto;
        right: -.25em;
        margin: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    margin: 0 0 1em
}

    .ui.bottom.pointing.dropdown > .menu:after {
        top: auto;
        bottom: -.25em;
        right: auto;
        margin: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .ui.bottom.pointing.dropdown > .menu .menu {
        top: auto !important;
        bottom: 0 !important
    }

.ui.bottom.left.pointing.dropdown > .menu {
    left: 0;
    right: auto
}

    .ui.bottom.left.pointing.dropdown > .menu:after {
        left: 1em;
        right: auto
    }

.ui.bottom.right.pointing.dropdown > .menu {
    right: 0;
    left: auto
}

    .ui.bottom.right.pointing.dropdown > .menu:after {
        left: auto;
        right: 1em
    }

.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu {
    top: auto !important;
    bottom: 100% !important;
    margin: 0 0 .78571429rem;
    border-radius: .28571429rem
}

    .ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after {
        top: 100% !important;
        bottom: auto !important;
        box-shadow: 1px 1px 0 0 rgba(34,36,38,0.15);
        margin: -.25em 0 0
    }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 1em 0 0
}

    .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0 0 1em 0;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,0.15)
    }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 0 0 1em
}

    .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0 0 1em 0;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,0.15)
    }

@font-face {
    font-family: Dropdown;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.ui.dropdown > .dropdown.icon {
    font-family: Dropdown;
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center
}

.ui.dropdown > .dropdown.icon {
    width: auto
}

    .ui.dropdown > .dropdown.icon:before {
        content: '\f0d7'
    }

.ui.dropdown .menu .item .dropdown.icon:before {
    content: '\f0da'
}

.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\f0d9"
}

.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0da"
}

/*!
 * # Semantic UI 2.2.12 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important
}

.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px
}

.hidden.transition {
    display: none;
    visibility: hidden
}

.visible.transition {
    display: block !important;
    visibility: visible !important
}

.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.looping.transition {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.transition.browse {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

    .transition.browse.in {
        -webkit-animation-name: browseIn;
        animation-name: browseIn
    }

    .transition.browse.left.out, .transition.browse.out {
        -webkit-animation-name: browseOutLeft;
        animation-name: browseOutLeft
    }

    .transition.browse.right.out {
        -webkit-animation-name: browseOutRight;
        animation-name: browseOutRight
    }

@-webkit-keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1;
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
        opacity: 1;
        z-index: 999
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        z-index: 999
    }
}

@keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1;
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
        opacity: 1;
        z-index: 999
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        z-index: 999
    }
}

@-webkit-keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

@keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

@-webkit-keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

@keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

.drop.transition {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1)
}

    .drop.transition.in {
        -webkit-animation-name: dropIn;
        animation-name: dropIn
    }

    .drop.transition.out {
        -webkit-animation-name: dropOut;
        animation-name: dropOut
    }

@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.transition.fade.in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.transition.fade.out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.transition[class*="fade up"].out {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.transition[class*="fade down"].out {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.transition[class*="fade left"].out {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.transition[class*="fade right"].out {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

.flip.transition.in, .flip.transition.out {
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.horizontal.flip.transition.in {
    -webkit-animation-name: horizontalFlipIn;
    animation-name: horizontalFlipIn
}

.horizontal.flip.transition.out {
    -webkit-animation-name: horizontalFlipOut;
    animation-name: horizontalFlipOut
}

.vertical.flip.transition.in {
    -webkit-animation-name: verticalFlipIn;
    animation-name: verticalFlipIn
}

.vertical.flip.transition.out {
    -webkit-animation-name: verticalFlipOut;
    animation-name: verticalFlipOut
}

@-webkit-keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }
}

@keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }
}

@keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }
}

@keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }
}

.scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

.scale.transition.out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.transition.fly {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

    .transition.fly.in {
        -webkit-animation-name: flyIn;
        animation-name: flyIn
    }

.transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp
}

.transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown
}

.transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft
}

.transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight
}

.transition.fly.out {
    -webkit-animation-name: flyOut;
    animation-name: flyOut
}

.transition[class*="fly up"].out {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp
}

.transition[class*="fly down"].out {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown
}

.transition[class*="fly left"].out {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft
}

.transition[class*="fly right"].out {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight
}

@-webkit-keyframes flyIn {
    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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes flyIn {
    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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 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)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 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)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyOut {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes flyOut {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@-webkit-keyframes flyOutUp {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes flyOutUp {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-webkit-keyframes flyOutDown {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes flyOutDown {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.transition.slide.in, .transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.transition.slide.out, .transition[class*="slide down"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="slide up"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="slide left"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="slide right"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

@-webkit-keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.transition.swing {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.transition.swing.out, .transition[class*="swing down"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="swing up"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="swing left"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="swing right"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }
}

@-webkit-keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }
}

@keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }
}

@keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }
}

.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash
}

.shake.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: shake;
    animation-name: shake
}

.bounce.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.tada.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: tada;
    animation-name: tada
}

.pulse.transition {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.jiggle.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: jiggle;
    animation-name: jiggle
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes jiggle {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jiggle {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

body {
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    line-height: 1.25em
}

ul {
    list-style: none;
    padding-left: 0
}

a, a:hover {
    color: #1E49E2
}
a.white, a.color-white:hover {
    color: #0c233c;
}
p {
    color: black;
    line-height: 1.29em
}

b, strong {
    font-weight: bold
}

h1 {
    font-family: 'Open Sans Condensed Regular', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 2.75rem;
    font-weight: 700;
}

.title-error h1{
    font-size: 7rem;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    .title-error h1{
        font-size: 3.5rem;
    }
}


h2 {
    font-family: 'Open Sans Condensed Regular', Arial, Helvetica, sans-serif;
    color: #00338d;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5rem;
}

h2.title-section {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
}

h2.spaced {
    padding-top: 1.875rem;
}

@media only screen and (min-width: 768px) {
    h2.spaced {
        padding-top: 3.75rem
    }
}

h3 {
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem
}
h3.black{
    color: #000;
    font-weight: bold;
    font-size: 1.25rem
}

h3.h3-light{
    font-weight:300;
}

h4 {
    font-weight: bold;
    margin-bottom: 2.75rem;
    font-size: 1.625rem
}

h4.header-block {
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    background: #00338d;
    border: 1px solid #00338d;
    padding: 1rem;
    margin: 2rem 0;
    font-size: 2.25rem;
    letter-spacing: 2px;
}

h5.header-search {
    color: #00338d;
    fill: currentColor;
}
.link-search {
    color: #00338d;
    fill: currentColor;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    h4 {
        font-size: 1.875rem
    }
}

.container {
    max-width: 1100px;
    padding: 0 1.25rem;
    width: 100%
}

@media only screen and (min-width: 1201px) {
    .container {
        padding: 0 .5625rem
    }
}

.center {
    text-align: center
}

.text-left {
    text-align: left
}

div::-webkit-scrollbar {
    width: 10px
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #999
}

.collapse.in {
    display: block
}

.img-responsive {
    width: 100%;
    height: auto
}

.img-responsive-news {
    width: 100%;
    height: auto;
    min-height: 145px;
    max-height: 145px;
}

.btn-white {
    border-radius: 100px;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #fff;
    cursor: pointer;
    background: #fff
}

    .btn-white:hover, .btn-white:active, .btn-white:focus {
        text-decoration: none;
        background: #f0f0f0;
        border-color: #f0f0f0
    }

.btn-green {
    border-radius: 100px;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #fff;
    cursor: pointer;
    background: #00338d;
    border-color: #00338d;
    color: #fff
}
.card-totals a.btn-green {
    color:#fff;
}

    .btn-green:hover, .btn-green:active, .btn-green:focus {
        text-decoration: none;
        background: #1e49e2;
        border-color: #1e49e2;
        color: #fff;
        outline: none
    }

.btn-green-border {
    border-radius: 100px;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #fff;
    cursor: pointer;
    background: #fff;
    border-color: #00338d;
    color: #00338d
}

    .btn-green-border:hover, .btn-green-border:active, .btn-green-border:focus {
        text-decoration: none;
        border-color: #1e49e2;
        color: #1e49e2;
        outline: none
    }

input[type=text] {
    border-radius: 5px;
    border: 1px solid #979797
}

input[type=text]:hover {
    border-color: #333
}

input[type=text]:focus {
    border-width: 1px;
    border-color: #0091da
}
input[type=text], input[type=password] {
    border-radius: 5px;
    border: 1px solid #979797;
}
    
input[type=text]:hover, input[type=password]:hover {
    border-color: #333;
}
    
input[type=text]:focus, input[type=password]:focus {
    border-width: 1px;
    border-color: #0091da;
}
.input-group .input-group-addon {
    border: 1px solid #979797
}

.input-group input:focus + .input-group-addon {
    border-color: #0091da
}

.input-group:hover input, .input-group:hover .input-group-addon, input:hover + .input-group-addon, .input-group-addon:hover {
    border-color: #333
}

.has-danger {
    border-color: #f00
}

    .has-danger .form-control, .has-danger.custom-checkbox .custom-control-indicator, .has-danger .input-group-addon {
        border-color: #f00 !important
    }

    .has-danger .input-group-addon {
        background-color: white
    }

.form-control[readonly] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-weight: bold;
    padding: 0 0 .4375rem !important
}

.input-group-addon {
    background: #fff
}

.custom-controls-stacked {
    margin-bottom: 1.25rem
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background: none
}

    .custom-radio .custom-control-input:checked ~ .custom-control-indicator:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.custom-radio .custom-control-input:hover ~ .custom-control-indicator {
    border-color: #333
}

.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none
}

.custom-radio .custom-control-indicator {
    background: #fff;
    border: 1px solid #979797;
    width: 20px;
    height: 20px
}

    .custom-radio .custom-control-indicator:after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        border-radius: 100%;
        background: #00338d;
        left: 0;
        right: 0;
        margin: 3px auto;
        transition: all .2s ease;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

.custom-radio .custom-control-description {
    font-size: .875rem;
    margin: .3125rem
}

textarea.form-control {
    resize: none;
    border-color: #979797
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background: none
}

    .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.custom-checkbox .custom-control-input:hover ~ .custom-control-indicator {
    border-color: #333
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none
}

.custom-checkbox .custom-control-description {
    font-size: .875rem;
    margin: .375rem .625rem
}

.custom-checkbox .custom-control-indicator {
    background: #fff;
    border: 1px solid #979797;
    width: 25px;
    height: 25px;
    overflow: hidden
}

    .custom-checkbox .custom-control-indicator:after {
        content: "";
        width: 25px;
        height: 25px;
        content: '\004a';
        font-family: kpmgIcons;
        position: absolute;
        left: -8px;
        top: 2px;
        color: #00338d;
        transition: all .2s ease;
        font-size: 2.5rem;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

.ui.dropdown.selection {
    border-color: #979797;
    min-height: 0;
    padding: .65625rem .75rem;
    margin-bottom: .5rem
}

    .ui.dropdown.selection.active {
        border-color: #333
    }

        .ui.dropdown.selection.active:hover, .ui.dropdown.selection.active:hover .menu {
            border-color: #333
        }

        .ui.dropdown.selection.active > .dropdown.icon {
            -webkit-transform: rotate(180deg) translateY(2px);
            transform: rotate(180deg) translateY(2px)
        }

        .ui.dropdown.selection.active .menu {
            border-color: #333
        }

            .ui.dropdown.selection.active .menu > .item {
                border-color: #f0f0f0;
                padding: .625rem .9375rem !important
            }

                .ui.dropdown.selection.active .menu > .item:first-child {
                    border-top: 1px solid #333
                }

                .ui.dropdown.selection.active .menu > .item.selected, .ui.dropdown.selection.active .menu > .item:hover {
                    background: #f0f0f0
                }

    .ui.dropdown.selection:hover {
        border-color: #333
    }

    .ui.dropdown.selection > .dropdown.icon {
        font-family: 'kpmgIcons', Arial, Helvetica, sans-serif
    }

        .ui.dropdown.selection > .dropdown.icon:before {
            content: '\0046'
        }

.ui.dropdown.search > .text {
    left: 3px;
    font-size: .875rem
}

.ui.dropdown.has-danger {
    border-color: #f00
}

.switch-wrapper .switch-text {
    font-size: .875rem;
    position: relative;
    top: -15px
}

.switch-wrapper .switch {
    position: relative;
    width: 50px;
    height: 30px;
    margin: .3125rem
}

    .switch-wrapper .switch input {
        display: none
    }

.switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    border: 1px solid #e5e5e5;
    border-radius: 40px
}

    .switch-wrapper .slider:before {
        content: "";
        width: 27px;
        height: 27px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background: #fff;
        transition: .4s;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.17);
        border-radius: 100%;
        border: 1px solid #f0f0f0
    }

.switch-wrapper input:checked + .slider {
    background: #00338d;
    border-color: #00338d
}

    .switch-wrapper input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

.switch-wrapper input:hover + .slider:before {
    background: #f0f0f0
}

.error-list {
    display: none;
    text-align: left;
    color: #ff0400;
    font-size: 1rem;
    background: rgba(255,10,10,0.05);
    padding: .625rem 1.5625rem;
    list-style: disc;
    margin-top: -8px
}

    .error-list.with-errors {
        display: block
    }

    .error-list li {
        margin-bottom: .4375rem
    }

@media only screen and (max-width: 767px) {
    .row.has-slider {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media only screen and (min-width: 768px) {
    .mobile-slider .swiper-pagination, .customer-slider .swiper-pagination {
        display: none
    }
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    border: 1px solid #999;
    background: none
}

.swiper-pagination-bullet-active {
    background: #999
}

.go-back {
    font-size: .875rem;
    margin: .9375rem 0;
    display: inline-block
}

    .go-back .icon-arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block
    }

.register-section {
    padding: 3.75rem 0 1.875rem
}

@media only screen and (min-width: 768px) {
    .register-section {
        padding: 3.75rem 0 5.625rem
    }
}

.register-section .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .register-section .row.single-field {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.bullet-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

    .bullet-item span {
        font-size: 1.875rem;
        margin-right: 1.0625rem
    }

    .bullet-item .bullet-title {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: .625rem
    }

    .bullet-item .bullet-description {
        margin-bottom: 1.25rem
    }

@media only screen and (min-width: 1201px) {
    .bullet-item .bullet-description {
        margin-right: 1.875rem
    }
}

.register-prefooter.only-contact {
    background: linear-gradient(to top, #fff, #fbfbfb 56%, #eee)
}

.register-prefooter .process {
    border: none
}

.disclaimer {
    color: #999;
    font-style: italic
}

.icon-tooltip {
    color: #1E49E2;
    cursor: pointer
}

    .icon-tooltip:hover {
        color: #00338d
    }

.info-tooltip {
    display: none;
    background: #f0f0f0;
    padding: .5rem .625rem;
    border-radius: 5px;
    position: absolute;
    width: 200px;
    margin: 0 0 0 -95px;
    z-index: 99
}

@media only screen and (min-width: 768px) {
    .info-tooltip {
        margin: -20px 0 0 1.5625rem
    }
}

.info-tooltip:before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f0f0f0;
    top: -7px;
    left: 50%
}

@media only screen and (max-width: 767px) {
    .info-tooltip:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media only screen and (min-width: 768px) {
    .info-tooltip:before {
        left: -5px;
        top: 5px
    }
}

.info-tooltip p {
    font-size: .75rem
}

    .info-tooltip p:last-child {
        margin-bottom: 0
    }

.navbar, .navbar-inverse {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 62px
}

.navbar-collapse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav li {
    display: inline;
    color: white
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    padding: 1.875rem 1.5625rem 2.0625rem 1.5625rem
}

.navbar-inverse .navbar-nav li a:hover {
    background-color: #444444;
    transition: 0.7s all linear;
    height: 100%
}

.navbar-light .navbar-toggler {
    border: none;
    right: 6px;
    top: 5px
}

    .navbar-light .navbar-toggler:focus {
        outline: none
    }

.navbar-light .navbar-toggler-icon {
    color: white;
    /*background-image: url(./img/menu.png)*/
}

.main-nav {
    width: 100%;
    color: #fff
}

    .main-nav .navbar {
        padding: .625rem 0 0
    }

@media only screen and (max-width: 767px) {
    .main-nav .nav-logo {
        margin-left: 1.25rem
    }
}

.main-nav .nav-logo svg {
    fill: #fff;
    width: 75px;
    height: auto
}
.main-nav .nav-logo .header-logo-impulsa{
    content: url("/content/img/logo_white_small.png");
}

/* .main-nav.nav--scrolled .navbar .header-logo-impulsa{
    content: url("/content/img/logo_blue_small.png");
} */


.main-nav a {
    color: #fff;
    font-size: 1rem
}

@media only screen and (max-width: 767px) {
    .main-nav .navbar-nav a {
        padding: 0.5rem;
        display: block;
        border-top: 1px solid #00338d
    }

    .main-nav .navbar-nav a:hover {
        text-decoration: none
    }
}

.main-nav .navbar-nav .nav-item {
    position: relative
}



.main-nav .navbar-nav .nav-item .parent-menu .icon-arrow {
    font-size: .875rem;
    margin: .25rem 0 0 .3125rem;
    float: right;
    transition: all .3s ease-out
}

.main-nav .navbar-nav .nav-item .parent-menu:focus {
    text-decoration: none
}

.main-nav .navbar-nav .nav-item .parent-menu:hover {
    text-decoration: underline
}

.main-nav .navbar-nav .nav-item.nav--opened .icon-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -2px
}

.main-nav .submenu {
    display: none
}

@media only screen and (max-width: 1199px) {
    .main-nav .navbar-nav a{
        padding: 0.5rem calc((100% - 1100px) / 2);
    }
    .main-nav .navbar-nav .submenu li a {
        font-size: 1rem;
        padding: 0.5rem calc((100% - 1060px) / 2);
    }
    .main-nav .navbar-nav .submenu li a.dropdown-item {
        padding: 0.5rem calc((100% - 1020px) / 2);
    }
    ul.submenu.menu-items-max-content{
        width: inherit;
    }
}



.main-nav .nav-contact {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    margin: 0 2.5rem
}

@media only screen and (max-width: 767px) {
    
}

@media only screen and (min-width: 768px) {
    .main-nav .nav-contact {
        margin: 0 1rem
    }
}

@media only screen and (min-width: 1201px) {
    .main-nav .nav-contact {
        margin: 0 1.5rem 0 1rem;
    }
}

.main-nav .nav-contact:hover {
    text-decoration: none;
    background: #00338d;
    border-color: #00338d
}

.main-nav .nav-contact:active, .main-nav .nav-contact:focus {
    text-decoration: none;
    background: #1e49e2;
    border-color: #1e49e2
}

.main-nav .nav-login {
    width: 60px;
    height: 30px;
    border-radius: 100%;
    align-self: center;
}

.main-nav .phone {
    font-size: 1.5rem;
    font-family: 'Open Sans Regular',Arial,Helvetica,sans-serif;
    color: #fff;
    width: 16rem;
    margin-left: 2.5rem;
}
.main-nav .phone:hover {
    text-decoration: none;
}

.main-nav .phone-list {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .main-nav .nav-login {
        display: none
    }
}


@media only screen and (max-width: 767px) {
    .main-nav .phone {
        display:none;
    }
} 

@media only screen and (max-width: 812px) {
    .main-nav .phone {
        font-size: 1.25em;
        width: 9rem;
        margin-left: 1.5rem;
    }
} 


@media only screen and  (min-width: 813px) and ( max-width: 1024px ) {
    .main-nav .phone {
        font-size: 1.5em;
        width: 9rem;
        margin-left: 1.5rem;
    }
}



@media only screen and (min-width: 1201px) {
    .main-nav .nav-login {
        width: 55px
    }
}

.main-nav .nav-login:hover {
    background: #00338d
}

.main-nav .nav-login .icon-login {
    font-size: 1.875rem
}

    /* .main-nav .nav-login .icon-login:hover {
        background: #00338d
    } */

.main-nav.nav--scrolled .navbar, .main-nav.nav--open .navbar {
    background: #0c233c;
    transition: background .3s ease-out
}

.main-nav.nav--scrolled svg, .main-nav.nav--open svg {
    fill: #00338d
}

.main-nav.nav--scrolled a, .main-nav.nav--open a {
    color: #fff;
}

.main-nav.nav--scrolled .nav-contact, .main-nav.nav--open .nav-contact {
    border-color: #00338d;
    background: #00338d;
    color: #fff
}

    .main-nav.nav--scrolled .nav-contact:hover, .main-nav.nav--open .nav-contact:hover {
        border-color: #1e49e2;
        background: #1e49e2
    }

.main-nav.nav--scrolled .icon-login, .main-nav.nav--open .icon-login {
    color: #fff
}

    .main-nav.nav--scrolled .icon-login:hover, .main-nav.nav--open .icon-login:hover {
        color: #fff;
        /* background: #00338d */
    }

.main-nav.nav--scrolled .navbar-toggler-icon, .main-nav.nav--open .navbar-toggler-icon {
    /* background-image: url(./img/menu-open.png) */
    color: #00338d;
}

.login-tooltip {
    display: none;
    position: absolute;
    font-size: .75rem;
    background: #f0f0f0;
    color: #333;
    border-radius: 2px;
    width: 80px;
    text-align: center;
    top: -6px;
    right: -15px
}

    .login-tooltip:after {
        content: "";
        width: 4px;
        height: 2px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #f0f0f0;
        position: absolute;
        top: 20px;
        right: 33.5px
    }

.header-pymes .container > div {
    padding: 0
}

.header-pymes .col-md-1 {
    text-align: center;
    margin-left: 1.25rem
}

.header-pymes .btn-white {
    color: #00338D !important;
    display: none;
    font-size: .875rem;
    padding: .5rem .625rem
}

@media only screen and (min-width: 768px) {
    .header-pymes .btn-white {
        padding: .5rem .5rem
    }
}

@media only screen and (min-width: 1201px) {
    .header-pymes .btn-white {
        padding: .5rem 1.875rem
    }
}

.header-pymes nav, .header-pymes.main-nav.nav--scrolled .navbar {
    background-color: #3c2d7d
}

    .header-pymes nav svg, .header-pymes.main-nav.nav--scrolled .navbar svg {
        fill: #fff
    }

.header-pymes.main-nav.link--scrolled .btn-white {
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .header-pymes.main-nav.link--scrolled .col-md-1 {
        position: absolute;
        right: 15px;
        top: 8px;
        max-width: 55%;
        text-align: right
    }
}

.header-self .container > div {
    padding: 0
}

.header-self .col-md-1 {
    text-align: center;
    margin-left: 1.25rem
}

.header-self .btn-white {
    color: #00B8F5 !important;
    display: none;
    font-size: .875rem;
    padding: .5rem .625rem
}

@media only screen and (min-width: 768px) {
    .header-self .btn-white {
        padding: .5rem .5rem
    }
}

@media only screen and (min-width: 1201px) {
    .header-self .btn-white {
        padding: .5rem 1.875rem
    }
}

.header-self nav, .header-self.main-nav.nav--scrolled .navbar {
    background-color: #0a8c8a
}

    .header-self nav svg, .header-self.main-nav.nav--scrolled .navbar svg {
        fill: #fff
    }

.header-self.main-nav.link--scrolled .btn-white {
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .header-self.main-nav.link--scrolled .col-md-1 {
        position: absolute;
        right: 15px;
        top: 8px;
        max-width: 55%;
        text-align: right
    }
}

footer {
    background: #00338d
}

@media only screen and (max-width: 767px) {
    footer .footer-links {
        padding: 0
    }

        footer .footer-links .row {
            margin: 0
        }
}

@media only screen and (min-width: 768px) {
    footer .footer-links {
        padding-top: 2.5rem
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-links .row {
        margin: 0
    }
}

footer .footer-links h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.25rem
}

@media only screen and (max-width: 767px) {
    footer .footer-links h3 {
        padding: 1.25rem;
        border-bottom: 1px solid #082862
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-links h3 {
        margin-bottom: 1.125rem
    }
}

footer .footer-links h3 .icon-arrow {
    margin: .1875rem 0 -.125rem .1875rem;
    max-width: 15px;
    font-size: .9375rem;
    float: right;
    transition: all .3s ease-out
}

@media only screen and (min-width: 768px) {
    footer .footer-links h3 .icon-arrow {
        display: none
    }
}

footer .footer-links h3.open .icon-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -3px
}

@media only screen and (max-width: 767px) {
    footer .footer-links .footer-items {
        display: none;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-links .footer-items {
        display: block !important
    }
}

footer .footer-links .footer-items li {
    margin-bottom: .5rem;
    line-height: 1.1em
}

@media only screen and (max-width: 767px) {
    footer .footer-links .footer-items li {
        margin-bottom: 0;
        border-bottom: 1px solid #082862;
        padding: .9375rem 1.25rem
    }
}

footer .footer-links a {
    color: #fff;
    font-size: .875rem
}

footer .footer-links p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2em;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    footer .footer-links .help-me {
        text-align: center;
        padding: 0 1.5625rem
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-links .help-me h3 {
        margin-bottom: 0;
        border: none
    }
}

footer .footer-links .help-me .write-us {
    margin-left: .25rem
}

footer .footer-links .help-me .call-us {
    max-width: 15.625rem;
    margin: .625rem auto .75rem
}

@media only screen and (min-width: 1201px) {
    footer .footer-links .help-me .call-us {
        margin: .9375rem 0 1rem
    }
}

footer .footer-links .help-me .phone {
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    padding: .5rem .625rem 10px .125rem;
    text-decoration: none;
    letter-spacing: .0625rem
}

@media only screen and (min-width: 1201px) {
    footer .footer-links .help-me .phone {
        padding: .3125rem 1.4375rem 10px .125rem
    }
}

footer .social ul {
    width: auto;
    margin: 1.25rem auto .75rem
}

@media only screen and (min-width: 1201px) {
    footer .social ul {
        margin: .4375rem auto .625rem
    }
}

footer .social ul li {
    display: inline-block
}

    footer .social ul li a {
        width: 40px;
        height: 40px;
        margin: .625rem .9375rem;
        display: block;
        background: url(./img/social.png) no-repeat -1px -1px;
        position: relative
    }

@media only screen and (min-width: 1201px) {
    footer .social ul li a {
        margin: .625rem .8125rem
    }
}

footer .social ul li a.facebook {
    background-position: -43px -1px
}

footer .social ul li a.linkedin {
    background-position: -85px -1px
}

footer .social ul li a:hover:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgba(51,51,51,0.2);
    position: absolute;
    display: inline-block
}

footer .copyright {
    padding-top: 1.875rem;
    text-align: center;
    background: #f0f0f0
}

@media only screen and (min-width: 1201px) {
    footer .copyright {
        padding-top: 1.25rem
    }
}

footer .copyright svg {
    width: 50px;
    height: auto;
    fill: #00338d
}

footer .copyright p {
    font-size: 1rem;
    margin: .9375rem 0 0;
    line-height: 1.2em
}

@media only screen and (min-width: 1201px) {
    footer .copyright p {
        margin: .9375rem 2.1875rem 0
    }
}

footer .copyright ul {
    margin-bottom: 0;
    padding: 1.25rem 0 1.875rem
}


@media only screen and (min-width: 1201px) {
    footer .copyright ul {
        padding: 1.375rem 0 1.75rem
    }
}

footer .copyright ul li {
    display: inline-block;
    margin: 0 .3125rem
}

@media only screen and (min-width: 1201px) {
    footer .copyright ul li {
        margin: 0 .875rem
    }
}

footer .copyright ul li a {
    color: #00338d;
    font-size: 1rem;
}

@media only screen and (max-width: 768px) {
    footer .copyright ul li {
        display: block;
        margin: .5rem
    }
    footer .copyright ul li a{
        padding: 1rem;
    }
    footer .footer-links .help-me .write-us {
        display: inline-block;
        padding: 1rem;
    }
}

.top-item {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.top-item-wrapper {
    position: relative
}

    .top-item-wrapper:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute
    }

.top-item .col-md-2 {
    padding: 11.25rem 2.8125rem 9.375rem 0
}

.top-item .col-md-3 {
    padding: 11.25rem 2.8125rem 9.375rem 0
}

.top-item h2 {
    color: #fff
}

.top-item.top-home {
    background-image: url(./img/top-home.jpg)
}

    .top-item.top-home .top-item-wrapper {
        background-image: linear-gradient(312deg, rgba(0,94,184,0), rgba(0,94,184,0.84))
    }

        .top-item.top-home .top-item-wrapper:after {
            content: "";
            width: 100%;
            height: 75px;
            position: absolute;
            bottom: -1px;
            background: #fff;
            background: linear-gradient(to right bottom, transparent 49%, #f8f8f8 51%)
        }

    .top-item.top-home .container {
        padding: 8.125rem 2.5rem 6.25rem
    }

@media only screen and (min-width: 1201px) {
    .top-item.top-home .container {
        padding: 18.5rem 8.125rem 16.5625rem
    }
}

.top-item.top-home h3 {
    padding: 0 2.5rem;
    font-size: 1rem;
    line-height: 1.25em;
    margin-top: .625rem
}

@media only screen and (min-width: 1201px) {
    .top-item.top-home h3 {
        margin: .9375rem;
        padding: 0 5.9375rem;
        font-size: 1.25rem;
        line-height: 1.1em
    }
}

.top-item.top-home:hover .scroll-arrow {
    -webkit-animation: arrowBounce 1s infinite;
    animation: arrowBounce 1s infinite
}

.top-item.top-pymes {
    background-image: url(./img/top-pymes.png)
}

@media only screen and (max-width: 767px) {
    .top-item.top-pymes {
        background-position: 15% 0
    }
}

.top-item.top-pymes .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(63,44,144,0.5))
}

.top-item.top-self {
    background-image: url(./img/top-selfemployed.jpg)
}

@media only screen and (max-width: 767px) {
    .top-item.top-self {
        background-position: 80% 0
    }
}

.top-item.top-self .top-item-wrapper {
    background: linear-gradient(339deg, rgba(255,255,255,0), rgba(0,163,161,0.4))
}


.top-item.top-digital-certificate-issuance{
    background-image: url(./img/top-digital-certificate-issuance.jpg);
    background-position: 0;
    
}


.top-item.top-kit-digital{
    background-image: url(./img/top-kit-digital.jpg)
}

@media only screen and (max-width: 767px) {
    .top-item.top-kit-digital{
        background-position: 80% 0;
    }
}

.top-item.top-kit-digital.top-item-wrapper {
    background: linear-gradient(339deg, rgba(255,255,255,0), rgba(0,163,161,0.4))
}


/* SATELITES WEBS */
.top-item.top-kit-digital.kit-digital-program {
    background: rgb(109, 32, 119);
    background: linear-gradient(90deg, rgba(109,32,119,1) 0%, rgba(255,255,255,0) 75%), url(./img/top-program-kit-digital.jpg) 100% center no-repeat;
    background-size: cover;
    position: relative;
}
.main-wrapper-content h2.spaced, .content-kit-digital-program h2.spaced, .content-kit-digital-token h2.spaced, .content-kit-digital-grants h2.spaced{
    padding-top: 1.875rem;
    margin: 0 auto;
}
.open-sans-regular {
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 768px){
    .main-wrapper-content .configure-items .row > div, .content-kit-digital-program .configure-items .row > div, .content-kit-digital-token .configure-items .row > div, .content-kit-digital-grants .configure-items .row > div  {
        padding: 3.75rem 0.5625rem 1.875rem;
    }
}
.main-wrapper-content.pymes-agency-online .configure-items .row > div, .main-wrapper-content.pymes-agency-labor .configure-items .row > div {
    padding: 1rem 0.5625rem 1rem;
}
.page-title.top-self.purple {
    background-color: var(--color-corporative-secondary-three, #6d2077);
}

.page-title.top-self.blue {
    background-color: var(--color-corporative-blue, #00338d);
}


.page-title.top-self .btn-white.text-purple {
    color: var(--color-corporative-secondary-three, #6d2077);
}

.page-title.top-self .btn-white.text-dark-blue {
    color: var(--color-corporative-blue, #00338d);
}

.top-item.top-kit-digital.kit-digital-token {
    background: rgb(109, 32, 119);
    background: linear-gradient(90deg, rgba(109,32,119,1) 0%, rgba(255,255,255,0) 75%), url(./img/top-token-kit-digital.jpg) 100% center no-repeat;
    background-size: cover;
    position: relative;
}

/* PYMES ONLINE AGENCY */
.top-item.top-pymes-agency-online {
    background: rgb(109, 32, 119);
    background: linear-gradient(90deg, rgba(0,51,141,1) 0%, rgba(255,255,255,0) 75%), url(./img/gestoria-online-madrid-ondas.jpg) 100% center no-repeat;
    background-size: cover;
    position: relative;
}

/* END PYMES ONLINE AGENCY*/



/* PYMES AGENCY LABOR */
.top-item.top-pymes-agency-labor {
    background: rgb(109, 32, 119);
    background: linear-gradient(90deg, rgba(0,51,141,1) 0%, rgba(255,255,255,0) 75%), url(./img/pymes-gestoria-laboral.jpg) 100% center no-repeat;
    background-size: cover;
    position: relative;
}

/* CLUSTER AGENCY LABOR */
.top-item.top-pymes-agency-labor.management-payroll {
    background-image: url(./img/clusters/agencyLabor/top-header-management-payroll.jpeg) ;
}
.top-item.top-pymes-agency-labor.risk-prevention {
    background-image: url(./img/clusters/agencyLabor/top-header-risk-prevention.jpeg) ;
}
.top-item.top-pymes-agency-labor.social-security {
    background-image: url(./img/clusters/agencyLabor/top-header-social-security.jpeg) ;
}
/* END CLUSTER AGENCY LABOR*/


/* END PYMES AGENCY LABOR */

/* GRANTS */
.top-item.top-kit-digital.kit-digital-grants {
    background: rgb(109, 32, 119);
    background: linear-gradient(90deg, rgba(109,32,119,1) 0%, rgba(255,255,255,0) 75%), url(./img/top-grants-kit-digital.jpg) 100% center no-repeat;
    background-size: cover;
    position: relative;
}


@media only screen and (max-width: 767px){
    .row-segment-title{
        display: none;
    }
    .segment-content::before{
        content: attr(data-title);
        font-weight: 600;
        margin-right: 1rem;
    }
}
/* END GRANTS*/

/* END SATELITES WEBS */


.top-item.top-prices {
    background-image: url(./img/top-prices.png)
}

@media only screen and (max-width: 767px) {
    .top-item.top-prices {
        background-position: 65% 0
    }
}

.top-item.top-prices .top-item-wrapper {
    background: linear-gradient(311deg, rgba(0,94,184,0), rgba(0,94,184,0.8))
}

.top-item.top-contact {
    background-image: url(./img/top-contact-form.png)
}

.top-item.top-contact .top-item-wrapper {
    background: linear-gradient(311deg, rgba(0,94,184,0), rgba(0,94,184,0.8))
}

@media only screen and (min-width: 1201px) {
    .top-item.top-contact h2 {
        padding-right: 2.5rem
    }
}

.top-item.top-grant {
    background-image: url(./img/top-grant.jpg)
}

@media only screen and (max-width: 767px) {
    .top-item.top-grant {
        background-position: 65% 0
    }
}

.top-item.top-grant .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(63,44,144,0.5))
}

.top-item.top-legal {
    background-image: url(./img/top-legal.jpg)
}

@media only screen and (max-width: 767px) {
    .top-item.top-legal {
        background-position: 65% 0
    }
}

.top-item.top-legal .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(63,44,144,0.5))
}

.top-item.top-foundations {
    background-image: url(./img/top-foundations.jpg);
}

.top-item.top-foundations .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(71,10,104,0.5));
}


.top-item.top-entrepreneurs {
    background-image: url(./img/top-entrepreneurs.jpg);
}

.top-item.top-entrepreneurs .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(0,91,184,0.5));
}

.top-item.top-prices-foundations {
    background-image: url(./img/top-header-prices-foundations.jpg);
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .top-item.top-prices-foundations {
        background-position: 60% 0
    }
}

.top-item.top-prices-entrepreneurs .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(0,91,184,0.5));
}

.top-item.top-prices-entrepreneurs {
    background-image: url(./img/top-header-prices-entrepreneurs.jpg)
}

@media only screen and (max-width: 767px) {
    .top-item.top-prices-entrepreneurs {
        background-position: 15% 0
    }
}

.top-item.top-prices-foundations .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(71,10,104,0.5));
}

.top-h1 .col-md-3 {
    padding: 11.5625rem 6.25rem 10.3125rem 0
}

.page-title .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-title .col-md-3 {
    padding: .9375rem .5625rem .5rem
}

@media only screen and (max-width: 767px) {
    .page-title .col-md-3 {
        text-align: center
    }
}

@media only screen and (min-width: 768px) {
    .page-title .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media only screen and (min-width: 1201px) {
    .page-title .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.page-title .col-md-1 {
    text-align: center
}

@media only screen and (min-width: 768px) {
    .page-title .col-md-1 {
        text-align: right;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media only screen and (min-width: 1201px) {
    .page-title .col-md-1 {
        padding: 0 .5625rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.page-title .btn-white {
    padding: .5rem 1.25rem
}

@media only screen and (max-width: 767px) {
    .page-title .btn-white {
        margin: 0 auto 1.875rem
    }
}

@media only screen and (min-width: 768px) {
    .page-title .btn-white {
        padding: .5rem 1.25rem
    }
}

.page-title h2{
    color: #fff;
}

.page-title.top-pymes {
    background: #00338D
}

.page-title.top-pymes .btn-white {
    color: #00338D
}

.page-title.top-self {
    background: #00B8F5
}

.page-title.top-self .btn-white {
    color: #00B8F5
}

.page-title.top-foundations {
    background: #7213EA;
}

.page-title.top-foundations .btn-white {
    color: #7213EA;
}

.page-title.top-entrepreneurs {
    background: #1E49E2;
}

.page-title.top-entrepreneurs .btn-white {
    color: #1E49E2;
}


.top-register {
    padding-top: 4.75rem
}

    .top-register .btn-white {
        padding: .5rem .625rem
    }

@media only screen and (min-width: 768px) {
    .top-register .btn-white {
        margin-right: .9375rem;
        padding: .5rem 1.5625rem
    }
}

@media only screen and (min-width: 1201px) {
    .top-register .btn-white {
        padding: .5rem 1.875rem
    }
}

.top-register .top-item-wrapper {
    height: 100%
}

.top-register .top-item {
    height: 260px
}

    .top-register .top-item.register-contact {
        background-image: url(./img/top-contact.png);
        background-position: center 60%
    }

    .top-register .top-item.register-validation {
        height: 200px;
        background-image: url(./img/top-validation.png);
        background-position: center center
    }

    .top-register .top-item.register-video {
        height: 200px;
        background-image: url(./img/top-video.png);
        background-position: center center
    }

@-webkit-keyframes arrowBounce {
    0%,90% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    10% {
        -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
        animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1)
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6)
    }

    0% {
        -webkit-transform: translate(0%, 30%) scaleY(0.5);
        transform: translate(0%, 30%) scaleY(0.5)
    }

    10% {
        -webkit-transform: translate(0%, 5%) scaleY(1.1);
        transform: translate(0%, 5%) scaleY(1.1)
    }

    50% {
        -webkit-transform: translate(0%, -37%) scaleY(1.1);
        transform: translate(0%, -37%) scaleY(1.1)
    }

    90% {
        -webkit-transform: translate(0%, 5%) scaleY(1.1);
        transform: translate(0%, 5%) scaleY(1.1)
    }

    100% {
        -webkit-transform: translate(0%, 30%) scaleY(0.5);
        transform: translate(0%, 30%) scaleY(0.5)
    }
}

@keyframes arrowBounce {
    0%,90% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    10% {
        -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
        animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1)
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6)
    }

    0% {
        -webkit-transform: translate(0%, 30%) scaleY(0.5);
        transform: translate(0%, 30%) scaleY(0.5)
    }

    10% {
        -webkit-transform: translate(0%, 5%) scaleY(1.1);
        transform: translate(0%, 5%) scaleY(1.1)
    }

    50% {
        -webkit-transform: translate(0%, -37%) scaleY(1.1);
        transform: translate(0%, -37%) scaleY(1.1)
    }

    90% {
        -webkit-transform: translate(0%, 5%) scaleY(1.1);
        transform: translate(0%, 5%) scaleY(1.1)
    }

    100% {
        -webkit-transform: translate(0%, 30%) scaleY(0.5);
        transform: translate(0%, 30%) scaleY(0.5)
    }
}

.scroll-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10%
}

@media only screen and (max-width: 374px) {
    .scroll-arrow {
        bottom: 8%
    }
}

@media only screen and (min-width: 768px) {
    .scroll-arrow {
        bottom: 14%
    }
}

@media only screen and (max-width: 1200px) {
    .scroll-arrow {
        -webkit-animation: arrowBounce 1s infinite;
        animation: arrowBounce 1s infinite
    }
}

@media only screen and (min-width: 1201px) {
    .scroll-arrow {
        bottom: 10%
    }
}

.expert {
    background: linear-gradient(to bottom, #fff, #fbfbfb 48%, #eee)
}

.expert h2 {
    padding: 1.875rem 0 0
}

@media only screen and (min-width: 768px) {
    .expert h2 {
        padding: 1.875rem 10rem .9375rem
    }
}

.expert .information {
    padding: 0 15rem
}

.expert .row {
    padding-top: 1.25rem
}

    .expert .row .image-expert {
        padding: 0;
        position: relative
    }

@media only screen and (max-width: 767px) {
    .expert .row .image-expert {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width: 768px) {
    .expert .row .image-expert {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.expert .row .image-expert img {
    margin: 0 auto;
    display: block
}

.expert .row .image-expert p {
    color: #fff;
    position: absolute;
    top: 77%;
    text-align: center;
    width: 100%
}

.expert .row > div {
    padding: 3.75rem .625rem 0
}

@media only screen and (max-width: 767px) {
    .expert .row > div {
        padding: .625rem .625rem 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (min-width: 768px) {
    .expert .row > div {
        padding: .3125rem .5rem 0
    }
}

@media only screen and (min-width: 768px) {
    .expert .row > div:nth-child(4), .expert .row > div:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.expert .row > div span {
    color: #00338d;
    display: block
}

    .expert .row > div span:before {
        font-size: 1.875rem
    }

.expert .row > div strong {
    color: #00338d;
    font-size: 1rem;
    display: block;
    margin: 1.375rem 0 .625rem
}

@media only screen and (min-width: 768px) {
    .expert .row > div strong {
        margin: .3125rem 0
    }
}

@media only screen and (min-width: 1201px) {
    .expert .row > div strong {
        margin: 1.375rem 0 .625rem
    }
}

@media only screen and (min-width: 768px) {
    .expert .row > div p {
        margin-bottom: 0
    }
}

.attention {
    background: linear-gradient(to bottom, #eee, #fbfbfb 40%, #fff)
}
.attention .row > div {
    padding: 1.5rem;
}

.attention .row .attention-image {
    margin-bottom: 3rem;
}
.services {
    background: linear-gradient(to bottom, #fff, #fbfbfb 48%, #eee);
    box-shadow: 1rem 1rem 0rem 2rem #eee;
}
.services .row {
    margin: 2.5rem 0
}

@media only screen and (min-width: 768px) {
    .services .row {
        margin-bottom: 5rem
    }
}

.services .row > div {
    padding: 0 .625rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 768px) {
    .services .row > div {
        /*padding: 0 3.4375rem;*/
        padding: 0.625;
        margin-bottom: 0
    }
}

.services .service-card {
    border-radius: 10px;
    padding-bottom: 5rem;
    height: 100%;
    position: relative
}

    .services .service-card p {
        font-size: 1.25rem;
        font-weight: bold;
        color: #fff;
        padding: .9375rem 0
    }

@media only screen and (min-width: 768px) {
    .services .service-card p {
        font-size: 1.25rem
    }
}

.services .service-card ul {
    color: #fff;
    font-size: 1rem;
    margin-bottom: .9375rem
}

@media only screen and (min-width: 768px) {
    .services .service-card ul {
        font-size: 1rem;
        margin-bottom: 1.875rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px)   {
    .services a.btn-white{
        position: initial;
        margin: 0 auto;
        border-radius: 100px;
        padding: .15rem .5rem;
        text-transform: uppercase;
        font-size: .65rem;
        display: inline-block;
        font-weight: bold;
        cursor: pointer;
        background: #fff;
    }
}


.services .service-card ul li {
    line-height: 1.5em
}

.services .btn-white {
    position: absolute;
    margin-left: -100px;
    left: 50%;
    bottom: 30px
}

@media only screen and (min-width: 768px) {
    .services .btn-white {
        bottom: 40px
    }
}

.services .btn-white:hover {
    text-decoration: none
}

.services .pyme-service {
    background: #00338D;
    box-shadow: 0px 30px 25px -25px #00338D
}

.services .pyme-service .btnWhite {
color: #00338D
}

.services .pyme-service .btnWhite:hover {
    color: #39078d
}

.services .self-service {
    background: #00B8F5;
    box-shadow: 0px 30px 25px -25px #00B8F5
}

.services .self-service .btn-white {
    color: #00B8F5
}
.services .foundations-service {
    background: #7213EA;
    box-shadow: 0px 30px 25px -25px #7213EA
}
.services .entrepreneurs-service {
    background: #1E49E2;
    box-shadow: 0px 30px 25px -25px #1E49E2
}
.video-impulsa {
    background: linear-gradient(to top, #fff,  #f8f8f8);
}
.video-impulsa .row.wrapper-video {
    width:100%;
    height:480px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 30px 25px -25px #00338d;
    margin: 3rem auto 4rem;
}

.video-impulsa-gallery .video-impulsa {
    background: none;
}
.video-impulsa-gallery .video-impulsa .button-video {
    border: 5px solid #00338d;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.video-impulsa-gallery .video-impulsa .button-video:after {
    border-width: 7px 0 7px 14px;
}

.video-impulsa-gallery .video-impulsa .row.wrapper-video {
    width:240px;
    height:180px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 30px 25px -25px #00338d;
    /* margin: 3rem auto 4rem; */
}


.video-impulsa .row.wrapper-video .video-thumbnail {
    background:transparent  url("./img/video_thumbnail.jpg") no-repeat center top;
    background-size: cover;
    width: 100%;
    opacity: .5;
}
.video-impulsa .row.wrapper-video:after{
    background:rgba(0, 0, 0, 0.75);
  }

.video-impulsa .row.wrapper-video iframe{
    width: 100%;
}

  


.video-impulsa .row {
    margin: 2.5rem 0
}

@media only screen and (min-width: 768px) {
    .video-impulsa .row {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width: 768px) {
    .video-impulsa .row.wrapper-video {
        width:100%;
    }
}


.video-impulsa .row > div {
    padding: 0 .625rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 768px) {
    .video-impulsa .row > div {
        padding: 0 3.4375rem;
        margin-bottom: 0
    }
}

.button-video {
    border: 8px solid #00338d;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.button-video:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 28px;
    border-color: transparent transparent transparent #00338d;
    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .5s;
    opacity: 1;
}

.button-video:hover {
    transition: .5s;
    opacity: .8;
}


.configure {
    background: linear-gradient(to top, #fff, #fbfbfb 63%, #eee)
}

@media only screen and (min-width: 768px) {
    .configure h2 {
        margin: 0 1.875rem
    }
}

.configure .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .configure .row {
        padding-bottom: 1.875rem
    }
}

.configure .row > div {
    padding: 1.375rem 0 0
}

@media only screen and (max-width: 767px) {
    .configure .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (min-width: 768px) {
    .configure .row > div {
        padding: 3.75rem 2.5rem 3.75rem
    }
}

.configure .row > div .fi, .configure .row > div .fas  {
    color: #00338d;
    display: block;
    margin-bottom: 1.25rem
}

.configure .row > div .fi:before, .configure .row > div .fas:before {
    font-size: 2.5rem
}

.configure .row .configure-text {
    font-size: .875rem;
    margin-bottom: .75rem;
    line-height: 1.1em
}

@media only screen and (min-width: 768px) {
    .configure .row .configure-text {
        font-size: 1.25rem;
    }
    .configure .row .configure-text.multiline {
        min-height: 5rem;
    }
}

.configure .row .configure-text:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #00338d;
    display: block;
    margin-top: .75rem
}

.configure .btn-green {
    margin-bottom: 3.75rem
}

.configure .center .configure-text:after {
    margin: .75rem auto 0
}


.configure-items, .section-block {
    background: linear-gradient(to bottom, #fff, #fbfbfb 40%, #eee);
    border-top: none;
    border-bottom: 1px solid #e1e1e1
}

.configure-items .row > div, .section-block .row > div {
    padding: 1.5625rem .5625rem 0
}

@media only screen and (max-width: 767px) {
    .configure-items .row > div, .section-block .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

@media only screen and (min-width: 768px) {
    .configure-items .row > div, .section-block .row > div{
        padding: 3.75rem .5625rem 5.3125rem
    }
}

.configure-items .row .configure-text {
    margin-bottom: 2rem
}

.configure-items .row .configure-text:after {
    height: 3px
}

@media only screen and (max-width: 767px) {
    .configure-items .row .configure-text:after {
        margin: .75rem auto 0
    }
}

.configure-prices {
    background: linear-gradient(to bottom, #fff, #fbfbfb 40%, #eee);
    border-top: none;
    border-bottom: 1px solid #e1e1e1
}

@media only screen and (min-width: 768px) {
    .configure-prices h2 {
        margin: 0 10.625rem
    }
}

.configure-prices .row > div {
    padding: 1.5625rem 1.5625rem .625rem
}

@media only screen and (min-width: 768px) {
    .configure-prices .row > div {
        padding: 3.75rem 1.25rem 3.75rem
    }
}

.configure-prices .row .configure-text {
    padding-top: 1rem;
    position: relative
}

.configure-prices .row .configure-text:after {
    height: 3px;
    width: 42px;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin-top: 0
}

.links-items img{
    max-width: 85%;
    border-radius: 1rem;
}

.map-slider {
    margin-top: 1.875rem
}

@media only screen and (min-width: 768px) {
    .map-slider {
        height: 265px;
        overflow: inherit;
        width: 82%
    }
}

@media only screen and (min-width: 1201px) {
    .map-slider {
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .map-slider .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }
}

.map-slider .swiper-slide {
    width: 80%
}

@media only screen and (min-width: 768px) {
    .map-slider .swiper-slide {
        box-shadow: 0 2px 4px 0 rgba(0,81,178,0.2)
    }
}

@media only screen and (max-width: 767px) {
    .map-slider .swiper-slide.swiper-slide-prev, .map-slider .swiper-slide.swiper-slide-next {
        opacity: .5;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@media only screen and (min-width: 768px) {
    .map-slider .swiper-slide {
        width: auto !important;
        max-width: 260px;
        position: absolute;
        height: auto
    }

        .map-slider .swiper-slide:nth-child(1) {
            bottom: 210px;
            left: -10px
        }

        .map-slider .swiper-slide:nth-child(2) {
            left: 11.5%;
            bottom: 115px
        }

        .map-slider .swiper-slide:nth-child(3) {
            left: 21%;
            bottom: 225px
        }

        .map-slider .swiper-slide:nth-child(4) {
            left: 27%;
            bottom: 65px
        }

        .map-slider .swiper-slide:nth-child(5) {
            left: 52%;
            bottom: 150px
        }

        .map-slider .swiper-slide:nth-child(6) {
            left: 69%;
            bottom: 225px
        }

        .map-slider .swiper-slide:nth-child(7) {
            left: 70%;
            bottom: 65px
        }

        .map-slider .swiper-slide:nth-child(8) {
            right: 0;
            bottom: 105px
        }
}

.map-slider .title {
    font-size: 1rem;
    font-weight: bold;
    padding: .625rem 0;
    display: block;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background: #1E49E2
}

@media only screen and (min-width: 768px) {
    .map-slider .title {
        background: #fff;
        color: #1E49E2;
        padding: .3125rem .4375rem;
        border-radius: 5px;
        cursor: pointer
    }

        .map-slider .title:hover {
            background: #1E49E2;
            color: #fff
        }
}

.map-slider .title .icon-toggle-map {
    float: right;
    margin: .125rem 0 0 .4375rem
}

@media only screen and (max-width: 767px) {
    .map-slider .title .icon-toggle-map {
        display: none
    }
}

.map-slider .title .icon-toggle-map.icon-close {
    font-size: .625rem;
    display: none
}

.map-slider .title--open {
    z-index: 99
}

    .map-slider .title--open:nth-child(8) {
        right: -60px
    }

    .map-slider .title--open .title {
        background: #1E49E2;
        color: #fff;
        border-radius: 5px 5px 0 0;
        text-align: left;
        padding-left: 1.0625rem
    }

    .map-slider .title--open .icon-toggle-map.icon-plus {
        display: none
    }

    .map-slider .title--open .icon-toggle-map.icon-close {
        display: block
    }

.map-slider .info {
    padding: 1.125rem .9375rem;
    box-shadow: 0 2px 4px 0 rgba(0,28,62,0.2);
    border-radius: 0 0 5px 5px;
    background: #fff;
    margin-bottom: .3125rem
}

@media only screen and (max-width: 767px) {
    .map-slider .info {
        display: block !important;
        height: calc(100% - 80px)
    }
}

@media only screen and (min-width: 768px) {
    .map-slider .info {
        margin-bottom: 0;
        display: none
    }
}

.map-slider .swiper-pagination-bullet {
    display: none
}

.map {
    background: url(./img/map.jpg) no-repeat center top/cover
}

    .map .map-wrapper {
        background: linear-gradient(to bottom, #fff, rgba(255,255,255,0.7) 46%, rgba(255,255,255,0.7) 88%, rgba(255,255,255,0.7));
        padding: 1.875rem 0 5.625rem
    }

.map-marker {
    color: #1E49E2;
    font-size: 2.1875rem
}

@media only screen and (max-width: 767px) {
    .map-marker .icon-place {
        display: none;
        margin-top: .9375rem;
        font-size: 2.375rem
    }

        .map-marker .icon-place:nth-child(1) {
            display: block
        }
}

@media only screen and (min-width: 768px) {
    .map-marker {
        font-size: 2.1875rem;
        position: relative;
        width: 80%;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1201px) {
    .map-marker {
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .map-marker .icon-place {
        position: absolute
    }

        .map-marker .icon-place:nth-child(1) {
            top: -200px;
            left: 3%
        }

        .map-marker .icon-place:nth-child(2) {
            top: -105px;
            left: 13%;
            font-size: 2.375rem
        }

        .map-marker .icon-place:nth-child(3) {
            top: -215px;
            left: 29%
        }

        .map-marker .icon-place:nth-child(4) {
            top: -55px;
            left: 36%;
            font-size: 2.8125rem
        }

        .map-marker .icon-place:nth-child(5) {
            top: -135px;
            left: 56%;
            font-size: 2.3125rem
        }

        .map-marker .icon-place:nth-child(6) {
            top: -55px;
            left: 74%;
            font-size: 2.5rem
        }

        .map-marker .icon-place:nth-child(7) {
            top: -215px;
            left: 78.5%
        }

        .map-marker .icon-place:nth-child(8) {
            top: -95px;
            left: 92%;
            font-size: 2.25rem
        }
}

.help {
    background: #1E49E2
}

    .help h2 {
        color: #fff
    }

    .help .search {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 3.75rem
    }

    .help .search-button input {
        border-radius: 10px;
        padding: .9375rem 1.125rem;
        border-color: #fff;
        background-clip: unset;
        margin-top: 1rem;
    }

        .help .search-button input::-webkit-input-placeholder {
            color: rgba(51,51,51,0.5)
        }

        .help .search-button input:-ms-input-placeholder {
            color: rgba(51,51,51,0.5)
        }

        .help .search-button input::placeholder {
            color: rgba(51,51,51,0.5)
        }

    .help .search-button .input-group-addon {
        border: transparent;
        border-radius: 0 10px 10px 0;
        cursor: pointer
    }

    .help .search-button .fi {
        color: #00338d;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        font-size: 1.875rem
    }

    .help .help-slider {
        margin: 2.375rem 0 0
    }

@media only screen and (min-width: 1201px) {
    .help .help-slider {
        margin: 1.5625rem 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.help .help-slider .swiper-container {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .help .help-slider .swiper-slide {
        width: 80%;
        padding-bottom: .9375rem
    }
}

.help .contact-us {
    margin: 1.875rem 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3.125rem
}

@media only screen and (max-width: 767px) {
    .help .contact-us {
        padding-bottom: 1.5625rem
    }

        .help .contact-us .col {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: .5rem 0
        }
}

.help .contact-us .btn-green {
    padding: .625rem 1.65625rem
}

.help .contact-us .btn-green-border {
    padding: .625rem 3.4375rem
}

.help .swiper-pagination-bullet {
    border: solid 1px rgba(255,255,255,0.16);
    background: transparent
}

.help .swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.16)
}

.help-results, .help-faq {
    display: none;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .help-results, .help-faq {
        padding: 0 1.25rem
    }
}

.help-results .go-back, .help-faq .go-back {
    color: #fff
}

    .help-results .go-back:hover, .help-faq .go-back:hover {
        text-decoration: none
    }

.help-question, .help-number {
    font-size: 1.25rem;
    color: #fff
}

.help-answer {
    color: #fff;
    text-align: left;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .help-answer {
        width: 80%
    }
}

.help-answer p {
    color: #fff
}

.help-results-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .help-results-wrapper .help-ask {
        margin: .625rem;
        width: 100%
    }

@media only screen and (min-width: 768px) {
    .help-results-wrapper .help-ask {
        width: 31.8%;
        margin: .625rem .5rem
    }
}

.help-no-results {
    color: #fff
}

.help-ask {
    background-color: rgba(255,255,255,0.16);
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.125rem;
    padding: .625rem .9375rem;
    cursor: pointer
}

@media only screen and (min-width: 1201px) {
    .help-ask {
        padding: .625rem .3125rem
    }
}

@media only screen and (min-width: 1201px) {
    .help-ask.smaller-p {
        font-size: 1rem;
        padding: .725rem .3125rem
    }
}

.search .search-label {
    display: block;
    color: white;
}
.search .search-label span {
    margin-bottom: 1rem;
}
.search .input-group-loupe {
    position: absolute;
    top: 3rem;
    right: 20px;
}

.phone-component {
    color: #fff;
    font-size: 1.0625rem;
    margin-bottom: .3125rem
}

    .phone-component a {
        display: block;
        color: #fff;
        font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 2.5rem;
        line-height: 2.5rem
    }

        .phone-component a:hover {
            text-decoration: none
        }

.customer .row {
    margin-top: 2.1875rem;
    padding-bottom: 2.5rem
}

.customer .swiper-container {
    width: 100%;
    height: 100%
}

.customer .swiper-slide {
    width: 80%;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(252,252,252,0.28), #f8f7f7);
    overflow: hidden;
    padding: .75rem 0 1.375rem
}

.customer .swiper-pagination-bullets {
    position: static;
    margin-top: .9375rem
}

.customer figure {
    position: relative
}

    .customer figure img {
        width: 88px;
        height: 88px;
        border-radius: 100%;
        margin: 1.5625rem auto 1.25rem
    }

    .customer figure figcaption {
        position: absolute;
        top: 1.5rem;
        left: 50%;
        padding: .1875rem .53125rem;
        border-radius: 5px;
        box-shadow: 0px 0px 0px 1px #fff;
        font-weight: bold;
        background: #00338D;
        color: #fff;
        margin-left: 1.875rem
    }

@media only screen and (min-width: 768px) {
    .customer figure figcaption {
        margin-left: 1.25rem
    }
}

@media only screen and (min-width: 1201px) {
    .customer figure figcaption {
        margin-left: 1.875rem
    }
}

.customer blockquote {
    font-size: 1.25rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 2.0625rem;
    padding: 0 1.875rem;
    min-height: 401px
}


@media only screen and (min-width: 1201px) {
    .customer blockquote {
        min-height: 220px
    }
}

.customer .customer-name {
    font-size: 1rem;
    padding: 0 .625rem
}

    .customer .customer-name strong {
        display: block;
        margin-bottom: .3125rem
    }

.customer .customer-pyme figcaption {
    background: #00338D
}

.customer .customer-pyme .customerName strong {
    color: #00338D
}

.customer .customer-self figcaption {
    background: #00B8F5
}

.customer .customer-self .customerName strong {
    color: #00B8F5
}

.trends {
    background: #1E49E2
}


.trends .trend-row {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .trends .trend-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.trends h2 {
    color: #fff
}

.trends .trend-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .trends .trend-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.trends .trend-image img {
    display: block;
    margin: 0 auto;
    max-width: 410px
}

.trends .trend-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left;
    margin-top: .625rem
}

@media only screen and (min-width: 768px) {
    .trends .trend-items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

.trends .trend-items .col {
    padding: 0 0 1.5625rem .9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (min-width: 768px) {
    .trends .trend-items .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

.trends .trend-items .col:before {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    background: #00338d
}

.trends .trend-items .col p {
    color: #fff;
    position: relative;
    margin-top: .5rem;
    font-size: 1.125rem
}

@media only screen and (min-width: 768px) {
    .trends .trend-items .col p {
        font-size: 1.25rem
    }
}



.entrepreneurs {
    background: linear-gradient(to bottom, #eee, #fbfbfb 40%, #fff);
}
.entrepreneurs .entrepreneur-row {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .entrepreneurs .entrepreneur-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.entrepreneurs h2 {
    color: #1E49E2
}

.entrepreneurs .entrepreneur-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .entrepreneurs .entrepreneur-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.entrepreneurs .entrepreneur-image img {
    display: block;
    margin: 0 auto;
    max-width: 410px
}

.entrepreneurs .entrepreneur-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left;
    margin-top: .625rem
}

@media only screen and (min-width: 768px) {
    .entrepreneurs .entrepreneur-items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

.entrepreneurs .entrepreneur-items .col {
    padding: 0 0 1.5625rem .9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (min-width: 768px) {
    .entrepreneurs .entrepreneur-items .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

.entrepreneurs .entrepreneur-items .col:before {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    background: #00338d
}

.entrepreneurs .entrepreneur-items .col p {
    color: #1E49E2;
    position: relative;
    margin-top: .5rem;
    font-size: 1.125rem
}
.entrepreneurs .entrepreneur-items .btn-green-border.download{
    color: #1E49E2;
}
@media only screen and (min-width: 768px) {
    .entrepreneurs .entrepreneur-items .col p {
        font-size: 1.25rem
    }
}




.content-entrepeneurs .entrepeneurs-logo  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 1366px) {
    .content-entrepeneurs .entrepeneurs-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

.content-entrepeneurs .entrepeneurs-logo  img {
    display: block;
    margin: 0 auto;
    max-width: 200px
}





.btn-green.btn-small {
    padding: 0.25rem 2rem;
    font-size: .65rem;
    border-color: #fff;
}

.btn-green-border.download {
    background: transparent;
    color: #fff;
    padding: .375rem 2rem;
    margin: 0 0 2.5rem
}

@media only screen and (max-width: 767px) {
    .btn-green-border.download {
        position: relative;
        left: 50%;
        margin-left: -95px
    }
}

@media only screen and (min-width: 768px) {
    .btn-green-border.download {
        margin: 1.5625rem 0 6.875rem .5rem
    }
}

.btn-green-border.download .fi {
    color: #00338d;
    font-size: 1.375rem;
    margin-right: .5rem
}

.corporative {
    background: #f0f0f0
}

    .corporative h2 {
        margin-bottom: 2.1875rem
    }

    .corporative .swiper-container {
        width: 100%;
        height: auto;
        text-align: left;
        margin-bottom: 1.25rem;
        position: static
    }

@media only screen and (min-width: 768px) {
    .corporative .swiper-container {
        width: 85%
    }
}

.corporative .swiper-slide {
    width: 80%;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(252,252,252,0.28), #f8f7f7);
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .corporative .swiper-slide {
        width: 100%
    }
}

.corporative .swiper-pagination {
    position: static;
    margin-top: .9375rem
}

@media only screen and (min-width: 768px) {
    .corporative .swiper-pagination, .customer-slider .swiper-pagination  {
        display: none
    }
}

.corporative .swiper-button-next, .corporative .swiper-button-prev {
    top: 60%;
    background-size: 32px;
    opacity: .35
}

@media only screen and (max-width: 767px) {
    .corporative .swiper-button-next, .corporative .swiper-button-prev {
        display: none
    }
}

.corporative .swiper-button-next:hover, .corporative .swiper-button-prev:hover {
    opacity: 1
}

.corporative .swiper-button-next {
    background-image: url(./img/next.png)
}

.corporative .swiper-button-prev {
    background-image: url(./img/prev.png)
}

.corporative .icon-twitter {
    font-size: 1.875rem;
    float: left;
    color: #fff;
    margin: 0 1.25rem 0 .375rem
}

@media only screen and (max-width: 374px) {
    .corporative .icon-twitter {
        margin: 0 .625rem 0 0
    }
}

.corporative .twitter-header {
    background: #00338d;
    border: 1px solid #00338d;
    padding: 1.5625rem 1.25rem 1.25rem
}

    .corporative .twitter-header a {
        font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
        font-size: 2.25rem;
        color: #fff
    }

        .corporative .twitter-header a:hover {
            text-decoration: none
        }

.corporative .twitter-content {
    padding: 1.875rem 1.25rem 1.25rem;
    background: #fff
}

    .corporative .twitter-content p {
        line-height: 1.15em;
        font-size: .875rem
    }

@media only screen and (min-width: 768px) {
    .corporative .twitter-content p {
        font-size: 1.25rem;
        min-height: 7.5rem
    }
}

.corporative .twitter-date {
    color: #858585
}

.corporative .news-slider img {
    border-radius: 5px 5px 0 0
}

@media only screen and (max-width: 767px) {
    .corporative .news-slider .swiper-slide {
        width: 70%
    }
}

.corporative .news-slider .swiper-slide a {
    border: solid 1px #eaeaea;
    display: block;
    border-radius: 5px
}

    .corporative .news-slider .swiper-slide a:hover {
        text-decoration: none;
        border-color: #999
    }

.corporative .news-content {
    padding: .625rem .9375rem 0;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    height: 125px
}

.corporative .news-date {
    color: #858585;
    margin-bottom: .625rem
}

.corporative-links {
    font-size: 1rem
}

.slider-container {
    padding-bottom: 3.75rem
}

.needs-container {
    margin: 3.4375rem 0 4.0625rem
}

.needs-container .needs-first.width-50{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.needs .img-responsive {
    border-radius: 10px 10px 0 0
}

.needs-wrapper, .faqs-wrapper {
    height: 100%;
    background: #f7f7f7;
    border: solid 1px #e9e9e9;
    border-top-color: transparent;
    border-radius: 10px;
}

.needs-wrapper{
    box-shadow: 0px 20px 35px -30px #00B8F5;
}

@media only screen and (max-width: 767px) {
    .needs-first {
        margin-bottom: 1.5625rem
    }
}

@media only screen and (min-width: 1201px) {
    .needs-first {
        padding-right: 1.6875rem
    }
}

@media only screen and (min-width: 1201px) {
    .needs-last {
        padding-left: 1.6875rem
    }
}

.needs-content {
    padding-bottom: 1.875rem;
    border-radius: 0 0 10px 10px
}

.needs h3 {
    margin-bottom: 0;
    padding: 1.25rem .3125rem;
    font-size: 1.5625rem
}
.prop-min-height {
    min-height: 175px;
}

@media only screen and (min-width: 1201px) {
    .needs h3 {
        font-size: 1.875rem;
        padding: 1.875rem 4rem
    }
}

.needs .card {
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 #d6d6d6;
    margin-bottom: .625rem;
    border: none
}

.needs .card-wrapper {
    padding: 0 1.75rem;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 400px
}
.needs .card-wrapper.card-wrapper-text {
    height: 250px
}
.needs .card-text {
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    font-size: 1.125rem;
    padding: 1.5rem;
}

.content-entrepeneurs .needs .card-text {
    font-size: 1.125rem;
    min-height: 15rem;
    border-radius: 10px;
}
.content-entrepeneurs .needs .card-text.card-entrepeneurs p {
    font-size: 1rem;
}

@media only screen and (max-width: 374px) {
    .needs .card-wrapper {
        padding: 0 .9375rem
    }
}

@media only screen and (min-width: 768px) {
    .needs .card-wrapper {
        height: 395px
    }
    .needs .card-wrapper.card-wrapper-text{
        height: 300px
    }
}

@media only screen and (min-width: 1201px) {
    .needs .card-wrapper {
        height: 385px
    }
    .needs .card-wrapper.card-wrapper-text{
        height: 250px
    }
}

.needs .card-header {
    border-bottom: none;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    padding: 1.03125rem .9375rem
}

@media only screen and (max-width: 374px) {
    .needs .card-header {
        padding: 1.03125rem .625rem
    }
}

@media only screen and (min-width: 768px) {
    .needs .card-header {
        font-size: 1.25rem
    }
}

@media only screen and (max-width: 374px) {
    .needs .card-header {
        font-size: 1rem
    }
}

@media only screen and (min-width: 768px) {
    .needs .card-header:hover {
        background: #f0f0f0
    }
}

.needs .card-header .card-icon {
    font-size: 2.1875rem;
    float: left
}

@media only screen and (min-width: 1201px) {
    .needs .card-header .card-icon {
        margin-right: 1.25rem
    }
}

.needs .card-title {
    margin: 0;
    display: inline-block;
    width: 70%
}

@media only screen and (min-width: 1201px) {
    .needs .card-title {
        width: 80%
    }
}

.needs .card .icon-arrow, .needs .card .icon-close {
    float: right;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.needs .card .icon-close {
    display: none;
    color: #fff;
    cursor: pointer
}

.needs .card-block {
    display: none;
    overflow-y: auto;
    height: 330px
}

@media only screen and (min-width: 1201px) {
    .needs .card-block {
        height: 325px
    }
}

.needs .card-block p {
    font-size: 1rem
}

.needs .card-block ul {
    list-style: disc;
    padding-left: .9375rem
}

.needs .card--open .card-header {
    cursor: default;
    padding: .625rem .9375rem;
    border-radius: 8px 8px 0 0
}

    .needs .card--open .card-header .card-icon, .needs .card--open .card-header .card-title {
        color: #fff
    }

.needs .card--open .icon-arrow {
    display: none
}

.needs .card--open .icon-close {
    display: block
}

.needs .link-prices {
    padding: .75rem 3.5rem;
    margin: 0 auto 1.875rem
}

@media only screen and (min-width: 768px) {
    .needs .link-prices {
        margin: .3125rem auto 5.625rem
    }
}

.needs-pymes .needs-content {
    box-shadow: 0px 20px 35px -30px #00338D
}

.needs-pymes h3 {
    color: #00338D
}

.needs-pymes .card-header .card-icon {
    color: #00338D
}

.needs-pymes .card--open .card-header {
    background: #00338D
}

.needs-pymes .icon-arrow {
    color: #00338D
}

/* .needs-self .needs-content {
    box-shadow: 0px 20px 35px -30px #00B8F5
} */

.needs-self h3 {
    color: #00B8F5
}

.needs-self .card-header .card-icon {
    color: #00B8F5
}

.needs-self .card--open .card-header {
    background: #00B8F5
}

.needs-self .icon-arrow {
    color: #00B8F5
}


.needs-foundations .needs-content {
    box-shadow: 0px 20px 35px -30px #7213EA
}

.needs-foundations h3 {
    color: #7213EA
}

.needs-foundations .card-header .card-icon {
    color: #7213EA
}

.needs-foundations .card--open .card-header {
    background: #7213EA
}

.needs-foundations .icon-arrow {
    color: #7213EA
}

.needs-entrepreneurs .needs-content {
    box-shadow: 0px 20px 35px -30px #1E49E2;
}

.needs-entrepreneurs h3 {
    color: #1E49E2;
}

.needs-entrepreneurs .card-header .card-icon {
    color: #1E49E2;
}

.needs-entrepreneurs .card--open .card-header {
    background: #1E49E2;
}

.needs-entrepreneurs .icon-arrow {
    color: #1E49E2;
}


@media only screen and (max-width: 767px) {
    .needs-self .card-wrapper {
        height: 403px
    }
}

@media only screen and (min-width: 768px) {
    .needs-self .card-wrapper {
        height: 395px
    }
}

@media only screen and (min-width: 1201px) {
    .needs-self .card-wrapper {
        height: 385px
    }
}

@media only screen and (max-width: 767px) {
    .needs-self .needs-first .card-wrapper {
        height: 325px
    }

        .needs-self .needs-first .card-wrapper .card-block {
            height: 170px
        }
}

/* steps-digital-certificate */
.top-item.top-certificate-digital {
    background-image: url(./img/top-certificado-digital.jpg)
}

@media only screen and (max-width: 767px) {
    .top-item.top-certificate-digital{
        background-position: 80% 0;
    }
}
    .steps-digital-certificate .step-block {
        border: 5px solid;
        padding: 1rem;
        color: var(--color-corporative-blue, #00338d);
        text-align: left;
        margin: 0 .5rem;
    }

    .step-block-number {
        text-align: left;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .step-row-block .col {
        border-left: 1px dashed #000;
        padding-bottom: 1rem ;
    }


    .step-row-block .col.no-border{
        border-left: 0;
    }
    .border-row {
        border-bottom: 5px solid var(--color-corporative-cobalt, #1e49e2);
    }
    .box-header {
        font-weight: 600;
        font-size: 1.25rem;
        color: var(--color-corporative-blue, #00338d);
    }
    .flex-grow-half-unit {
        flex-grow: .5;
    }
    .border-left-dashed {
        border-left: 1px dashed #000;
    }
    .border-right-dashed {
        border-right: 1px dashed #000;
    }
    @media only screen and (max-width: 768px) {
        .row.step-row-block{
            flex-direction: column;
        }
        .step-row-block .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
            border: 0;
        }
        .border-row{
            border-bottom: 0;
        }

        .step-block{
            flex-basis: auto;
            margin: 1rem 0 !important;
        }
        
    }
/* END steps-digital-certificate */

/* SECTION FAQS */

.page-title.top-faqs {
    background: #00B8F5;

}

.page-title.top-faqs .btn-white {
    color: #00B8F5;
}

.top-item.top-faqs {
    background-image: url(./img/top-faqs.jpg)
}

@media only screen and (max-width: 767px) {
    .top-item.top-faqs {
        background-position: 15% 0
    }
}

.top-item.top-faqs .top-item-wrapper {
    background: linear-gradient(334deg, rgba(255,255,255,0), rgba(0,163,161,0.5))
}

.top-faqs .needs-content {
    box-shadow: 0px 20px 35px -30px #00B8F5;
}

.top-faqs h3 {
    color: #00B8F5;
}

.top-faqs .card-header .card-icon {
    color: #00B8F5;
}

.top-faqs .card--open .card-header {
    background: #00B8F5;
}

.top-faqs .icon-arrow {
    color: #00B8F5;
}

.top-faqs .faqs-wrapper .card-wrapper {
    height: inherit;
}

.top-faqs ul li {
    margin: 1rem;
}

/* END SECTION FAQS */

.tabify {
    margin: 0 auto 3.75rem;
    overflow: hidden;
    margin-top: -27px
}

@media only screen and (min-width: 768px) {
    .tabify {
        width: 46%;
        margin-bottom: 5.625rem
    }
}

.tabify li {
    float: left;
    width: 50%;
    font-size: 1.375rem
}

.tabify.one-item-list li{
    float: inherit;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .tabify li {
        font-size: 1.75rem
    }
}

@media only screen and (min-width: 1201px) {
    .tabify li {
        font-size: 1.875rem
    }
}

.tabify li a {
    padding: 1rem 0 .875rem;
    display: block;
    border: 2px solid #fff;
    background: #fff
}
.tabify.one-item-list li a, .tabify.one-item-list li:first-child a,.tabify.one-item-list li:last-child a{
    border-radius: 100px;
}

.tabify li a:not(.active):hover {
    background: #f0f0f0
}

.tabify li a:hover, .tabify li a:focus, .tabify li a:visited {
    text-decoration: none
}

.tabify li a.active {
    font-weight: bold;
    color: #fff
}

.tabify li:first-child a {
    border-right: 0;
    border-radius: 100px 0 0 100px
}

.tabify li:last-child a {
    border-left: 0;
    border-radius: 0 100px 100px 0
}

.tabify .mode-pyme {
    color: #00338D;
    border-color: #00338D
}

.tabify .mode-pyme.active {
    background: #00338D
}

.tabify .mode-self {
    color: #00B8F5;
    border-color: #00B8F5
}

.tabify .mode-self.active {
    background: #00B8F5
}

.tabify .mode-foundations {
    color: #7213EA;
    border-color: #7213EA
}

.tabify .mode-foundations.active {
    background: #7213EA
}

.tabify .mode-entrepreneurs {
    color: #1E49E2;
    border-color: #1E49E2
}

.tabify .mode-entrepreneurs.active {
    background: #1E49E2
}

mode-foundations

.img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none
}

.img-figure {
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 2px #eee;
    margin: 3.4375rem auto .3125rem
}

.prices-text {
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-size: 2.8125rem;
    margin: -30px 0 2.5rem;
    color: #00338D;
    display: inline-block;
    padding: 0 .625rem;
    background: #fff
}
.entrepreneurs-prices .prices-text {
    color: #1E49E2 ;
}
@media only screen and (min-width: 768px) {
    .prices-text {
        margin-bottom: 1.5625rem
    }
}

.prices-text.prices-pyme {
    color: #00338D
}

.prices-text.prices-self {
    color: #00B8F5
}

.tab-wrapper-prices {
    border: 2px solid rgba(72,54,152,0.4);
    margin-bottom: 4.375rem;
    border-radius: 10px
}

.tab-wrapper-prices {
    border: 2px solid rgba(72,54,152,0.4);
    margin-bottom: 4.375rem;
    border-radius: 10px
}
.entrepreneurs-prices .tab-wrapper-prices {
    border: 2px solid rgba(0,94,184,0.4); /*#1E49E2*/
}

@media only screen and (max-width: 767px) {
    .tab-wrapper-prices {
        border: none
    }
}

.tab-wrapper-prices.prices-pyme {
    border-color: rgba(72,54,152,0.4)
}

.tab-wrapper-prices.prices-self {
    border-color: #a0d9d8
}

.card-price {
    border-radius: 10px;
    margin: 0 auto;
    border: none
}

@media only screen and (min-width: 768px) {
    .card-price {
        height: 100%;
        width: 90%
    }
}

@media only screen and (min-width: 1201px) {
    .card-price {
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .card-price.first-card {
        margin-bottom: 9.375rem
    }
}

.card-price .icon-top {
    font-size: 2.625rem;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    box-shadow: 0 1px 12px 0 rgba(33,14,114,0.7);
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: -25px auto;
    color: #00338d;
    background: #fff
}

    .card-price .icon-top.icon-plus {
        cursor: pointer;
        -webkit-animation: all .2s ease-out;
        animation: all .2s ease-out
    }

        .card-price .icon-top.icon-plus:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

.card-price .card-header {
    border-radius: 10px 10px 0 0;
    border: none;
    padding: 3.125rem .625rem .625rem
}

@media only screen and (min-width: 768px) {
    .card-price .card-header {
        padding: 3.125rem .9375rem .625rem
    }
}

@media only screen and (min-width: 1201px) {
    .card-price .card-header {
        padding: 3.125rem 2.1875rem .625rem
    }
}

.card-price .card-header span {
    color: #fff;
    text-transform: uppercase
}

.card-price .card-header p {
    font-weight: bold;
    color: #fff;
    line-height: 1.1em;
    font-size: 1.5625rem
}

@media only screen and (min-width: 1201px) {
    .card-price .card-header p {
        font-size: 1.875rem
    }
}

.card-price .card-header a {
    color: #fff;
    font-size: 1rem
}

.card-price .card-block {
    border: solid 1px #f0f0f0;
    border-top: none;
    border-radius: 0 0 10px 10px
}

    .card-price .card-block .card-type {
        font-size: 1.25rem;
        margin: 1.125rem 0 .9375rem
    }

.card-price .card-units {
    font-size: 1.25rem
}

.card-price .card-explanation {
    margin-bottom: .625rem
}

@media only screen and (min-width: 768px) {
    .card-price .card-explanation.text-payroll {
        padding: 0 3.75rem .625rem
    }
}

.plus-minus {
    padding: 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
}

    .plus-minus .icon-button {
        width: 40px;
        height: 40px;
        color: #fff;
        display: inline-block;
        border-radius: 10px;
        font-size: 1.375rem;
        padding: .625rem 0;
        cursor: pointer;
        -webkit-animation: all .2s ease-out;
        animation: all .2s ease-out
    }

        .plus-minus .icon-button:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

    .plus-minus .big-number {
        font-size: 2.5rem;
        font-weight: bold;
        width: 95px;
        margin: .625rem .9375rem 0
    }

@media only screen and (min-width: 768px) {
    .plus-minus .big-number {
        margin: .625rem 1.5625rem 0
    }
}

.plus-minus .pick-number {
    width: 4.6875rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin: -7px 1.25rem -5px
}

@media only screen and (min-width: 768px) {
    .plus-minus .pick-number {
        margin: -7px 1.875rem -5px
    }
}

.price-row {
    position: relative;
    padding: 0 0 3rem 0;
}

.price-row .plus-sign {
    position: absolute;
    top: 48%;
    left: 50%;
    font-size: 2.5rem;
    margin-left: -20px
}

.price-row .plus-sign.first-plus{
    left: 33%;
}

.price-row .plus-sign.last-plus{
    left: 66%;
}

@media only screen and (min-width: 768px) {
    .price-row .plus-sign {
        top: 50%
    }
}

.card-totals {
    margin: 1.875rem 0 5rem;
    border: solid 1px #f0f0f0;
    border-radius: 10px;
    background: #fff;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .card-totals {
        margin: 1.875rem 1.25rem 3.4375rem;
        text-align: left
    }
}

@media only screen and (min-width: 1201px) {
    .card-totals {
        margin: 1.875rem 3.4375rem 3.4375rem
    }
}

.card-totals > div {
    padding: 1.75rem 3.125rem .625rem
}

@media only screen and (min-width: 768px) {
    .card-totals > div {
        padding: 1.75rem .9375rem .625rem
    }
}

@media only screen and (min-width: 1201px) {
    .card-totals > div {
        padding: 1.75rem 3.125rem .625rem
    }
}

.card-totals > div:last-child {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center
}

.card-totals .text-contract, .card-totals .text-contact {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0
}

.card-totals .text-days {
    font-size: 1.5rem;
    margin-top: .5rem
}

.card-totals .text-total {
    margin-bottom: 0;
    line-height: 1.1em;
    font-size: 2.15rem
}

@media only screen and (min-width: 768px) {
    .card-totals .text-total {
        font-size: 1.875rem
    }
}

@media only screen and (min-width: 1201px) {
    .card-totals .text-total {
        font-size: 2.15rem
    }
}

.card-totals .btn-green {
    padding: .5rem 2.8125rem
}

@media only screen and (max-width: 767px) {
    .card-totals .btn-green {
        margin-bottom: 1.5625rem
    }
}

.card-totals span.btn-green {
    cursor: no-drop
}

.card-totals a.btn-green {
    display: none
}

.card-totals .price-extra {
    display: none
}

@media only screen and (min-width: 1201px) {
    .card-totals .price-extra {
        margin: 0 -20px
    }
}

.card-totals .price-extra .text-total {
    font-size: 1rem;
    text-align: center;
}
#pyme-content .text-contact {
    text-align: center;
}

#pyme-content .card-header {
    background: #00338D
}

@media only screen and (min-width: 768px) {
    #pyme-content .card-type {
        min-height: 50px
    }
}

#pyme-content .card-units, #pyme-content .text-contract, #pyme-content .text-contact, #pyme-content .plus-sign {
    color: #00338D
}

@media only screen and (max-width: 767px) {
    #pyme-content .plus-sign {
        top: 50%
    }
}

@media only screen and (max-width: 374px) {
    #pyme-content .plus-sign {
        top: 52%
    }
}

#pyme-content .card-price, #pyme-content .card-totals {
    box-shadow: 0px 25px 25px -30px #00338D
}

#pyme-content .card-disabled {
    box-shadow: none
}

#pyme-content .card-disabled .card-header {
    background: rgba(72,54,152,0.4)
}

#pyme-content .icon-button {
    background: #00338D;
    box-shadow: 0px 8px 10px -5px #00338D
}

#pyme-content .icon-button:focus {
    background: #3c2d80
}

#self-content .card-header {
    background: #00B8F5
}

#self-content .card-units, #self-content .text-contract, #self-content .text-contact, #self-content .plus-sign {
    color: #00B8F5
}
#self-content .text-contract.vertical-align {
    line-height: 5rem;
}

#self-content .card-price, #self-content .card-totals {
    box-shadow: 0px 25px 25px -30px #00B8F5
}

#self-content .card-disabled {
    box-shadow: none
}

#self-content .card-disabled .card-header {
    background: #a0d9d8
}

#self-content .icon-button {
    background: #00B8F5;
    box-shadow: 0px 8px 10px -5px #00B8F5
}

#self-content .icon-button:focus {
    background: #00B8F5
}

#self-content {
    display: none
}

#entrepreneurs-content .card-header {
    background: #1E49E2 
}

@media only screen and (min-width: 768px) {
    #entrepreneurs-content .card-type {
        min-height: 50px
    }
}

#entrepreneurs-content .card-units, #entrepreneurs-content .text-contract, #entrepreneurs-content .text-contact, #entrepreneurs-content .plus-sign {
    color: #1E49E2 
}

@media only screen and (max-width: 767px) {
    #entrepreneurs-content .plus-sign {
        top: 50%
    }
}

@media only screen and (max-width: 374px) {
    #entrepreneurs-content .plus-sign {
        top: 52%
    }
}

#entrepreneurs-content .card-price, #entrepreneurs-content .card-totals {
    box-shadow: 0px 25px 25px -30px #1E49E2 
}

#entrepreneurs-content .card-disabled {
    box-shadow: none
}

#entrepreneurs-content .card-disabled .card-header {
    background: rgba(0,94,184,0.4);
}

#entrepreneurs-content .icon-button {
    background: #1E49E2 ;
    box-shadow: 0px 8px 10px -5px #1E49E2 
}

#entrepreneurs-content .icon-button:focus {
    background: #3c2d80
}

#foundations-content .card-header {
    background: #7213EA
}

@media only screen and (min-width: 768px) {
    #foundations-content .card-type {
        min-height: 50px
    }
}

#foundations-content .card-units, #foundations-content .text-contract, #foundations-content .text-contact, #foundations-content .plus-sign {
    color: #7213EA
}

@media only screen and (max-width: 767px) {
    #foundations-content .plus-sign {
        top: 50%
    }
}

@media only screen and (max-width: 374px) {
    #foundations-content .plus-sign {
        top: 52%
    }
}

#foundations-content .card-price, #foundations-content .card-totals {
    box-shadow: 0px 25px 25px -30px #7213EA
}

#foundations-content .card-disabled {
    box-shadow: none
}

#foundations-content .card-disabled .card-header {
    background: rgba(71,10,104,0.4);
}

#foundations-content .icon-button {
    background: #7213EA;
    box-shadow: 0px 8px 10px -5px #7213EA
}

#foundations-content .icon-button:focus {
    background: #3c2d80
}

.process {
    background: linear-gradient(to top, #fff, #fbfbfb 40%, #eee);
    border-top: 1px solid #e1e1e1
}

@media only screen and (max-width: 767px) {
    .process .row-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2.5rem
    }

        .process .row-wrapper .col {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            min-height: 100px
        }
}

.row-process {
    position: relative
}

@media only screen and (max-width: 767px) {
    .row-process {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media only screen and (min-width: 768px) {
    .row-process {
        margin: 3.75rem 0 1.25rem
    }
}

.row-process:before {
    content: "";
    width: 2px;
    height: 80%;
    background: #999;
    position: absolute;
    left: 50%
}

@media only screen and (min-width: 768px) {
    .row-process:before {
        content: "";
        width: 80%;
        height: 2px;
        margin: -1px auto 0;
        top: 50%;
        left: 0;
        right: 0
    }
}

.row-process .fi {
    font-size: 2.5rem;
    color: #00338d;
    border: 2px solid #999;
    background: linear-gradient(to top, #fff, #fbfbfb 40%, #eee);
    border-radius: 100%;
    width: 74px;
    height: 74px;
    display: inline-block;
    padding: .75rem 0
}

.row-steps {
    padding-bottom: 2.0625rem
}

@media only screen and (max-width: 767px) {
    .row-steps {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
}

.row-steps strong {
    font-size: 1.25rem;
    font-weight: bold;
    color: #00338d;
    display: block
}

.row-steps .steps-info {
    padding: 0 .9375rem
}

.app-module {
    /* background: #f0f0f0; */
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .app-module h2 {
        padding: 3.75rem 8.125rem 1.25rem
    }
}
.app-row {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .app-module .app-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 768px) {
    .app-module .app-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

@media only screen and (min-width: 1201px) {
    .app-module .app-image {
        padding-left: 5.9375rem
    }
}

/* .app-module .app-image img {
    max-width: 350px
}


@media only screen and (min-width: 768px) {
    .app-module .app-image img {
        margin-top: 3.4375rem
    }
}

@media only screen and (min-width: 1201px) {
    .app-module .app-image img {
        margin-top: 0
    }
} */

.app-module .app-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: .625rem
}

@media only screen and (min-width: 768px) {
    .app-module .app-items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        flex-grow:1;
        flex-basis:40%;
    }
}

@media only screen and (min-width: 1201px) {
    .app-module .app-link {
        text-align: left;
        margin-top: 2.5rem
    }
}

.app-module .app-link a {
    display: inline-block
}

.app-module .app-link img {
    max-width: 123px
}

@media only screen and (min-width: 768px) {
    .app-module .app-link img {
        max-width: 100px
    }
}

.app-module .app-link img.app-apple {
    margin-right: .9375rem
}

.app-module .app-link img.app-android {
    margin-left: .9375rem
}

.app-module .green-line {
    color: #333
}

@media only screen and (min-width: 768px) {
    .app-module .green-line {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 1201px) {
    .app-module .green-line {
        font-size: 1.25rem
    }
}

.green-line {
    text-align: left;
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    margin: 1.5625rem 0;
    padding-top: .75rem
}

    .green-line:before {
        content: "";
        width: 40px;
        height: 4px;
        background: #00338d;
        top: 0;
        right: 0;
        left: 0;
        position: absolute
    }

.contact-introduction {
    font-size: 1.25rem;
    margin: 1.5625rem 0
}

@media only screen and (min-width: 768px) {
    .contact-introduction {
        width: 75%;
        margin: 3.75rem auto 3.125rem;
        line-height: 1.1em
    }
}

.contact-row {
    margin-bottom: 4.375rem
}

.contact-card {
    border-radius: 10px;
    background: #f9f9f9;
    border: solid 1px #ebebeb;
    padding: 1.875rem 2.5rem 2.5rem;
    text-align:center;
}

    .contact-card.call-card {
        padding: 1.875rem 2.25rem 2.5rem;
        margin-bottom: 1rem
    }

@media only screen and (min-width: 768px) {
    .contact-card.call-card {
        height: 100%
    }
}

.contact-card.contact-form-wrapper {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.contact-card .contact-title {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 1.875rem
}

.contact-card .card-inner {
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    padding: .9375rem 1.25rem .625rem;
    background: #fff
}

    .contact-card .card-inner.phone-wrapper, .contact-card .card-inner.email-wrapper {
        margin-bottom: 1.25rem
    }

@media only screen and (min-width: 1201px) {
    .contact-card .card-inner.phone-wrapper, .contact-card .card-inner.email-wrapper {
        margin: -10px 15% 1.875rem
    }
}

.contact-card .card-inner.email-wrapper {
    margin-bottom: 0
}

.contact-card .phone-component {
    color: #333;
    font-size: 1rem
}

    .contact-card .phone-component a {
        margin-bottom: .75rem;
        font-size: 2rem
    }

@media only screen and (min-width: 768px) {
    .contact-card .phone-component a {
        font-size: 2rem
    }
}

@media only screen and (min-width: 1201px) {
    .contact-card .phone-component a {
        font-size: 2.75rem
    }
}

.contact-card .email-component {
    margin-bottom: .3125rem
}

    .contact-card .email-component a {
        color: #00338d;
        font-size: 1rem
    }

@media only screen and (min-width: 768px) {
    .contact-card .email-component a {
        font-size: 1.25rem
    }
}

.contact-card .form-group {
    text-align: left
}

/*.contact-card .form-inline {
    margin: 0 0 2.5rem
}*/

@media only screen and (min-width: 1201px) {
    .contact-card .form-inline {
        margin: 1.875rem 0;
    }
}

.contact-card .form-inline .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 .9375rem;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 1201px) {
    .contact-card .form-inline .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.5%;
        flex: 0 0 30.5%
    }
}

@media only screen and (min-width: 1201px) {
    .contact-card .form-inline .col:first-child {
        padding: 0 1.25rem 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.5%;
        flex: 0 0 41.5%
    }
}

@media only screen and (min-width: 1201px) {
    .contact-card .form-inline .col:last-child {
        padding: 0 0 0 1.25rem
    }
}

.contact-card .form-inline .col label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: .5rem
}

.contact-card .form-inline .hour-select {
    background-image: url(./img/clock.png);
    background-size: 20px;
    border: 1px solid #979797;
    width: 100%;
    background-position: 98% center
}

@media only screen and (min-width: 768px) {
    .contact-card .form-inline .hour-select {
        background-position: 93% center
    }
}

.contact-card .form-inline .hour-select:hover {
    border-color: #333
}

.contact-card .form-inline .hour-select:focus {
    border-color: #0091da
}

.contact-card .form-inline .input-group-addon-phone {
    padding: .3125rem
}

.contact-card .form-inline .input-group .form-control:not(:first-child), .contact-card .form-inline .input-group .input-group-addon:not(:first-child) {
    border-left: 0
}

.contact-card .form-inline .input-group .form-control:first-child, .contact-card .form-inline .input-group .input-group-addon:first-child {
    border-right: 0
}

@media only screen and (max-width: 767px) {
    .contact-card.chat-card {
        margin-bottom: 1rem
    }
}

.contact-card.chat-card .chat-card-icon {
    color: #00338d;
    font-size: 6.25rem;
    margin: -20px 0 1.25rem
}

.contact-card .btn-green-border {
    padding: .5rem 3.125rem;
    margin: 0 auto
}

@media only screen and (min-width: 1201px) {
    #datepicker-form, #datepicker-form-year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        padding-bottom: 0
    }
}

#datepicker-form .form-control, #datepicker-form-year .form-control {
    padding-right: 0;
    border-right: 0
}

#datepicker-form .input-group-addon, #datepicker-form-year .input-group-addon {
    padding: 0 .375rem;
    color: #00338d;
    font-size: 1.25rem
}

.contact-form {
    margin-top: .375rem
}

    .contact-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .contact-form input {
        margin-bottom: 1.25rem
    }

    .contact-form .form-textarea {
        margin-bottom: .1875rem
    }

    .contact-form .custom-checkbox {
        margin-bottom: 2.1875rem
    }

    .contact-form .btn-green {
        padding: .5rem 1.25rem
    }

    .contact-card .card-inner.card-form-success {
    position: relative;
    display: none;
    padding: 5rem;
}

@media only screen and (max-width: 1024px) {
    .contact-card .card-inner.card-form-success{
        padding: .9375rem 1.25rem .625rem;
    }
}

    .card-form-success .icon-close {
        cursor: pointer;
        color: #999;
        position: absolute;
        right: 20px
    }

    .card-form-success .icon-check {
        color: #00338d;
        font-size: 2.625rem;
        display: block;
        margin: .5rem auto 1.875rem
    }

    .card-form-success .contact-title {
        margin-bottom: .5rem
    }

    .card-form-success .contact-info {
        font-size: 1rem;
        line-height: 1.38;
        padding: 0 2.1875rem;
        margin-bottom: .3125rem
    }

#email-success {
    margin: auto
}

    #email-success .contact-title {
        margin: 0 1.5625rem .5rem
    }

.datepicker.dropdown-menu {
    box-shadow: 0 2px 13px 0 #dcdcdc;
    border: none;
    border-radius: 6px;
    padding: .625rem .3125rem;
    margin: .625rem 0 0 71%
}

    .datepicker.dropdown-menu:after {
        content: '';
        position: absolute;
        top: -12px;
        right: 122px;
        display: inline-block;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #fff
    }

@media only screen and (min-width: 768px) {
    .datepicker.dropdown-menu {
        margin: 10px 0 0 38%
    }
}

@media only screen and (min-width: 1201px) {
    .datepicker.dropdown-menu {
        margin: 10px 0 0 215px
    }
}

.datepicker.dropdown-menu table {
    border-collapse: inherit
}

.datepicker.dropdown-menu thead .prev, .datepicker.dropdown-menu thead .next {
    position: absolute;
    top: 16px;
    right: 25px;
    border-radius: 100%;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 99;
    background: url(./img/next.png) no-repeat #f0f0f0 center center/12px;
    cursor: pointer
}

.datepicker.dropdown-menu thead .prev {
    right: 60px;
    background-image: url(./img/prev.png)
}

.datepicker.dropdown-menu thead .dow {
    font-size: 1rem;
    opacity: .65;
    width: 14%;
    padding: .9375rem 1.125rem .625rem
}

@media only screen and (max-width: 374px) {
    .datepicker.dropdown-menu thead .dow {
        padding: 2.8125rem .8125rem .625rem
    }
}

.datepicker.dropdown-menu .datepicker-switch {
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 18px;
    text-align: left;
    font-size: .875rem
}

    .datepicker.dropdown-menu .datepicker-switch:hover {
        background: none
    }

.datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: .5625rem .4375rem;
    text-align: center
}

.datepicker.dropdown-menu tr td {
    position: relative
}

    .datepicker.dropdown-menu tr td.day {
        cursor: pointer
    }

        .datepicker.dropdown-menu tr td.day:before {
            content: "";
            width: 40px;
            height: 40px;
            border-radius: 100%;
            position: absolute;
            top: -2px;
            z-index: -1;
            right: 5px
        }

@media only screen and (max-width: 374px) {
    .datepicker.dropdown-menu tr td.day:before {
        right: -1px
    }
}

.datepicker.dropdown-menu tr td.day:hover {
    background: none
}

    .datepicker.dropdown-menu tr td.day:hover:before {
        background: rgba(67,176,42,0.3)
    }

.datepicker.dropdown-menu tr td.old, .datepicker.dropdown-menu tr td.new {
    color: #333;
    opacity: .2;
    cursor: default
}

    .datepicker.dropdown-menu tr td.old:hover, .datepicker.dropdown-menu tr td.old:hover:before, .datepicker.dropdown-menu tr td.new:hover, .datepicker.dropdown-menu tr td.new:hover:before {
        background: none
    }

.datepicker.dropdown-menu tr td.active.active, .datepicker.dropdown-menu tr td.active.active:hover {
    background: none;
    cursor: default;
    color: #fff
}

    .datepicker.dropdown-menu tr td.active.active:before, .datepicker.dropdown-menu tr td.active.active:hover:before {
        background: #00338d
    }

.datepicker.dropdown-menu .datepicker-days thead tr:nth-child(2n), .datepicker.dropdown-menu .datepicker-months thead tr:nth-child(2n), .datepicker.dropdown-menu .datepicker-years thead tr:nth-child(2n) {
    display: block;
    padding: 15px
}

.datepicker.dropdown-menu .month, .datepicker.dropdown-menu .year {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 15px
}

    .datepicker.dropdown-menu .month:hover, .datepicker.dropdown-menu .year:hover {
        background: rgba(67,176,42,0.3)
    }

    .datepicker table td span.disabled, .datepicker table td span.disabled:hover,
    .datepicker table td.disabled, .datepicker table td.disabled:hover {
        color: lightgray;
        cursor: not-allowed;
    }

@media only screen and (max-width: 767px) {
    #call-submit {
        padding: .5rem .9375rem
    }
}

.contact-footer {
    padding-top: 2.1875rem
}

@media only screen and (min-width: 768px) {
    .contact-footer {
        padding-top: 4.6875rem
    }
}

@media only screen and (min-width: 768px) {
    .contact-footer .contact-card {
        height: 100%
    }
}

.contact-footer .contact-card .card-inner.phone-wrapper {
    margin-bottom: 0
}

.contact-footer .contact-card .card-inner.phone-wrapper .schedule {
    font-size: 1rem;
}

.contact-footer .contact-card .call-card {
    padding-bottom: .625rem
}

.contact-footer .contact-card .chat-card-icon {
    margin: -10px 0 .625rem
}

.contact-footer.contact-single-footer {
    background: linear-gradient(to top, #fff, #fbfbfb 56%, #eee)
}

    .contact-footer.contact-single-footer .contact-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contact-footer.contact-single-footer .contact-title {
        font-size: 1.25rem
    }

.center-message .card {
    border: solid 1px #e9e9e9;
    margin: 0 .3125rem;
    border-radius: 10px;
    padding: 1.875rem 1.5625rem
}

    .center-message .card.grey-card {
        background: linear-gradient(to bottom, #fcfcfc, #f7f7f7)
    }

    .center-message .card.future-call .big-bullet {
        border: none;
        padding: 0;
        margin: .9375rem .9375rem 0 0;
        box-shadow: none
    }

    .center-message .card.future-call .btn-green {
        padding: .5rem 1.25rem;
        text-align: center
    }

    .center-message .card.register-save {
        margin: 1.5625rem 0 2.1875rem
    }

        .center-message .card.register-save .icon-check {
            color: #00338d;
            font-size: 2.625rem;
            margin: -50px 0 1.25rem
        }

        .center-message .card.register-save .register-title {
            margin-bottom: .9375rem
        }

@media only screen and (min-width: 1201px) {
    .center-message .card.register-save .save-explanation {
        margin: 0 3.125rem
    }
}

.center-message .card.register-actions {
    margin: 0
}

.center-message .card.register-validation {
    margin: 0 0 2.5rem;
    border-radius: 5px;
    padding-bottom: 0
}

    .center-message .card.register-validation .register-title {
        text-align: center;
        line-height: 1.1em
    }

    .center-message .card.register-validation .big-bullet {
        border: none;
        padding: 0;
        margin: .9375rem .9375rem .9375rem 0;
        box-shadow: none
    }

        .center-message .card.register-validation .big-bullet span {
            font-size: 1.875rem;
            margin-right: .9375rem
        }

    .center-message .card.register-validation .bullet-title {
        line-height: 1.2em
    }

    .center-message .card.register-validation .bullet-description {
        font-size: .875rem;
        margin: 0 1.25rem 1.1875rem 0
    }

.center-message .card.register-validation-success {
    margin: 0 0 5rem;
    padding: 1.25rem 1.5625rem;
    border-radius: 5px
}

    .center-message .card.register-validation-success .fi {
        font-size: 40px;
        margin-bottom: 1.125rem
    }

    .center-message .card.register-validation-success .register-title {
        margin-bottom: 1.25rem
    }

    .center-message .card.register-validation-success ul {
        font-size: 1rem;
        text-align: left;
        margin: 0 .3125rem .3125rem;
        line-height: 1.2em
    }

.center-message .card.register-sign {
    padding: 1.5625rem 1.5625rem;
    margin-bottom: 3.75rem
}

@media only screen and (min-width: 768px) {
    .center-message .card.register-sign {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
        flex: 0 0 54%
    }
}

.center-message .card.register-sign.has-success {
    display: none
}

.center-message .card.register-sign .register-title {
    font-size: 1rem;
    margin-bottom: 1.375rem
}

.center-message .card.register-sign ul {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6em;
    margin-bottom: 0
}

.center-message .card.sign-step {
    margin: 1.875rem -10px 3.75rem;
    opacity: .3;
    padding-bottom: .625rem;
    border-color: #999
}

@media only screen and (max-width: 767px) {
    .center-message .card.sign-step {
        padding: 1.5625rem .625rem
    }
}

.center-message .card.sign-step.active {
    padding-bottom: 0;
    margin: 1.875rem 0 3.75rem;
    opacity: 1;
    border-color: #e9e9e9
}

    .center-message .card.sign-step.active .row-column {
        display: block
    }

    .center-message .card.sign-step.active .sign-title {
        font-size: 1.25rem;
        padding: 0;
        line-height: 1.1em
    }

.center-message .card.sign-step.done {
    opacity: 1;
    margin: 1.875rem 0 3.75rem;
    padding-bottom: 1.875rem;
    border-color: #e9e9e9
}

    .center-message .card.sign-step.done .step-number {
        display: none
    }

    .center-message .card.sign-step.done .step-done {
        display: block
    }

    .center-message .card.sign-step.done .sign-title {
        opacity: .3
    }

    .center-message .card.sign-step.done .sign-reload {
        display: inline-block
    }

.center-message .card.sign-step .step-number {
    color: #fff;
    border-radius: 100%;
    padding: .625rem .9375rem;
    display: inline-block;
    margin: -50px auto 1.25rem;
    font-weight: bold
}

.center-message .card.sign-step .step-done {
    display: none;
    color: #00338d;
    background: #fff;
    font-size: 40px;
    margin: -50px auto 1.25rem;
    border-radius: 100%
}

.center-message .card.sign-step .sign-title {
    font-size: 1rem;
    padding: 0 1.875rem;
    line-height: 1.2em
}

.center-message .card.sign-step .row-column {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.25rem auto 0;
    text-align: left
}

@media only screen and (min-width: 768px) {
    .center-message .card.sign-step .row-column {
        width: 58%
    }
}

.center-message .card.sign-step .sign-reload {
    display: none;
    font-size: 1rem
}

    .center-message .card.sign-step .sign-reload span {
        font-size: 1.25rem
    }

.center-message .card.sign-step .sign-substep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .3
}

    .center-message .card.sign-step .sign-substep:first-child .step-circle:before {
        display: none
    }

    .center-message .card.sign-step .sign-substep.active {
        opacity: 1
    }

        .center-message .card.sign-step .sign-substep.active .step-circle:before {
            height: 65px;
            top: -65px
        }

        .center-message .card.sign-step .sign-substep.active .btn-green {
            display: block
        }

        .center-message .card.sign-step .sign-substep.active .btn-green-border {
            display: none
        }

    .center-message .card.sign-step .sign-substep.done {
        opacity: 1
    }

        .center-message .card.sign-step .sign-substep.done .step-title {
            opacity: .3
        }

        .center-message .card.sign-step .sign-substep.done .substep-link, .center-message .card.sign-step .sign-substep.done .icon-check {
            display: block
        }

        .center-message .card.sign-step .sign-substep.done .step-circle {
            display: none
        }

    .center-message .card.sign-step .sign-substep.error {
        opacity: 1
    }

        .center-message .card.sign-step .sign-substep.error .icon-close {
            display: block
        }

        .center-message .card.sign-step .sign-substep.error .step-circle {
            display: none
        }

        .center-message .card.sign-step .sign-substep.error .btn-green {
            display: block
        }

    .center-message .card.sign-step .sign-substep .step-title {
        font-size: 1rem;
        font-weight: bold
    }

    .center-message .card.sign-step .sign-substep .step-icons {
        float: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5%;
        flex: 0 0 7.5%
    }

        .center-message .card.sign-step .sign-substep .step-icons span {
            width: 20px;
            height: 20px;
            margin: 0 .4375rem 0 .125rem;
            border-radius: 100%
        }

    .center-message .card.sign-step .sign-substep .step-circle {
        position: relative;
        display: block
    }

        .center-message .card.sign-step .sign-substep .step-circle:before {
            content: "";
            width: 2px;
            height: 100px;
            position: absolute;
            left: 50%;
            top: -100px
        }

    .center-message .card.sign-step .sign-substep .icon-check {
        display: none;
        color: #fff;
        background: #00338d;
        padding: .125rem
    }

    .center-message .card.sign-step .sign-substep .icon-close {
        display: none;
        color: #fff;
        background: #f00;
        padding: .0625rem;
        font-size: .5625rem;
        text-align: center
    }

    .center-message .card.sign-step .sign-substep .step-desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }

    .center-message .card.sign-step .sign-substep .substep-link {
        display: none;
        margin: -6px 0 2.375rem
    }

    .center-message .card.sign-step .sign-substep .btn-green, .center-message .card.sign-step .sign-substep .btn-green-border {
        padding: .5rem 0;
        margin: 0 0 2.5rem;
        display: block;
        text-align: center;
        float: left;
        width: 100%
    }

    .center-message .card.sign-step .sign-substep .btn-green {
        display: none
    }

    .center-message .card.sign-step .sign-substep .btn-green-border {
        cursor: not-allowed
    }

.center-message .card ul {
    font-size: 1rem;
    list-style: disc;
    padding-left: .9375rem;
    line-height: 1.3em
}

.center-message .btn-green {
    margin: 1.25rem auto .625rem;
    padding: .5rem 3.4375rem
}

@media only screen and (max-width: 767px) {
    .center-message .btn-green.go-home {
        padding: .5rem 1.25rem
    }
}

.center-message .btn-green.go-next .icon-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: .1875rem
}

.center-message.with-title {
    padding-top: 2.625rem
}

    .center-message.with-title .title-wrapper {
        text-align: center;
        margin-bottom: 3.75rem
    }

.row.success-item-wrapper {
    margin: 2.5rem auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left
}

@media only screen and (min-width: 1201px) {
    .row.success-item-wrapper {
        width: 62%
    }
}

.row.success-item-wrapper .bullet-success {
    background: #fff;
    padding: 1.25rem 1.875rem;
    border-radius: 5px;
    margin: 0 0 1.25rem
}

@media only screen and (min-width: 768px) {
    .row.success-item-wrapper .bullet-success {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        margin: 0
    }
}

.row.success-item-wrapper .bullet-success .bullet-description {
    margin: 0
}

@media only screen and (min-width: 1201px) {
    .row.success-item-wrapper .bullet-success .bullet-description {
        margin: 0 1.5625rem 0 0;
        min-height: 90px
    }
}

.row.success-item-wrapper .bullet-success .fi {
    color: #00338d;
    font-size: 3.75rem;
    display: block;
    margin-bottom: .4375rem
}

.row.success-item-wrapper .bullet-success .btn-green {
    padding: .5rem 0;
    display: block;
    text-align: center;
    margin: 1.25rem 0 .3125rem
}

.sign-step-link {
    display: none;
    margin-top: -15px;
    padding: .5rem 3.125rem
}

    .sign-step-link.can-go-back {
        display: inline-block
    }

.steps-success {
    display: none
}

    .steps-success h4 {
        margin-bottom: .625rem
    }

    .steps-success .success-subtitle {
        font-weight: normal;
        margin-bottom: 2.8125rem
    }

    .steps-success.has-success {
        display: block
    }

.register-title.has-success {
    display: none
}

.sign-title.has-success {
    font-weight: bold
}

.btn-green.go-next {
    margin-top: 0;
    padding: .5rem 1.875rem
}

@media only screen and (min-width: 768px) {
    .btn-green.go-next {
        padding: .5rem 5.625rem
    }
}

.btn-green.go-next.sign-next {
    display: none
}

@media only screen and (max-width: 767px) {
    .btn-green.go-next.sign-next {
        padding: .5rem 3.4375rem
    }
}

.btn-green.go-next.has-success {
    display: inline-block
}

.show-steps-error {
    display: block
}

@media only screen and (min-width: 1201px) {
    .show-steps-error {
        width: 65%;
        margin: 0 auto 1.875rem;
        padding-right: 0
    }
}

.show-steps-error li {
    margin-bottom: 0;
    line-height: 2em
}

@media only screen and (min-width: 1201px) {
    .col-welcome {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%
    }
}

.col-welcome .card {
    padding: 3.4375rem;
    margin: 0
}

@media only screen and (max-width: 374px) {
    .col-welcome .card {
        padding: 1.5625rem
    }
}

.col-welcome .card .img-wrapper {
    display: block
}

    .col-welcome .card .img-wrapper .img-figure {
        margin: 0 0 1.875rem
    }

.col-welcome .card h4 {
    margin-bottom: 1.25rem
}

.col-welcome .card p, .col-welcome .card ul {
    font-size: 1rem
}

.col-welcome .card ul {
    line-height: 1.7em
}

.col-welcome .card .welcome-needs {
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 4.375rem
}

.col-welcome .card .btn-green {
    margin: 3.75rem auto 0
}

@media only screen and (max-width: 767px) {
    .col-welcome .card .btn-green {
        padding: .5rem 1.25rem;
        text-align: center
    }
}

.register-video-identification {
    padding: 2.625rem 0 0
}

    .register-video-identification h2 {
        margin-bottom: 3.75rem;
        text-align: center
    }

    .register-video-identification .img-video {
        margin-bottom: 1.25rem
    }

@media only screen and (min-width: 1201px) {
    .register-video-identification .col-video {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%
    }
}

.register-video-identification .col-video .card {
    padding: .9375rem 2.1875rem .625rem;
    margin-bottom: 2.5rem
}

    .register-video-identification .col-video .card .register-title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1.125rem
    }

    .register-video-identification .col-video .card ul {
        font-size: 1rem
    }

        .register-video-identification .col-video .card ul li {
            margin-bottom: .5rem;
            line-height: 1.2em
        }

.video-instructions {
    background: linear-gradient(to bottom, #fff, #fbfbfb 56%, #eee)
}

    .video-instructions .row {
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.25rem 0
    }

    .video-instructions .bullet-center {
        padding: 0 .9375rem 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

@media only screen and (min-width: 768px) {
    .video-instructions .bullet-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
}

.video-instructions .bullet-center:after {
    display: none
}

.video-instructions .bullet-center .fi {
    font-size: 4.375rem;
    margin-bottom: .5rem
}

    .video-instructions .bullet-center .fi.flaticon-idea {
        font-size: 3.125rem;
        line-height: 1.4em
    }

.video-instructions .bullet-center .bullet-text {
    font-size: 1rem;
    line-height: 1.15em
}

.dni-container .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 .625rem
}

.dni-container .dni-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 1.875rem
}

@media only screen and (min-width: 768px) {
    .dni-container .dni-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        margin-bottom: 0
    }
}

.dni-container .dni-wrapper .dni-iframe {
    height: 400px;
    border-radius: 10px;
    background: #f9f9f9;
    border: 1px solid #ebebeb
}

.dni-container .steps-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .dni-container .steps-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%
    }
}

.dni-container .steps-container .step-text {
    font-size: 1.125rem;
    opacity: .3;
    text-align: left
}

@media only screen and (min-width: 1201px) {
    .dni-container .steps-container .step-text {
        margin: 1.5625rem;
        font-size: 1.25rem
    }
}

.dni-container .steps-container .step-text.active {
    opacity: 1
}

.dni-container .steps-container .step-text.done {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .dni-container .steps-container .step-text.done .icon-number {
        display: none
    }

    .dni-container .steps-container .step-text.done .icon-check {
        display: block
    }

.dni-container .steps-container .icon-number {
    color: #fff;
    border-radius: 100%;
    padding: .5rem .96875rem;
    display: inline-block;
    margin-left: .9375rem;
    font-weight: bold
}

.dni-container .steps-container .icon-check {
    display: none;
    color: #00338d;
    font-size: 2.6rem;
    margin: 0 .375rem 0 .9375rem;
    float: left
}

.dni-container .steps-container .btn-green {
    display: none;
    position: absolute;
    left: 35px;
    padding: .5rem 5.625rem;
    margin-top: .625rem;
    display: none
}

@media only screen and (max-width: 767px) {
    .dni-container .steps-container .btn-green {
        position: static
    }
}

.dni-container .steps-container .btn-green.can-go-next {
    display: inline-block
}

@media only screen and (min-width: 768px) {
    .dni-container .steps-container .btn-green.can-go-next {
        display: block
    }
}

.dni-container .start-dni {
    padding: .5rem 5.3125rem;
    display: none;
    margin-top: 35%
}

@media only screen and (max-width: 374px) {
    .dni-container .start-dni {
        margin-top: 65%
    }
}

@media only screen and (min-width: 1201px) {
    .dni-container .start-dni {
        margin-top: 25%
    }
}

.dni-container .start-dni.can-start {
    display: inline-block
}

.dni-container .btn-green-border {
    display: none;
    padding: .5rem 3.125rem;
    margin-top: 2.1875rem
}

    .dni-container .btn-green-border.can-go-back {
        display: inline-block
    }

.col-video-message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .col-video-message {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%
    }
}

.col-video-message .card {
    display: block;
    padding: 1.5625rem;
    margin-bottom: 7.5rem;
    text-align: center
}

    .col-video-message .card h4 {
        margin: .3125rem 0 .9375rem
    }

    .col-video-message .card .icon-check {
        font-size: 2.625rem;
        color: #00338d;
        display: inline-block;
        margin-bottom: .75rem
    }

    .col-video-message .card .icon-close {
        background: #f00;
        border-radius: 100%;
        display: inline-block;
        color: #fff;
        padding: .75rem .75rem .5rem;
        margin-bottom: .75rem
    }

    .col-video-message .card .register-title {
        margin-bottom: 2.5rem
    }

    .col-video-message .card .register-explanation {
        font-size: 1rem;
        line-height: 1em
    }

    .col-video-message .card .btn-green {
        margin: .3125rem auto;
        padding: .5rem 1.5625rem
    }

@media only screen and (max-width: 374px) {
    .col-video-message .card .btn-green {
        padding: .5rem 1.25rem
    }
}

.video-steps > div {
    padding: 0
}

.video-steps .card.sign-step.active .sign-title {
    font-size: 1rem;
    margin-bottom: 1.875rem
}

.video-steps .card.sign-step.active .btn-green-border {
    padding: .5rem 1.5625rem;
    margin: 0 auto 1.5625rem
}

.sms-form-wrapper {
    padding: 1.875rem 1.5625rem;
    position: relative;
    margin-bottom: 5.625rem
}

    .sms-form-wrapper:before {
        content: "";
        width: 73%;
        height: 2px;
        background: #dbdbdb;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto
    }

    .sms-form-wrapper p {
        font-size: 1.25rem;
        line-height: 1.4em;
        margin-bottom: 1.875rem
    }

    .sms-form-wrapper input {
        max-width: 200px;
        margin: 0 auto
    }

    .sms-form-wrapper .btn-green {
        padding: .5rem 1.5625rem
    }

@media only screen and (min-width: 768px) {
    .sms-form-wrapper .btn-green {
        padding: .5rem 2.5rem
    }
}

.register-steps {
    position: relative;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    margin: 0 0 3.75rem;
    padding: 1.8125rem 0 .625rem
}

@media only screen and (min-width: 768px) {
    .register-steps {
        padding-right: 1.5625rem
    }
}

.register-steps .col {
    opacity: .3
}

    .register-steps .col.active, .register-steps .col.done {
        opacity: 1
    }

.register-steps span {
    color: #fff;
    border-radius: 100%;
    padding: .625rem .9375rem;
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold
}

    .register-steps span:after {
        content: "";
        width: 75%;
        height: 2px;
        position: absolute;
        margin: -1px auto 0;
        top: 22%;
        left: -40%
    }

@media only screen and (max-width: 374px) {
    .register-steps span:after {
        width: 72%
    }
}

@media only screen and (min-width: 768px) {
    .register-steps span:after {
        width: 80%
    }
}

.register-steps span.icon-check {
    visibility: hidden;
    font-size: 0;
    padding: 0;
    margin: 0 0 -2px
}

    .register-steps span.icon-check:before, .register-steps span.icon-check:after {
        visibility: visible
    }

    .register-steps span.icon-check:before {
        font-size: 2.5rem
    }

.register-steps p {
    font-size: 1rem
}

@media only screen and (min-width: 768px) {
    .register-steps p {
        font-size: 1.25rem
    }
}

.register-steps .col:first-child span:after {
    display: none
}

@media only screen and (min-width: 1201px) {
    .register-form .col-lg-3 {
        padding: 0
    }
}

.register-form .register-form-wrapper > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper > .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%
    }
}

.register-form .register-form-wrapper > .col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper > .col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%
    }
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-form-inner {
        padding-right: 2.8125rem
    }
}

.register-form .register-form-wrapper .form-group {
    margin-bottom: 1.0625rem
}

.register-form .register-form-wrapper label {
    font-size: 1rem
}

.register-form .register-form-wrapper .form-control {
    padding: .5625rem .75rem
}

.register-form .register-form-wrapper .register-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }
}

.register-form .register-form-wrapper .register-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }
}

.register-form .register-form-wrapper .register-cif {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-cif {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
        flex: 0 0 54%
    }
}

.register-form .register-form-wrapper .register-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%
    }
}

.register-form .register-form-wrapper .register-desc p {
    font-size: 1rem;
    margin-top: 0
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-desc p {
        margin-top: 1.5625rem
    }
}

.register-form .register-form-wrapper .register-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-32 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%
    }
}

.register-form .register-form-wrapper .register-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.register-form .register-form-wrapper .register-48 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-48 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

.register-form .register-form-wrapper .register-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

.register-form .register-form-wrapper .register-68 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-68 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%
    }
}

.register-form .register-form-wrapper .register-73 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .register-73 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
        flex: 0 0 73%
    }
}

.register-form .register-form-wrapper .custom-checkbox {
    margin-left: .9375rem
}

    .register-form .register-form-wrapper .custom-checkbox.conditions-checkbox {
        margin: .9375rem 0 0
    }

        .register-form .register-form-wrapper .custom-checkbox.conditions-checkbox .custom-control-description {
            margin-top: 0
        }

.register-form .register-form-wrapper .btn-green {
    display: block;
    padding: .5rem 3.4375rem;
    margin: 3.125rem auto 1.875rem
}

@media only screen and (min-width: 768px) {
    .register-form .register-form-wrapper .btn-green {
        margin: 3.125rem 0 1.875rem
    }
}

.register-form .register-form-wrapper .btn-green.btn-follow {
    padding: .5rem 5.625rem;
    margin-bottom: 1rem
}

.register-form .big-text {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: .4375rem;
    line-height: 1.1em
}

.register-form .register-text {
    font-size: 1rem
}

@media only screen and (min-width: 1201px) {
    .register-form .register-text {
        padding-right: 4.6875rem
    }
}

.register-form .register-explanation {
    color: #898989;
    line-height: 1.2em
}

.register-form .register-box {
    border-radius: 5px;
    padding: .9375rem .9375rem .125rem;
    margin: .625rem 0 1.75rem;
    background: #f6f6f6
}

    .register-form .register-box p {
        line-height: 1.1em
    }

.register-form .register-switches-wrapper {
    margin-top: 1.25rem
}

    .register-form .register-switches-wrapper.register-space {
        margin-top: 2.625rem
    }

.register-form .save-process {
    font-size: .875rem
}

@media only screen and (max-width: 767px) {
    .register-form .save-process {
        display: block;
        text-align: center;
        margin-bottom: 1.875rem
    }
}

.register-form .save-process span {
    margin-right: .625rem
}

.register-form .text-card {
    display: none
}

.register-form .register-buttons {
    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;
    margin-top: 3.4375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 1201px) {
    .register-form .register-buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.register-form .register-buttons .btn-green-border {
    padding: .5rem 3.125rem
}

.register-form .register-buttons .btn-follow {
    margin: .9375rem 0
}

.register-form .register-buttons .save-process {
    margin: .9375rem auto 1.875rem
}

.register-form .next-form-wrapper {
    margin-top: 3.125rem;
    display: none
}

.register-form .register-dni {
    border-radius: 5px;
    padding: 1.5625rem .9375rem 10.9375rem;
    margin: .9375rem 0 .625rem;
    background: url(./img/dni.png) no-repeat center 78% #f6f6f6
}

@media only screen and (max-width: 767px) {
    .register-form .register-dni {
        background-size: 90%
    }
}

.register-form .register-dni input[type=file] {
    display: none
}

.register-form .register-dni .col a {
    display: inline-block;
    margin-bottom: .625rem
}

@media only screen and (min-width: 768px) {
    .register-form .register-dni .col a {
        margin-left: -1.25rem
    }
}

.register-form .register-dni .col a span {
    font-size: 1.375rem
}

@media only screen and (min-width: 768px) {
    .register-form .register-dni .col:first-child a {
        margin-left: 1.875rem
    }
}

.register-form .small-details {
    font-size: .75rem;
    line-height: 1.2em;
    margin-bottom: -5px
}

.register-form .register-cvv input {
    width: 50%;
    display: inline-block;
    float: left
}

@media only screen and (max-width: 767px) {
    .register-form .register-cvv input {
        margin-bottom: 1.0625rem
    }
}

.register-form .register-cvv .icon-ccv {
    font-size: 1.5625rem;
    float: left;
    margin: .5rem
}

.register-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.5625rem
}

    .register-title.separator-title {
        margin-top: 2.625rem
    }

    .register-title.small-margin-title {
        margin-bottom: .5rem
    }

.big-bullet {
    border: 1px solid #e9e9e9;
    box-shadow: 0px 25px 25px -30px #999;
    border-radius: 5px;
    padding: 1.5625rem .9375rem;
    margin-bottom: 1.875rem
}

@media only screen and (min-width: 1201px) {
    .big-bullet {
        margin-right: 2.1875rem
    }
}

.big-bullet.in-column {
    margin-bottom: 3.125rem
}

.big-bullet span {
    font-size: 2.5rem;
    margin-right: 1.5rem
}

.big-bullet .bullet-title {
    font-size: 1rem;
    margin-bottom: .3125rem
}

.big-bullet .bullet-description {
    font-size: 1rem;
    margin-right: 0
}

    .big-bullet .bullet-description.no-margin {
        margin-bottom: 0
    }

.big-bullet .btn-green {
    margin: .125rem auto .3125rem !important;
    display: inline-block !important;
    text-align: center;
    padding: .5rem 1.5625rem !important
}

@media only screen and (min-width: 768px) {
    .big-bullet .btn-green {
        padding: .5rem 0 !important;
        width: 68%;
        margin-left: 2.1875rem !important
    }
}

.bullet-center {
    padding-bottom: 1.25rem;
    margin-bottom: 1.875rem;
    position: relative
}

    .bullet-center:last-child {
        padding: 0;
        margin: 0
    }

        .bullet-center:last-child:after {
            display: none
        }

    .bullet-center:after {
        content: "";
        width: 68px;
        height: 3px;
        background: #f0f0f0;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .bullet-center .fi {
        font-size: 2.8125rem;
        display: block
    }

    .bullet-center .bullet-description {
        font-size: 1rem;
        margin: 1rem 0 0
    }

    .bullet-center .btn-green {
        padding: .5rem 1.5625rem
    }

.tabify-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1.6875rem
}

@media only screen and (min-width: 768px) {
    .tabify-register {
        padding-right: 2.8125rem
    }
}

.tabify-register li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

.tabify-register a {
    border: 2px solid #c7c7c7;
    padding: .5rem 0;
    color: #c7c7c7;
    border-radius: 8px;
    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;
    font-size: .875rem;
    text-align: center
}

    .tabify-register a:hover, .tabify-register a:focus {
        text-decoration: none
    }

.tabify-register .tab-icon {
    font-size: 1.75rem;
    margin-right: .625rem
}

@media only screen and (max-width: 767px) {
    .tabify-register .tab-icon {
        margin: 0 .3125rem
    }
}

#card-payment {
    display: none
}

.card-register-price {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: .3125rem
}

    .card-register-price .price-wrapper {
        border-bottom: 1px solid #e6e6e6
    }

    .card-register-price .icon-top {
        font-size: 2.1875rem;
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        box-shadow: 0 1px 12px 0 rgba(33,14,114,0.7);
        border-radius: 100%;
        overflow: hidden;
        position: relative;
        margin: 20px auto;
        color: #00338d;
        background: #fff;
        display: block
    }

        .card-register-price .icon-top.icon-plus {
            cursor: pointer;
            -webkit-animation: all .2s ease-out;
            animation: all .2s ease-out
        }

            .card-register-price .icon-top.icon-plus:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }

    .card-register-price .card-header {
        background: none;
        border: none;
        padding: 0 1.5625rem .1875rem
    }

        .card-register-price .card-header p {
            font-size: 1rem;
            line-height: 1.1em
        }

    .card-register-price .card-block {
        padding: 0
    }

        .card-register-price .card-block .card-type {
            font-size: 1.25rem;
            margin: 1.125rem 0 .9375rem
        }

    .card-register-price .card-units {
        font-size: 1.25rem
    }

    .card-register-price .card-explanation {
        margin-bottom: .625rem
    }

        .card-register-price .card-explanation.text-payroll {
            padding: 0 3.75rem .625rem
        }

    .card-register-price .plus-minus {
        padding: 0 0 1.25rem
    }

        .card-register-price .plus-minus .big-number {
            margin: .625rem .75rem 0
        }

        .card-register-price .plus-minus .pick-number {
            margin: .625rem 1.25rem 0
        }

    .card-register-price .toggle-plan {
        display: none
    }

    .card-register-price .register-totals {
        border-bottom: 1px solid #fff
    }

        .card-register-price .register-totals p {
            color: #fff
        }

        .card-register-price .register-totals .text-contract {
            font-size: 1rem;
            margin: .9375rem 0
        }

        .card-register-price .register-totals .text-total {
            font-size: 1.875rem;
            margin: 0 0 .5rem;
            line-height: .8em
        }

    .card-register-price .register-free {
        padding: 1.25rem 0 .3125rem;
        border-radius: 0 0 10px 10px
    }

        .card-register-price .register-free p {
            color: #fff;
            font-size: 1rem
        }

.register-discount-wrapper {
    border-radius: 10px;
    padding: .625rem .75rem .9375rem
}

    .register-discount-wrapper .register-discount-link {
        font-size: 1rem;
        text-align: center;
        margin: 0 auto .9375rem;
        display: block
    }

        .register-discount-wrapper .register-discount-link:focus {
            text-decoration: none
        }

        .register-discount-wrapper .register-discount-link .icon-arrow {
            display: inline-block;
            -webkit-transform: translateY(2px);
            transform: translateY(2px)
        }

    .register-discount-wrapper .register-form-discount {
        display: none
    }

    .register-discount-wrapper .btn-green-border {
        padding: .5rem 1.125rem;
        display: block;
        margin: 0 auto
    }

    .register-discount-wrapper .icon-check {
        font-size: 2.5rem;
        color: #00338d;
        display: none;
        text-align: center
    }

.register-discount-wrapper--open {
    background: #f7f7f7;
    border: 1px solid #e9e9e9
}

    .register-discount-wrapper--open .register-discount-link .icon-arrow {
        -webkit-transform: rotate(180deg) translateY(3px);
        transform: rotate(180deg) translateY(3px)
    }

.register-pymes .center-message .card {
    box-shadow: 0px 25px 25px -30px #00338D
}

.register-pymes .bullet-item span {
    color: #00338D
}

.register-pymes .register-steps span {
    background: #00338D
}

    .register-pymes .register-steps span:after {
        background: #00338D;
        top: 18%
    }

@media only screen and (min-width: 1201px) {
    .register-pymes .register-steps span:after {
        top: 22%
    }
}

.register-pymes .register-steps span.icon-check:before {
    color: #00338D
}

.register-pymes .card-register-price {
    box-shadow: 0px 25px 25px -30px #00338D
}

.register-pymes .plus-minus .icon-button {
    background: #00338D;
    box-shadow: 0px 8px 10px -5px #00338D
}

.register-pymes .register-totals, .register-pymes .register-free {
    background: #00338D
}

.register-pymes .big-text, .register-pymes .register-cvv {
    color: #00338D
}

.register-pymes .register-contact .top-item-wrapper, .register-pymes .register-validation .top-item-wrapper, .register-pymes .register-video .top-item-wrapper {
    background: linear-gradient(56deg, rgba(255,255,255,0), rgba(63,44,144,0.5))
}

.register-pymes .future-call h4, .register-pymes .dni-container h4, .register-pymes .steps-success h4 {
    color: #00338D
}

.register-pymes .register-dni a {
    color: #00338D
}

.register-pymes .bullet-center .fi {
    color: #00338D
}

.register-pymes .tabify-register .active a {
    border-color: #00338D;
    color: #00338D
}

.register-pymes .with-title h2, .register-pymes .with-title h3 {
    color: #00338D
}

.register-pymes .step-number, .register-pymes .step-circle, .register-pymes .step-circle:before {
    background: #00338D
}

.register-pymes .center-message .card.sign-step {
    box-shadow: none
}

    .register-pymes .center-message .card.sign-step.active {
        box-shadow: 0px 25px 25px -30px #00338D
    }

.register-pymes .col-welcome h4, .register-pymes .col-welcome .welcome-needs {
    color: #00338D
}

.register-pymes .register-video-identification h2 {
    color: #00338D
}

.register-pymes .icon-number {
    background: #00338D
}

.register-pymes .col-video-message .register-title {
    color: #00338D
}

@media only screen and (max-width: 374px) {
    .register-pymes .register-steps .col {
        width: 25%
    }
}

@media only screen and (max-width: 767px) {
    .register-pymes .register-steps span:after {
        width: 65%;
        left: -30%
    }
}

@media only screen and (max-width: 374px) {
    .register-pymes .register-steps span:after {
        left: -25%
    }
}

.register-self .center-message .card {
    box-shadow: 0px 25px 25px -30px #00B8F5
}

.register-self .bullet-item span {
    color: #00B8F5
}

.register-self .register-steps {
    padding-right: 0
}

    .register-self .register-steps span {
        background: #00B8F5
    }

        .register-self .register-steps span:after {
            background: #00B8F5;
            left: -42%;
            width: 84%
        }

        .register-self .register-steps span.icon-check:before {
            color: #00B8F5
        }

.register-self .card-register-price {
    box-shadow: 0px 25px 25px -30px #00B8F5
}

.register-self .plus-minus .icon-button {
    background: #00B8F5;
    box-shadow: 0px 8px 10px -5px #00B8F5
}

.register-self .register-totals, .register-self .register-free {
    background: #00B8F5
}

.register-self .big-text, .register-self .register-cvv {
    color: #00B8F5
}

.register-self .register-contact .top-item-wrapper, .register-self .register-validation .top-item-wrapper, .register-self .register-video .top-item-wrapper {
    background: linear-gradient(56deg, rgba(0,163,161,0), rgba(0,163,161,0.33))
}

.register-self .future-call h4, .register-self .dni-container h4, .register-self .steps-success h4 {
    color: #00B8F5
}

.register-self .register-dni a {
    color: #00B8F5
}

.register-self .bullet-center .fi {
    color: #00B8F5
}

.register-self .tabify-register .active a {
    border-color: #00B8F5;
    color: #00B8F5
}

.register-self .with-title h2, .register-self .with-title h3 {
    color: #00B8F5
}

.register-self .step-number, .register-self .step-circle, .register-self .step-circle:before {
    background: #00B8F5
}

.register-self .steps-success h4 {
    color: #00B8F5
}

.register-self .center-message .card.sign-step {
    box-shadow: none
}

    .register-self .center-message .card.sign-step.active {
        box-shadow: 0px 25px 25px -30px #00B8F5
    }

.register-self .col-welcome h4, .register-self .col-welcome .welcome-needs {
    color: #00B8F5
}

.register-self .register-video-identification h2 {
    color: #00B8F5
}

.register-self .icon-number {
    background: #00B8F5
}

.register-self .col-video-message .register-title {
    color: #00B8F5
}
.btn-bottom-card{
    margin: 2rem 0 1rem 0;
}

/* CSS NEXTRET*/
/*FAQS CSS*/

ul.faqs-list h6, .help-faq h6 {
    font-weight:600;
    margin-top: .5rem;
}
ul.faqs-list li {
    padding-left: 1rem;
    font-size: 1rem;
    margin: .75rem;
}
ul.faqs-list p {
    padding-left: 1rem;
    font-size:1rem;
    
}
ul.faqs-list a, .help-faq a {
    color:#fff;
    text-decoration: underline;
    font-weight: 600;
}
p.big-img-services {
    margin: 1rem 0 ;
    text-align: center;
}
ul.prop-list-type-disc {
    padding-left: 2rem;
}
ul.prop-list-type-disc li{
    list-style-type: disc;
    padding-left:.5rem;
}

/*END FAQS CSS*/
/*ERROR*/
.top-item.top-error {
    background-image: url(./img/bg-error-404.jpg)
}
.top-item.top-error.maintenance-error {
    background-image: url(./img/bg-maintenance.jpg);
    background-position: center;
}
.top-item.top-error.web-error {
    background-image: url(./img/bg-error.jpg);
    background-position: center;
}
.container-maintenance h2:last-of-type {
    margin:0;
    padding-bottom: 2.875rem ;
}


    .top-item.top-error .top-item-wrapper {
        background-image: linear-gradient(312deg, rgba(0,94,184,0), rgba(0,94,184,0.84))
    }

        .top-item.top-error .top-item-wrapper:after {
            content: "";
            width: 100%;
            height: 75px;
            position: absolute;
            bottom: -1px;
            background: #fff;
            background: linear-gradient(to right bottom, transparent 49%, #fff 51%)
        }

    .top-item.top-error .container {
        padding: 8.125rem 2.5rem 6.25rem
    }

@media only screen and (min-width: 1201px) {
    .top-item.top-error .container {
        padding: 18.5rem 8.125rem 16.5625rem
    }
}

.top-item.top-error h3 {
    padding: 0 2.5rem;
    font-size: 1rem;
    line-height: 1.25em;
    margin-top: .625rem
}
.expert .information-error{
    padding-bottom: 3.875rem;
    margin: 1.875rem 0 0px;
}

@media only screen and (min-width: 1201px) {
    .top-item.top-error h3 {
        margin: .9375rem;
        padding: 0 5.9375rem;
        font-size: 1.25rem;
        line-height: 1.1em
    }
}

.top-item.top-error:hover .scroll-arrow {
    -webkit-animation: arrowBounce 1s infinite;
    animation: arrowBounce 1s infinite
}
/*END ERROR*/

/* FEATURES ICON STYLES */
.feature-icons-style .fas[class*="fa-"] {
    font-size: 3rem;
    color: var(--color-corporative-cobalt, #1e49e2);
}
@media only screen and (max-width: 768px){
    .features .block-info {
        flex-basis: auto;
        margin: 1rem 0 !important;
    }
    .features .block-info .col-auto{
        justify-content: center;
    }
}

/* END FEATURES ICON STYLES */

/* steps-digital-certificate */

@media only screen and (max-width: 767px) {
    .top-item.top-certificate-digital{
        background-position: 80% 0;
    }
}
    .step-block {
        border: 5px solid;
        padding: 1rem;
        color: var(--color-corporative-blue, #00338d);
        text-align: left;
        margin: 0 .5rem;
    }

    .step-block-number {
        text-align: left;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .step-row-block .col {
        border-left: 1px dashed #000;
        padding-bottom: 1rem ;
    }


    .step-row-block .col.no-border{
        border-left: 0;
    }
    .border-row {
        border-bottom: 5px solid var(--color-corporative-cobalt, #1e49e2);
    }
    .box-header {
        font-weight: 600;
        font-size: 1.25rem;
        color: var(--color-corporative-blue, #00338d);
    }
    .flex-grow-half-unit {
        flex-grow: .5;
    }
    .border-left-dashed {
        border-left: 1px dashed #000;
    }
    .border-right-dashed {
        border-right: 1px dashed #000;
    }
    @media only screen and (max-width: 768px) {
        .row.step-row-block{
            flex-direction: column;
        }
        .step-row-block .col {
            flex-basis: auto;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
            border: 0;
        }
        .border-row{
            border-bottom: 0;
        }

        .step-block{
            flex-basis: auto;
            margin: 1rem 0 !important;
        }
        
    }

    .clients-type{
        counter-reset: my-awesome-counter;
    }
    .clients-type h3{
        font-size: 1rem;
        text-align: center;
        padding: 1rem 0;
    }
    .clients-type .client-type-icon-block {
        height: 10rem;
        background-color: #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .clients-type .client-type-icon-block span.fas{
        font-size: 5rem;
        font-size: 4rem;
    }
    .clients-type .client-type-icon-block .text-price{
        font-size: 3rem;
        line-height: 3rem;
        font-weight: 600;
        margin-top: .5rem;
    }
        
    .clients-type .triangle-top-right {
        position:absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #000; 
        border-left: 50px solid transparent; 
   
    }
    .block-info-link a {
        font-size: 20px;
    }

    .clients-type .triangle-top-right.triangle-color-cobalt{
        border-top: 50px solid var(--color-corporative-cobalt, #1e49e2); 
    }
    .clients-type .triangle-top-right.triangle-color-blue{
        border-top: 50px solid var(--color-corporative-blue, #00338d); 
    }
    .clients-type .triangle-top-right.triangle-color-pacific-blue{
        border-top: 50px solid var(--color-corporative-pacific-blue, #00b8f5);
    }
    .clients-type .triangle-top-right.triangle-color-purple-blue{
        border-top: 50px solid var(--color-corporative-purple-blue, #7213ea);
    }
    
    .clients-type .triangle-top-right::before {
        counter-increment: my-awesome-counter;
        content:  "0" counter(my-awesome-counter);  
        position: absolute;
        color: white;
        font-weight: bold;
        top: -45px;
        right: 5px;
    }

    .clients-type p{
        margin: 1rem 0;
        color: var(--color-corporative-blue, #00338d); 
    }

    @media only screen and (max-width: 768px){
        .clients-type .col {
            flex-basis: auto;
            margin: 1rem 0 !important;
        }
    }


/* END steps-digital-certificate */


.block-info {
    color: white;
    background-color:  var(--color-corporative-cobalt, #1e49e2)!important;
}
.block-info > div[class*="col"]  {
    padding: 1rem;
}
.block-info  p {
    margin-bottom: 0;
    font-size: 1.25rem;
}
.block-info-icon {
    font-size: 3rem;
    align-self: center;
}
.titular-margin {
    margin: .5em 0;
}
.container--padding {
    padding: 55px 10px;
}
.wrapper-map{
    margin-top: 2rem;
}

.wrapper-map .message-aids {
    text-align: center;
    font-size: 1rem;
    color: #c6007e;
    margin-top: 1rem;
    display: none;
}

/*MODIFICADORES*/
.prop-text-underline {
    text-decoration: underline;
}
.prop-display-none {
    display:none;
}
.prop-textalign-left {
    text-align: left;
}

.border-radius {
    border-radius: 1rem;
}
.color-white {
    color: #fff;
}

.rotate-45 {

    transform: rotate(-45deg);
  
    /* Legacy vendor prefixes that you probably don't need... */
  
    /* Safari */
    -webkit-transform: rotate(-45deg);
  
    /* Firefox */
    -moz-transform: rotate(-45deg);
  
    /* IE */
    -ms-transform: rotate(-45deg);
  
    /* Opera */
    -o-transform: rotate(-45deg);
  
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
  }

/*END MODIFICADORES*/
@media only screen and (max-width: 768px) {
    .wrapper-map{
        display:none;
    }

    .needs-container .needs-first.width-50{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
table.content-table  {
    width: 100%;
}
table.content-table thead  {
    color: #fff;
    text-align: center;
}
table.content-table thead td  {
    background: #00338d;
    padding: 1rem;
}
table.content-table td  {
    border: 1px solid #000;
    padding: .5rem;
}
/*END CSS NEXTRET*/
/*CHANGE AUTOCOMPLETE STYLES IN WEBKIT BROWSERS*/
@-webkit-keyframes autofill {
    to {
        -webkit-text-fill-color: #000;
        background: transparent;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/*END CHANGE AUTOCOMPLETE STYLES IN WEBKIT BROWSERS*/

.message-error {
    color: red
}

.message-error-off {
    color: red;
    display: none
}
.hidden-content{
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,0 0,0 0,0 0);
}

.faqs .card-block ul.tick li {
    list-style: none;
}
.faqs .card-block h6 {
    font-weight: 700;
}

.faqs .card-block ul.tick li:before {
    content: '✔';
    padding-right: 1rem;
    color: #00B8F5;
}


.container-img {
    display: flex;
    justify-content: center;
}
.container-img img {
    width: 100%;
    min-height: 5rem;
}

/* LIST */
ul.simple-list {
    font-size: 14px;
    list-style: none;
    margin-left: 1rem;
    padding: 0;
    text-align: left;
    counter-reset: list-number;
}
ul.simple-list li {
    content: '-';
    /* display: inline-block; */
    vertical-align: middle;
    margin-right: .5em;
    position: relative;
}

ul.simple-list li:before {
    content: '-';
    position: absolute;
    right: 100%;
    width: 1rem;
    height: 1rem;
}
ul.simple-list.numered {
    list-style: decimal;
}

ul.simple-list.numered li:before {
    content: '';
    /* counter-increment: list-number;
    content: counter(list-number) + '.';
    color: var(--color-corporative-primary-three, #0091da); */
}
ul.simple-list.numered li::marker {
    color: var(--color-corporative-primary-three, #0091da); 
}

.bullet-check-list > li{
    margin-bottom: 1rem;
    width: 95%;
}
.bullet-check-list > li:before {
    position: absolute;
    right: 100%;
    content: '✓';
    display: inline-block;
    vertical-align: middle;
    color: #00338d;
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    
}
/* LIST */


.main-nav .navbar-nav .nav-item {
    position: relative
}

@media only screen and (max-width: 1199px) {
    .main-nav .navbar-nav a{
        padding: 0.5rem calc((100% - 1100px) / 2);
    }
    .main-nav .navbar-nav .submenu li a {
        font-size: 1rem;
        padding: 0.5rem calc((100% - 1050px) / 2);
    }
    .main-nav .navbar-nav .submenu li a.dropdown-item {
        padding: 0.5rem calc((100% - 1000px) / 2);
    }
    ul.submenu.menu-items-max-content{
        width: inherit;
    }
}
@media only screen and (min-width: 1200px) {
    .main-nav .navbar-nav .nav-item {
        margin: 0 0 0 1.5rem
    }

    .main-nav .submenu {
        position: absolute;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.29);
        border: solid 1px #f0f0f0;
        border-radius: 5px;
        width: 145px;
        margin: .5rem 0 0 -38px
    }

    .main-nav .submenu:before {
        content: "";
        width: 10px;
        height: 10px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f0f0f0;
        margin: -11px 0 0 7.15625rem;
        position: absolute
    }

    .main-nav .submenu-resources {
        width: 190px;
        margin-left: -69px
    }

    .main-nav .submenu-resources:before {
        margin-left: 9.99375rem
    }

    .main-nav .submenu li {
        border-bottom: 1px solid #f0f0f0
    }

    .main-nav .submenu a {
        padding: .8125rem 1.125rem;
        font-size: .875rem;
        color: #333 !important;
        display: block
    }

    .main-nav .submenu a:hover {
        text-decoration: none;
        background: #f0f0f0
    }

    .main-nav .submenu a:focus {
        text-decoration: none;
        color: #999 !important
    }
}

@media (max-width: 1180px) {
    ul.submenu.menu-items-max-content{
        max-width: 100%;
    }
    .dropdown-item{
        white-space:inherit;
    }
    
    #clusters-pymes li.d-flex{
        flex-direction: column;
    }
  
}

.menu-container {
    display: flex;
    align-items: center;
    max-width: 1100px;
    padding: 6px 0;
    margin: 0 auto;
    height: 62px;
}


    main#page-content, .top-item.top-prices, .top-prices-foundations, .top-prices-entrepreneurs, .top-blog , .top-guides{
    margin-top: -62px;
}

button.navbar-toggler.navbar-toggler-right {
    position: relative;
    order: 6;
}

.legal-section {
    font-family: 'Poppins';
}

.legal-section-old {
    font-family: 'Poppins';
}

.legal-section h1 {
    font-size: 6rem;
    font-family: 'Poppins';
}

.legal-section .header-block-section {
    font-size: 3rem;
    font-family: 'Poppins';
}

.banner-legalitas-container {
    display: flex;
    justify-content: center;
}

.banner-legalitas {
    display: flex;
    justify-content: center;
    max-width: 1100px;

}

.legal-section {}

.legal-section a {
    text-decoration: underline;
}

.main-nav .nav-login{
    width: 30px;
}
.dropdown-menu {
    padding: 0;
}
@media (max-width: 1199px) {
    #clusters-pymes li.d-flex{
        flex-direction: column;
    }
    #clusters-pymes .dropdown-menu{
        display: block;
        background-color: transparent;
    }
    #clusters-pymes .btn{
        display: none !important;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: transparent;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .main-nav .nav-contact {
        margin: 0 1rem 0 auto !important;
    }

    .menu-container {

        width: 100%;
        position: relative;
        max-width: none;
        padding: 22px calc((100% - 1100px) / 2);

    }

    .navbar-collapse {
        position: absolute;
        top: 62px;
        background-color: #0c233c;
        width: 100%;
        padding: 22px 0;
        left: 0;
    }

    .main-nav .navbar-nav .nav-item {
        margin-left: 0;
    }

    button.navbar-toggler.navbar-toggler-right {
        position: static;
        align-self: center;
    }

    .navbar-light .navbar-toggler-icon {
        display: flex;
        align-items: center;
    }

}

@media (max-width: 1132px) {
    .menu-container {

        padding: 0.5rem 9px;
    }
    .main-nav .navbar-nav a{
        padding: 0.5rem 9px;
    }
    .main-nav .navbar-nav .submenu li a {
        padding: 0.5rem 29px;
    }
    .main-nav .navbar-nav .submenu li a.dropdown-item {
        padding: 0.5rem 49px;
    }
}


.collapsing {
    transition: none!important;
  }
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),url("../fonts/Flaticon.woff") format("woff"),url("../fonts/Flaticon.ttf") format("truetype"),url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg")
    }
}

@font-face {
    font-family: 'kpmgIcons';
    src: url("/fonts/kpmgIcons.eot");
    src: url("/fonts/kpmgIcons.eot?#iefix") format("embedded-opentype"),url("/fonts/kpmgIcons.woff") format("woff"),url("/fonts/kpmgIcons.ttf") format("truetype"),url("/fonts/kpmgIcons.svg#kpmgIcons") format("svg");
    font-weight: normal;
    font-style: normal
}

/* KPMGICONS */
[class*='icon-']:before {
    display: inline-block;
    font-family: 'kpmgIcons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-close:before {
    content: '\0041'
}

.icon-place:before {
    content: '\0042'
}

.icon-plus:before {
    content: '\0043'
}

.icon-minus:before {
    content: '\0044'
}

.icon-twitter:before {
    content: '\0045'
}

.icon-arrow:before {
    content: '\0046';
    font-weight: bold
}

.icon-login:before {
    content: '\0047'
}

.icon-plus-simple:before {
    content: '\0048'
}

.icon-minus-simple:before {
    content: '\0049'
}

.icon-check:before {
    content: '\004a'
}

.icon-info:before {
    content: '\004b'
}

.icon-ccv:before {
    content: '\004c'
}

.icon-bank:before {
    content: '\004d'
}

.icon-save:before {
    content: '\004e'
}

.icon-contabilidad:before {
    content: '\004f';
    font-weight: bold
}

.icon-contratos:before {
    content: '\0050'
}

.icon-fiscalidad:before {
    content: '\0051'
}

.icon-irpf:before {
    content: '\0052'
}

.icon-nominas:before {
    content: '\0053'
}

.icon-notificaciones:before {
    content: '\0054'
}

.icon-otros:before {
    content: '\0055'
}

.icon-portal:before {
    content: '\0056'
}

.icon-seguridadsocial:before {
    content: '\0057'
}

.icon-serviciosmercantiles:before {
    content: '\0058'
}
.icon-help:before {
    content: '\0061';
  }

/* END  KPMGICONS */

/* FLATICON */
[class*='icon-'].fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-alarm-clock:before {
    content: "\f100"
}

.flaticon-atomic:before {
    content: "\f101"
}

.flaticon-bar-chart:before {
    content: "\f102"
}

.flaticon-battery:before {
    content: "\f103"
}

.flaticon-battery-1:before {
    content: "\f104"
}

.flaticon-bell:before {
    content: "\f105"
}

.flaticon-bluetooth:before {
    content: "\f106"
}

.flaticon-book:before {
    content: "\f107"
}

.flaticon-box:before {
    content: "\f108"
}

.flaticon-calculator:before {
    content: "\f109"
}

.flaticon-calendar:before {
    content: "\f10a"
}

.flaticon-car:before {
    content: "\f10b"
}

.flaticon-chat:before {
    content: "\f10c"
}

.flaticon-chat-1:before {
    content: "\f10d"
}

.flaticon-checked:before {
    content: "\f10e"
}

.flaticon-cloud:before {
    content: "\f10f"
}

.flaticon-cloud-computing:before {
    content: "\f110"
}

.flaticon-cloud-computing-1:before {
    content: "\f111"
}

.flaticon-compass:before {
    content: "\f112"
}

.flaticon-credit-card:before {
    content: "\f113"
}

.flaticon-cursor:before {
    content: "\f114"
}

.flaticon-cutlery:before {
    content: "\f115"
}

.flaticon-download:before {
    content: "\f116"
}

.flaticon-edit:before {
    content: "\f117"
}

.flaticon-envelope:before {
    content: "\f118"
}

.flaticon-eraser:before {
    content: "\f119"
}

.flaticon-eye:before {
    content: "\f11a"
}

.flaticon-fast-forward:before {
    content: "\f11b"
}

.flaticon-favorites:before {
    content: "\f11c"
}

.flaticon-file:before {
    content: "\f11d"
}

.flaticon-file-1:before {
    content: "\f11e"
}

.flaticon-file-2:before {
    content: "\f11f"
}

.flaticon-file-3:before {
    content: "\f120"
}

.flaticon-filter:before {
    content: "\f121"
}

.flaticon-flag:before {
    content: "\f122"
}

.flaticon-folder:before {
    content: "\f123"
}

.flaticon-folder-1:before {
    content: "\f124"
}

.flaticon-gamepad:before {
    content: "\f125"
}

.flaticon-heart:before {
    content: "\f126"
}

.flaticon-home:before {
    content: "\f127"
}

.flaticon-id-card:before {
    content: "\f128"
}

.flaticon-idea:before {
    content: "\f129"
}

.flaticon-image:before {
    content: "\f12a"
}

.flaticon-inbox:before {
    content: "\f12b"
}

.flaticon-information:before {
    content: "\f12c"
}

.flaticon-key:before {
    content: "\f12d"
}

.flaticon-laptop:before {
    content: "\f12e"
}

.flaticon-layers:before {
    content: "\f12f"
}

.flaticon-like:before {
    content: "\f130"
}

.flaticon-line-chart:before {
    content: "\f131"
}

.flaticon-loupe:before {
    content: "\f132"
}

.flaticon-mail:before {
    content: "\f133"
}

.flaticon-map:before {
    content: "\f134"
}

.flaticon-medal:before {
    content: "\f135"
}

.flaticon-megaphone:before {
    content: "\f136"
}

.flaticon-message:before {
    content: "\f137"
}

.flaticon-message-1:before {
    content: "\f138"
}

.flaticon-message-2:before {
    content: "\f139"
}

.flaticon-microphone:before {
    content: "\f13a"
}

.flaticon-money:before {
    content: "\f13b"
}

.flaticon-monitor:before {
    content: "\f13c"
}

.flaticon-music:before {
    content: "\f13d"
}

.flaticon-next:before {
    content: "\f13e"
}

.flaticon-padlock:before {
    content: "\f13f"
}

.flaticon-padlock-1:before {
    content: "\f140"
}

.flaticon-paint-brush:before {
    content: "\f141"
}

.flaticon-pause:before {
    content: "\f142"
}

.flaticon-phone-call:before {
    content: "\f143"
}

.flaticon-photo-camera:before {
    content: "\f144"
}

.flaticon-placeholder:before {
    content: "\f145"
}

.flaticon-planet-earth:before {
    content: "\f146"
}

.flaticon-play-button:before {
    content: "\f147"
}

.flaticon-power-button:before {
    content: "\f148"
}

.flaticon-presentation:before {
    content: "\f149"
}

.flaticon-printer:before {
    content: "\f14a"
}

.flaticon-reload:before {
    content: "\f14b"
}

.flaticon-return:before {
    content: "\f14c"
}

.flaticon-rss:before {
    content: "\f14d"
}

.flaticon-safebox:before {
    content: "\f14e"
}

.flaticon-settings:before {
    content: "\f14f"
}

.flaticon-settings-1:before {
    content: "\f150"
}

.flaticon-settings-2:before {
    content: "\f151"
}

.flaticon-share:before {
    content: "\f152"
}

.flaticon-shield:before {
    content: "\f153"
}

.flaticon-shopping-cart:before {
    content: "\f154"
}

.flaticon-smartphone:before {
    content: "\f155"
}

.flaticon-speaker:before {
    content: "\f156"
}

.flaticon-speakers:before {
    content: "\f157"
}

.flaticon-trash:before {
    content: "\f158"
}

.flaticon-trophy:before {
    content: "\f159"
}

.flaticon-upload:before {
    content: "\f15a"
}

.flaticon-user:before {
    content: "\f15b"
}

.flaticon-user-1:before {
    content: "\f15c"
}

.flaticon-user-2:before {
    content: "\f15d"
}

.flaticon-user-3:before {
    content: "\f15e"
}

.flaticon-users:before {
    content: "\f15f"
}

.flaticon-video-camera:before {
    content: "\f160"
}

.flaticon-wifi:before {
    content: "\f161"
}

.flaticon-zoom-in:before {
    content: "\f162"
}

.flaticon-zoom-out:before {
    content: "\f163"
}

/* END FLATICON */

/* FONTAWESOME*/
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../fonts/font_awesome/fa-brands-400.eot);src:url(../../fonts/font_awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../fonts/font_awesome/fa-brands-400.woff2) format("woff2"),url(../../fonts/font_awesome/fa-brands-400.woff) format("woff"),url(../../fonts/font_awesome/fa-brands-400.ttf) format("truetype"),url(../../fonts/font_awesome/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../../fonts/font_awesome/fa-regular-400.eot);src:url(../../fonts/font_awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../fonts/font_awesome/fa-regular-400.woff2) format("woff2"),url(../../fonts/font_awesome/fa-regular-400.woff) format("woff"),url(../../fonts/font_awesome/fa-regular-400.ttf) format("truetype"),url(../../fonts/font_awesome/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../../fonts/font_awesome/fa-solid-900.eot);src:url(../../fonts/font_awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../fonts/font_awesome/fa-solid-900.woff2) format("woff2"),url(../../fonts/font_awesome/fa-solid-900.woff) format("woff"),url(../../fonts/font_awesome/fa-solid-900.ttf) format("truetype"),url(../../fonts/font_awesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*END FONTAWESOME*/
