/*
    Style BOLSAS
    Version: 1.0.0
*/
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal; }

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

main {
  display: block;
  overflow: hidden;
  min-height: calc(100vh - 679px); }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  *:before, *:after {
    box-sizing: border-box; }

:root {
  --color-white:         #ffffff;
  --color-black:         #000000;
  --color-yellow:        #C4D102;
  --color-yellow-hover:  #CFDD00;
  --color-green:         #81C45B;
  --color-green-hover:   #91D26C;
  --color-green-dark:    #6CB145;
  --color-green-dark2:   #005F36;
  --color-purple:        #B92FB8;
  --color-purple-hover:  #E717E5;
  --color-purple-dark:   #90288F;
  --color-grey:          #747474;
  --color-grey-hover:    #8d8d8d;
  --color-grey-dark:     #2E2E2D;
  --color-grey-light:    #EDEDED;
  --color-grey-light2:    #F5F5F5;
  --color-pink:          #E5097D;
  --color-pink-ead:      #FA2D86;
  --color-red:        red; }

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.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%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !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; }

.d-none {
  display: none !important; }

.flex-fill {
  flex: 1 1 auto !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-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; }

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .owl-carousel .owl-stage-outer {
      overflow: hidden; } }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/**
    *
    *   Custon
    *
*/
.owl-carousel .owl-dots {
  margin: 0;
  height: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 9; }
  .owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid var(--color-green);
    border-radius: 100%;
    background: transparent;
    margin: 0 5px;
    opacity: 1; }
    .owl-carousel .owl-dots button.owl-dot.active {
      border: 1px solid var(--color-green);
      background: var(--color-green); }

.shortcuts {
  overflow: hidden;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 24px rgba(7, 48, 80, 0.24);
  background: var(--color-white);
  height: 45px;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-100%); }
  .shortcuts:focus-within {
    transform: translate(0); }
  .shortcuts .shortcut {
    display: block;
    color: #A5A5A5;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
    position: relative;
    padding: 4px 10px; }
    .shortcuts .shortcut .key {
      display: inline-block;
      background: #f2f2f2;
      padding: 0 7px;
      margin-left: 3px;
      color: #8d8b8b; }

body.contrast {
  background: black !important; }
  body.contrast nav,
  body.contrast span:not(.notContrast),
  body.contrast span strong,
  body.contrast div:not(.notContrast),
  body.contrast ol, body.contrast ul, body.contrast li, body.contrast p,
  body.contrast header,
  body.contrast footer,
  body.contrast section:not(.notContrast),
  body.contrast main,
  body.contrast aside,
  body.contrast article,
  body.contrast fieldset legend,
  body.contrast label,
  body.contrast h1:not(.notContrast),
  body.contrast h2:not(.notContrast),
  body.contrast h3:not(.notContrast),
  body.contrast h4:not(.notContrast),
  body.contrast h5:not(.notContrast),
  body.contrast h6:not(.notContrast) {
    background: black !important;
    color: white !important; }
  body.contrast input,
  body.contrast textarea {
    color: black !important; }
    body.contrast input::-moz-placeholder, body.contrast textarea::-moz-placeholder {
      color: black !important; }
    body.contrast input::placeholder,
    body.contrast textarea::placeholder {
      color: black !important; }
  body.contrast a,
  body.contrast a p,
  body.contrast a strong {
    color: yellow !important; }
    body.contrast a svg,
    body.contrast a p svg,
    body.contrast a strong svg {
      fill: yellow !important; }
      body.contrast a svg.icon-mail, body.contrast a svg.icon-credito, body.contrast a svg.icon-incentivo,
      body.contrast a p svg.icon-mail,
      body.contrast a p svg.icon-credito,
      body.contrast a p svg.icon-incentivo,
      body.contrast a strong svg.icon-mail,
      body.contrast a strong svg.icon-credito,
      body.contrast a strong svg.icon-incentivo {
        fill: transparent !important;
        stroke: yellow !important; }
  body.contrast .button-increase,
  body.contrast .button-decrease {
    color: yellow !important; }
  body.contrast .button-contrast {
    background: yellow !important;
    border: 1px solid yellow !important; }
  body.contrast .header .selection ul a i,
  body.contrast .header .nav li.sub .link:before {
    border-bottom: 1px solid yellow !important;
    border-left: 1px solid yellow !important; }
  body.contrast .button,
  body.contrast .button-small {
    background: black !important;
    border: 1px solid yellow !important;
    color: yellow !important; }
    body.contrast .button svg,
    body.contrast .button-small svg {
      fill: yellow !important; }
      body.contrast .button svg.stroke, body.contrast .button svg.icon-search,
      body.contrast .button-small svg.stroke,
      body.contrast .button-small svg.icon-search {
        fill: transparent !important;
        stroke: yellow !important; }
  body.contrast .uni-input,
  body.contrast .uni-select {
    border-left: 2px solid black !important;
    color: black !important; }
  body.contrast .uni-label .icon {
    stroke: black !important; }
  body.contrast .uni-label.select:before {
    border-bottom: 1px solid black !important;
    border-left: 1px solid black !important; }
  body.contrast .footer {
    border-top: 3px solid white !important; }
  body.contrast .footer .news .news-label .icon {
    stroke: black !important; }
  body.contrast .footer .news .news-input {
    background: white !important;
    border-left: 2px solid black !important;
    color: black !important; }
  body.contrast .footer .news .news-button {
    background: black !important;
    border: 1px solid yellow !important;
    color: yellow !important; }
  body.contrast .footer:after {
    display: none !important; }
  body.contrast .modal .modal-header .title .icon {
    stroke: white !important; }
  body.contrast .modal .modal-close:before,
  body.contrast .modal .modal-close:after {
    background-color: yellow !important; }
  body.contrast .modal-ingresso .acordion {
    border: 1px solid white !important; }
    body.contrast .modal-ingresso .acordion:after {
      border-top: 2px solid yellow !important;
      border-right: 2px solid yellow !important; }
  body.contrast.fixed .header .logo .icon.icon-logo-univille,
  body.contrast .hover.header .logo .icon.icon-logo-univille {
    opacity: 1; }
  body.contrast.fixed .header .logo .icon.icon-logo-univille-verde,
  body.contrast .hover.header .logo .icon.icon-logo-univille-verde {
    opacity: 0; }
  body.contrast .home-modalities .modalities span {
    color: yellow !important; }
  body.contrast .uni-entrance ul li a {
    background: black !important;
    border: 1px solid yellow !important;
    color: yellow !important; }
    body.contrast .uni-entrance ul li a svg {
      fill: transparent !important;
      stroke: yellow !important; }
  body.contrast .home-bags .tabs {
    border-top: 0; }
    body.contrast .home-bags .tabs .tab a.active {
      background: black !important;
      color: white !important;
      border-bottom: 3px solid white !important; }
      body.contrast .home-bags .tabs .tab a.active svg {
        fill: white !important; }
        body.contrast .home-bags .tabs .tab a.active svg.icon-credito, body.contrast .home-bags .tabs .tab a.active svg.icon-incentivo {
          fill: transparent !important;
          stroke: white !important; }
  body.contrast .tabs-gallery .tab a {
    background: black !important; }
    body.contrast .tabs-gallery .tab a.active {
      background: black !important;
      color: white !important; }
      body.contrast .tabs-gallery .tab a.active:before {
        background-color: black !important; }
  body.contrast .uni-testimony .post .text .testimony p strong {
    color: white !important; }
  body.contrast .uni-testimony .actions .ico:not(.like) {
    color: white !important;
    fill: white !important; }
  body.contrast .uni-faq .tabs .tab a {
    border-bottom: 1px solid yellow !important; }
    body.contrast .uni-faq .tabs .tab a svg {
      fill: yellow !important; }
      body.contrast .uni-faq .tabs .tab a svg.icon-metodologias, body.contrast .uni-faq .tabs .tab a svg.icon-formas-de-ingresso {
        fill: transparent !important;
        stroke: yellow !important; }
    body.contrast .uni-faq .tabs .tab a.active {
      background: black !important;
      border-bottom: 3px solid white !important;
      color: white !important; }
      body.contrast .uni-faq .tabs .tab a.active svg {
        fill: white !important; }
        body.contrast .uni-faq .tabs .tab a.active svg.icon-metodologias, body.contrast .uni-faq .tabs .tab a.active svg.icon-formas-de-ingresso {
          fill: transparent !important;
          stroke: white !important; }
  body.contrast .uni-faq .acordion:after {
    border-top: 2px solid yellow !important;
    border-right: 2px solid yellow !important; }
  body.contrast span.play {
    background: yellow !important;
    box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.5);
    animation: pulseYellow 1.5s infinite; }
    body.contrast span.play:before {
      border-left: 20px solid black !important; }
      @media (max-width: 767px) {
        body.contrast span.play:before {
          border-left: 15px solid black !important; } }

@keyframes pulseYellow {
  0% {
    transform: scale(0.9); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255, 255, 0, 0); }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 0, 0); } }
  body.contrast .courses-highlights .highlights .item {
    background: black !important;
    border: 1px solid yellow !important; }
    body.contrast .courses-highlights .highlights .item .txt {
      color: yellow !important; }
  body.contrast .ead-courses .courses .course .details span,
  body.contrast .ead-courses .courses .course .name,
  body.contrast .presential-courses .courses .details span,
  body.contrast .presential-courses .courses .name,
  body.contrast .courses-list .list .course .details span,
  body.contrast .courses-list .list .course .name {
    color: yellow !important; }
  body.contrast .courses-list .filter .lbl {
    color: yellow !important; }
  body.contrast .course-about .differential .icon {
    fill: white !important; }
  body.contrast .course-price .content .details li .icon {
    fill: white !important; }
    body.contrast .course-price .content .details li .icon.icon-regiao {
      fill: transparent !important;
      stroke: white !important; }
  body.contrast .course-price .content .details li strong {
    color: white !important; }
  body.contrast .course-price .content .details li .titulacao:after {
    background: transparent;
    color: yellow !important;
    border: 1px solid yellow !important; }
  body.contrast .modal-regiao .regioes li:before {
    background: white !important; }
  body.contrast .modal-regiao .regioes li .horary span {
    border: 1px solid white !important; }
  body.contrast .course-collaborator .tabs,
  body.contrast .course-bags .tabs {
    border-top: 0; }
    body.contrast .course-collaborator .tabs .tab a.active,
    body.contrast .course-bags .tabs .tab a.active {
      background: black !important;
      border-bottom: 3px solid white !important;
      color: white !important; }
      body.contrast .course-collaborator .tabs .tab a.active svg,
      body.contrast .course-bags .tabs .tab a.active svg {
        fill: white !important; }
        body.contrast .course-collaborator .tabs .tab a.active svg.icon-credito, body.contrast .course-collaborator .tabs .tab a.active svg.icon-incentivo,
        body.contrast .course-bags .tabs .tab a.active svg.icon-credito,
        body.contrast .course-bags .tabs .tab a.active svg.icon-incentivo {
          fill: transparent !important;
          stroke: white !important; }
  body.contrast .uni-simulator .simulator,
  body.contrast .course-professional .details span {
    border: 1px solid white !important; }
  body.contrast .bags-carousel-pagination .bags-carousel-prev:before {
    border-bottom: 2px solid yellow !important;
    border-left: 2px solid yellow !important; }
  body.contrast .bags-carousel-pagination .bags-carousel-next:before {
    border-top: 2px solid yellow !important;
    border-right: 2px solid yellow !important; }
  body.contrast .bags-carousel-pagination .bags-carousel-dots button.owl-dot:before {
    border: 1px solid yellow !important; }
  body.contrast .bags-carousel-pagination .bags-carousel-dots button.owl-dot.active:before {
    background: yellow !important; }
  body.contrast .bags-transfer,
  body.contrast .courses-dados .content,
  body.contrast .footer .news {
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important; }
  body.contrast .bags-steps {
    border-top: 1px solid white !important; }
  body.contrast .bags-steps .steps .step .number,
  body.contrast .uni-nav .nav {
    border: 1px solid white !important; }
  body.contrast .bags-more .tabs .tab a {
    background: transparent;
    color: yellow !important;
    border: 1px solid yellow !important; }
    body.contrast .bags-more .tabs .tab a.active {
      background: white !important;
      color: black !important;
      border: 1px solid white !important; }
  body.contrast .bags-steps .steps .step .icon {
    fill: white !important; }
  body.contrast .presential-about .differential,
  body.contrast .presential-courses .courses,
  body.contrast .ead-about .differential,
  body.contrast .ead-courses .courses,
  body.contrast .uni-call-career .box,
  body.contrast .uni-testimony .post,
  body.contrast .home-choice .box,
  body.contrast .home-differentials .item,
  body.contrast .ead-polos .list .polo,
  body.contrast .uni-benefits .box,
  body.contrast .uni-init-carrer .box {
    border: 1px solid white !important;
    box-shadow: none; }
  body.contrast .sec-courses .filter .lbl {
    color: yellow !important; }
  body.contrast .sec-courses .list .course span {
    color: yellow !important; }
  @media (min-width: 768px) {
    body.contrast .sec-purse .tabs .tab-content {
      border: 1px solid white !important; } }
  body.contrast .sec-purse .tabs .tab > a {
    background: transparent !important; }
  body.contrast .sec-purse .tabs .tab > a.active {
    background: white !important;
    color: black !important; }
  body.contrast .sec-purse-banner .banner .btn {
    color: yellow !important; }
  body.contrast .sec-banner-lp .btn,
  body.contrast .course-modal .btn {
    background: black !important;
    color: yellow !important;
    border: 1px solid yellow !important; }
  body.contrast .uni-form .btn {
    background: black !important;
    color: yellow !important;
    border: 1px solid yellow !important; }
    body.contrast .uni-form .btn span {
      color: yellow !important; }
  body.contrast .sec-admission {
    border-top: 1px solid white !important; }
    body.contrast .sec-admission .title strong {
      color: white !important; }
    body.contrast .sec-admission .mode a {
      background: transparent;
      color: yellow !important;
      border: 1px solid yellow !important;
      box-shadow: 10px 10px 0px yellow !important; }
  body.contrast .sec-differentials:before {
    display: none !important; }
  body.contrast .sec-banner-lp .title strong {
    color: white !important; }
  body.contrast .contact-content .box {
    border: 1px solid white !important; }
  body.contrast .uni-banner .areas a {
    background: black !important;
    border: 1px solid yellow !important;
    color: yellow !important; }
    body.contrast .uni-banner .areas a.destak {
      background: yellow !important;
      color: black !important; }
  body.contrast .sec-purse .tabs .tab-content .lists li .icon {
    fill: white !important; }
  body.contrast .sec-infos .btn-register {
    background: black !important;
    border: 1px solid yellow !important;
    color: yellow !important; }

body.font_size_2 .title {
  font-size: 48px; }
  @media (max-width: 767px) {
    body.font_size_2 .title {
      font-size: 40px; } }
  body.font_size_2 .title.medium {
    font-size: 37px; }
  body.font_size_2 .title.small {
    font-size: 16px; }

body.font_size_2 p {
  font-size: 16px; }
  body.font_size_2 p.medium {
    font-size: 18px; }
  body.font_size_2 p.large {
    font-size: 22px; }

body.font_size_2 .header .nav .link {
  font-size: 16px; }

body.font_size_2 .header .nav-contacts a,
body.font_size_2 .header .nav-contacts span {
  font-size: 12px; }

body.font_size_2 .home-differentials .item {
  font-size: 22px; }

body.font_size_2 .home-structure .tabs .tab a {
  font-size: 20px; }

body.font_size_2 .uni-faq .acordion .acordion-title {
  font-size: 22px; }

body.font_size_2 .uni-testimony .name,
body.font_size_2 .uni-testimony .post .text .testimony p,
body.font_size_2 .uni-faq .acordion .acordion-description p {
  font-size: 16px; }

body.font_size_2 .footer .nav span {
  font-size: 18px; }

body.font_size_2 .footer .description,
body.font_size_2 .footer .nav a,
body.font_size_2 .footer .copy {
  font-size: 14px; }

@media (max-width: 767px) {
  body.font_size_3 .title {
    font-size: 42px;
    line-height: 44px; } }

body.font_size_3 .title.medium {
  font-size: 39px;
  line-height: 42px; }

body.font_size_3 .title.small {
  font-size: 18px; }

body.font_size_3 p {
  font-size: 18px; }
  body.font_size_3 p.medium {
    font-size: 20px; }
  body.font_size_3 p.large {
    font-size: 24px;
    line-height: 27px; }

body.font_size_3 .header .nav .link {
  font-size: 18px; }

body.font_size_3 .header .nav-contacts a,
body.font_size_3 .header .nav-contacts span {
  font-size: 14px;
  line-height: 14px; }

body.font_size_3 .home-differentials .item {
  font-size: 24px; }

body.font_size_3 .home-structure .tabs .tab a {
  font-size: 22px; }

body.font_size_3 .uni-faq .acordion .acordion-title {
  font-size: 24px; }

body.font_size_3 .uni-testimony .name,
body.font_size_3 .uni-testimony .post .text .testimony p,
body.font_size_3 .uni-faq .acordion .acordion-description p {
  font-size: 18px; }

body.font_size_3 .footer .nav span {
  font-size: 20px; }

body.font_size_3 .footer .description,
body.font_size_3 .footer .nav a,
body.font_size_3 .footer .copy {
  font-size: 16px; }

body::-webkit-scrollbar {
  width: 11px; }

body::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 6px;
  border: 3px solid #f8f6f7; }

body::-webkit-scrollbar-track {
  background: #f8f6f7;
  border-radius: 6px; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.title {
  font-weight: 800;
  font-size: 48px;
  line-height: 52px;
  display: block;
  color: var(--color-grey); }
  @media (max-width: 767px) {
    .title {
      font-size: 38px;
      line-height: 42px; } }
  .title.medium {
    font-size: 35px;
    line-height: 41px; }
  .title.small {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; }
  @media (min-width: 768px) {
    .title.center {
      text-align: center; } }
  .title.green {
    color: var(--color-green); }
  .title.purple {
    color: var(--color-purple); }
  .title.white {
    color: var(--color-white); }

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: var(--color-grey); }
  p.white {
    color: var(--color-white); }
  p.green {
    color: var(--color-green); }
  p.purple {
    color: var(--color-purple); }
  p strong {
    font-weight: 700; }
  p a {
    text-decoration: none;
    color: currentColor; }
    p a[href] {
      text-decoration: underline; }
    p a.white {
      color: var(--color-white); }
    p a.green {
      color: var(--color-green); }
    p a.purple {
      color: var(--color-purple); }
  p.medium {
    font-size: 16px;
    line-height: 26px; }
  p.large {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px; }

.button,
.button-small {
  padding: 0 16px;
  border-radius: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: var(--color-grey);
  box-shadow: 0px 10px 25px rgba(116, 116, 116, 0.25);
  border: 0;
  cursor: pointer; }
  @media (min-width: 992px) {
    .button,
    .button-small {
      transition: all 0.3s ease; }
      .button:hover,
      .button-small:hover {
        background: var(--color-grey-hover); } }
  .button.green,
  .button-small.green {
    background: var(--color-green);
    box-shadow: 0px 10px 25px rgba(129, 196, 91, 0.25); }
    @media (min-width: 992px) {
      .button.green:hover,
      .button-small.green:hover {
        background: var(--color-green-hover); } }
  .button.green-dark,
  .button-small.green-dark {
    background: var(--color-green-dark2);
    box-shadow: 0px 10px 25px rgba(129, 196, 91, 0.25); }
    @media (min-width: 992px) {
      .button.green-dark:hover,
      .button-small.green-dark:hover {
        background: var(--color-green-dark); } }
  .button.purple,
  .button-small.purple {
    background: var(--color-purple);
    box-shadow: 0px 10px 25px rgba(185, 47, 184, 0.25); }
    @media (min-width: 992px) {
      .button.purple:hover,
      .button-small.purple:hover {
        background: var(--color-purple-hover); } }
  .button.yellow,
  .button-small.yellow {
    background: var(--color-yellow);
    box-shadow: 0px 10px 25px rgba(196, 209, 2, 0.25); }
    @media (min-width: 992px) {
      .button.yellow:hover,
      .button-small.yellow:hover {
        background: var(--color-yellow-hover); } }
  .button.white,
  .button-small.white {
    background: var(--color-white);
    color: var(--color-green-dark2); }
    @media (min-width: 992px) {
      .button.white:hover,
      .button-small.white:hover {
        background: var(--color-grey-light); } }
  .button.txt-dark,
  .button-small.txt-dark {
    color: var(--color-grey-dark); }
  .button .icon,
  .button-small .icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: var(--color-white);
    margin: 0 0 0 10px; }
    .button .icon.stroke,
    .button-small .icon.stroke {
      fill: transparent;
      stroke: var(--color-white); }

.button {
  height: 50px; }

.button-small {
  height: 40px; }

.buttons {
  display: flex; }
  @media (max-width: 991px) {
    .buttons {
      justify-content: center; } }
  @media (max-width: 767px) {
    .buttons {
      display: block; } }
  .buttons .button {
    margin: 0; }
    @media (max-width: 991px) {
      .buttons .button {
        display: inline-flex;
        width: auto; } }
    @media (max-width: 767px) {
      .buttons .button {
        display: flex; } }
    .buttons .button + .button {
      margin: 0 0 0 20px; }
      @media (max-width: 767px) {
        .buttons .button + .button {
          margin: 14px auto 0; } }

.uni-label {
  display: block;
  position: relative;
  width: 100%; }
  .uni-label .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -12px;
    fill: transparent;
    stroke: #81C45B;
    width: 24px;
    height: 24px;
    z-index: 1; }
    .uni-label .icon + .uni-input,
    .uni-label .icon + .uni-select {
      padding: 0 0 0 54px; }
  .uni-label.select:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    border-bottom: 1px solid var(--color-green);
    border-left: 1px solid var(--color-green);
    transform: rotate(-45deg);
    position: absolute;
    top: 19px;
    right: 18px;
    z-index: 1; }
  .uni-label.purple.select:before {
    border-bottom: 1px solid var(--color-purple);
    border-left: 1px solid var(--color-purple); }
  .uni-label.purple .uni-input,
  .uni-label.purple .uni-select {
    border-left: 2px solid var(--color-purple); }

.uni-input,
.uni-select {
  width: 100%;
  height: 50px;
  background: var(--color-white);
  border: 0;
  border-left: 2px solid var(--color-green);
  box-shadow: 0px 5px 15px rgba(217, 217, 217, 0.5);
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 24px;
  color: var(--color-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; }
  .uni-input::-moz-placeholder, .uni-select::-moz-placeholder {
    color: var(--color-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
  .uni-input::placeholder,
  .uni-select::placeholder {
    color: var(--color-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
  .uni-input.purple,
  .uni-select.purple {
    border-left: 2px solid var(--color-purple); }

.uni-input::-moz-placeholder {
  color: var(--color-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; }

.uni-input::placeholder {
  color: var(--color-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; }

.uni-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  display: block;
  width: 76px;
  height: 76px;
  border: none;
  border-radius: 50%;
  background: var(--color-green);
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(129, 196, 91, 0.5);
  animation: pulse 1.5s infinite; }
  @media (max-width: 767px) {
    .play {
      width: 46px;
      height: 46px;
      margin-left: -23px;
      margin-top: -23px; } }
  .play:before {
    content: '';
    border-left: 20px solid var(--color-white);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -8px; }
    @media (max-width: 767px) {
      .play:before {
        border-left: 15px solid var(--color-white);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin: -10px 0 0 -5px; } }
  .play.purple {
    background: var(--color-purple);
    box-shadow: 0 0 0 0 rgba(185, 47, 184, 0.5);
    animation: pulsePurple 1.5s infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(129, 196, 91, 0); }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(129, 196, 91, 0); } }

@keyframes pulsePurple {
  0% {
    transform: scale(0.9); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(185, 47, 184, 0); }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(185, 47, 184, 0); } }

.header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease; }
  @media (max-width: 991px) {
    .header {
      top: 0; } }
  .header .header-auxiliary {
    height: 33px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.2);
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .header .header-auxiliary {
        display: none; } }
  .header .header-main {
    padding: 25px 0 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .header .header-main {
        padding: 25px 0; } }
    @media (max-width: 767px) {
      .header .header-main {
        padding: 20px 0; } }
  .header .nav-accessibility {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .header .nav-accessibility a, .header .nav-accessibility button {
      color: var(--color-white);
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      text-decoration: none;
      cursor: pointer; }
    .header .nav-accessibility button {
      padding: 0 3px;
      border: 0;
      background-color: transparent;
      height: 32px; }
    .header .nav-accessibility .button-increase {
      font-size: 15px; }
    .header .nav-accessibility .contrast {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 80px;
      margin: 0 0 0 10px; }
      .header .nav-accessibility .contrast .icon {
        display: block;
        height: 17px;
        width: 17px;
        fill: transparent;
        stroke: var(--color-white); }
      .header .nav-accessibility .contrast button {
        width: 35px;
        height: 17px;
        border-radius: 10px;
        background: var(--color-white);
        border: 1px solid var(--color-white);
        position: relative; }
        .header .nav-accessibility .contrast button span {
          width: 15px;
          height: 15px;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: var(--color-green);
          border-radius: 50%;
          transition: left 0.3s ease; }
        .header .nav-accessibility .contrast button.active span {
          left: 17px; }
  .header .nav-contacts {
    padding: 11px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header .nav-contacts a, .header .nav-contacts span {
      font-weight: 500;
      font-size: 10px;
      line-height: 12px;
      letter-spacing: 0.2px;
      color: var(--color-white);
      text-decoration: none;
      display: flex;
      align-items: center; }
    .header .nav-contacts .icon {
      display: block;
      height: 12px;
      width: 12px;
      fill: var(--color-white);
      margin: 0 6px 0 0; }
      .header .nav-contacts .icon.icon-mail {
        fill: transparent;
        stroke: var(--color-white); }
    .header .nav-contacts span {
      display: block;
      padding: 0 10px; }
  .header .logo {
    display: block;
    height: 38px;
    width: 166px;
    margin: 0;
    text-decoration: none;
    position: relative;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .header .logo {
        height: 34px;
        width: 150px; } }
    .header .logo .icon {
      display: block;
      fill: var(--color-white);
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }
      .header .logo .icon.icon-logo-univille-verde {
        opacity: 0; }
  .header .selection {
    position: relative;
    width: 140px;
    margin: 8px 0 0 20px;
    flex-shrink: 0;
    height: 39px; }
    @media (max-width: 767px) {
      .header .selection {
        display: none; } }
    .header .selection.hover ul {
      background: var(--color-white);
      box-shadow: 0px 10px 25px rgba(130, 130, 130, 0.25); }
      .header .selection.hover ul li {
        visibility: visible;
        opacity: 1;
        height: auto; }
        .header .selection.hover ul li.active:before {
          background: var(--color-grey); }
        .header .selection.hover ul li.active i {
          border-bottom: 1px solid var(--color-grey);
          border-left: 1px solid var(--color-grey);
          transform: rotate(45deg);
          margin: 0 0 1px 5px; }
    .header .selection ul {
      list-style: none;
      border-radius: 5px;
      position: absolute;
      padding: 7px 0;
      width: 100%;
      transition: all 0.3s ease; }
      .header .selection ul li {
        visibility: hidden;
        opacity: 0;
        height: 0;
        transition: all 0.3s ease;
        position: relative; }
        .header .selection ul li.active {
          visibility: visible;
          opacity: 1;
          height: auto; }
          .header .selection ul li.active:before {
            content: '';
            height: 12px;
            width: 1px;
            background: var(--color-white);
            display: block;
            position: absolute;
            top: 6px;
            left: 4px; }
          .header .selection ul li.active a {
            color: var(--color-green);
            font-weight: 500; }
      .header .selection ul a {
        display: block;
        padding: 0 0 0 13px;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: var(--color-grey);
        transition: all 0.3s ease; }
        .header .selection ul a:hover {
          font-weight: 500; }
        .header .selection ul a i {
          height: 7px;
          width: 7px;
          border-bottom: 1px solid var(--color-white);
          border-left: 1px solid var(--color-white);
          transform: rotate(-45deg);
          display: inline-block;
          margin: 0 0 3px 5px; }
  .header .nav-btn-mob {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    padding: 13.5px 0;
    position: absolute;
    top: 32px;
    right: 30px;
    z-index: 9; }
    @media (min-width: 992px) {
      .header .nav-btn-mob {
        display: none; } }
    @media (max-width: 767px) {
      .header .nav-btn-mob {
        top: 22px;
        right: 20px; } }
    .header .nav-btn-mob span {
      display: block;
      height: 3px;
      width: 100%;
      border-radius: 2px;
      background-color: #fff;
      position: relative;
      transition: background-color 0.3s ease; }
      .header .nav-btn-mob span:before, .header .nav-btn-mob span:after {
        content: '';
        display: block;
        height: 3px;
        width: 100%;
        border-radius: 2px;
        background-color: #fff;
        position: absolute;
        left: 0; }
      .header .nav-btn-mob span:before {
        top: -9px;
        transition: top 0.3s 0.3s ease, transform 0.3s ease; }
      .header .nav-btn-mob span:after {
        bottom: -9px;
        transition: bottom 0.3s 0.3s ease, width 0s 0.3s ease, transform 0.3s ease; }
    .header .nav-btn-mob.active > span {
      background-color: transparent !important; }
      .header .nav-btn-mob.active > span:before {
        top: 0;
        transform: rotate(45deg);
        transition: top 0.3s ease, transform 0.3s 0.3s ease; }
      .header .nav-btn-mob.active > span:after {
        width: 100%;
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 0.3s ease, width 0s 0.3s ease, transform 0.3s 0.3s ease; }
  .header .nav {
    margin: 10px 0 0; }
    @media (max-width: 991px) {
      .header .nav {
        display: none; } }
    .header .nav ul {
      list-style: none;
      display: flex; }
    .header .nav .link {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: var(--color-white);
      padding: 10px 20px 25px;
      display: block;
      text-decoration: none;
      position: relative; }
    .header .nav li.sub:hover {
      border-bottom: 2px solid #CFDD00; }
      .header .nav li.sub:hover .subnav {
        opacity: 1;
        visibility: visible; }
    .header .nav li.sub .link {
      padding: 10px 42px 35px 20px; }
      .header .nav li.sub .link:before {
        content: '';
        display: block;
        height: 7px;
        width: 7px;
        border-bottom: 1px solid var(--color-white);
        border-left: 1px solid var(--color-white);
        transform: rotate(-45deg);
        position: absolute;
        top: 14px;
        right: 20px;
        z-index: 1; }
    .header .nav .subnav {
      width: 100%;
      background: var(--color-white);
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      top: 102px;
      opacity: 0;
      visibility: hidden;
      padding: 50px 0 0; }
      .header .nav .subnav .subnav-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        color: var(--color-green);
        display: block;
        margin-bottom: 10px; }
      .header .nav .subnav .subnav-ul {
        list-style: none;
        display: block; }
        .header .nav .subnav .subnav-ul.large {
          display: flex;
          flex-wrap: wrap; }
          .header .nav .subnav .subnav-ul.large li {
            width: 50%;
            padding: 0 40px 0 0; }
        .header .nav .subnav .subnav-ul a {
          font-weight: 400;
          font-size: 14px;
          line-height: 25px;
          color: var(--color-grey);
          display: block;
          padding: 6px 0;
          text-decoration: none; }
      .header .nav .subnav .entrance-ul {
        display: flex;
        flex-wrap: wrap; }
        .header .nav .subnav .entrance-ul li {
          width: 25%; }
        .header .nav .subnav .entrance-ul a {
          padding: 0 14px 12px 34px;
          font-weight: 400;
          font-size: 12px;
          line-height: 20px;
          color: var(--color-grey);
          position: relative;
          display: block;
          text-decoration: none; }
          .header .nav .subnav .entrance-ul a strong {
            display: block;
            font-weight: 700;
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 10px; }
          .header .nav .subnav .entrance-ul a img {
            display: block;
            height: auto;
            width: 25px;
            position: absolute;
            top: 2px;
            left: 0; }
      .header .nav .subnav .modalitie {
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        color: var(--color-grey);
        display: block;
        text-decoration: none; }
        .header .nav .subnav .modalitie .image {
          height: 130px;
          border-radius: 9px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: var(--color-grey);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin: 0 0 10px; }
      .header .nav .subnav .banner-nav {
        height: 166px;
        border-radius: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-grey);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
  .header .nav-mob {
    display: none; }
    @media (max-width: 991px) {
      .header .nav-mob {
        position: absolute;
        top: 97px;
        background: var(--color-white);
        left: 0;
        width: 100%;
        padding: 30px 0 0;
        overflow: scroll;
        height: calc(100vh - 74px); }
        .header .nav-mob.active {
          display: block;
          z-index: 9;
          box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.13); } }
    @media (max-width: 767px) {
      .header .nav-mob {
        top: 74px; } }
    .header .nav-mob ul li {
      display: block; }
      .header .nav-mob ul li.sub {
        position: relative; }
        .header .nav-mob ul li.sub:after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 1px;
          position: absolute;
          top: 16px;
          transition: all 0.3s ease;
          right: 4px;
          border-top: 2px solid var(--color-grey);
          border-right: 2px solid var(--color-grey);
          transform: rotate(45deg); }
        .header .nav-mob ul li.sub.active .subnav {
          display: block; }
      .header .nav-mob ul li + li {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .header .nav-mob ul li a {
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        color: var(--color-grey);
        text-decoration: none;
        padding: 8px 0;
        display: block; }
      .header .nav-mob ul li > span {
        color: var(--color-grey);
        font-size: 20px;
        font-weight: 800;
        line-height: 25px;
        padding: 8px 0;
        display: block; }
    .header .nav-mob ul .subnav {
      padding: 4px 0;
      display: none; }
      .header .nav-mob ul .subnav li {
        border: 0; }
      .header .nav-mob ul .subnav .mt {
        margin-top: 10px; }
      .header .nav-mob ul .subnav span {
        padding: 8px 0;
        display: block;
        color: var(--color-green);
        font-size: 20px;
        font-weight: 700;
        line-height: 25px; }
      .header .nav-mob ul .subnav a {
        color: var(--color-grey);
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        display: block;
        padding: 4px 0; }
  .header .subnav-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 120px;
    position: relative;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .header .subnav-footer {
        height: auto;
        margin-top: 30px; } }
    .header .subnav-footer:before {
      content: '';
      height: 120px;
      width: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 50%;
      display: block; }
      @media (max-width: 991px) {
        .header .subnav-footer:before {
          height: 1px;
          width: 100%;
          left: 0;
          top: inherit;
          bottom: 120px; } }
    .header .subnav-footer .phone,
    .header .subnav-footer .mail {
      padding: 0 0 0 55px;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: var(--color-grey);
      position: relative;
      display: flex;
      flex-direction: column;
      height: 120px;
      justify-content: center;
      align-items: flex-start;
      text-decoration: none; }
      @media (max-width: 991px) {
        .header .subnav-footer .phone,
        .header .subnav-footer .mail {
          padding: 0 30px 0 80px; } }
      .header .subnav-footer .phone strong,
      .header .subnav-footer .mail strong {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px; }
        @media (max-width: 767px) {
          .header .subnav-footer .phone strong,
          .header .subnav-footer .mail strong {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px; } }
      .header .subnav-footer .phone .icon,
      .header .subnav-footer .mail .icon {
        display: block;
        height: 32px;
        width: 32px;
        fill: transparent;
        stroke: var(--color-green);
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 0; }
        @media (max-width: 991px) {
          .header .subnav-footer .phone .icon,
          .header .subnav-footer .mail .icon {
            left: 32px; } }
    .header .subnav-footer .mail {
      padding: 0 0 0 105px; }
      @media (max-width: 991px) {
        .header .subnav-footer .mail {
          padding: 0 30px 0 80px; } }
      .header .subnav-footer .mail .icon {
        left: 50px; }
        @media (max-width: 991px) {
          .header .subnav-footer .mail .icon {
            left: 32px; } }
  .header .button-small {
    margin-top: 10px; }
    @media (max-width: 991px) {
      .header .button-small {
        width: 280px;
        margin: 0 auto; } }
    .header .button-small.button-header {
      width: 200px;
      margin: 5px 0 0; }
      @media (max-width: 767px) {
        .header .button-small.button-header {
          width: 126px;
          margin: -3px 57px 0 auto;
          padding: 0; } }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    z-index: 0;
    transition: all 0.3s ease; }

@media (min-width: 768px) {
  body.fixed .header {
    top: -33px; } }

body .hover.header {
  z-index: 10; }
  body .hover.header .header-auxiliary {
    background: #005F36;
    box-shadow: 0px 4px 15px rgba(207, 221, 0, 0.25); }

body.fixed .header,
body .hover.header {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1); }
  body.fixed .header:before,
  body .hover.header:before {
    opacity: 0;
    height: 130px; }
  body.fixed .header .logo .icon.icon-logo-univille,
  body .hover.header .logo .icon.icon-logo-univille {
    opacity: 0; }
  body.fixed .header .logo .icon.icon-logo-univille-verde,
  body .hover.header .logo .icon.icon-logo-univille-verde {
    opacity: 1; }
  body.fixed .header .selection ul li.active:before,
  body .hover.header .selection ul li.active:before {
    background: var(--color-grey); }
  body.fixed .header .selection ul a i,
  body .hover.header .selection ul a i {
    border-bottom: 1px solid var(--color-grey);
    border-left: 1px solid var(--color-grey); }
  body.fixed .header .nav-btn-mob span,
  body .hover.header .nav-btn-mob span {
    background-color: #005F36; }
    body.fixed .header .nav-btn-mob span:before, body.fixed .header .nav-btn-mob span:after,
    body .hover.header .nav-btn-mob span:before,
    body .hover.header .nav-btn-mob span:after {
      background-color: #005F36; }
  body.fixed .header .nav li .link,
  body .hover.header .nav li .link {
    color: #005F36; }
    body.fixed .header .nav li .link:before,
    body .hover.header .nav li .link:before {
      border-bottom: 1px solid #005F36;
      border-left: 1px solid #005F36; }

.timer {
  height: 50px;
  width: 100%;
  background: #005F36;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  display: none; }
  @media (min-width: 768px) {
    .timer {
      display: block; }
      .timer + .header {
        top: 50px;
        z-index: 8; } }
  .timer .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .timer .logo {
    display: block;
    height: 40px;
    width: 210px;
    margin: 0 20px 0 0;
    background-position: 0 center;
    background-repeat: no-repeat;
    flex-shrink: 0; }
    @media (max-width: 1199px) {
      .timer .logo {
        width: 170px;
        background-size: 100% auto; } }
    @media (max-width: 991px) {
      .timer .logo {
        width: 140px; } }
  .timer .icon {
    width: 17px;
    height: 21px;
    display: block;
    flex-shrink: 0;
    margin: -2px 10px 0 0;
    fill: #CFDD00;
    transition: all 0.3s ease;
    animation: shakeBell 3s infinite; }

@keyframes shakeBell {
  5% {
    transform: rotate(-15deg); }
  8% {
    transform: rotate(15deg); }
  11% {
    transform: rotate(-15deg); }
  14% {
    transform: rotate(0deg); } }
  .timer .counter {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .timer .counter {
        margin: 0 10px; } }
    .timer .counter span + span {
      margin-left: 20px; }
      @media (max-width: 1199px) {
        .timer .counter span + span {
          margin-left: 10px; } }
      @media (max-width: 991px) {
        .timer .counter span + span {
          margin-left: 5px; } }
  .timer .counter,
  .timer .text,
  .timer .link {
    font-size: 14px;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .timer .counter,
      .timer .text,
      .timer .link {
        font-size: 12px; } }
    @media (max-width: 991px) {
      .timer .counter,
      .timer .text,
      .timer .link {
        font-size: 11px; } }
    .timer .counter strong,
    .timer .text strong,
    .timer .link strong {
      font-weight: 700; }
  .timer .counter,
  .timer .text {
    color: #fff; }
  @media (max-width: 991px) {
    .timer .text {
      max-width: 170px; } }
  .timer .link {
    color: #CFDD00;
    padding: 10px 14px 8px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase; }

@media (min-width: 768px) {
  body.fixed .timer + .header {
    top: 18px; } }

@media (min-width: 768px) {
  body.fixed.navfixed .timer + .header {
    top: -100px; } }

.footer {
  background: var(--color-grey-dark);
  border-top: 3px solid var(--color-green);
  padding: 70px 0 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .footer {
      padding: 55px 0 0; } }
  .footer:after {
    content: '';
    width: 199px;
    height: 228px;
    display: block;
    position: absolute;
    bottom: 154px;
    left: 50%;
    margin-left: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1199px) {
      .footer:after {
        margin-left: 300px; } }
    @media (max-width: 991px) {
      .footer:after {
        margin-left: 210px; } }
    @media (max-width: 767px) {
      .footer:after {
        width: 130px;
        height: 149px;
        margin-left: 120px;
        bottom: 60px; } }
    @media (max-width: 575px) {
      .footer:after {
        margin-left: 50px; } }
  .footer.bg:after {
    background-image: url(../images/formando.svg); }
  .footer .line {
    display: block;
    width: 1px;
    height: 340px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -285px; }
    @media (max-width: 1199px) {
      .footer .line {
        margin-left: -240px; } }
    @media (max-width: 991px) {
      .footer .line {
        margin-left: -144px; } }
    @media (max-width: 767px) {
      .footer .line {
        display: none; } }
  .footer .logo {
    display: block;
    height: 39px;
    width: 167px;
    margin: 0 0 36px;
    text-decoration: none; }
    @media (max-width: 767px) {
      .footer .logo {
        margin: 0; } }
    .footer .logo .icon {
      display: block;
      fill: var(--color-white);
      height: 100%;
      width: 100%; }
  .footer .description {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: var(--color-white);
    padding: 0 40px 0 0;
    margin: 0 0 36px; }
    @media (max-width: 767px) {
      .footer .description {
        display: none; } }
  @media (max-width: 767px) {
    .footer .aluno-button {
      margin: 0 0 40px; } }
  @media (min-width: 768px) {
    .footer .nav + .nav {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .footer .nav {
      margin-top: 20px; }
      .footer .nav.active li {
        display: block; }
        .footer .nav.active li span {
          margin: 0 0 10px; }
          .footer .nav.active li span:after {
            transform: rotate(-45deg); } }
  .footer .nav li {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .footer .nav li {
        display: none; }
        .footer .nav li:first-child {
          display: block; }
        .footer .nav li span {
          margin: 0; } }
  .footer .nav span {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: block;
    color: var(--color-green);
    margin: 0 0 10px;
    position: relative; }
    @media (max-width: 991px) and (min-width: 768px) {
      .footer .nav span {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .footer .nav span:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 1px;
        position: absolute;
        top: 6px;
        transition: all 0.3s ease;
        right: 4px;
        border-top: 2px solid var(--color-green);
        border-right: 2px solid var(--color-green);
        transform: rotate(45deg); } }
  .footer .nav a {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: var(--color-white);
    text-decoration: none;
    padding: 0;
    display: inline-block; }
    @media (max-width: 991px) and (min-width: 768px) {
      .footer .nav a {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 0; } }
  .footer .e-mec {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 108px; }
    .footer .e-mec img {
      width: 100%; }
  .footer .news {
    background: #292929;
    height: 110px;
    margin: 90px 0 0; }
    @media (max-width: 767px) {
      .footer .news {
        margin: 40px 0 0;
        height: auto;
        padding: 25px 0 20px;
        position: relative; } }
    .footer .news .news-title {
      font-weight: 500;
      font-size: 20px;
      line-height: 22px;
      color: var(--color-white);
      display: block;
      white-space: nowrap; }
      @media (max-width: 1199px) {
        .footer .news .news-title {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .footer .news .news-title {
          width: 190px;
          white-space: normal; } }
      @media (max-width: 767px) {
        .footer .news .news-title {
          width: auto; } }
    .footer .news .news-form {
      display: flex;
      align-items: center;
      padding: 35px 0 0; }
      @media (max-width: 767px) {
        .footer .news .news-form {
          flex-direction: column;
          align-items: flex-start;
          padding: 0; } }
      .footer .news .news-form form {
        display: flex;
        align-items: center;
        width: 100%; }
        @media (max-width: 767px) {
          .footer .news .news-form form {
            flex-direction: column;
            align-items: flex-start; } }
    .footer .news .news-label {
      display: block;
      position: relative;
      width: 100%;
      margin: 0 16px 0 32px; }
      @media (max-width: 767px) {
        .footer .news .news-label {
          margin: 20px 0; } }
      .footer .news .news-label .icon {
        display: block;
        position: absolute;
        top: 8px;
        left: 19px;
        fill: transparent;
        stroke: var(--color-green);
        width: 24px;
        height: 24px;
        z-index: 1; }
    .footer .news .news-input {
      background: var(--color-grey-dark);
      border: 0;
      border-left: 2px solid var(--color-green);
      border-radius: 4px;
      height: 41px;
      width: 100%;
      margin: 0;
      padding: 0 0 0 54px;
      position: relative;
      color: var(--color-white); }
      .footer .news .news-input::-moz-placeholder {
        color: var(--color-white); }
      .footer .news .news-input::placeholder {
        color: var(--color-white); }
      .footer .news .news-input.error {
        color: red; }
        .footer .news .news-input.error::-moz-placeholder {
          color: red; }
        .footer .news .news-input.error::placeholder {
          color: red; }
    .footer .news .news-button {
      background: var(--color-grey);
      border: 0;
      border-radius: 5px;
      height: 41px;
      width: 112px;
      flex-shrink: 0;
      cursor: pointer;
      color: var(--color-white); }
      @media (max-width: 767px) {
        .footer .news .news-button {
          width: 157px; } }
      @media (min-width: 992px) {
        .footer .news .news-button {
          transition: all 0.3s ease; }
          .footer .news .news-button:hover {
            background: var(--color-grey-hover); } }
    .footer .news label.error {
      position: absolute;
      bottom: -11px;
      left: 53px;
      font-weight: 400;
      font-size: 12px;
      line-height: 12px;
      color: #fff;
      background: red;
      padding: 2px 6px;
      border-radius: 3px; }
  .footer .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 44px 0 0; }
    @media (max-width: 767px) {
      .footer .social {
        margin: 30px 0 0;
        width: 165px; } }
    .footer .social a {
      display: block;
      height: 22px;
      width: 20px;
      text-decoration: none;
      padding: 4px 0; }
      @media (max-width: 767px) {
        .footer .social a {
          height: 26px;
          width: 24px; } }
      .footer .social a .icon {
        display: block;
        fill: var(--color-white);
        height: 100%;
        width: 100%;
        transition: all 0.3s ease; }
      @media (min-width: 992px) {
        .footer .social a:hover .icon {
          fill: var(--color-grey-hover); } }
  .footer .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--color-white);
    padding: 14px 0; }
    @media (max-width: 767px) {
      .footer .copy {
        font-size: 11px;
        background: #292929; } }
    .footer .copy a {
      color: var(--color-white);
      text-decoration: none; }
      .footer .copy a:hover {
        text-decoration: underline; }

.modal {
  position: fixed;
  height: 100%;
  width: 860px;
  background: #F4F4F4;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 999;
  top: 0;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  padding: 60px 0 60px 80px;
  transition: all 0.3s ease;
  overflow-y: scroll; }
  @media (max-width: 991px) {
    .modal {
      width: 760px; } }
  @media (max-width: 767px) {
    .modal {
      width: 100%;
      padding: 30px 30px 60px; } }
  .modal.active {
    opacity: 1;
    visibility: visible;
    right: 0; }
    .modal.active .modal-overflow {
      transition: all 0.5s 0.3s ease;
      opacity: 1; }
  .modal.modal-formulario {
    z-index: 9999; }
  .modal .modal-content {
    width: 640px;
    position: relative; }
    @media (max-width: 991px) {
      .modal .modal-content {
        width: 540px; } }
    @media (max-width: 767px) {
      .modal .modal-content {
        width: 100%; } }
  .modal .modal-header {
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .modal .modal-header {
        margin: 0 0 40px;
        padding: 0 30px 0 0; } }
    .modal .modal-header .title {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 575px) {
        .modal .modal-header .title {
          font-size: 28px;
          line-height: 36px; } }
      .modal .modal-header .title .icon {
        display: block;
        width: 94px;
        height: 94px;
        margin-right: 50px;
        fill: transparent;
        stroke: var(--color-green-dark2);
        flex-shrink: 0; }
        @media (max-width: 767px) {
          .modal .modal-header .title .icon {
            width: 74px;
            height: 74px;
            margin-right: 30px; } }
        @media (max-width: 575px) {
          .modal .modal-header .title .icon {
            width: 54px;
            height: 54px;
            margin-right: 20px; } }
    .modal .modal-header .title-small {
      color: var(--color-grey);
      text-align: center;
      font-size: 36px;
      font-style: normal;
      font-weight: 800;
      line-height: 110%; }
      @media (max-width: 767px) {
        .modal .modal-header .title-small {
          font-size: 24px; } }
      .modal .modal-header .title-small svg {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .modal .modal-header .title-small svg {
            width: 54px;
            height: 54px; } }
  .modal .modal-body p + p,
  .modal .modal-body p + .button {
    margin-top: 20px; }
  .modal .modal-body p a + a {
    margin-top: 10px; }
  .modal .modal-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    border: 0;
    cursor: pointer;
    background: transparent;
    font-size: 0;
    color: transparent;
    z-index: 2; }
    @media (max-width: 991px) {
      .modal .modal-close {
        left: inherit;
        width: 30px;
        height: 30px;
        background-color: transparent; } }
    @media (max-width: 767px) {
      .modal .modal-close {
        top: 20px;
        right: 20px; } }
    .modal .modal-close:before, .modal .modal-close:after {
      content: '';
      height: 24px;
      width: 2px;
      border-radius: 3px;
      background-color: var(--color-green-dark2);
      position: absolute;
      top: 3px;
      left: 15px; }
    .modal .modal-close:before {
      transform: rotate(45deg); }
    .modal .modal-close:after {
      transform: rotate(-45deg); }
  .modal .modal-overflow {
    position: fixed;
    width: calc(100% - 860px);
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    opacity: 0; }
    @media (max-width: 991px) {
      .modal .modal-overflow {
        width: calc(100% - 760px); } }
    @media (max-width: 767px) {
      .modal .modal-overflow {
        display: none; } }

.yt-modal-wrap {
  width: 94vw;
  max-width: 1000px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55); }

.yt-ratio {
  position: relative;
  padding-top: 56.25%; }

.yt-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#yt-modal.fancybox__content {
  padding: 0 !important;
  background: transparent !important; }

@media (min-width: 768px) {
  body.navfixed .header {
    top: -100px; }
  body.navfixed .uni-nav {
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 9;
    background: var(--color-white);
    box-shadow: 0px 22px 25px rgba(0, 0, 0, 0.15);
    margin: 0; }
    body.navfixed .uni-nav .nav {
      height: 70px;
      box-shadow: none;
      border-radius: 0;
      padding: 0; }
      body.navfixed .uni-nav .nav .link {
        font-size: 18px; } }
      @media (min-width: 768px) and (min-width: 992px) {
        body.navfixed .uni-nav .nav .link {
          font-size: 20px; } }

.uni-nav {
  z-index: 2; }
  @media (min-width: 768px) {
    .uni-nav {
      margin: -42px 0 0;
      position: absolute;
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      transition: all 0.3s ease; } }
  @media (min-width: 992px) {
    .uni-nav {
      margin: -57px 0 0; } }
  @media (max-width: 767px) {
    .uni-nav {
      margin: -26px 0 0;
      position: relative; } }
  .uni-nav .nav {
    width: 100%;
    height: 114px;
    background: var(--color-white);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 50px;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .uni-nav .nav {
        padding: 0 30px;
        height: 84px; } }
    @media (max-width: 767px) {
      .uni-nav .nav {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 25px 35px;
        height: auto; } }
    .uni-nav .nav a:not(.button) {
      font-weight: 800;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      text-decoration: none;
      color: var(--color-grey);
      transition: all 0.3s ease;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 991px) {
        .uni-nav .nav a:not(.button) {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .uni-nav .nav a:not(.button) {
          font-size: 20px;
          padding: 3px 0; } }
      .uni-nav .nav a:not(.button) .icon {
        display: none;
        width: 14px;
        height: 14px;
        fill: var(--color-green-dark);
        margin: 0 8px 1px 0;
        flex-shrink: 0; }
        @media (max-width: 767px) {
          .uni-nav .nav a:not(.button) .icon {
            display: block; } }
    .uni-nav .nav .button {
      width: 166px; }

@media (max-width: 767px) {
  body.single-curso .uni-banner:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  body.single-curso .uni-banner .container {
    z-index: 2; } }

.uni-banner {
  height: 590px;
  background-color: var(--color-grey);
  position: relative;
  padding: 70px 0 0;
  z-index: 2; }
  @media (max-width: 767px) {
    .uni-banner {
      height: 580px;
      padding: 70px 0 54px; } }
  .uni-banner .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 590px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media (max-width: 767px) {
      .uni-banner .image {
        height: 580px; } }
  .uni-banner .container,
  .uni-banner .row {
    height: 100%;
    position: relative; }
  .uni-banner .title, .uni-banner p {
    text-shadow: 0px 0px 20px black; }
  .uni-banner .title + p {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .uni-banner .title + p {
        margin-top: 10px; } }
  .uni-banner p + .title {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .uni-banner p + .title {
        margin-top: 10px; } }
  @media (max-width: 767px) {
    .uni-banner p br {
      display: none; } }
  .uni-banner .video {
    width: 100%;
    height: 290px;
    box-shadow: 0px 10px 25px rgba(41, 41, 41, 0.15);
    border-radius: 25px;
    background-color: var(--color-grey);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative; }
    @media (max-width: 991px) {
      .uni-banner .video {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .uni-banner .video {
        border-radius: 9px;
        height: 260px; } }
    @media (max-width: 575px) {
      .uni-banner .video {
        height: 210px; } }

.bags-content {
  padding: 80px 0 0; }
  @media (max-width: 767px) {
    .bags-content {
      padding: 40px 0 0; } }
  .bags-content .title {
    margin: 0 0 18px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .bags-content .subtitle {
      width: 70%; } }
  .bags-content .bag {
    width: 100%;
    background: #F4F4F4;
    border-radius: 12px;
    padding: 20px 20px 85px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    @media (max-width: 991px) {
      .bags-content .bag {
        margin: 20px 0 0; } }
    .bags-content .bag .bag-title {
      font-size: 20px;
      line-height: 25px;
      color: var(--color-green);
      margin: 0 0 15px; }
    .bags-content .bag .button {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px; }
  .bags-content .bags-carousel.owl-carousel .owl-stage {
    display: flex; }
  .bags-content .bags-carousel.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto; }
  .bags-content .bags-carousel-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0; }
    .bags-content .bags-carousel-pagination .bags-carousel-prev,
    .bags-content .bags-carousel-pagination .bags-carousel-next {
      width: 22px;
      height: 22px;
      border: 0;
      padding: 0;
      background: transparent;
      display: block;
      font-size: 0;
      color: transparent;
      position: relative; }
      .bags-content .bags-carousel-pagination .bags-carousel-prev:before,
      .bags-content .bags-carousel-pagination .bags-carousel-next:before {
        content: '';
        width: 12px;
        height: 12px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        transform: rotate(45deg); }
    .bags-content .bags-carousel-pagination .bags-carousel-next:before {
      border-top: 2px solid var(--color-grey-hover);
      border-right: 2px solid var(--color-grey-hover); }
    .bags-content .bags-carousel-pagination .bags-carousel-prev:before {
      border-bottom: 2px solid var(--color-grey-hover);
      border-left: 2px solid var(--color-grey-hover); }
    .bags-content .bags-carousel-pagination .courses-carousel-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 20px; }
      .bags-content .bags-carousel-pagination .courses-carousel-dots button.owl-dot {
        width: 22px;
        height: 22px;
        border: 0;
        padding: 0;
        background: transparent;
        display: block;
        font-size: 0;
        color: transparent;
        position: relative; }
        .bags-content .bags-carousel-pagination .courses-carousel-dots button.owl-dot:before {
          content: '';
          width: 12px;
          height: 12px;
          border: 1px solid var(--color-green);
          background: transparent;
          transition: all 0.3s ease;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -6px 0 0 -6px; }
        .bags-content .bags-carousel-pagination .courses-carousel-dots button.owl-dot.active:before {
          background: var(--color-green); }

.bags-program {
  padding: 110px 0 0; }
  @media (max-width: 767px) {
    .bags-program {
      padding: 40px 0 0; } }
  .bags-program .title {
    margin: 0 0 28px; }
  .bags-program .program {
    padding: 50px 0 78px;
    height: 100%;
    position: relative; }
    .bags-program .program .icon {
      display: block;
      height: 50px;
      width: 50px;
      margin: 0 0 20px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .bags-program .program-title {
    font-size: 20px;
    line-height: 25px;
    color: var(--color-grey);
    margin: 0 0 15px; }
  .bags-program .button {
    margin: 0;
    width: 170px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 575px) {
      .bags-program .button {
        width: 100%; } }

.uni-simulator {
  padding: 140px 0 80px; }
  @media (max-width: 991px) {
    .uni-simulator {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .uni-simulator {
      padding: 60px 0; } }
  .uni-simulator .simulator {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    background: var(--color-grey-dark);
    position: relative; }
    @media (max-width: 991px) {
      .uni-simulator .simulator {
        height: 285px; } }
    @media (max-width: 767px) {
      .uni-simulator .simulator {
        width: 100%;
        height: 530px;
        max-width: 314px;
        margin: 0 auto; } }
    .uni-simulator .simulator .simulador-logo {
      position: absolute;
      top: 60px;
      left: 60px;
      width: 295px;
      height: 84px;
      font-size: 0;
      color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 1199px) {
        .uni-simulator .simulator .simulador-logo {
          left: 40px; } }
      @media (max-width: 991px) {
        .uni-simulator .simulator .simulador-logo {
          top: 50px;
          left: 50%;
          margin-left: -60px; } }
      @media (max-width: 767px) {
        .uni-simulator .simulator .simulador-logo {
          top: 50px;
          left: 50%;
          margin-left: -118.5px;
          width: 237px;
          height: 68px; } }
    .uni-simulator .simulator .simulador-image {
      position: absolute;
      bottom: 0px;
      left: 400px;
      width: 370px;
      height: 300px;
      background-position: 0 bottom;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      @media (max-width: 1199px) {
        .uni-simulator .simulator .simulador-image {
          left: 340px; } }
      @media (max-width: 991px) {
        .uni-simulator .simulator .simulador-image {
          left: -14px; } }
      @media (max-width: 767px) {
        .uni-simulator .simulator .simulador-image {
          width: 328px;
          border-bottom-right-radius: 12px; } }
    .uni-simulator .simulator .button {
      width: 246px;
      position: absolute;
      top: 85px;
      right: 75px; }
      @media (max-width: 1199px) {
        .uni-simulator .simulator .button {
          right: 35px; } }
      @media (max-width: 991px) {
        .uni-simulator .simulator .button {
          right: 55px;
          top: 170px; } }
      @media (max-width: 767px) {
        .uni-simulator .simulator .button {
          top: 145px;
          left: 50%;
          margin-left: -123px; } }

.uni-form .steps {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px; }
  .uni-form .steps.steps1 .step1 {
    opacity: 1;
    margin: 0; }
    .uni-form .steps.steps1 .step1 .line {
      height: 5px;
      margin: 4px 0; }
  .uni-form .steps.steps2 .step1 .check, .uni-form .steps.steps3 .step1 .check {
    opacity: 1; }
  .uni-form .steps.steps2 .step2, .uni-form .steps.steps3 .step2 {
    margin: 0; }
    .uni-form .steps.steps2 .step2 .line, .uni-form .steps.steps3 .step2 .line {
      height: 5px;
      margin: 4px 0; }
  .uni-form .steps .step {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-green-dark2);
    width: calc(50% - 10px);
    flex-shrink: 0;
    opacity: 0.5;
    margin: 4px 0 0;
    transition: all 0.3s ease; }
    .uni-form .steps .step strong {
      font-weight: 800;
      font-size: 12px;
      line-height: 16px;
      display: block; }
    .uni-form .steps .step .check {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: var(--color-green-dark2);
      border-radius: 50%;
      margin: 0 0 0 5px;
      vertical-align: middle;
      position: relative;
      opacity: 0;
      transition: all 0.3s ease; }
      .uni-form .steps .step .check:before {
        content: '';
        height: 2px;
        width: 5px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        top: 4px;
        left: 3px;
        transform: rotate(-45deg); }
    .uni-form .steps .step .line {
      display: block;
      width: 100%;
      height: 1px;
      background: var(--color-green-dark2);
      margin: 2px 0;
      transition: all 0.3s ease; }

.uni-form .step-form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
  padding: 0 0 30px; }
  .uni-form .step-form.active {
    visibility: visible;
    opacity: 1; }
  .uni-form .step-form .load {
    display: block;
    background: var(--color-green-dark2);
    width: 100%;
    height: 300px;
    background: url(../images/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px; }
  .uni-form .step-form .ico-relogio {
    width: 68px;
    height: 68px;
    display: block;
    margin: 40px auto 0; }
  .uni-form .step-form .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-grey-dark); }
    .uni-form .step-form .text.center {
      text-align: center; }
  .uni-form .step-form .redirect {
    font-size: 14px;
    line-height: 16px;
    color: var(--color-green-dark);
    display: block;
    text-align: center;
    margin: 15px 0 30px; }
  .uni-form .step-form .title-end {
    color: var(--color-grey);
    display: block;
    margin: 60px 0 0;
    max-width: 440px; }
    @media (max-width: 767px) {
      .uni-form .step-form .title-end {
        margin: 40px 0 0; } }
  .uni-form .step-form .text-end {
    color: var(--color-grey);
    font-size: 28px;
    font-weight: 400;
    line-height: 52px;
    display: block;
    margin: 30px 0 0;
    max-width: 480px; }
    @media (max-width: 767px) {
      .uni-form .step-form .text-end {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0 0; } }

.uni-form fieldset {
  border: 0; }
  .uni-form fieldset legend {
    margin: 0; }

.uni-form label.error {
  position: absolute;
  color: var(--color-white);
  left: 10px;
  bottom: -7px;
  background-color: var(--color-red);
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 12px; }
  .uni-form label.error#aceite-error {
    bottom: -15px; }

.uni-form .lbl {
  display: block;
  margin: 0 0 17px;
  position: relative; }
  .uni-form .lbl-slc:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-bottom: 2px solid var(--color-green-dark2);
    border-left: 2px solid var(--color-green-dark2);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    right: 18px; }
  .uni-form .lbl.hidden {
    display: none; }
    .uni-form .lbl.hidden select {
      display: none; }

.uni-form .accepted {
  display: block;
  margin: 0 0 17px;
  color: var(--color-green-dark2);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  position: relative; }
  .uni-form .accepted input {
    display: inline-block;
    vertical-align: middle; }

.uni-form .privacy {
  margin: 20px 0 0;
  color: var(--color-green-dark2);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px; }
  @media (max-width: 575px) {
    .uni-form .privacy {
      width: 215px; } }
  .uni-form .privacy a {
    color: var(--color-green-dark2); }

.uni-form .inp,
.uni-form .slc {
  width: 100%;
  height: 46px;
  background: var(--color-white);
  border: 1px solid var(--color-green-dark2);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-green-dark2);
  padding: 0 16px; }
  .uni-form .inp::-moz-placeholder, .uni-form .slc::-moz-placeholder {
    color: var(--color-green-dark2); }
  .uni-form .inp::placeholder,
  .uni-form .slc::placeholder {
    color: var(--color-green-dark2); }

.uni-form .slc {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.uni-form .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  height: 42px;
  width: 100%;
  background: var(--color-green-dark2);
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  cursor: pointer;
  text-decoration: none; }

.uni-form .success {
  background-color: var(--color-green);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--color-white);
  margin-top: 20px; }
  @media (max-width: 767px) {
    .uni-form .success {
      padding: 15px; } }

.uni-form-steps fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  .uni-form-steps fieldset legend {
    margin: 0; }

.uni-form-steps .steps {
  display: flex;
  gap: 16px;
  margin: 0 0 20px; }
  .uni-form-steps .steps .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: #D9D9D9;
    margin: 2px 0;
    transition: background 0.3s ease; }
  .uni-form-steps .steps .step {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .uni-form-steps .steps .step {
        font-size: 10px;
        line-height: 130%; } }
    .uni-form-steps .steps .step strong {
      color: #D9D9D9;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      transition: color 0.3s ease; }
  .uni-form-steps .steps.steps1 .step1,
  .uni-form-steps .steps.steps2 .step2,
  .uni-form-steps .steps.steps3 .step3 {
    color: #747474; }
    .uni-form-steps .steps.steps1 .step1 strong,
    .uni-form-steps .steps.steps2 .step2 strong,
    .uni-form-steps .steps.steps3 .step3 strong {
      color: #005F36; }
    .uni-form-steps .steps.steps1 .step1 .line,
    .uni-form-steps .steps.steps2 .step2 .line,
    .uni-form-steps .steps.steps3 .step3 .line {
      background: #81C45B; }
  .uni-form-steps .steps.steps2 .step1,
  .uni-form-steps .steps.steps3 .step1,
  .uni-form-steps .steps.steps3 .step2 {
    color: #B1B1B1; }
    .uni-form-steps .steps.steps2 .step1 strong,
    .uni-form-steps .steps.steps3 .step1 strong,
    .uni-form-steps .steps.steps3 .step2 strong {
      color: #81C45B; }

.uni-form-steps .steps-form .step1,
.uni-form-steps .steps-form .step2,
.uni-form-steps .steps-form .step3,
.uni-form-steps .steps-form .step4 {
  display: none; }

.uni-form-steps .steps-form.steps1 .step1,
.uni-form-steps .steps-form.steps2 .step2,
.uni-form-steps .steps-form.steps3 .step3,
.uni-form-steps .steps-form.steps4 .step4,
.uni-form-steps .steps-form.load .step-load {
  display: block; }

.uni-form-steps .steps-form-footer {
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .uni-form-steps .steps-form-footer {
      margin-top: 40px; } }

.uni-form-steps .steps-form .button {
  width: 100%;
  display: flex; }

.uni-form-steps .lbl {
  position: relative;
  margin: 0 0 20px;
  display: block;
  width: 100%; }
  @media (max-width: 767px) {
    .uni-form-steps .lbl {
      margin-bottom: 16px; } }
  .uni-form-steps .lbl-slc:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-bottom: 2px solid var(--color-green-dark2);
    border-left: 2px solid var(--color-green-dark2);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    right: 18px; }
  .uni-form-steps .lbl.hidden {
    display: none; }
    .uni-form-steps .lbl.hidden select {
      display: none; }

.uni-form-steps label.error {
  position: absolute;
  color: var(--color-white);
  left: 10px;
  bottom: -7px;
  background-color: var(--color-red);
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 12px; }

.uni-form-steps .inp,
.uni-form-steps .slc {
  height: 46px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  border: 0;
  border-left: 2px solid #81C45B;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  outline: none; }
  .uni-form-steps .inp.error,
  .uni-form-steps .slc.error {
    border-left: 2px solid var(--color-red); }

.uni-form-steps .slc {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.uni-form-steps .privacy {
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 20px;
  width: 100%; }
  .uni-form-steps .privacy a {
    text-decoration: underline;
    color: currentColor; }

.uni-form-steps .step-load {
  display: none; }
  .uni-form-steps .step-load .load {
    display: block;
    background: var(--color-green-dark2);
    width: 100%;
    height: 300px;
    background: url(../images/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px; }

.uni-form-steps .ico-relogio {
  margin: 50px auto 0;
  display: block; }
  @media (max-width: 767px) {
    .uni-form-steps .ico-relogio {
      margin-top: 30px; } }

.uni-form-steps .result-redirect {
  margin: 20px auto 0;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005F36; }
  .uni-form-steps .result-redirect span {
    font-weight: 700; }

.uni-form-steps .result-text1 {
  color: var(--color-grey);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  display: block;
  margin: 50px auto 0;
  max-width: 316px; }
  @media (max-width: 767px) {
    .uni-form-steps .result-text1 {
      margin-top: 30px; } }

.uni-form-steps .result-text2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-grey);
  display: block;
  margin: 20px auto 0;
  max-width: 340px;
  text-align: center; }

.uni-form-steps .form_matricula {
  margin-top: 10px; }
