@charset "UTF-8";
:root {
  --c-transparent: rgba(0, 0, 0, 0);
  --c-transparent-50: rgba(0, 0, 0, 0);
  --c-transparent-25: rgba(0, 0, 0, 0);
  --c-transparent-darken-30: rgba(0, 0, 0, 0);
  --c-transparent-lightness-30: rgba(77, 77, 77, 0);
  --c-white: #FFFFFF;
  --c-white-50: rgba(255, 255, 255, 0.5);
  --c-white-25: rgba(255, 255, 255, 0.25);
  --c-white-darken-30: #b3b3b3;
  --c-white-lightness-30: white;
  --c-black: #1c1c1c;
  --c-black-50: rgba(28, 28, 28, 0.5);
  --c-black-25: rgba(28, 28, 28, 0.25);
  --c-black-darken-30: black;
  --c-black-lightness-30: dimgray;
  --c-gray: #86898d;
  --c-gray-50: rgba(134, 137, 141, 0.5);
  --c-gray-25: rgba(134, 137, 141, 0.25);
  --c-gray-darken-30: #3b3d3f;
  --c-gray-lightness-30: #d5d6d7;
  --c-gray-light: #cecece;
  --c-gray-light-50: rgba(206, 206, 206, 0.5);
  --c-gray-light-25: rgba(206, 206, 206, 0.25);
  --c-gray-light-darken-30: #828282;
  --c-gray-light-lightness-30: white;
  --c-gray-extralight: #f1f1f1;
  --c-gray-extralight-50: rgba(241, 241, 241, 0.5);
  --c-gray-extralight-25: rgba(241, 241, 241, 0.25);
  --c-gray-extralight-darken-30: #a5a5a5;
  --c-gray-extralight-lightness-30: white;
  --c-danger: #DC3545;
  --c-danger-50: rgba(220, 53, 69, 0.5);
  --c-danger-25: rgba(220, 53, 69, 0.25);
  --c-danger-darken-30: #66121a;
  --c-danger-lightness-30: #f3b7bd;
  --c-success: #28A745;
  --c-success-50: rgba(40, 167, 69, 0.5);
  --c-success-25: rgba(40, 167, 69, 0.25);
  --c-success-darken-30: #0a2c12;
  --c-success-lightness-30: #86e29b;
  --c-downriver: #072142;
  --c-downriver-50: rgba(7, 33, 66, 0.5);
  --c-downriver-25: rgba(7, 33, 66, 0.25);
  --c-downriver-darken-30: black;
  --c-downriver-lightness-30: #1666cc;
  --c-oslo-gray: #86898D;
  --c-oslo-gray-50: rgba(134, 137, 141, 0.5);
  --c-oslo-gray-25: rgba(134, 137, 141, 0.25);
  --c-oslo-gray-darken-30: #3b3d3f;
  --c-oslo-gray-lightness-30: #d5d6d7;
  --c-matisse: #1E68A7;
  --c-matisse-50: rgba(30, 104, 167, 0.5);
  --c-matisse-25: rgba(30, 104, 167, 0.25);
  --c-matisse-darken-30: #071725;
  --c-matisse-lightness-30: #77b3e7;
  --c-blue-marguerite: #876BC3;
  --c-blue-marguerite-50: rgba(135, 107, 195, 0.5);
  --c-blue-marguerite-25: rgba(135, 107, 195, 0.25);
  --c-blue-marguerite-darken-30: #3f2b6a;
  --c-blue-marguerite-lightness-30: #dfd8ef;
  --c-picton-blue: #2ECDEC;
  --c-picton-blue-50: rgba(46, 205, 236, 0.5);
  --c-picton-blue-25: rgba(46, 205, 236, 0.25);
  --c-picton-blue-darken-30: #0b6576;
  --c-picton-blue-lightness-30: #baeff9;
  --c-fuel-yellow: #EEB01F;
  --c-fuel-yellow-50: rgba(238, 176, 31, 0.5);
  --c-fuel-yellow-25: rgba(238, 176, 31, 0.25);
  --c-fuel-yellow-darken-30: #6c4e08;
  --c-fuel-yellow-lightness-30: #f9e2ad;
  --c-gorse: #FBEF4F;
  --c-gorse-50: rgba(251, 239, 79, 0.5);
  --c-gorse-25: rgba(251, 239, 79, 0.25);
  --c-gorse-darken-30: #ada104;
  --c-gorse-lightness-30: #fefde5; }

ul.tick li::before, ol.tick li::before, ul.chevron li::before, ol.chevron li::before, .input-container-label i::after, .multi-select-wrapper option::before, .testimonial .quote::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: idea605-icons !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bg-transparent {
  background-color: var(--c-transparent); }

.c-transparent {
  color: var(--c-transparent); }

.bg-white, .bg-hover-white:hover, .bg-active-white.active, .bg-active-white:active, .bg-active-white[active] {
  background-color: var(--c-white); }

.c-white, .c-hover-white:hover, .c-active-white.active, .c-active-white:active, .c-active-white[active] {
  color: var(--c-white); }

.bg-black {
  background-color: var(--c-black); }

.c-black {
  color: var(--c-black); }

.bg-gray {
  background-color: var(--c-gray); }

.c-gray {
  color: var(--c-gray); }

.bg-gray-light {
  background-color: var(--c-gray-light); }

.c-gray-light {
  color: var(--c-gray-light); }

.bg-gray-extralight {
  background-color: var(--c-gray-extralight); }

.c-gray-extralight {
  color: var(--c-gray-extralight); }

.bg-danger, .bg-hover-danger:hover, .bg-active-danger.active, .bg-active-danger:active, .bg-active-danger[active] {
  background-color: var(--c-danger); }

.c-danger, .c-hover-danger:hover, .c-active-danger.active, .c-active-danger:active, .c-active-danger[active] {
  color: var(--c-danger); }

.bg-success, .bg-hover-success:hover, .bg-active-success.active, .bg-active-success:active, .bg-active-success[active] {
  background-color: var(--c-success); }

.c-success, .c-hover-success:hover, .c-active-success.active, .c-active-success:active, .c-active-success[active] {
  color: var(--c-success); }

.bg-downriver {
  background-color: var(--c-downriver); }

.c-downriver {
  color: var(--c-downriver); }

.bg-oslo-gray {
  background-color: var(--c-oslo-gray); }

.c-oslo-gray {
  color: var(--c-oslo-gray); }

.bg-matisse {
  background-color: var(--c-matisse); }

.c-matisse {
  color: var(--c-matisse); }

.bg-blue-marguerite {
  background-color: var(--c-blue-marguerite); }

.c-blue-marguerite {
  color: var(--c-blue-marguerite); }

.bg-picton-blue {
  background-color: var(--c-picton-blue); }

.c-picton-blue {
  color: var(--c-picton-blue); }

.bg-fuel-yellow {
  background-color: var(--c-fuel-yellow); }

.c-fuel-yellow {
  color: var(--c-fuel-yellow); }

.bg-gorse {
  background-color: var(--c-gorse); }

.c-gorse {
  color: var(--c-gorse); }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

div, h1, h2, h3, h4, h5, h6, p, blockquote, button, caption, ul, ol, li, datalist, label, small, figure, article, aside, details, footer, header, hgroup, menu, nav, output, section, summary, table, th, td, time, fieldset, form, legend, center, span, a, strong, em, .input-text, .input-select, .input-file {
  line-height: var(--f-linehight-value);
  font-weight: var(--fw-value);
  font-family: var(--ff-value);
  font-size: var(--fs-value); }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-justify {
  text-align: justify; }

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center; }

  .text-sm-right {
    text-align: right; }

  .text-sm-left {
    text-align: left; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 768px) {
  .text-md-center {
    text-align: center; }

  .text-md-right {
    text-align: right; }

  .text-md-left {
    text-align: left; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center; }

  .text-lg-right {
    text-align: right; }

  .text-lg-left {
    text-align: left; }

  .text-lg-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center; }

  .text-xl-right {
    text-align: right; }

  .text-xl-left {
    text-align: left; }

  .text-xl-justify {
    text-align: justify; } }
@media (min-width: 1560px) {
  .text-xx-center {
    text-align: center; }

  .text-xx-right {
    text-align: right; }

  .text-xx-left {
    text-align: left; }

  .text-xx-justify {
    text-align: justify; } }
body::-webkit-scrollbar-track, .scroll-style::-webkit-scrollbar-track, select::-webkit-scrollbar-track, .modal-container .modal::-webkit-scrollbar-track {
  border-radius: calc(.5rem / 2);
  background-color: var(--c-white); }
body::-webkit-scrollbar, .scroll-style::-webkit-scrollbar, select::-webkit-scrollbar, .modal-container .modal::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background-color: var(--c-white); }
body::-webkit-scrollbar-thumb, .scroll-style::-webkit-scrollbar-thumb, select::-webkit-scrollbar-thumb, .modal-container .modal::-webkit-scrollbar-thumb {
  border-radius: calc(.5rem / 2);
  background-color: var(--c-bright-turquoise); }

.justify-center, .to-landscape-alert, .to-portrait-alert, .slick-dots {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.justify-end {
  justify-content: flex-end; }

.justify-start {
  justify-content: flex-start; }

.align-center, .to-landscape-alert, .to-portrait-alert, .slick-dots li[role="presentation"] {
  align-items: center; }

.align-end {
  align-items: flex-end; }

.align-start {
  align-items: flex-start; }

.align-stretch {
  align-items: stretch; }

.flex-column, .to-landscape-alert {
  flex-direction: column; }

.row, .flex-row {
  flex-direction: row; }

.row, .flex-wrap {
  flex-wrap: wrap; }

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

@media (min-width: 576px) {
  .justify-sm-center {
    justify-content: center; }

  .justify-sm-between {
    justify-content: space-between; }

  .justify-sm-around {
    justify-content: space-around; }

  .justify-sm-end {
    justify-content: flex-end; }

  .justify-sm-start {
    justify-content: flex-start; }

  .align-sm-center {
    align-items: center; }

  .align-sm-end {
    align-items: flex-end; }

  .align-sm-start {
    align-items: flex-start; }

  .align-sm-stretch {
    align-items: stretch; }

  .flex-sm-column {
    flex-direction: column; }

  .flex-sm-row {
    flex-direction: row; }

  .flex-sm-wrap {
    flex-wrap: wrap; }

  .flex-sm-nowrap {
    flex-wrap: nowrap; } }
@media (min-width: 768px) {
  .justify-md-center {
    justify-content: center; }

  .justify-md-between {
    justify-content: space-between; }

  .justify-md-around {
    justify-content: space-around; }

  .justify-md-end {
    justify-content: flex-end; }

  .justify-md-start {
    justify-content: flex-start; }

  .align-md-center {
    align-items: center; }

  .align-md-end {
    align-items: flex-end; }

  .align-md-start {
    align-items: flex-start; }

  .align-md-stretch {
    align-items: stretch; }

  .flex-md-column {
    flex-direction: column; }

  .flex-md-row {
    flex-direction: row; }

  .flex-md-wrap {
    flex-wrap: wrap; }

  .flex-md-nowrap {
    flex-wrap: nowrap; } }
@media (min-width: 992px) {
  .justify-lg-center {
    justify-content: center; }

  .justify-lg-between {
    justify-content: space-between; }

  .justify-lg-around {
    justify-content: space-around; }

  .justify-lg-end {
    justify-content: flex-end; }

  .justify-lg-start {
    justify-content: flex-start; }

  .align-lg-center {
    align-items: center; }

  .align-lg-end {
    align-items: flex-end; }

  .align-lg-start {
    align-items: flex-start; }

  .align-lg-stretch {
    align-items: stretch; }

  .flex-lg-column {
    flex-direction: column; }

  .flex-lg-row {
    flex-direction: row; }

  .flex-lg-wrap {
    flex-wrap: wrap; }

  .flex-lg-nowrap {
    flex-wrap: nowrap; } }
@media (min-width: 1200px) {
  .justify-xl-center {
    justify-content: center; }

  .justify-xl-between {
    justify-content: space-between; }

  .justify-xl-around {
    justify-content: space-around; }

  .justify-xl-end {
    justify-content: flex-end; }

  .justify-xl-start {
    justify-content: flex-start; }

  .align-xl-center {
    align-items: center; }

  .align-xl-end {
    align-items: flex-end; }

  .align-xl-start {
    align-items: flex-start; }

  .align-xl-stretch {
    align-items: stretch; }

  .flex-xl-column {
    flex-direction: column; }

  .flex-xl-row {
    flex-direction: row; }

  .flex-xl-wrap {
    flex-wrap: wrap; }

  .flex-xl-nowrap {
    flex-wrap: nowrap; } }
@media (min-width: 1560px) {
  .justify-xx-center {
    justify-content: center; }

  .justify-xx-between {
    justify-content: space-between; }

  .justify-xx-around {
    justify-content: space-around; }

  .justify-xx-end {
    justify-content: flex-end; }

  .justify-xx-start {
    justify-content: flex-start; }

  .align-xx-center {
    align-items: center; }

  .align-xx-end {
    align-items: flex-end; }

  .align-xx-start {
    align-items: flex-start; }

  .align-xx-stretch {
    align-items: stretch; }

  .flex-xx-column {
    flex-direction: column; }

  .flex-xx-row {
    flex-direction: row; }

  .flex-xx-wrap {
    flex-wrap: wrap; }

  .flex-xx-nowrap {
    flex-wrap: nowrap; } }
.order-0 {
  ordinal-group: 0;
  order: 0; }

@media (min-width: 576px) {
  .order-sm-0 {
    ordinal-group: 0;
    order: 0; } }
@media (min-width: 768px) {
  .order-md-0 {
    ordinal-group: 0;
    order: 0; } }
@media (min-width: 992px) {
  .order-lg-0 {
    ordinal-group: 0;
    order: 0; } }
@media (min-width: 1200px) {
  .order-xl-0 {
    ordinal-group: 0;
    order: 0; } }
@media (min-width: 1560px) {
  .order-xx-0 {
    ordinal-group: 0;
    order: 0; } }
.order-1 {
  ordinal-group: 1;
  order: 1; }

@media (min-width: 576px) {
  .order-sm-1 {
    ordinal-group: 1;
    order: 1; } }
@media (min-width: 768px) {
  .order-md-1 {
    ordinal-group: 1;
    order: 1; } }
@media (min-width: 992px) {
  .order-lg-1 {
    ordinal-group: 1;
    order: 1; } }
@media (min-width: 1200px) {
  .order-xl-1 {
    ordinal-group: 1;
    order: 1; } }
@media (min-width: 1560px) {
  .order-xx-1 {
    ordinal-group: 1;
    order: 1; } }
.order-2 {
  ordinal-group: 2;
  order: 2; }

@media (min-width: 576px) {
  .order-sm-2 {
    ordinal-group: 2;
    order: 2; } }
@media (min-width: 768px) {
  .order-md-2 {
    ordinal-group: 2;
    order: 2; } }
@media (min-width: 992px) {
  .order-lg-2 {
    ordinal-group: 2;
    order: 2; } }
@media (min-width: 1200px) {
  .order-xl-2 {
    ordinal-group: 2;
    order: 2; } }
@media (min-width: 1560px) {
  .order-xx-2 {
    ordinal-group: 2;
    order: 2; } }
.input-container-label .img-tick, .header-section, .section-foto-bg, .section-stars-bg, .score-table .health-meter .health {
  background-repeat: no-repeat; }

.header-section, .section-foto-bg, .section-stars-bg {
  background-size: cover; }

.score-table .health-meter .health {
  background-size: contain; }

.section-foto-bg, .section-stars-bg, .score-table .health-meter .health {
  background-position: center; }

.input-container-label .img-tick {
  background-size: contain;
  background-position: center; }

img, svg, canvas, video, .container-fluid, .d-block, .btn, .input-text, .input-select, .input-file {
  display: block; }

.d-none, .to-landscape-alert, .to-portrait-alert {
  display: none; }

.d-inline {
  display: inline; }

.d-inline-block, .btn-nav.next::after, .btn-nav.back::before {
  display: inline-block; }

.d-gird {
  display: grid; }

.row, .d-flex, .slick-dots, .slick-dots li[role="presentation"] {
  display: flex; }

@media (min-width: 576px) {
  .d-sm-block {
    display: block; }

  .d-sm-none {
    display: none; }

  .d-sm-inline {
    display: inline; }

  .d-sm-inline-block {
    display: inline-block; }

  .d-sm-gird {
    display: grid; }

  .d-sm-flex {
    display: flex; } }
@media (min-width: 768px) {
  .d-md-block {
    display: block; }

  .d-md-none {
    display: none; }

  .d-md-inline {
    display: inline; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-gird {
    display: grid; }

  .d-md-flex {
    display: flex; } }
@media (min-width: 992px) {
  .d-lg-block {
    display: block; }

  .d-lg-none {
    display: none; }

  .d-lg-inline {
    display: inline; }

  .d-lg-inline-block {
    display: inline-block; }

  .d-lg-gird {
    display: grid; }

  .d-lg-flex {
    display: flex; } }
@media (min-width: 1200px) {
  .d-xl-block {
    display: block; }

  .d-xl-none {
    display: none; }

  .d-xl-inline {
    display: inline; }

  .d-xl-inline-block {
    display: inline-block; }

  .d-xl-gird {
    display: grid; }

  .d-xl-flex {
    display: flex; } }
@media (min-width: 1560px) {
  .d-xx-block {
    display: block; }

  .d-xx-none {
    display: none; }

  .d-xx-inline {
    display: inline; }

  .d-xx-inline-block {
    display: inline-block; }

  .d-xx-gird {
    display: grid; }

  .d-xx-flex {
    display: flex; } }
.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed, .to-landscape-alert, .to-portrait-alert {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: -ms-sticky;
  position: sticky; }

@media (min-width: 576px) {
  .p-sm-relative {
    position: relative; }

  .p-sm-absolute {
    position: absolute; }

  .p-sm-fixed {
    position: fixed; }

  .p-sm-stiky {
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky; } }
@media (min-width: 768px) {
  .p-md-relative {
    position: relative; }

  .p-md-absolute {
    position: absolute; }

  .p-md-fixed {
    position: fixed; }

  .p-md-stiky {
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky; } }
@media (min-width: 992px) {
  .p-lg-relative {
    position: relative; }

  .p-lg-absolute {
    position: absolute; }

  .p-lg-fixed {
    position: fixed; }

  .p-lg-stiky {
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky; } }
@media (min-width: 1200px) {
  .p-xl-relative {
    position: relative; }

  .p-xl-absolute {
    position: absolute; }

  .p-xl-fixed {
    position: fixed; }

  .p-xl-stiky {
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky; } }
@media (min-width: 1560px) {
  .p-xx-relative {
    position: relative; }

  .p-xx-absolute {
    position: absolute; }

  .p-xx-fixed {
    position: fixed; }

  .p-xx-stiky {
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky; } }
.trbl-0, .to-landscape-alert, .to-portrait-alert, .input-container-label input[type="checkbox"], .input-container-label input[type="radio"], .input-container-label .img-tick {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.w-10 {
  width: 10%; }

.mw-10 {
  max-width: 10%; }

.h-10 {
  height: 10%; }

.mh-10 {
  max-height: 10%; }

.w-20 {
  width: 20%; }

.mw-20 {
  max-width: 20%; }

.h-20 {
  height: 20%; }

.mh-20 {
  max-height: 20%; }

.w-30 {
  width: 30%; }

.mw-30 {
  max-width: 30%; }

.h-30 {
  height: 30%; }

.mh-30 {
  max-height: 30%; }

.w-40 {
  width: 40%; }

.mw-40 {
  max-width: 40%; }

.h-40 {
  height: 40%; }

.mh-40 {
  max-height: 40%; }

.w-50 {
  width: 50%; }

.mw-50 {
  max-width: 50%; }

.h-50 {
  height: 50%; }

.mh-50 {
  max-height: 50%; }

.w-60 {
  width: 60%; }

.mw-60 {
  max-width: 60%; }

.h-60 {
  height: 60%; }

.mh-60 {
  max-height: 60%; }

.w-70 {
  width: 70%; }

.mw-70 {
  max-width: 70%; }

.h-70 {
  height: 70%; }

.mh-70 {
  max-height: 70%; }

.w-80 {
  width: 80%; }

.mw-80 {
  max-width: 80%; }

.h-80 {
  height: 80%; }

.mh-80 {
  max-height: 80%; }

.w-90 {
  width: 90%; }

.mw-90 {
  max-width: 90%; }

.h-90 {
  height: 90%; }

.mh-90 {
  max-height: 90%; }

img, svg, canvas, video, .container, .container-fluid, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg, .container-xx, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xx-1, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9, .col-xx-10, .col-xx-11, .col-xx-12, .w-100, .form, .form .form-group, .input-text, .input-select, .input-file, #game {
  width: 100%; }

.mw-100 {
  max-width: 100%; }

.h-100, #game {
  height: 100%; }

.mh-100 {
  max-height: 100%; }

@media (min-width: 576px) {
  .w-10-sm {
    width: 10%; }

  .mw-10-sm {
    max-width: 10%; }

  .h-10-sm {
    width: 10%; }

  .mh-10-sm {
    max-height: 10%; }

  .w-20-sm {
    width: 20%; }

  .mw-20-sm {
    max-width: 20%; }

  .h-20-sm {
    width: 20%; }

  .mh-20-sm {
    max-height: 20%; }

  .w-30-sm {
    width: 30%; }

  .mw-30-sm {
    max-width: 30%; }

  .h-30-sm {
    width: 30%; }

  .mh-30-sm {
    max-height: 30%; }

  .w-40-sm {
    width: 40%; }

  .mw-40-sm {
    max-width: 40%; }

  .h-40-sm {
    width: 40%; }

  .mh-40-sm {
    max-height: 40%; }

  .w-50-sm {
    width: 50%; }

  .mw-50-sm {
    max-width: 50%; }

  .h-50-sm {
    width: 50%; }

  .mh-50-sm {
    max-height: 50%; }

  .w-60-sm {
    width: 60%; }

  .mw-60-sm {
    max-width: 60%; }

  .h-60-sm {
    width: 60%; }

  .mh-60-sm {
    max-height: 60%; }

  .w-70-sm {
    width: 70%; }

  .mw-70-sm {
    max-width: 70%; }

  .h-70-sm {
    width: 70%; }

  .mh-70-sm {
    max-height: 70%; }

  .w-80-sm {
    width: 80%; }

  .mw-80-sm {
    max-width: 80%; }

  .h-80-sm {
    width: 80%; }

  .mh-80-sm {
    max-height: 80%; }

  .w-90-sm {
    width: 90%; }

  .mw-90-sm {
    max-width: 90%; }

  .h-90-sm {
    width: 90%; }

  .mh-90-sm {
    max-height: 90%; }

  .w-100-sm {
    width: 100%; }

  .mw-100-sm {
    max-width: 100%; }

  .h-100-sm {
    width: 100%; }

  .mh-100-sm {
    max-height: 100%; } }
@media (min-width: 768px) {
  .w-10-md {
    width: 10%; }

  .mw-10-md {
    max-width: 10%; }

  .h-10-md {
    width: 10%; }

  .mh-10-md {
    max-height: 10%; }

  .w-20-md {
    width: 20%; }

  .mw-20-md {
    max-width: 20%; }

  .h-20-md {
    width: 20%; }

  .mh-20-md {
    max-height: 20%; }

  .w-30-md {
    width: 30%; }

  .mw-30-md {
    max-width: 30%; }

  .h-30-md {
    width: 30%; }

  .mh-30-md {
    max-height: 30%; }

  .w-40-md {
    width: 40%; }

  .mw-40-md {
    max-width: 40%; }

  .h-40-md {
    width: 40%; }

  .mh-40-md {
    max-height: 40%; }

  .w-50-md {
    width: 50%; }

  .mw-50-md {
    max-width: 50%; }

  .h-50-md {
    width: 50%; }

  .mh-50-md {
    max-height: 50%; }

  .w-60-md {
    width: 60%; }

  .mw-60-md {
    max-width: 60%; }

  .h-60-md {
    width: 60%; }

  .mh-60-md {
    max-height: 60%; }

  .w-70-md {
    width: 70%; }

  .mw-70-md {
    max-width: 70%; }

  .h-70-md {
    width: 70%; }

  .mh-70-md {
    max-height: 70%; }

  .w-80-md {
    width: 80%; }

  .mw-80-md {
    max-width: 80%; }

  .h-80-md {
    width: 80%; }

  .mh-80-md {
    max-height: 80%; }

  .w-90-md {
    width: 90%; }

  .mw-90-md {
    max-width: 90%; }

  .h-90-md {
    width: 90%; }

  .mh-90-md {
    max-height: 90%; }

  .w-100-md {
    width: 100%; }

  .mw-100-md {
    max-width: 100%; }

  .h-100-md {
    width: 100%; }

  .mh-100-md {
    max-height: 100%; } }
@media (min-width: 992px) {
  .w-10-lg {
    width: 10%; }

  .mw-10-lg {
    max-width: 10%; }

  .h-10-lg {
    width: 10%; }

  .mh-10-lg {
    max-height: 10%; }

  .w-20-lg {
    width: 20%; }

  .mw-20-lg {
    max-width: 20%; }

  .h-20-lg {
    width: 20%; }

  .mh-20-lg {
    max-height: 20%; }

  .w-30-lg {
    width: 30%; }

  .mw-30-lg {
    max-width: 30%; }

  .h-30-lg {
    width: 30%; }

  .mh-30-lg {
    max-height: 30%; }

  .w-40-lg {
    width: 40%; }

  .mw-40-lg {
    max-width: 40%; }

  .h-40-lg {
    width: 40%; }

  .mh-40-lg {
    max-height: 40%; }

  .w-50-lg {
    width: 50%; }

  .mw-50-lg {
    max-width: 50%; }

  .h-50-lg {
    width: 50%; }

  .mh-50-lg {
    max-height: 50%; }

  .w-60-lg {
    width: 60%; }

  .mw-60-lg {
    max-width: 60%; }

  .h-60-lg {
    width: 60%; }

  .mh-60-lg {
    max-height: 60%; }

  .w-70-lg {
    width: 70%; }

  .mw-70-lg {
    max-width: 70%; }

  .h-70-lg {
    width: 70%; }

  .mh-70-lg {
    max-height: 70%; }

  .w-80-lg {
    width: 80%; }

  .mw-80-lg {
    max-width: 80%; }

  .h-80-lg {
    width: 80%; }

  .mh-80-lg {
    max-height: 80%; }

  .w-90-lg {
    width: 90%; }

  .mw-90-lg {
    max-width: 90%; }

  .h-90-lg {
    width: 90%; }

  .mh-90-lg {
    max-height: 90%; }

  .w-100-lg {
    width: 100%; }

  .mw-100-lg {
    max-width: 100%; }

  .h-100-lg {
    width: 100%; }

  .mh-100-lg {
    max-height: 100%; } }
@media (min-width: 1200px) {
  .w-10-xl {
    width: 10%; }

  .mw-10-xl {
    max-width: 10%; }

  .h-10-xl {
    width: 10%; }

  .mh-10-xl {
    max-height: 10%; }

  .w-20-xl {
    width: 20%; }

  .mw-20-xl {
    max-width: 20%; }

  .h-20-xl {
    width: 20%; }

  .mh-20-xl {
    max-height: 20%; }

  .w-30-xl {
    width: 30%; }

  .mw-30-xl {
    max-width: 30%; }

  .h-30-xl {
    width: 30%; }

  .mh-30-xl {
    max-height: 30%; }

  .w-40-xl {
    width: 40%; }

  .mw-40-xl {
    max-width: 40%; }

  .h-40-xl {
    width: 40%; }

  .mh-40-xl {
    max-height: 40%; }

  .w-50-xl {
    width: 50%; }

  .mw-50-xl {
    max-width: 50%; }

  .h-50-xl {
    width: 50%; }

  .mh-50-xl {
    max-height: 50%; }

  .w-60-xl {
    width: 60%; }

  .mw-60-xl {
    max-width: 60%; }

  .h-60-xl {
    width: 60%; }

  .mh-60-xl {
    max-height: 60%; }

  .w-70-xl {
    width: 70%; }

  .mw-70-xl {
    max-width: 70%; }

  .h-70-xl {
    width: 70%; }

  .mh-70-xl {
    max-height: 70%; }

  .w-80-xl {
    width: 80%; }

  .mw-80-xl {
    max-width: 80%; }

  .h-80-xl {
    width: 80%; }

  .mh-80-xl {
    max-height: 80%; }

  .w-90-xl {
    width: 90%; }

  .mw-90-xl {
    max-width: 90%; }

  .h-90-xl {
    width: 90%; }

  .mh-90-xl {
    max-height: 90%; }

  .w-100-xl {
    width: 100%; }

  .mw-100-xl {
    max-width: 100%; }

  .h-100-xl {
    width: 100%; }

  .mh-100-xl {
    max-height: 100%; } }
@media (min-width: 1560px) {
  .w-10-xx {
    width: 10%; }

  .mw-10-xx {
    max-width: 10%; }

  .h-10-xx {
    width: 10%; }

  .mh-10-xx {
    max-height: 10%; }

  .w-20-xx {
    width: 20%; }

  .mw-20-xx {
    max-width: 20%; }

  .h-20-xx {
    width: 20%; }

  .mh-20-xx {
    max-height: 20%; }

  .w-30-xx {
    width: 30%; }

  .mw-30-xx {
    max-width: 30%; }

  .h-30-xx {
    width: 30%; }

  .mh-30-xx {
    max-height: 30%; }

  .w-40-xx {
    width: 40%; }

  .mw-40-xx {
    max-width: 40%; }

  .h-40-xx {
    width: 40%; }

  .mh-40-xx {
    max-height: 40%; }

  .w-50-xx {
    width: 50%; }

  .mw-50-xx {
    max-width: 50%; }

  .h-50-xx {
    width: 50%; }

  .mh-50-xx {
    max-height: 50%; }

  .w-60-xx {
    width: 60%; }

  .mw-60-xx {
    max-width: 60%; }

  .h-60-xx {
    width: 60%; }

  .mh-60-xx {
    max-height: 60%; }

  .w-70-xx {
    width: 70%; }

  .mw-70-xx {
    max-width: 70%; }

  .h-70-xx {
    width: 70%; }

  .mh-70-xx {
    max-height: 70%; }

  .w-80-xx {
    width: 80%; }

  .mw-80-xx {
    max-width: 80%; }

  .h-80-xx {
    width: 80%; }

  .mh-80-xx {
    max-height: 80%; }

  .w-90-xx {
    width: 90%; }

  .mw-90-xx {
    max-width: 90%; }

  .h-90-xx {
    width: 90%; }

  .mh-90-xx {
    max-height: 90%; }

  .w-100-xx {
    width: 100%; }

  .mw-100-xx {
    max-width: 100%; }

  .h-100-xx {
    width: 100%; }

  .mh-100-xx {
    max-height: 100%; } }
.container-fluid {
  margin: 0 auto; }

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

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

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

.mr-0 {
  margin-right: 0; }

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

.ml-0 {
  margin-left: 0; }

.container, .container-fluid, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg, .container-xx, .mx-auto, .form {
  margin-left: auto;
  margin-right: auto; }

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

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

.mr-auto {
  margin-right: auto; }

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

.ml-auto {
  margin-left: auto; }

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem; }

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.mt-0 {
  margin-top: 0rem; }

.mr-0 {
  margin-right: 0rem; }

.mb-0 {
  margin-bottom: 0rem; }

.ml-0 {
  margin-left: 0rem; }

@media (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0rem;
    margin-right: 0rem; }

  .my-md-0 {
    margin-top: 0rem;
    margin-bottom: 0rem; }

  .ml-md-0 {
    margin-left: 0rem; }

  .mr-md-0 {
    margin-right: 0rem; }

  .mt-md-0 {
    margin-top: 0rem; }

  .mb-md-0 {
    margin-bottom: 0rem; } }
@media (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0rem;
    margin-right: 0rem; }

  .my-lg-0 {
    margin-top: 0rem;
    margin-bottom: 0rem; }

  .ml-lg-0 {
    margin-left: 0rem; }

  .mr-lg-0 {
    margin-right: 0rem; }

  .mt-lg-0 {
    margin-top: 0rem; }

  .mb-lg-0 {
    margin-bottom: 0rem; } }
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

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

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

.mr-1 {
  margin-right: 0.25rem; }

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

.ml-1 {
  margin-left: 0.25rem; }

@media (min-width: 768px) {
  .mx-md-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

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

  .ml-md-1 {
    margin-left: 0.25rem; }

  .mr-md-1 {
    margin-right: 0.25rem; }

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

  .mb-md-1 {
    margin-bottom: 0.25rem; } }
@media (min-width: 992px) {
  .mx-lg-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

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

  .ml-lg-1 {
    margin-left: 0.25rem; }

  .mr-lg-1 {
    margin-right: 0.25rem; }

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

  .mb-lg-1 {
    margin-bottom: 0.25rem; } }
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

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

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

.mr-2 {
  margin-right: 0.5rem; }

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

.ml-2 {
  margin-left: 0.5rem; }

@media (min-width: 768px) {
  .mx-md-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }

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

  .ml-md-2 {
    margin-left: 0.5rem; }

  .mr-md-2 {
    margin-right: 0.5rem; }

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

  .mb-md-2 {
    margin-bottom: 0.5rem; } }
@media (min-width: 992px) {
  .mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }

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

  .ml-lg-2 {
    margin-left: 0.5rem; }

  .mr-lg-2 {
    margin-right: 0.5rem; }

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

  .mb-lg-2 {
    margin-bottom: 0.5rem; } }
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.mt-3 {
  margin-top: 0.75rem; }

.mr-3 {
  margin-right: 0.75rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.ml-3 {
  margin-left: 0.75rem; }

@media (min-width: 768px) {
  .mx-md-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }

  .my-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }

  .ml-md-3 {
    margin-left: 0.75rem; }

  .mr-md-3 {
    margin-right: 0.75rem; }

  .mt-md-3 {
    margin-top: 0.75rem; }

  .mb-md-3 {
    margin-bottom: 0.75rem; } }
@media (min-width: 992px) {
  .mx-lg-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }

  .my-lg-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }

  .ml-lg-3 {
    margin-left: 0.75rem; }

  .mr-lg-3 {
    margin-right: 0.75rem; }

  .mt-lg-3 {
    margin-top: 0.75rem; }

  .mb-lg-3 {
    margin-bottom: 0.75rem; } }
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.mt-5 {
  margin-top: 1.25rem; }

.mr-5 {
  margin-right: 1.25rem; }

.mb-5 {
  margin-bottom: 1.25rem; }

.ml-5 {
  margin-left: 1.25rem; }

@media (min-width: 768px) {
  .mx-md-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }

  .my-md-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }

  .ml-md-5 {
    margin-left: 1.25rem; }

  .mr-md-5 {
    margin-right: 1.25rem; }

  .mt-md-5 {
    margin-top: 1.25rem; }

  .mb-md-5 {
    margin-bottom: 1.25rem; } }
@media (min-width: 992px) {
  .mx-lg-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem; }

  .my-lg-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }

  .ml-lg-5 {
    margin-left: 1.25rem; }

  .mr-lg-5 {
    margin-right: 1.25rem; }

  .mt-lg-5 {
    margin-top: 1.25rem; }

  .mb-lg-5 {
    margin-bottom: 1.25rem; } }
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem; }

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }

.mt-7 {
  margin-top: 1.75rem; }

.mr-7 {
  margin-right: 1.75rem; }

.mb-7 {
  margin-bottom: 1.75rem; }

.ml-7 {
  margin-left: 1.75rem; }

@media (min-width: 768px) {
  .mx-md-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem; }

  .my-md-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem; }

  .ml-md-7 {
    margin-left: 1.75rem; }

  .mr-md-7 {
    margin-right: 1.75rem; }

  .mt-md-7 {
    margin-top: 1.75rem; }

  .mb-md-7 {
    margin-bottom: 1.75rem; } }
@media (min-width: 992px) {
  .mx-lg-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem; }

  .my-lg-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem; }

  .ml-lg-7 {
    margin-left: 1.75rem; }

  .mr-lg-7 {
    margin-right: 1.75rem; }

  .mt-lg-7 {
    margin-top: 1.75rem; }

  .mb-lg-7 {
    margin-bottom: 1.75rem; } }
.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem; }

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem; }

.mt-9 {
  margin-top: 2.25rem; }

.mr-9 {
  margin-right: 2.25rem; }

.mb-9 {
  margin-bottom: 2.25rem; }

.ml-9 {
  margin-left: 2.25rem; }

@media (min-width: 768px) {
  .mx-md-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }

  .my-md-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }

  .ml-md-9 {
    margin-left: 2.25rem; }

  .mr-md-9 {
    margin-right: 2.25rem; }

  .mt-md-9 {
    margin-top: 2.25rem; }

  .mb-md-9 {
    margin-bottom: 2.25rem; } }
@media (min-width: 992px) {
  .mx-lg-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }

  .my-lg-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }

  .ml-lg-9 {
    margin-left: 2.25rem; }

  .mr-lg-9 {
    margin-right: 2.25rem; }

  .mt-lg-9 {
    margin-top: 2.25rem; }

  .mb-lg-9 {
    margin-bottom: 2.25rem; } }
.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem; }

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem; }

.mt-13 {
  margin-top: 3.25rem; }

.mr-13 {
  margin-right: 3.25rem; }

.mb-13 {
  margin-bottom: 3.25rem; }

.ml-13 {
  margin-left: 3.25rem; }

@media (min-width: 768px) {
  .mx-md-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem; }

  .my-md-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem; }

  .ml-md-13 {
    margin-left: 3.25rem; }

  .mr-md-13 {
    margin-right: 3.25rem; }

  .mt-md-13 {
    margin-top: 3.25rem; }

  .mb-md-13 {
    margin-bottom: 3.25rem; } }
@media (min-width: 992px) {
  .mx-lg-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem; }

  .my-lg-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem; }

  .ml-lg-13 {
    margin-left: 3.25rem; }

  .mr-lg-13 {
    margin-right: 3.25rem; }

  .mt-lg-13 {
    margin-top: 3.25rem; }

  .mb-lg-13 {
    margin-bottom: 3.25rem; } }
.px-0 {
  padding-left: 0;
  padding-right: 0; }

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

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

.pr-0 {
  padding-right: 0; }

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

.pl-0 {
  padding-left: 0; }

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem; }

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

.pt-0 {
  padding-top: 0rem; }

.pr-0 {
  padding-right: 0rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pl-0 {
  padding-left: 0rem; }

@media (min-width: 768px) {
  .px-md-0 {
    padding-left: 0rem;
    padding-right: 0rem; }

  .py-md-0 {
    padding-top: 0rem;
    padding-bottom: 0rem; }

  .pt-md-0 {
    padding-top: 0rem; }

  .pb-md-0 {
    padding-bottom: 0rem; } }
@media (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0rem;
    padding-right: 0rem; }

  .py-lg-0 {
    padding-top: 0rem;
    padding-bottom: 0rem; }

  .pt-lg-0 {
    padding-top: 0rem; }

  .pb-lg-0 {
    padding-bottom: 0rem; } }
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

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

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

.pr-1 {
  padding-right: 0.25rem; }

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

.pl-1 {
  padding-left: 0.25rem; }

@media (min-width: 768px) {
  .px-md-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

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

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

  .pb-md-1 {
    padding-bottom: 0.25rem; } }
@media (min-width: 992px) {
  .px-lg-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

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

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

  .pb-lg-1 {
    padding-bottom: 0.25rem; } }
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

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

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

.pr-2 {
  padding-right: 0.5rem; }

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

.pl-2 {
  padding-left: 0.5rem; }

@media (min-width: 768px) {
  .px-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

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

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

  .pb-md-2 {
    padding-bottom: 0.5rem; } }
@media (min-width: 992px) {
  .px-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

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

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

  .pb-lg-2 {
    padding-bottom: 0.5rem; } }
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.pt-3 {
  padding-top: 0.75rem; }

.pr-3 {
  padding-right: 0.75rem; }

.pb-3 {
  padding-bottom: 0.75rem; }

.pl-3 {
  padding-left: 0.75rem; }

@media (min-width: 768px) {
  .px-md-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

  .py-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }

  .pt-md-3 {
    padding-top: 0.75rem; }

  .pb-md-3 {
    padding-bottom: 0.75rem; } }
@media (min-width: 992px) {
  .px-lg-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

  .py-lg-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }

  .pt-lg-3 {
    padding-top: 0.75rem; }

  .pb-lg-3 {
    padding-bottom: 0.75rem; } }
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.pt-5 {
  padding-top: 1.25rem; }

.pr-5 {
  padding-right: 1.25rem; }

.pb-5 {
  padding-bottom: 1.25rem; }

.pl-5 {
  padding-left: 1.25rem; }

@media (min-width: 768px) {
  .px-md-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

  .py-md-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }

  .pt-md-5 {
    padding-top: 1.25rem; }

  .pb-md-5 {
    padding-bottom: 1.25rem; } }
@media (min-width: 992px) {
  .px-lg-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

  .py-lg-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }

  .pt-lg-5 {
    padding-top: 1.25rem; }

  .pb-lg-5 {
    padding-bottom: 1.25rem; } }
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem; }

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }

.pt-7 {
  padding-top: 1.75rem; }

.pr-7 {
  padding-right: 1.75rem; }

.pb-7 {
  padding-bottom: 1.75rem; }

.pl-7 {
  padding-left: 1.75rem; }

@media (min-width: 768px) {
  .px-md-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem; }

  .py-md-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; }

  .pt-md-7 {
    padding-top: 1.75rem; }

  .pb-md-7 {
    padding-bottom: 1.75rem; } }
@media (min-width: 992px) {
  .px-lg-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem; }

  .py-lg-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; }

  .pt-lg-7 {
    padding-top: 1.75rem; }

  .pb-lg-7 {
    padding-bottom: 1.75rem; } }
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem; }

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }

.pt-9 {
  padding-top: 2.25rem; }

.pr-9 {
  padding-right: 2.25rem; }

.pb-9 {
  padding-bottom: 2.25rem; }

.pl-9 {
  padding-left: 2.25rem; }

@media (min-width: 768px) {
  .px-md-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }

  .py-md-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }

  .pt-md-9 {
    padding-top: 2.25rem; }

  .pb-md-9 {
    padding-bottom: 2.25rem; } }
@media (min-width: 992px) {
  .px-lg-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }

  .py-lg-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }

  .pt-lg-9 {
    padding-top: 2.25rem; }

  .pb-lg-9 {
    padding-bottom: 2.25rem; } }
.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem; }

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem; }

.pt-13 {
  padding-top: 3.25rem; }

.pr-13 {
  padding-right: 3.25rem; }

.pb-13 {
  padding-bottom: 3.25rem; }

.pl-13 {
  padding-left: 3.25rem; }

@media (min-width: 768px) {
  .px-md-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem; }

  .py-md-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem; }

  .pt-md-13 {
    padding-top: 3.25rem; }

  .pb-md-13 {
    padding-bottom: 3.25rem; } }
@media (min-width: 992px) {
  .px-lg-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem; }

  .py-lg-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem; }

  .pt-lg-13 {
    padding-top: 3.25rem; }

  .pb-lg-13 {
    padding-bottom: 3.25rem; } }
.container-fluid {
  margin: 0 auto; }

.z-sticky {
  z-index: 1020; }

@media (min-width: 576px) {
  .z-sm-sticky {
    z-index: 1020; } }
@media (min-width: 768px) {
  .z-md-sticky {
    z-index: 1020; } }
@media (min-width: 992px) {
  .z-lg-sticky {
    z-index: 1020; } }
@media (min-width: 1200px) {
  .z-xl-sticky {
    z-index: 1020; } }
@media (min-width: 1560px) {
  .z-xx-sticky {
    z-index: 1020; } }
.z-fixed {
  z-index: 1030; }

@media (min-width: 576px) {
  .z-sm-fixed {
    z-index: 1030; } }
@media (min-width: 768px) {
  .z-md-fixed {
    z-index: 1030; } }
@media (min-width: 992px) {
  .z-lg-fixed {
    z-index: 1030; } }
@media (min-width: 1200px) {
  .z-xl-fixed {
    z-index: 1030; } }
@media (min-width: 1560px) {
  .z-xx-fixed {
    z-index: 1030; } }
.z-modal-backdrop {
  z-index: 1040; }

@media (min-width: 576px) {
  .z-sm-modal-backdrop {
    z-index: 1040; } }
@media (min-width: 768px) {
  .z-md-modal-backdrop {
    z-index: 1040; } }
@media (min-width: 992px) {
  .z-lg-modal-backdrop {
    z-index: 1040; } }
@media (min-width: 1200px) {
  .z-xl-modal-backdrop {
    z-index: 1040; } }
@media (min-width: 1560px) {
  .z-xx-modal-backdrop {
    z-index: 1040; } }
.z-dropdown {
  z-index: 1045; }

@media (min-width: 576px) {
  .z-sm-dropdown {
    z-index: 1045; } }
@media (min-width: 768px) {
  .z-md-dropdown {
    z-index: 1045; } }
@media (min-width: 992px) {
  .z-lg-dropdown {
    z-index: 1045; } }
@media (min-width: 1200px) {
  .z-xl-dropdown {
    z-index: 1045; } }
@media (min-width: 1560px) {
  .z-xx-dropdown {
    z-index: 1045; } }
.z-modal, .to-landscape-alert, .to-portrait-alert {
  z-index: 1050; }

@media (min-width: 576px) {
  .z-sm-modal {
    z-index: 1050; } }
@media (min-width: 768px) {
  .z-md-modal {
    z-index: 1050; } }
@media (min-width: 992px) {
  .z-lg-modal {
    z-index: 1050; } }
@media (min-width: 1200px) {
  .z-xl-modal {
    z-index: 1050; } }
@media (min-width: 1560px) {
  .z-xx-modal {
    z-index: 1050; } }
.z-popover {
  z-index: 1060; }

@media (min-width: 576px) {
  .z-sm-popover {
    z-index: 1060; } }
@media (min-width: 768px) {
  .z-md-popover {
    z-index: 1060; } }
@media (min-width: 992px) {
  .z-lg-popover {
    z-index: 1060; } }
@media (min-width: 1200px) {
  .z-xl-popover {
    z-index: 1060; } }
@media (min-width: 1560px) {
  .z-xx-popover {
    z-index: 1060; } }
.z-tooltip {
  z-index: 1070; }

@media (min-width: 576px) {
  .z-sm-tooltip {
    z-index: 1070; } }
@media (min-width: 768px) {
  .z-md-tooltip {
    z-index: 1070; } }
@media (min-width: 992px) {
  .z-lg-tooltip {
    z-index: 1070; } }
@media (min-width: 1200px) {
  .z-xl-tooltip {
    z-index: 1070; } }
@media (min-width: 1560px) {
  .z-xx-tooltip {
    z-index: 1070; } }
:root {
  --grad-bg: linear-gradient(0deg, var(--c-downriver) 0%, var(--c-matisse) 100%); }

html {
  --scale:1;
  --fs-value:1rem;
  --f-linehight-value:1.25;
  --ff-value: Montserrat, sans-serif;
  --fw-value: normal;
  --header-h:0;
  --body-h: 0;
  --footer-h:0;
  --header-h: 5rem; }
  @media (min-width: 992px) {
    html {
      --header-h: 135px; } }

html, body {
  scroll-behavior: smooth;
  min-height: 100vh; }

body {
  font-family: var(--ff-value);
  font-size: var(--fs-value);
  color: var(--c-dark); }

div *, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, blockquote *, button *, caption *, ul *, ol *, li *, datalist *, label *, small *, figure *, article *, aside *, details *, footer *, header *, div *, hgroup *, menu *, nav *, output *, section *, summary *, table *, th *, td *, time *, fieldset *, form *, legend *, caption *, center *, span *, a *, strong *, em * {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit; }

img, svg, canvas, video {
  user-select: none; }

object, figure, picture, img, video {
  object-fit: cover; }

object.contain, figure.contain, picture.contain, img.contain, video.contain {
  object-fit: contain; }

hr {
  border: 0; }

.ff-default {
  font-family: "Montserrat, sans-serif"; }

.ff-newsreader {
  font-family: "Newsreader"; }

.ff-archivo {
  font-family: "Archivo"; }

.ff-montserrat {
  font-family: "Montserrat"; }

p > *, ul > *, ol > *, ul li > *, ol li > *, time > *, label > *, table td > *, table th > *, span > *, mark > * {
  color: inherit; }

ul.tick li::before, ol.tick li::before, ul.chevron li::before, ol.chevron li::before {
  font-size: calc(var(--fs-value) * 1.5);
  margin-right: 0.5rem; }

ul.inset, ol.inset {
  list-style-position: outside; }
ul.outset, ol.outset {
  list-style-position: inside; }
ul.numbered, ol.numbered {
  list-style-type: decimal; }
ul.disc, ol.disc {
  list-style-type: disc; }
ul.tick li::before, ol.tick li::before {
  content: ""; }
ul.chevron li::before, ol.chevron li::before {
  content: ""; }

.paragraph-wrapper a:not(.elipsis, .clip, .nowrap),
a[href^="http://"]:not(.elipsis, .clip, .nowrap),
a[href^="https://"]:not(.elipsis, .clip, .nowrap),
a[target="_blank"]:not(.elipsis, .clip, .nowrap) {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.h1 {
  --fs-value: 3.125rem; }
  @media (min-width: 992px) {
    .h1 {
      --fs-value: 4rem; } }

.h2 {
  --fs-value: 2.1875rem; }
  @media (min-width: 992px) {
    .h2 {
      --fs-value: 3.4375rem; } }
  @media (min-width: 992px) {
    .h2-lg {
      --fs-value: 3.4375rem !important; } }

.h3 {
  --fs-value: 2.1875rem; }
  @media (min-width: 992px) {
    .h3 {
      --fs-value: 2.8125rem; } }
  @media (min-width: 992px) {
    .h3-lg {
      --fs-value: 2.8125rem !important; } }

.h4 {
  --fs-value: 1.875rem; }
  @media (min-width: 992px) {
    .h4 {
      --fs-value: 2.5rem; } }

.h5 {
  --fs-value: 1.5625rem; }
  @media (min-width: 992px) {
    .h5 {
      --fs-value: 2.1875rem; } }

.h6 {
  --fs-value: 1.375rem; }
  @media (min-width: 992px) {
    .h6 {
      --fs-value: 2.1875rem; } }

.fs-xl {
  --fs-value: 1.875rem; }
  @media (min-width: 992px) {
    .fs-xl-lg {
      --fs-value: 1.875rem; } }

.fs-lg {
  --fs-value: 1.5625rem; }
  @media (min-width: 992px) {
    .fs-lg-lg {
      --fs-value: 1.5625rem !important; } }

.fs-md {
  --fs-value: 1.25rem; }
  @media (min-width: 992px) {
    .fs-md-lg {
      --fs-value: 1.25rem; } }

.fs-n-xl {
  --fs-value: 1.5rem; }

.fs-n-lg {
  --fs-value: 1.125rem; }

.text, .fs-normal {
  --fs-value: 1rem; }

.fs-small {
  --fs-value: calc(1rem * .875); }

.fs-extrasmall {
  --fs-value: calc(1rem * .75); }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

.text-normal {
  font-weight: normal; }

.text-semibold {
  font-weight: 600; }

strong, b, .text-bold {
  font-weight: 700; }

.text-bolder {
  font-weight: 800; }

u, .text-underline, .hover-text-underline:hover {
  text-decoration: underline; }

.box-underline {
  border: 0;
  border-bottom: 1px solid; }

.hover-box-underline {
  border: 0; }
  .hover-box-underline:hover {
    border-bottom: 1px solid; }

em, .style-italic {
  font-style: italic; }

.style-oblique {
  font-style: oblique; }

.style-normal {
  font-style: normal; }

.paragraph-wrapper p:not(:last-child) {
  margin-bottom: calc(var(--fs-value) * .75); }
.paragraph-wrapper li:not(:last-child) {
  margin-bottom: calc(var(--fs-value) * .75); }

.fw-bold {
  font-weight: bold; }

.fw-bolder {
  font-weight: bolder; }

.perfect-circle {
  border-radius: 50%;
  overflow: hidden; }
  .perfect-circle:before {
    content: '';
    display: block;
    padding-top: 100%; }

.shrink-0 {
  flex-shrink: 0; }

.shrink-1 {
  flex-shrink: 1; }

.grow-0 {
  flex-grow: 0; }

.grow-1 {
  flex-grow: 1; }

.flex-0 {
  flex: 0; }

.flex-1 {
  flex: 1; }

@media (max-width: 991px) {
  .hide-hf #main-header,
  .hide-hf #main-footer {
    display: none; } }

.border-r1 {
  border-radius: calc(var(--fs-value) / 4); }

.border-r2 {
  border-radius: calc(var(--fs-value) / 2); }

.border-r3 {
  border-radius: var(--fs-value); }

.gradient-bg {
  background: var(--grad-bg); }

.hidden {
  visibility: hidden; }

.container {
  max-width: 1140px; }
  .container-fluid {
    max-width: 100%; }
  .container-xxs {
    max-width: 320px; }
  .container-xs {
    max-width: 320px; }
    @media (min-width: 768px) {
      .container-xs {
        max-width: 420px; } }
    @media (min-width: 992px) {
      .container-xs {
        max-width: 520px; } }
  @media (min-width: 768px) {
    .container-sm {
      max-width: 400px; } }
  @media (min-width: 992px) {
    .container-sm {
      max-width: 720px; } }
  @media (min-width: 768px) {
    .container-md {
      max-width: 550px; } }
  @media (min-width: 992px) {
    .container-md {
      max-width: 950px; } }
  @media (min-width: 992px) {
    .container-lg {
      max-width: 1220px; } }
  @media (min-width: 1200px) {
    .container-xx {
      max-width: 1720px; } }

.container-fluid {
  width: 100%;
  max-width: 100%; }

.col {
  padding-right: .75rem;
  padding-left: .75rem; }
  @media (min-width: 992px) {
    .col {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

.col-auto {
  width: auto;
  max-width: 100%; }

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

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

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

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

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

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

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

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

  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }

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

  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }

  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }

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

  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }

  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

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

  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }

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

  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }

  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }

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

  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }

  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

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

  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }

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

  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }

  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }

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

  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }

  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

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

  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }

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

  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }

  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }

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

  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }

  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }

  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
@media (min-width: 1560px) {
  .col-xx-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xx-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

  .col-xx-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

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

  .col-xx-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

  .col-xx-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }

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

  .col-xx-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }

  .col-xx-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }

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

  .col-xx-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }

  .col-xx-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }

  .col-xx-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
.main-header {
  border-bottom: 3px solid var(--c-fuel-yellow);
  top: 0;
  z-index: 1; }
  .main-header .main-logo-column {
    align-self: flex-start; }
  .main-header .main-logo-img {
    width: 220px;
    max-width: 50vw;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
    @media (min-width: 992px) {
      .main-header .main-logo-img {
        left: 0; } }
  .main-header .cinepolis-logo {
    max-width: 150px; }

.main-footer {
  border-top: 3px solid var(--c-fuel-yellow); }

body.input-mode .to-portrait-alert, body.input-mode .to-landscape-alert {
  display: none !important; }

.to-landscape-alert {
  background-color: black;
  padding-top: 10vh;
  padding-bottom: 10vh; }
  @media (orientation: portrait) {
    .to-landscape-alert {
      display: flex; } }
  .to-landscape-alert .animation {
    max-width: 250px;
    margin-bottom: 1.75rem; }
    .to-landscape-alert .animation svg {
      width: 100%;
      height: auto; }
      .to-landscape-alert .animation svg .animated-elemets {
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        animation-duration: 2s; }
      .to-landscape-alert .animation svg .cellphone {
        fill: rgba(255, 255, 255, 0.75);
        transform-origin: center;
        animation-name: cellphoneToLandscape; }
      .to-landscape-alert .animation svg .arrows {
        transform-origin: center;
        fill: rgba(255, 255, 255, 0.25);
        animation-name: arrowsToLandscape;
        animation-duration: 2s; }
  .to-landscape-alert p {
    font-size: 1rem;
    color: #fff;
    max-width: 80%;
    text-align: center; }
    .to-landscape-alert p:first-child {
      margin-bottom: 1.5rem; }

.to-portrait-alert {
  background-color: black;
  padding-top: 10vh;
  padding-bottom: 10vh; }
  @media (max-width: 1023.9px) and (orientation: landscape) {
    .to-portrait-alert {
      display: flex; } }
  .to-portrait-alert .animation {
    max-width: 30%;
    flex: 1 1 30%; }
    .to-portrait-alert .animation svg {
      width: 100%;
      height: auto; }
      .to-portrait-alert .animation svg .animated-elemets {
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        animation-duration: 2s; }
      .to-portrait-alert .animation svg .cellphone {
        fill: rgba(255, 255, 255, 0.75);
        transform-origin: center;
        animation-name: cellphoneToPortrait; }
      .to-portrait-alert .animation svg .arrows {
        transform-origin: center;
        fill: rgba(255, 255, 255, 0.25);
        animation-name: arrowsToPortrait;
        animation-duration: 2s; }
  .to-portrait-alert p {
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
    max-width: 30%;
    flex: 1 1 30%; }
    .to-portrait-alert p:first-child {
      margin-bottom: 1.5rem; }

@-webkit-keyframes cellphoneToLandscape {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  10% {
    opacity: 0;
    transform: rotate(0deg); }
  90% {
    opacity: 1;
    transform: rotate(-90deg); }
  100% {
    transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes cellphoneToLandscape {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  10% {
    opacity: 0;
    transform: rotate(0deg); }
  90% {
    opacity: 1;
    transform: rotate(-90deg); }
  100% {
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes cellphoneToLandscape {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  10% {
    opacity: 0;
    transform: rotate(0deg); }
  90% {
    opacity: 1;
    transform: rotate(-90deg); }
  100% {
    transform: rotate(-90deg);
    opacity: 0; } }
@-webkit-keyframes arrowsToLandscape {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  10% {
    opacity: 0;
    transform: rotate(0deg); }
  90% {
    opacity: 1;
    transform: rotate(-10deg); }
  100% {
    transform: rotate(-10deg);
    opacity: 0; } }
@-moz-keyframes arrowsToLandscape {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  10% {
    opacity: 0;
    transform: rotate(0deg); }
  90% {
    opacity: 1;
    transform: rotate(-10deg); }
  100% {
    transform: rotate(-10deg);
    opacity: 0; } }
@keyframes arrowsToLandscape {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  10% {
    opacity: 0;
    transform: rotate(0deg); }
  90% {
    opacity: 1;
    transform: rotate(-10deg); }
  100% {
    transform: rotate(-10deg);
    opacity: 0; } }
@-webkit-keyframes cellphoneToPortrait {
  0% {
    opacity: 0;
    transform: rotate(-90deg); }
  10% {
    opacity: 0;
    transform: rotate(-90deg); }
  90% {
    opacity: 1;
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg);
    opacity: 0; } }
@-moz-keyframes cellphoneToPortrait {
  0% {
    opacity: 0;
    transform: rotate(-90deg); }
  10% {
    opacity: 0;
    transform: rotate(-90deg); }
  90% {
    opacity: 1;
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg);
    opacity: 0; } }
@keyframes cellphoneToPortrait {
  0% {
    opacity: 0;
    transform: rotate(-90deg); }
  10% {
    opacity: 0;
    transform: rotate(-90deg); }
  90% {
    opacity: 1;
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg);
    opacity: 0; } }
@-webkit-keyframes arrowsToPortrait {
  0% {
    opacity: 0;
    transform: rotate(-10deg); }
  10% {
    opacity: 0;
    transform: rotate(-10deg); }
  90% {
    opacity: 1;
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg);
    opacity: 0; } }
@-moz-keyframes arrowsToPortrait {
  0% {
    opacity: 0;
    transform: rotate(-10deg); }
  10% {
    opacity: 0;
    transform: rotate(-10deg); }
  90% {
    opacity: 1;
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg);
    opacity: 0; } }
@keyframes arrowsToPortrait {
  0% {
    opacity: 0;
    transform: rotate(-10deg); }
  10% {
    opacity: 0;
    transform: rotate(-10deg); }
  90% {
    opacity: 1;
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg);
    opacity: 0; } }
.btn {
  user-select: none;
  border: 0;
  padding: 0;
  cursor: pointer; }
  .btn.disabled, .btn:disabled, .btn[disabled] {
    cursor: auto;
    pointer-events: none; }

.menu-btn {
  background-color: transparent; }

.btn-pill, .text-btn {
  color: var(--c-white);
  background-color: var(--c-fuel-yellow); }
  .btn-pill:hover, .text-btn:hover {
    background-color: var(--c-matisse);
    box-shadow: none;
    filter: brightness(0.75); }
  .disabled.btn-pill, .disabled.text-btn, .btn-pill:disabled, .text-btn:disabled, [disabled].btn-pill, [disabled].text-btn {
    background-color: var(--c-white);
    box-shadow: none; }

.btn-pill {
  padding: 0.75rem 2.125rem;
  border-radius: 1.875rem;
  text-align: center; }

.text-btn {
  text-align: center;
  padding: 1.25rem 1.875rem;
  border-radius: 0.65rem;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.5); }

.btn-nav.next, .btn-nav.back {
  display: flex;
  align-items: center; }
.btn-nav.next::after, .btn-nav.back::before {
  font-family: 'idea605-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: calc(var(--fs-value) *1.5);
  height: calc(var(--fs-value) *1.5);
  font-size: calc(var(--fs-value) *1.5); }
.btn-nav.next::after {
  content: "";
  margin-left: calc(var(--fs-value) *.5); }
.btn-nav.back::before {
  content: "";
  margin-right: calc(var(--fs-value) *.5); }

.btn-open-modal {
  border: 2px solid; }

.tab-btn {
  padding: .5rem .75rem;
  border-radius: .5rem .5rem 0 0; }

.icon-btn {
  background-color: transparent;
  padding: 0; }
  .icon-btn::before {
    font-size: inherit; }

.slick-dots {
  padding-top: .5rem; }
  .slick-dots li[role="presentation"] {
    padding: 0 .175rem; }
    .slick-dots li[role="presentation"] button {
      cursor: pointer;
      background-color: var(--c-gray);
      overflow: hidden;
      color: transparent;
      padding: .375rem;
      border-radius: .375rem;
      font-size: 0;
      border: 0;
      transition: padding 500ms ease-out, background-color 500ms ease-out; }
    .slick-dots li[role="presentation"].slick-active button {
      padding: .375rem .75rem; }

.slick-control {
  --fs-value: 2rem;
  font-size: var(--fs-value);
  width: var(--fs-value);
  z-index: 1; }
  @media (min-width: 992px) {
    .slick-control {
      --fs-value: 2.5rem; } }

.form .form-group label {
  user-select: none;
  cursor: pointer; }

.input-text, .input-select, .input-file, .multi-select-wrapper label {
  margin: 0 auto;
  padding: 0.75rem 1.75rem;
  border-radius: 1.5rem;
  border: 2px solid var(--c-picton-blue); }
  .input-text:focus, .input-select:focus, .input-file:focus, .multi-select-wrapper label:focus {
    border: 1px solid calor_var("black");
    background-color: var(--c-white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  .input-text:focus-visible, .input-select:focus-visible, .input-file:focus-visible, .multi-select-wrapper label:focus-visible {
    outline: 0; }

.input-file {
  padding: .25rem; }
  .input-file::file-selector-button {
    border-radius: 2.25rem;
    border: 0;
    padding: .5rem .875rem;
    background-color: var(--c-matisse);
    color: var(--c-white);
    font-family: Archivo;
    line-height: 1;
    position: relative; }

input[type="checkbox"], input[type="radio"] {
  z-index: 0;
  opacity: 0; }

.input-label {
  cursor: pointer;
  user-select: none; }

.input-container-label {
  width: calc(var(--fs-value) * 1.25);
  height: calc(var(--fs-value) * 1.25);
  font-size: calc(var(--fs-value) * 1.25);
  user-select: none;
  cursor: pointer;
  border: 2px solid var(--c-white); }
  .input-container-label input[type="checkbox"], .input-container-label input[type="radio"] {
    margin: auto; }
  .input-container-label i::after {
    content: "";
    display: block; }
  .input-container-label .img-tick {
    margin: auto; }
  .input-container-label input[type="checkbox"]:checked + i.tick::after,
  .input-container-label input[type="radio"]:checked + i.tick::after {
    content: ""; }
  .input-container-label input[type="checkbox"]:checked + .tick.img-tick,
  .input-container-label input[type="radio"]:checked + .tick.img-tick {
    background-image: url("/site_media/site/img/btn/tick.svg"); }

.input-hidden {
  display: none; }

.multi-select-wrapper label {
  order: 0;
  width: 100%; }
.multi-select-wrapper select {
  order: 1;
  position: absolute;
  opacity: 0;
  user-select: none;
  pointer-events: none; }
  .multi-select-wrapper select:focus {
    position: relative;
    opacity: 1;
    user-select: auto;
    pointer-events: auto; }
    .multi-select-wrapper select:focus + label {
      display: none !important; }
.multi-select-wrapper option::before {
  line-height: 1.75;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  content: ""; }
.multi-select-wrapper option:checked::before, .multi-select-wrapper option:checked::before, .multi-select-wrapper option[selected]::before, .multi-select-wrapper option[selected]::before {
  content: ""; }

.modal-container {
  display: none;
  z-index: 2000; }
  .modal-container .overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .modal-container .modal {
    z-index: 1;
    width: 420px;
    max-width: calc(100% - 1rem);
    height: fit-content;
    max-height: 75vh; }
    .modal-container .modal img {
      max-height: 65vh; }

.min-h-main-section {
  min-height: calc(100vh - var(--header-h) - var(--footer-h)); }

.badge {
  min-width: 1.125rem;
  border: 1px solid var(--c-black);
  border-radius: .75rem;
  padding: .125rem;
  line-height: 1; }

.testimonial .quote {
  border-radius: var(--fs-value); }
  .testimonial .quote::before {
    display: block;
    margin-right: .175rem;
    font-size: calc(var(--fs-value) * 2.5);
    content: ""; }
  .testimonial .quote::after {
    content: '';
    border-width: .5rem;
    border-color: transparent;
    border-style: solid;
    border-right-color: var(--c-white);
    border-bottom-color: var(--c-white);
    position: absolute;
    display: block;
    width: auto;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center;
    transform: rotate(45deg);
    translate: 1.5rem 50%; }
.testimonial .testimonial-pict {
  max-width: 3.75rem; }

.parallax-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1); }
.parallax-section .parallax-section-item {
  z-index: 1; }

.blue-gradient-bg {
  background: linear-gradient(0deg, var(--c-downriver) 0%, var(--c-matisse) 100%); }

.header-section {
  background-position: center bottom; }
  @media (min-width: 992px) {
    .header-section {
      max-height: 700px; } }
  .header-section .header-space:before {
    content: '';
    display: block;
    padding-top: 100%; }
  @media (min-width: 992px) {
    .header-section .header-space:before {
      content: '';
      display: block;
      padding-top: 120%; } }
  .header-section.home {
    background-image: url(/site_media/site/img/bg/header_home_movil.png?v=); }
    @media (min-width: 992px) {
      .header-section.home {
        max-height: 850px; } }
    .header-section.home .header-space:before {
      content: '';
      display: block;
      padding-top: 80%; }
    @media (min-width: 992px) {
      .header-section.home .header-space:before {
        content: '';
        display: block;
        padding-top: 160%; } }
    @media (min-width: 992px) {
      .header-section.home {
        background-image: url(/site_media/site/img/bg/header_home_desktop.png?v=); } }
  .header-section.mecanica {
    background-image: url(/site_media/site/img/bg/header_mecanica_movil.png?v=); }
    @media (min-width: 992px) {
      .header-section.mecanica {
        background-image: url(/site_media/site/img/bg/header_mecanica_desktop.png?v=); } }
  .header-section.premios {
    background-image: url(/site_media/site/img/bg/header_premio_movil.png?v=); }
    @media (min-width: 992px) {
      .header-section.premios {
        background-image: url(/site_media/site/img/bg/header_premio_desktop.png?v=); } }
  .header-section.bases {
    background-image: url(/site_media/site/img/bg/header_bases_movil.png?v=); }
    @media (min-width: 992px) {
      .header-section.bases {
        background-image: url(/site_media/site/img/bg/header_bases_desktop.png?v=); } }
  .header-section.registro {
    background-image: url(/site_media/site/img/bg/header_registro_movil.png?v=); }
    @media (min-width: 992px) {
      .header-section.registro {
        background-image: url(/site_media/site/img/bg/header_registro_desktop.png?v=); } }

.section-foto-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/site_media/site/img/bg/seccion_premio.png?v=); }

.section-stars-bg {
  background-image: url(/site_media/site/img/bg/seccion_stars.png?v=); }

.img-550 {
  max-width: 550px; }

.border-matisse {
  border: 3px solid var(--c-matisse); }

.table-respnsive {
  overflow-x: auto; }

.table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%; }

.table caption {
  margin: .5em 0 .75em; }

.table tr {
  border: 1px solid #ddd;
  padding: .35em; }

.table th,
.table td {
  padding: .625em;
  text-align: center; }

.table th {
  letter-spacing: .1em;
  text-transform: uppercase; }

.game-canvas-wrapper.game-wrapper-50_71:before {
  content: '';
  display: block;
  padding-top: 142%; }
.game-canvas-wrapper.game-wrapper-100_141:before {
  content: '';
  display: block;
  padding-top: 141%; }
.game-canvas-wrapper.game-wrapper-7-8, .game-canvas-wrapper.ship-game {
  max-width: 50vh; }
  .game-canvas-wrapper.game-wrapper-7-8:before, .game-canvas-wrapper.ship-game:before {
    content: '';
    display: block;
    padding-top: 114.2857142857%; }
.game-canvas-wrapper.game-wrapper-5-8, .game-canvas-wrapper.game-fichas {
  max-width: 46.875vh; }
  .game-canvas-wrapper.game-wrapper-5-8:before, .game-canvas-wrapper.game-fichas:before {
    content: '';
    display: block;
    padding-top: 160%; }
.game-canvas-wrapper.game-wrapper-9-16:before, .game-canvas-wrapper.cars-game:before {
  content: '';
  display: block;
  padding-top: 177.7777777778%; }
.game-canvas-wrapper.game-wrapper-9-16.full-scren, .game-canvas-wrapper.cars-game.full-scren {
  max-width: 56.25vh; }
.game-canvas-wrapper.game-wrapper-16-9:before, .game-canvas-wrapper.busca-game:before {
  content: '';
  display: block;
  padding-top: 56.25%; }
.game-canvas-wrapper.game-wrapper-16-9.full-scren, .game-canvas-wrapper.busca-game.full-scren {
  max-width: 177.7777777778vh; }
.game-canvas-wrapper.game-wrapper-1-1, .game-canvas-wrapper.puertas-game {
  max-width: 58vh; }
  .game-canvas-wrapper.game-wrapper-1-1:before, .game-canvas-wrapper.puertas-game:before {
    content: '';
    display: block;
    padding-top: 100%; }
.game-canvas-wrapper.game-wrapper-25-23, .game-canvas-wrapper.code-game {
  max-width: 58vh; }
  .game-canvas-wrapper.game-wrapper-25-23:before, .game-canvas-wrapper.code-game:before {
    content: '';
    display: block;
    padding-top: 92%; }
.game-canvas-wrapper.game-wrapper-9-5, .game-canvas-wrapper.catch-game {
  max-width: 180vh; }
  .game-canvas-wrapper.game-wrapper-9-5:before, .game-canvas-wrapper.catch-game:before {
    content: '';
    display: block;
    padding-top: 55.5555555556%; }
  .game-canvas-wrapper.game-wrapper-9-5.full-scren, .game-canvas-wrapper.catch-game.full-scren {
    max-width: calc( 20vh * 9 ); }
.game-canvas-wrapper.game-wrapper-593-300, .game-canvas-wrapper.puzzle-game {
  max-width: 197.6vh; }
  .game-canvas-wrapper.game-wrapper-593-300:before, .game-canvas-wrapper.puzzle-game:before {
    content: '';
    display: block;
    padding-top: 50.5902192243%; }

#game {
  z-index: 1; }

#timer {
  font-variant-numeric: tabular-nums; }

#trivia .trivia-ans:nth-of-type(1) {
  animation-delay: 50ms; }
#trivia .trivia-ans:nth-of-type(2) {
  animation-delay: 100ms; }
#trivia .trivia-ans:nth-of-type(3) {
  animation-delay: 150ms; }
#trivia .trivia-ans:nth-of-type(4) {
  animation-delay: 200ms; }

@media (min-width: 768px) {
  .score-table .health-meter {
    max-width: 420px; } }
.score-table .health-meter.avengers {
  --healt-icon: url("/site_media/site/img/game/ship/health.svg");
  --healt-active-icon: url("/site_media/site/img/game/ship/health-active.svg"); }
.score-table .health-meter.starwars {
  --healt-icon: url("/site_media/site/img/game/fichas/health.svg");
  --healt-active-icon: url("/site_media/site/img/game/fichas/health-active.svg"); }
.score-table .health-meter.toystory {
  --healt-icon: url("/site_media/site/img/game/doors/health.svg");
  --healt-active-icon: url("/site_media/site/img/game/doors/health-active.svg"); }
.score-table .health-meter .health {
  width: calc(calc(100% / 5) - .75rem);
  max-width: 2.5rem;
  max-height: 2.5rem;
  border-radius: .5rem;
  overflow: hidden;
  background-image: var(--healt-icon); }
  .score-table .health-meter .health:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .score-table .health-meter .health.active {
    background-image: var(--healt-active-icon); }

.shipgame-enemy-health .shipgame-st0 {
  fill: #477EBB; }
.shipgame-enemy-health .shipgame-st1 {
  fill: #0F2945; }
.shipgame-enemy-health .shipgame-st2 {
  fill: url(#SVGID_1_); }
.shipgame-enemy-health .shipgame-st3 {
  fill: url(#SVGID_00000105398188432373691920000004866253101743315846_); }
.shipgame-enemy-health .shipgame-st4 {
  fill: url(#SVGID_00000178202453777801150050000000565368230594403493_); }
.shipgame-enemy-health .shipgame-st5 {
  fill: url(#SVGID_00000155850778664815706530000015651397093339034790_); }
.shipgame-enemy-health .shipgame-st6 {
  fill: url(#SVGID_00000150068961988414946670000012997046610420629398_); }
.shipgame-enemy-health .shipgame-st7 {
  fill: url(#SVGID_00000018202508551076353990000017367984442655727545_); }
.shipgame-enemy-health .shipgame-st8 {
  fill: url(#SVGID_00000022518495896956620310000000834496335018805910_); }
.shipgame-enemy-health .shipgame-st9 {
  fill: url(#SVGID_00000088855942267612455660000012384389012419436964_); }
.shipgame-enemy-health .shipgame-st10 {
  fill: url(#SVGID_00000111155838385851094000000006811386533214150050_); }
.shipgame-enemy-health .shipgame-st11 {
  fill: url(#SVGID_00000008847256953340721770000009536538296651352240_); }
.shipgame-enemy-health .shipgame-st12 {
  fill: url(#SVGID_00000047054320650075026210000012185742362998108288_); }
.shipgame-enemy-health .shipgame-st13 {
  fill: #D01530; }
.shipgame-enemy-health #health .health {
  display: none; }
  .shipgame-enemy-health #health .health.active {
    display: block; }

/*# sourceMappingURL=cin124.css.map */
