    /*#region COLORS*/ /*#endregion*/ /*#region TYPOGRAPHY*/ /*#endregion*/ /*#region LAYOUT*/ /*#endregion*/ /*#region VARIOUS*/ /*#endregion*/ /*#region FORMS*/ /*#endregion*/ /*#region PATHS*/ /*#endregion*/ /*#region icons*/ /*#endregion*/ /*#region POSITIONS*/ /*#endregion*/ /*#region Gradients*/ /*#endregion*/ /*#region BACKGROUND*/ /*#endregion*/ /*#region DOTTED BORDERS*/ /*#endregion*/ /*ANIMATIONS:START*/ @keyframes backgroundMove { 0%, 100% { background-position: 100% 50%; animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); } 15% { background-position: 74% 50%; animation-timing-function: linear; } 40% { background-position: 30% 50%; animation-timing-function: linear; } 60% { background-position: 0% 50%; animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1); } }  @keyframes backgroundMildMove { 0%, 100% { background-position: 0% 50%; animation-timing-function: ease-in-out; } 50% { background-position: 20% 50%; animation-timing-function: ease-in-out; } }  @keyframes coverLayerEnter { 0% { transform: translateX(-100%); } 49%, 50% { transform: none; } 100% { transform: translateX(100%); } }  @keyframes changeImgSlide { 0%, 40%, 100% { transform: none; } 41% { transform: scale(1.2); animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1); } }  /*ANIMATIONS:END*/ /*@mixin scr-devices(){ @include media-breakpoint-between(xs, md) { @content; } }*/ /*#region FORMS*/ /*#endregion*/ /*!  * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)  * Copyright 2011-2018 The Bootstrap Authors  * Copyright 2011-2018 Twitter, Inc.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)  */ @-ms-viewport { width: device-width; }  html { box-sizing: border-box; -ms-overflow-style: scrollbar; }  *, *::before, *::after { box-sizing: inherit; }  .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }  @media (min-width: 576px) { .container { max-width: 540px; } }  @media (min-width: 768px) { .container { max-width: 720px; } }  @media (min-width: 992px) { .container { max-width: 960px; } }  @media (min-width: 1200px) { .container { max-width: 1140px; } }  .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }  .row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }  .no-gutters { margin-right: 0; margin-left: 0; }  .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }  .col { flex-basis: 0; flex-grow: 1; max-width: 100%; }  .col-auto { flex: 0 0 auto; width: auto; max-width: none; }  .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }  .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }  .col-3 { flex: 0 0 25%; max-width: 25%; }  .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }  .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }  .col-6 { flex: 0 0 50%; max-width: 50%; }  .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }  .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }  .col-9 { flex: 0 0 75%; max-width: 75%; }  .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }  .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }  .col-12 { flex: 0 0 100%; max-width: 100%; }  .order-first { order: -1; }  .order-last { order: 13; }  .order-0 { order: 0; }  .order-1 { order: 1; }  .order-2 { order: 2; }  .order-3 { order: 3; }  .order-4 { order: 4; }  .order-5 { order: 5; }  .order-6 { order: 6; }  .order-7 { order: 7; }  .order-8 { order: 8; }  .order-9 { order: 9; }  .order-10 { order: 10; }  .order-11 { order: 11; }  .order-12 { order: 12; }  .offset-1 { margin-left: 8.33333%; }  .offset-2 { margin-left: 16.66667%; }  .offset-3 { margin-left: 25%; }  .offset-4 { margin-left: 33.33333%; }  .offset-5 { margin-left: 41.66667%; }  .offset-6 { margin-left: 50%; }  .offset-7 { margin-left: 58.33333%; }  .offset-8 { margin-left: 66.66667%; }  .offset-9 { margin-left: 75%; }  .offset-10 { margin-left: 83.33333%; }  .offset-11 { margin-left: 91.66667%; }  @media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-last { order: 13; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } }  @media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-last { order: 13; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } }  @media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-last { order: 13; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } }  @media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-last { order: 13; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } }  .d-none { display: none !important; }  .d-inline { display: inline !important; }  .d-inline-block { display: inline-block !important; }  .d-block { display: block !important; }  .d-table { display: table !important; }  .d-table-row { display: table-row !important; }  .d-table-cell { display: table-cell !important; }  .d-flex { display: flex !important; }  .d-inline-flex { display: inline-flex !important; }  @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } }  @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } }  @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } }  @media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } }  @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } }  .flex-row { flex-direction: row !important; }  .flex-column { flex-direction: column !important; }  .flex-row-reverse { flex-direction: row-reverse !important; }  .flex-column-reverse { flex-direction: column-reverse !important; }  .flex-wrap { flex-wrap: wrap !important; }  .flex-nowrap { flex-wrap: nowrap !important; }  .flex-wrap-reverse { flex-wrap: wrap-reverse !important; }  .flex-fill { flex: 1 1 auto !important; }  .flex-grow-0 { flex-grow: 0 !important; }  .flex-grow-1 { flex-grow: 1 !important; }  .flex-shrink-0 { flex-shrink: 0 !important; }  .flex-shrink-1 { flex-shrink: 1 !important; }  .justify-content-start { justify-content: flex-start !important; }  .justify-content-end { justify-content: flex-end !important; }  .justify-content-center { justify-content: center !important; }  .justify-content-between { justify-content: space-between !important; }  .justify-content-around { justify-content: space-around !important; }  .align-items-start { align-items: flex-start !important; }  .align-items-end { align-items: flex-end !important; }  .align-items-center { align-items: center !important; }  .align-items-baseline { align-items: baseline !important; }  .align-items-stretch { align-items: stretch !important; }  .align-content-start { align-content: flex-start !important; }  .align-content-end { align-content: flex-end !important; }  .align-content-center { align-content: center !important; }  .align-content-between { align-content: space-between !important; }  .align-content-around { align-content: space-around !important; }  .align-content-stretch { align-content: stretch !important; }  .align-self-auto { align-self: auto !important; }  .align-self-start { align-self: flex-start !important; }  .align-self-end { align-self: flex-end !important; }  .align-self-center { align-self: center !important; }  .align-self-baseline { align-self: baseline !important; }  .align-self-stretch { align-self: stretch !important; }  @media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } }  @media (min-width: 768px) { .flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } }  @media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } }  @media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } }  .fade { transition: opacity 0.15s linear; }  @media screen and (prefers-reduced-motion: reduce) { .fade { transition: none; } }  .fade:not(.show) { opacity: 0; }  .collapse:not(.show) { display: none; }  .collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }  @media screen and (prefers-reduced-motion: reduce) { .collapsing { transition: none; } }  .modal-open { overflow: hidden; }  .modal-open .modal { overflow-x: hidden; overflow-y: auto; }  .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; }  .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }  .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -25%); }  @media screen and (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } }  .modal.show .modal-dialog { transform: translate(0, 0); }  .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2)); }  .modal-dialog-centered::before { display: block; height: calc(100vh - (0.5rem * 2)); content: ""; }  .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; }  .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }  .modal-backdrop.fade { opacity: 0; }  .modal-backdrop.show { opacity: 0.5; }  .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }  .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; }  .modal-title { margin-bottom: 0; line-height: 1.5; }  .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }  .modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; }  .modal-footer > :not(:first-child) { margin-left: .25rem; }  .modal-footer > :not(:last-child) { margin-right: .25rem; }  .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }  @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); } .modal-dialog-centered::before { height: calc(100vh - (1.75rem * 2)); } .modal-sm { max-width: 300px; } }  @media (min-width: 992px) { .modal-lg { max-width: 800px; } }  .pagination { display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; }  .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; }  .page-link:hover { z-index: 2; color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }  .page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }  .page-link:not(:disabled):not(.disabled) { cursor: pointer; }  .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }  .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }  .page-item.active .page-link { z-index: 1; color: #fff; background-color: #007bff; border-color: #007bff; }  .page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; }  .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; }  .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }  .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; }  .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; }  .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; }  .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; }  .alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; }  .alert-heading { color: inherit; }  .alert-link { font-weight: 700; }  .alert-dismissible { padding-right: 4rem; }  .alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; }  .alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff; }  .alert-primary hr { border-top-color: #9fcdff; }  .alert-primary .alert-link { color: #002752; }  .alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; }  .alert-secondary hr { border-top-color: #c8cbcf; }  .alert-secondary .alert-link { color: #202326; }  .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }  .alert-success hr { border-top-color: #b1dfbb; }  .alert-success .alert-link { color: #0b2e13; }  .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }  .alert-info hr { border-top-color: #abdde5; }  .alert-info .alert-link { color: #062c33; }  .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }  .alert-warning hr { border-top-color: #ffe8a1; }  .alert-warning .alert-link { color: #533f03; }  .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }  .alert-danger hr { border-top-color: #f1b0b7; }  .alert-danger .alert-link { color: #491217; }  .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; }  .alert-light hr { border-top-color: #ececf6; }  .alert-light .alert-link { color: #686868; }  .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; }  .alert-dark hr { border-top-color: #b9bbbe; }  .alert-dark .alert-link { color: #040505; }  .dropup, .dropright, .dropdown, .dropleft { position: relative; }  .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }  .dropdown-toggle:empty::after { margin-left: 0; }  .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; }  .dropdown-menu-right { right: 0; left: auto; }  .dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }  .dropup .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; }  .dropup .dropdown-toggle:empty::after { margin-left: 0; }  .dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }  .dropright .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; }  .dropright .dropdown-toggle:empty::after { margin-left: 0; }  .dropright .dropdown-toggle::after { vertical-align: 0; }  .dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }  .dropleft .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }  .dropleft .dropdown-toggle::after { display: none; }  .dropleft .dropdown-toggle::before { display: inline-block; width: 0; height: 0; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }  .dropleft .dropdown-toggle:empty::after { margin-left: 0; }  .dropleft .dropdown-toggle::before { vertical-align: 0; }  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { right: auto; bottom: auto; }  .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; }  .dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }  .dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; }  .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; }  .dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; background-color: transparent; }  .dropdown-menu.show { display: block; }  .dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; }  .dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; }  .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }  .tooltip.show { opacity: 0.9; }  .tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }  .tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; }  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; }  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; }  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; }  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; }  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; }  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; }  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; }  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }  .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; }  @keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } }  .progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; }  .progress-bar { display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #007bff; transition: width 0.6s ease; }  @media screen and (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } }  .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; }  .progress-bar-animated { animation: progress-bar-stripes 1s linear infinite; }  /* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }  .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }  .slick-list:focus { outline: none; }  .slick-list.dragging { cursor: grab; }  .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }  .slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }  .slick-track:before, .slick-track:after { content: ""; display: table; }  .slick-track:after { clear: both; }  .slick-loading .slick-track { visibility: hidden; }  .slick-slide { float: left; height: 100%; min-height: 1px; display: none; }  [dir="rtl"] .slick-slide { float: right; }  .slick-slide img { display: block; }  .slick-slide.slick-loading img { display: none; }  .slick-slide.dragging img { pointer-events: none; }  .slick-initialized .slick-slide { display: block; }  .slick-loading .slick-slide { visibility: hidden; }  .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }  .slick-arrow.slick-hidden { display: none; }  /*!  * jQuery UI CSS Framework 1.12.1  * http://jqueryui.com  *  * Copyright jQuery Foundation and other contributors  * Released under the MIT license.  * http://jquery.org/license  *  * http://api.jqueryui.com/category/theming/  */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; }  .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }  .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }  .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }  .ui-helper-clearfix:after { clear: both; }  .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ }  .ui-front { z-index: 100; }  /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor: default !important; pointer-events: none; }  /* Icons ----------------------------------*/ .ui-icon { display: inline-block; vertical-align: middle; margin-top: -.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }  .ui-widget-icon-block { left: 50%; margin-left: -8px; display: block; }  /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }  .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em .7em; font-size: 100%; }  .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; }  .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; }  .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: 0; }  .ui-menu .ui-menu { position: absolute; }  .ui-menu .ui-menu-item { margin: 0; cursor: pointer; /* support: IE10, see #8844 */ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }  .ui-menu .ui-menu-item-wrapper { position: relative; padding: 3px 1em 3px .4em; }  .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }  .ui-menu .ui-state-focus, .ui-menu .ui-state-active { margin: -1px; }  /* icon support */ .ui-menu-icons { position: relative; }  .ui-menu-icons .ui-menu-item-wrapper { padding-left: 2em; }  /* left-aligned */ .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0; }  /* right-aligned */ .ui-menu .ui-menu-icon { left: auto; right: 0; }  .ui-button { padding: .4em 1em; display: inline-block; position: relative; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Support: IE <= 11 */ overflow: visible; }  .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }  /* to make room for the icon, a width needs to be set here */ .ui-button-icon-only { width: 2em; box-sizing: border-box; text-indent: -9999px; white-space: nowrap; }  /* no icon support for input elements */ input.ui-button.ui-button-icon-only { text-indent: 0; }  /* button icon element(s) */ .ui-button-icon-only .ui-icon { position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; }  .ui-button.ui-icon-notext .ui-icon { padding: 0; width: 2.1em; height: 2.1em; text-indent: -9999px; white-space: nowrap; }  input.ui-button.ui-icon-notext .ui-icon { width: auto; height: auto; text-indent: 0; white-space: normal; padding: .4em 1em; }  /* workarounds */ /* Support: Firefox 5 - 40 */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; }  .ui-controlgroup { vertical-align: middle; display: inline-block; }  .ui-controlgroup > .ui-controlgroup-item { float: left; margin-left: 0; margin-right: 0; }  .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { z-index: 9999; }  .ui-controlgroup-vertical > .ui-controlgroup-item { display: block; float: none; width: 100%; margin-top: 0; margin-bottom: 0; text-align: left; }  .ui-controlgroup-vertical .ui-controlgroup-item { box-sizing: border-box; }  .ui-controlgroup .ui-controlgroup-label { padding: .4em 1em; }  .ui-controlgroup .ui-controlgroup-label span { font-size: 80%; }  .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { border-left: none; }  .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { border-top: none; }  .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { border-right: none; }  .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { border-bottom: none; }  /* Spinner specific style fixes */ .ui-controlgroup-vertical .ui-spinner-input { /* Support: IE8 only, Android < 4.4 only */ width: 75%; width: calc( 100% - 2.4em); }  .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { border-top-style: solid; }  .ui-checkboxradio-label .ui-icon-background { box-shadow: inset 1px 1px 1px #ccc; border-radius: .12em; border: none; }  .ui-checkboxradio-radio-label .ui-icon-background { width: 16px; height: 16px; border-radius: 1em; overflow: visible; border: none; }  .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { background-image: none; width: 8px; height: 8px; border-width: 4px; border-style: solid; }  .ui-checkboxradio-disabled { pointer-events: none; }  .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }  .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }  .ui-datepicker .ui-datepicker-prev { left: 2px; }  .ui-datepicker .ui-datepicker-next { right: 2px; }  .ui-datepicker .ui-datepicker-prev-hover { left: 1px; }  .ui-datepicker .ui-datepicker-next-hover { right: 1px; }  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }  .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }  .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 45%; }  .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }  .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }  .ui-datepicker td { border: 0; padding: 1px; }  .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }  .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }  .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }  /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width: auto; }  .ui-datepicker-multi .ui-datepicker-group { float: left; }  .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }  .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }  .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }  .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }  .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }  .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }  /* RTL support */ .ui-datepicker-rtl { direction: rtl; }  .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }  .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }  .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }  .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }  .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }  .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; }  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }  /* Icons */ .ui-datepicker .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; left: .5em; top: .3em; }  .ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; outline: 0; }  .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }  .ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; }  .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; }  .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; }  .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em; }  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }  .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }  .ui-dialog .ui-resizable-n { height: 2px; top: 0; }  .ui-dialog .ui-resizable-e { width: 2px; right: 0; }  .ui-dialog .ui-resizable-s { height: 2px; bottom: 0; }  .ui-dialog .ui-resizable-w { width: 2px; left: 0; }  .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw { width: 7px; height: 7px; }  .ui-dialog .ui-resizable-se { right: 0; bottom: 0; }  .ui-dialog .ui-resizable-sw { left: 0; bottom: 0; }  .ui-dialog .ui-resizable-ne { right: 0; top: 0; }  .ui-dialog .ui-resizable-nw { left: 0; top: 0; }  .ui-draggable .ui-dialog-titlebar { cursor: move; }  .ui-draggable-handle { -ms-touch-action: none; touch-action: none; }  .ui-resizable { position: relative; }  .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; }  .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }  .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }  .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }  .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }  .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }  .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }  .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }  .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }  .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; }  .ui-progressbar { height: 2em; text-align: left; overflow: hidden; }  .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; }  .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); height: 100%; filter: alpha(opacity=25); /* support: IE8 */ opacity: 0.25; }  .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }  .ui-selectable { -ms-touch-action: none; touch-action: none; }  .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; }  .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; }  .ui-selectmenu-menu .ui-menu { overflow: auto; overflow-x: hidden; padding-bottom: 1px; }  .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; }  .ui-selectmenu-open { display: block; }  .ui-selectmenu-text { display: block; margin-right: 20px; overflow: hidden; text-overflow: ellipsis; }  .ui-selectmenu-button.ui-button { text-align: left; white-space: nowrap; width: 14em; }  .ui-selectmenu-icon.ui-icon { float: right; margin-top: 0; }  .ui-slider { position: relative; text-align: left; }  .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; -ms-touch-action: none; touch-action: none; }  .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }  /* support: IE8 - See #6727 */ .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }  .ui-slider-horizontal { height: .8em; }  .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }  .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }  .ui-slider-horizontal .ui-slider-range-min { left: 0; }  .ui-slider-horizontal .ui-slider-range-max { right: 0; }  .ui-slider-vertical { width: .8em; height: 100px; }  .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }  .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }  .ui-slider-vertical .ui-slider-range-min { bottom: 0; }  .ui-slider-vertical .ui-slider-range-max { top: 0; }  .ui-sortable-handle { -ms-touch-action: none; touch-action: none; }  .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }  .ui-spinner-input { border: none; background: none; color: inherit; padding: .222em 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 2em; }  .ui-spinner-button { width: 1.6em; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }  /* more specificity required here to override default borders */ .ui-spinner a.ui-spinner-button { border-top-style: none; border-bottom-style: none; border-right-style: none; }  .ui-spinner-up { top: 0; }  .ui-spinner-down { bottom: 0; }  .ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; }  .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }  .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; }  .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; }  .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }  .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }  .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }  .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; }  body .ui-tooltip { border-width: 2px; }  .slick-track *:focus { outline: none !important; }  .slick-controls { display: flex; flex-wrap: wrap; align-items: center; }  .slick-controls .slick-progress-dots { position: relative; overflow: hidden; width: 100%; order: 1; margin-bottom: 16px; }  .slick-controls .slick-progress-dots .slick-dots-bar { display: block; width: 100%; height: 2px; background: #213368; position: absolute; top: 0; left: 0; transform: translateX(-100%); transition: all 0.25s ease-out; }  .slick-controls__pagination { order: 2; display: flex; font-size: 1.125rem; line-height: 1.5; color: black; }  @media (max-width: 991.98px) { .slick-controls__pagination { font-size: 0.875rem; line-height: 1.5; } }  .slick-controls__pagination > span { margin-right: 3px; }  .slick-controls__pagination > span:last-child { margin: 0; padding: 0; }  .slick-controls__arrows { order: 3; display: flex; margin-left: auto; }  .slick-controls__arrows .slick-arrow { display: block; transition: background 0.2s, color 0.2s; color: black; }  .slick-controls__arrows .slick-arrow:not(:last-child) { margin-right: 32px; }  .slick-controls__arrows .slick-arrow.arrow-prev { transform: scaleX(-1); }  .slick-controls__arrows .slick-arrow:hover:not(.slick-disabled) { color: #213368; }  .slick-controls__arrows .slick-arrow.slick-disabled { cursor: default; opacity: 0.3; }  .slick-controls__arrows .slick-arrow:before { content: "%"; font-family: "icons"; font-size: 16px; font-weight: normal; line-height: 1; }  .slick-dots { position: relative; display: flex; justify-content: center; width: 100%; z-index: 1; }  .slick-dots li { position: relative; flex: 1; }  .slick-dots button { display: block; width: 100%; height: 2px; background: rgba(70, 85, 115, 0.2); font-size: 0; border: none; outline: none; }  .slick-arrow { font-size: 0; cursor: pointer; }  .slick-arrow ul { display: flex; align-items: center; }  .slick-arrow li { margin-right: 30px; }  .slick-arrow li:last-child { margin: 0; padding: 0; }  .slick-prev, .nav-prev { transform: scaleX(-1); }  .slick-slide { outline: none !important; }  .slick-slide:focus { outline: none; }  @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local("Roboto Regular"), local("Roboto-Regular"), url(/fonts/universal/Roboto-Regular.woff) format("woff"); }  @font-face { font-family: 'Roboto-bold'; font-style: normal; font-weight: 500; src: local("Roboto Bold"), local("Roboto-Bold"), url(/fonts/universal/Roboto-Bold.woff) format("woff"); }  @font-face { font-family: 'PF-Handbook'; font-style: normal; font-weight: 400; src: local("PFHandbookPro-Medium"), local("PFHandbookPro-Medium"), url(/fonts/universal/PFHandbookPro-Medium.woff) format("woff"); }  @font-face { font-family: 'PF-Handbook-Light'; font-style: normal; font-weight: 400; src: local("PFHandbookPro-Light"), local("PFHandbookPro-Light"), url(/fonts/universal/PFHandbookPro-Medium.woff) format("woff"); }  @font-face { font-family: 'Geometric'; font-style: normal; font-weight: 300; src: local("URW Geometric Ext"), local("URW-Geometric-Ext"), url(/fonts/universal/urwgeometricext-regular-webfont.ttf); }  html, body { margin: 0; padding: 0; overflow-x: hidden; }  html.scrollDisabled, body.scrollDisabled { overflow: hidden; }  *, *:before, *:after { box-sizing: border-box; }  * { -webkit-overflow-scrolling: touch; }  ul { margin: 0; padding: 0; list-style: none; }  ol { margin: 0; padding: 0; }  h1, h2, h3, h4, h5, h6 { margin: 0; }  br { font-size: 0; }  figure { margin: 0; }  img { border: none; display: block; max-width: 100%; }  iframe { border: none; display: block; }  blockquote { margin: 0; }  html { font-size: 16px; }  body { font-size: 1rem; font-family: URWGeometricExt, sans-serif; font-weight: 100; line-height: 1.9; color: #666666; font-weight: normal; }  a { text-decoration: none; color: #213368; text-decoration: none; transition: color 0.2s ease-out, background-color 0.2s ease-out; }  a:active, a:hover, a:focus { text-decoration: none; color: #152041; }  p { margin-top: 0; margin-bottom: 24px; }  h1, h2, h3, h4, h5, h6 { font-weight: normal; }  article p, article ul, article ol { margin-bottom: 20px; }  article *:last-child { margin-bottom: 0; }  article img { max-width: 100%; }  img { font-size: 0.8em; }  body { background-color: white; }  body p { color: #252C3C !important; }  .page-content { position: relative; height: 100vh; }  .page-outter { position: relative; max-width: 1920px; margin: 0 auto; }  .page-container, .s-steps { position: relative; width: 100%; max-width: 843px; margin-left: auto; margin-right: auto; padding-left: 37.5px; padding-right: 37.5px; }  @media (max-width: 991.98px) { .page-container, .s-steps { max-width: 100%; padding-left: 20px; padding-right: 20px; } }  @media (max-width: 767.98px) { .page-container, .s-steps { padding-left: 20px; padding-right: 20px; } }  @media (max-width: 991.98px) { .page-container, .s-steps { max-width: 100%; } }  @media (max-width: 991.98px) { .page-container.devices-no-pad, .devices-no-pad.s-steps { padding-left: 0; padding-right: 0; } }  .header { position: absolute; top: 0px; z-index: 9999; }  .vue-star-rating { width: 100%; display: flex; justify-content: space-around; }  .vue-star-rating-rating-text { display: none; }  .btn { margin: 0; padding: 0; border: none; background: none; border-radius: 25px; position: fixed; bottom: 20px; display: inline-flex; align-items: center; justify-content: center; align-items: center; width: calc(100% - 40px); padding: 12px 25px; box-shadow: none; background-color: #416BF6; border-radius: 25px; transition: background-color 0.2s ease-out, color 0.2s ease-out; overflow: hidden; font-family: 'Geometric'; font-size: 1rem; line-height: 1.5; font-weight: 600; color: white; cursor: pointer; text-transform: uppercase; height: auto; box-shadow: 2px 2px 16px 2px rgba(0, 38, 119, 0.4); }  .btn[href] { cursor: pointer; }  .btn[type='button'], .btn[type='reset'], .btn[type='submit'] { -webkit-appearance: none; -moz-appearance: none; }  .btn:hover:not(:disabled), .btn:focus:not(:disabled) { background-color: #1045f4; color: white; }  .btn[disabled] { background-color: #dddddd; color: #888888; cursor: not-allowed; box-shadow: none; }  @media only screen and (min-width: 992px) { .btn { left: 50%; width: 768px; transform: translateX(-50%); } }  .btn-close { margin: 0; padding: 0; border: none; background: none; border-radius: 25px; }  .btn-close[href] { cursor: pointer; }  .btn-close[type='button'], .btn-close[type='reset'], .btn-close[type='submit'] { -webkit-appearance: none; -moz-appearance: none; }  .btn-back { margin: 0; padding: 0; border: none; background: none; border-radius: 25px; }  .btn-back[href] { cursor: pointer; }  .btn-back[type='button'], .btn-back[type='reset'], .btn-back[type='submit'] { -webkit-appearance: none; -moz-appearance: none; }  .btn--outline-white { margin: 0; padding: 0; border: none; background: none; border-radius: 25px; position: fixed; bottom: 20px; display: inline-flex; align-items: center; justify-content: center; align-items: center; width: calc(100% - 40px); padding: 12px 25px; box-shadow: none; background-color: #416BF6; border-radius: 25px; transition: background-color 0.2s ease-out, color 0.2s ease-out; overflow: hidden; font-family: 'Geometric'; font-size: 1rem; line-height: 1.5; font-weight: 600; color: white; cursor: pointer; text-transform: uppercase; height: auto; box-shadow: 2px 2px 16px 2px rgba(0, 38, 119, 0.4); background-color: #394978; border: 1px solid; }  .btn--outline-white[href] { cursor: pointer; }  .btn--outline-white[type='button'], .btn--outline-white[type='reset'], .btn--outline-white[type='submit'] { -webkit-appearance: none; -moz-appearance: none; }  .btn--outline-white:hover:not(:disabled), .btn--outline-white:focus:not(:disabled) { background-color: #1045f4; color: white; }  .btn--outline-white[disabled] { background-color: #dddddd; color: #888888; cursor: not-allowed; box-shadow: none; }  .form-control { margin: 0; padding: 0; border: none; background: none; -webkit-appearance: none; -moz-appearance: none; -webkit-border-radius: 0; width: 100%; height: 48px; padding: 0 12px; background-color: white; border: 1px solid #c1c1c3; border-radius: 0px; font-family: URWGeometricExt, sans-serif; font-size: 1rem; line-height: 1; color: #192841; transition: all 0.2s ease-out; }  .form-control::-webkit-input-placeholder { color: #6e6e71; }  .form-control:-moz-placeholder { color: #6e6e71; }  .form-control::-moz-placeholder { opacity: 1; color: #6e6e71; }  .form-control:-ms-input-placeholder { color: #6e6e71; }  .form-control:focus::-webkit-input-placeholder { /* Do something if $p was not passed */ color: #6e6e71; }  .form-control:focus:-moz-placeholder { /* Do something if $p was not passed */ color: #6e6e71; }  .form-control:focus::-moz-placeholder { /* Do something if $p was not passed */ color: #6e6e71; }  .form-control:focus:-ms-input-placeholder { /* Do something if $p was not passed */ color: #6e6e71; }  .form-control:disabled, .form-control[readonly] { cursor: not-allowed; background-color: #fafafa; color: #727272; opacity: 1; }  .form-control.input-validation-error, .has-error .form-control { border-color: #eb4444; }  textarea { width: 100%; border: none; border-bottom: 1px solid #ddd; resize: none; font-family: URWGeometricExt, sans-serif; height: 20px; overflow-y: hidden; }  textarea:focus { outline: none; }  select.form-control { padding-left: 12px; padding-right: calc(12px + 12px); background-image: url("/imgs/icons/arrow-down.svg"); background-position: calc(100% - 12px) 50%; background-repeat: no-repeat; }  .form-check { position: relative; }  .form-check input[type='checkbox'] { position: absolute; left: -999em; }  .form-check input[type='checkbox']:focus ~ label:before { border-color: #213368; }  .form-check input[type='checkbox'] ~ label { position: relative; display: flex; align-items: center; min-height: 22px; padding-left: 30px; cursor: pointer; font-size: 1rem; color: black; }  .form-check input[type='checkbox'] ~ label p:last-child { margin-bottom: 0; }  .form-check input[type='checkbox'] ~ label:before, .form-check input[type='checkbox'] ~ label:after { transition: all 0.2s ease-out; }  .form-check input[type='checkbox'] ~ label:before { content: ''; position: absolute; top: 0; left: 0; width: 22px; height: 22px; border: 2px solid #213368; background: #fff; }  .form-check input[type='checkbox'] ~ label:hover:before { border-color: #213368; }  .form-check input[type='checkbox'] ~ label a { color: black; text-decoration: none; transition: color 0.2s ease-out, background-color 0.2s ease-out; text-decoration: underline; }  .form-check input[type='checkbox'] ~ label a:active, .form-check input[type='checkbox'] ~ label a:hover, .form-check input[type='checkbox'] ~ label a:focus { text-decoration: none; color: #213368; }  .has-error .form-check input[type='checkbox'] ~ label:before { border-color: #eb4444; }  .form-check input[type='checkbox'] ~ label:after { font-family: "icons"; font-size: 15px; line-height: 22px; content: "%"; position: absolute; top: 0; left: 3.5px; transform: scale(0); }  .form-check input[type='checkbox']:not(:checked) ~ label:after { opacity: 0; transform: scale(0); }  .form-check input[type='checkbox']:checked ~ label:before { border-color: #213368; }  .form-check input[type='checkbox']:checked ~ label:after { transform: scale(1); color: #213368; }  .form-check input[type='checkbox']:disabled:not(:checked) ~ label:before, .form-check input[type='checkbox']:disabled:checked ~ label:before { opacity: 0.4; cursor: not-allowed; }  .form-check input[type='checkbox']:disabled ~ label { opacity: 0.4; cursor: not-allowed; }  .form-check { position: relative; }  .form-check input[type='radio'] { position: absolute; left: -999em; }  .form-check input[type='radio']:disabled ~ label { cursor: not-allowed; }  .form-check input[type='radio']:focus ~ label:before { border-color: #213368; }  .form-check input[type='radio'] ~ label { position: relative; display: flex; align-items: center; min-height: 22px; margin: 0; padding-left: 30px; cursor: pointer; font-size: 1rem; color: black; }  .form-check input[type='radio'] ~ label p:last-child { margin-bottom: 0; }  .form-check input[type='radio'] ~ label:before, .form-check input[type='radio'] ~ label:after { transition: all 0.2s ease-out; }  .form-check input[type='radio'] ~ label:before { content: ''; position: absolute; top: 0; left: 0; width: 22px; height: 22px; border: 1px solid #c1c1c3; background: #fff; }  .form-check input[type='radio'] ~ label:hover:before { border-color: #213368; }  .form-check input[type='radio'] ~ label a { color: black; text-decoration: none; transition: color 0.2s ease-out, background-color 0.2s ease-out; text-decoration: underline; }  .form-check input[type='radio'] ~ label a:active, .form-check input[type='radio'] ~ label a:hover, .form-check input[type='radio'] ~ label a:focus { text-decoration: none; color: #213368; }  .has-error .form-check input[type='radio'] ~ label:before { border-color: #eb4444; }  .form-check input[type='radio'] ~ label:before { border-radius: 100%; }  .form-check input[type='radio'] ~ label:after { content: ''; width: 12px; height: 12px; position: absolute; top: 11px; left: 5px; background: #213368; border-radius: 100%; opacity: 0; transform: translateY(-50%); transition: opacity 0.2s; }  .form-check input[type='radio']:checked ~ label:before { border-color: #213368; }  .form-check input[type='radio']:checked ~ label:after { opacity: 1; color: #213368; }  .field-validation-error { display: flex; align-items: center; padding: 7px 0; font-size: 0.875rem; color: #eb4444; text-align: left; }  .field-validation-error:before { margin-right: 5px; content: "#"; font-family: "icons"; font-size: 16px; font-weight: normal; line-height: 1; }  label, .label { position: relative; display: inline-block; margin-bottom: 8px; }  label.readonly, label.disabled, .label.readonly, .label.disabled { color: #727272; }  .e-device-detector { position: fixed; z-index: 999999; bottom: 20px; right: 20px; padding: 5px 0; text-align: center; font-size: .65em; border-radius: 5px; background-color: yellow; width: 80px; }  .e-device-detector:before { content: 'Desktop'; }  @media (min-width: 992px) and (max-width: 1199.98px) { .e-device-detector { background-color: yellowgreen; } .e-device-detector:before { content: 'Desktop (S)'; } }  @media (min-width: 768px) and (max-width: 991.98px) { .e-device-detector { background-color: hotpink; } .e-device-detector:before { content: 'Tablet'; } }  @media (max-width: 767.98px) { .e-device-detector { background-color: pink; } .e-device-detector:before { content: 'Phone'; } }  [class^='icon-'], [class*=' icon-'] { line-height: 1; }  [class^='icon-']:before, [class*=' icon-']:before { display: block; }  .e-loader { position: relative; }  .e-loader.absolute { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }  .e-loader.absolute:before, .e-loader.absolute:after { position: absolute; }  .e-loader.small:after { content: ''; margin-left: -12.5px; margin-top: -12.5px; width: 25px; height: 25px; border: 2px solid #213368; border-left: 2px solid #efefef; }  .e-loader:before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); z-index: 10; }  .e-loader:after { content: ''; position: fixed; top: 50%; left: 50%; z-index: 10; margin-left: -25px; margin-top: -25px; width: 50px; height: 50px; border-radius: 50%; border: 5px solid #213368; border-left: 5px solid #efefef; animation: circle 1.5s infinite linear; }  @keyframes circle { 100% { transform: rotate(360deg); } }  .e-back { display: flex; align-items: center; }  .e-back:before { margin-right: 10px; content: "%"; font-family: "icons"; font-size: 14px; font-weight: normal; line-height: 1; transform: scaleX(-1); }  .b-step { display: flex; flex-direction: column; height: 100%; }  .b-step__header { margin-bottom: 28px; background: transparent; }  .b-step__header--land { padding-top: 68px; }  .b-step__header--land .title { padding-bottom: 20px; }  .b-step__header .title { margin-bottom: 12px; font-size: 1.75rem; line-height: 1; font-weight: 600; color: #213368; font-family: URWGeometricExt, sans-serif; }  .b-step__header .txt { color: #252C3C; font-family: Geometric !important; }  .b-step__header .txt p:last-child { margin-bottom: 0; }  .b-step__header > div:last-child { margin-bottom: 0; }  .b-step__body { background: transparent; flex: 1; display: flex; flex-direction: column; }  .b-step__main { flex: 1; display: flex; flex-direction: column; }  .b-step__star-label { margin-top: 17px; }  .b-step__star-label ul { display: flex; }  .b-step__star-label ul li { flex: 1; font-size: 0.75rem; text-align: center; color: #666666; font-family: URWGeometricExt, sans-serif !important; }  .b-step__star-title { margin-bottom: 15px; text-align: center; color: #213368; }  .b-step__footer { margin-top: auto; margin-bottom: 20px; background: transparent; }  .b-progress-bar { width: 100%; height: 12px; border-radius: 8px; background: #efefef; margin: 28px 0px; }  .b-progress-bar__inner { height: 100%; background-color: #416BF6; border-radius: 8px; }  .b-question-selection__wrp { display: flex; flex-wrap: wrap; }  .b-question-selection label { margin: 0 !important; border-radius: 24px; padding: 6px 20px !important; border: 2px solid #416BF6; font-family: URWGeometricExt, sans-serif; font-size: 1rem !important; font-weight: 600; color: #213368 !important; }  .b-question-selection__opt { color: #213368; margin-right: 8px; margin-bottom: 12px; }  .b-question-selection__opt input { display: none; }  .b-question-selection__opt input[type="checkbox"]:checked + label { background: #416BF6; color: #fff !important; border-color: #416BF6; }  .b-question-text__label { font-size: 0.75rem; color: #999; }  .b-text { width: 100%; padding: 0px 15px; text-align: center; }  .b-text img { margin: 0 auto; margin-bottom: 26px; }  .b-text__title { margin-bottom: 12px; color: #fff !important; font-size: 28px !important; line-height: 28px !important; font-weight: 400 !important; font-family: URWGeometricExt, sans-serif; }  .b-text__cont { color: #fff !important; font-family: URWGeometricExt, sans-serif !important; font-size: 16px !important; line-height: 24px !important; font-weight: 400 !important; }  .b-text__btn { position: absolute; bottom: 15px; width: 100%; padding: 0 15px; }  .s-steps__exit-modal .b-text__btn { display: flex; justify-content: space-between; }  .s-strip { margin-left: auto; margin-right: auto; padding-top: 60px; padding-bottom: 60px; }  .s-strip:last-child { padding-bottom: 120px; }  @media (max-width: 991.98px) { .s-strip { padding-top: 30px; padding-bottom: 30px; } .s-strip:last-child { padding-bottom: 65px; } }  .s-strip--gray { background: #eef0f3; padding-top: 72px; padding-bottom: 120px; }  @media (max-width: 991.98px) { .s-strip--gray { padding-top: 64px; padding-bottom: 64px; } }  .s-strip__header { margin-bottom: 40px; }  .s-strip__header > div:not(:last-child):last-child { margin: 0; padding: 0; }  .s-steps { display: flex; flex-direction: column; }  .s-steps__items { height: 100%; }  .s-steps__progress-bar { flex: 1; }  .s-steps__success, .s-steps__exit-modal { background: #394978; position: absolute; top: 0px; left: 0px; margin: 0px; height: 100%; width: 100%; color: #fff; z-index: 9998; display: flex; justify-content: center; align-items: center; flex-direction: column; }  .s-steps__unsubscribe { background: #FFFFFF; position: absolute; top: 0px; left: 0px; margin: 0px; height: 100%; width: 100%; color: #fff; z-index: 9998; display: flex; justify-content: center; align-items: center; flex-direction: column; }  .s-steps__exit-modal .btn { width: 47%; }  .s-steps__exit-modal p { color: #ddd; }  .s-topBar { display: none; justify-content: space-between; align-items: center; height: 55px; border-bottom: 1px solid #cccccc; padding: 13px 20px; }  .s-expired { display: flex; justify-content: space-between; height: 100vh; position: relative; background: #394978; color: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; }  .s-expired p { color: #ddd; }  .v-app { transition: opacity 0.2s; }  .v-app > * { transition: opacity 0.2s; }  .v-app:not(.is-mounted) { visibility: hidden; opacity: 0; }  .v-app.is-loading .s-strip { opacity: 0.3; }  .fade-enter-active, .fade-leave-active { transition: opacity .3s; }  .fade-enter, .fade-leave-to { opacity: 0; }  .fade-move-up-enter-active, .fade-move-up-leave-active { transition: all .5s; }  .fade-move-up-enter, .fade-move-up-leave-to { opacity: 0; transform: translateY(-100%); } 