/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 11, 2020, 7:06:29 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 23, 2019, 10:43:30 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 20, 2018, 6:05:25 PM
    Author     : mv
*/
a {
  color: inherit;
  text-decoration: none;
  transition: color ease-in-out 300ms;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 12px 0;
}
button,
input,
textarea,
td,
th,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
}
button,
input,
textarea,
select {
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: 'Houschka Pro', Arial, sans-serif;
  color: #ffffff;
  background-color: #fff;
}
html,
body {
  height: 100%;
}
main {
  display: block;
}
iframe,
img {
  display: block;
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}
* {
  box-sizing: inherit;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 13, 2020, 12:48:52 PM
    Author     : mv
*/
/*ICOMOON*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/*SLICK*/
body .slick-notinitialized {
  opacity: 0;
  overflow: hidden;
}
body .slick-arrow {
  position: absolute;
  top: 50%;
  transform: none;
  color: #000;
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  display: block;
  cursor: pointer;
  z-index: 1;
  transition: color linear 1000ms;
}
body .slick-icon-prev {
  left: 8px;
}
body .slick-icon-next {
  right: 8px;
}
body .slick-dots {
  bottom: 16px;
}
body .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
body .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  background: #cccccc;
  border-radius: 6px;
  transition: background-color linear 1000ms;
}
body .slick-dots li button:before {
  display: none;
}
body .slick-dots .slick-active button {
  width: 9px;
  height: 9px;
  background: #888888;
}
body .slick-initialized {
  opacity: 1;
  overflow: visible;
}
/*DATEPICKER*/
.ui-datepicker {
  display: none;
  /*background: #fff;*/
  /*border: 1px solid #c4c4c4;*/
  padding: 16px;
  font-size: 11px;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-header {
  padding-bottom: 30px;
  position: relative;
}
.ui-datepicker .ui-datepicker-title {
  text-align: left;
  color: #20286D;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 0;
  right: 40px;
  color: #20286D;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  right: 0;
  color: #20286D;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.21;
  text-align: center;
  color: #000000;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar td {
  width: 14.28%;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  line-height: 28px;
  width: 28px;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  margin: 0 auto;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
  color: #666666;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: #20286D;
  color: #fff;
  font-weight: bold;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-16 {
  font-size: 16px !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-900 {
  font-weight: 900 !important;
}
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
.ta-center {
  text-align: center !important;
}
.ta-justify {
  text-align: justify !important;
}
.tt-lowercase {
  text-transform: lowercase !important;
}
.tt-uppercase {
  text-transform: uppercase !important;
}
.tt-none {
  text-transform: none !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-static {
  position: static !important;
}
.p-fixed {
  position: fixed !important;
}
.w-full {
  width: 100% !important;
}
.h-window {
  height: 100vh !important;
}
.jc-center {
  justify-content: center !important;
}
.jc-space-between {
  justify-content: space-between !important;
}
.jc-start {
  justify-content: start !important;
}
.jc-end {
  justify-content: end !important;
}
.fld-column {
  flex-direction: column !important;
}
.fld-row {
  flex-direction: row !important;
}
.fld-row-reverse {
  flex-direction: row-reverse !important;
}
.fld-column-reverse {
  flex-direction: column-reverse !important;
}
.g-16 {
  gap: 16px !important;
}
.g-32 {
  gap: 32px !important;
}
.a-primary {
  color: #20286D !important;
  transition: all ease-in-out 300ms;
}
.a-primary:hover {
  color: #090b1e !important;
}
.a-default {
  transition: all ease-in-out 300ms !important;
}
.a-default:hover {
  color: #20286D !important;
}
.a-decoration {
  text-decoration: underline;
  transition: all ease-in-out 300ms !important;
}
.a-decoration:hover {
  color: #20286D !important;
}
@media all and (min-width: 576px) {
  .sm_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm_mb-0 {
    margin-bottom: 0px !important;
  }
  .sm_mb-1 {
    margin-bottom: 1px !important;
  }
  .sm_mb-2 {
    margin-bottom: 2px !important;
  }
  .sm_mb-4 {
    margin-bottom: 4px !important;
  }
  .sm_mb-8 {
    margin-bottom: 8px !important;
  }
  .sm_mb-16 {
    margin-bottom: 16px !important;
  }
  .sm_mb-24 {
    margin-bottom: 24px !important;
  }
  .sm_mb-32 {
    margin-bottom: 32px !important;
  }
  .sm_mb-40 {
    margin-bottom: 40px !important;
  }
  .sm_mb-48 {
    margin-bottom: 48px !important;
  }
  .sm_mb-56 {
    margin-bottom: 56px !important;
  }
  .sm_mb-64 {
    margin-bottom: 64px !important;
  }
  .sm_mb-72 {
    margin-bottom: 72px !important;
  }
  .sm_mb-80 {
    margin-bottom: 80px !important;
  }
  .sm_ml-auto {
    margin-left: auto !important;
  }
  .sm_mr-0 {
    margin-right: 0px !important;
  }
  .sm_fs-12 {
    font-size: 12px !important;
  }
  .sm_fs-16 {
    font-size: 16px !important;
  }
  .sm_fw-300 {
    font-weight: 300 !important;
  }
  .sm_fw-400 {
    font-weight: 400 !important;
  }
  .sm_fw-500 {
    font-weight: 500 !important;
  }
  .sm_fw-600 {
    font-weight: 600 !important;
  }
  .sm_fw-700 {
    font-weight: 700 !important;
  }
  .sm_fw-900 {
    font-weight: 900 !important;
  }
  .sm_fw-normal {
    font-weight: normal !important;
  }
  .sm_fw-bold {
    font-weight: bold !important;
  }
  .sm_ta-left {
    text-align: left !important;
  }
  .sm_ta-right {
    text-align: right !important;
  }
  .sm_ta-center {
    text-align: center !important;
  }
  .sm_ta-justify {
    text-align: justify !important;
  }
  .sm_tt-lowercase {
    text-transform: lowercase !important;
  }
  .sm_tt-uppercase {
    text-transform: uppercase !important;
  }
  .sm_tt-none {
    text-transform: none !important;
  }
  .sm_d-none {
    display: none !important;
  }
  .sm_d-block {
    display: block !important;
  }
  .sm_d-inline {
    display: inline !important;
  }
  .sm_d-inline-block {
    display: inline-block !important;
  }
  .sm_d-flex {
    display: flex !important;
  }
  .sm_d-inline-flex {
    display: inline-flex !important;
  }
  .sm_p-absolute {
    position: absolute !important;
  }
  .sm_p-relative {
    position: relative !important;
  }
  .sm_p-static {
    position: static !important;
  }
  .sm_p-fixed {
    position: fixed !important;
  }
  .sm_w-full {
    width: 100% !important;
  }
  .sm_h-window {
    height: 100vh !important;
  }
  .sm_jc-center {
    justify-content: center !important;
  }
  .sm_jc-space-between {
    justify-content: space-between !important;
  }
  .sm_jc-start {
    justify-content: start !important;
  }
  .sm_jc-end {
    justify-content: end !important;
  }
  .sm_fld-column {
    flex-direction: column !important;
  }
  .sm_fld-row {
    flex-direction: row !important;
  }
  .sm_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm_g-16 {
    gap: 16px !important;
  }
  .sm_g-32 {
    gap: 32px !important;
  }
  .sm_a-primary {
    color: #20286D !important;
    transition: all ease-in-out 300ms;
  }
  .sm_a-primary:hover {
    color: #090b1e !important;
  }
  .sm_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .sm_a-default:hover {
    color: #20286D !important;
  }
  .sm_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .sm_a-decoration:hover {
    color: #20286D !important;
  }
}
@media all and (min-width: 960px) {
  .md_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md_mb-0 {
    margin-bottom: 0px !important;
  }
  .md_mb-1 {
    margin-bottom: 1px !important;
  }
  .md_mb-2 {
    margin-bottom: 2px !important;
  }
  .md_mb-4 {
    margin-bottom: 4px !important;
  }
  .md_mb-8 {
    margin-bottom: 8px !important;
  }
  .md_mb-16 {
    margin-bottom: 16px !important;
  }
  .md_mb-24 {
    margin-bottom: 24px !important;
  }
  .md_mb-32 {
    margin-bottom: 32px !important;
  }
  .md_mb-40 {
    margin-bottom: 40px !important;
  }
  .md_mb-48 {
    margin-bottom: 48px !important;
  }
  .md_mb-56 {
    margin-bottom: 56px !important;
  }
  .md_mb-64 {
    margin-bottom: 64px !important;
  }
  .md_mb-72 {
    margin-bottom: 72px !important;
  }
  .md_mb-80 {
    margin-bottom: 80px !important;
  }
  .md_ml-auto {
    margin-left: auto !important;
  }
  .md_mr-0 {
    margin-right: 0px !important;
  }
  .md_fs-12 {
    font-size: 12px !important;
  }
  .md_fs-16 {
    font-size: 16px !important;
  }
  .md_fw-300 {
    font-weight: 300 !important;
  }
  .md_fw-400 {
    font-weight: 400 !important;
  }
  .md_fw-500 {
    font-weight: 500 !important;
  }
  .md_fw-600 {
    font-weight: 600 !important;
  }
  .md_fw-700 {
    font-weight: 700 !important;
  }
  .md_fw-900 {
    font-weight: 900 !important;
  }
  .md_fw-normal {
    font-weight: normal !important;
  }
  .md_fw-bold {
    font-weight: bold !important;
  }
  .md_ta-left {
    text-align: left !important;
  }
  .md_ta-right {
    text-align: right !important;
  }
  .md_ta-center {
    text-align: center !important;
  }
  .md_ta-justify {
    text-align: justify !important;
  }
  .md_tt-lowercase {
    text-transform: lowercase !important;
  }
  .md_tt-uppercase {
    text-transform: uppercase !important;
  }
  .md_tt-none {
    text-transform: none !important;
  }
  .md_d-none {
    display: none !important;
  }
  .md_d-block {
    display: block !important;
  }
  .md_d-inline {
    display: inline !important;
  }
  .md_d-inline-block {
    display: inline-block !important;
  }
  .md_d-flex {
    display: flex !important;
  }
  .md_d-inline-flex {
    display: inline-flex !important;
  }
  .md_p-absolute {
    position: absolute !important;
  }
  .md_p-relative {
    position: relative !important;
  }
  .md_p-static {
    position: static !important;
  }
  .md_p-fixed {
    position: fixed !important;
  }
  .md_w-full {
    width: 100% !important;
  }
  .md_h-window {
    height: 100vh !important;
  }
  .md_jc-center {
    justify-content: center !important;
  }
  .md_jc-space-between {
    justify-content: space-between !important;
  }
  .md_jc-start {
    justify-content: start !important;
  }
  .md_jc-end {
    justify-content: end !important;
  }
  .md_fld-column {
    flex-direction: column !important;
  }
  .md_fld-row {
    flex-direction: row !important;
  }
  .md_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .md_g-16 {
    gap: 16px !important;
  }
  .md_g-32 {
    gap: 32px !important;
  }
  .md_a-primary {
    color: #20286D !important;
    transition: all ease-in-out 300ms;
  }
  .md_a-primary:hover {
    color: #090b1e !important;
  }
  .md_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .md_a-default:hover {
    color: #20286D !important;
  }
  .md_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .md_a-decoration:hover {
    color: #20286D !important;
  }
}
@media all and (min-width: 1280px) {
  .lg_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg_mb-0 {
    margin-bottom: 0px !important;
  }
  .lg_mb-1 {
    margin-bottom: 1px !important;
  }
  .lg_mb-2 {
    margin-bottom: 2px !important;
  }
  .lg_mb-4 {
    margin-bottom: 4px !important;
  }
  .lg_mb-8 {
    margin-bottom: 8px !important;
  }
  .lg_mb-16 {
    margin-bottom: 16px !important;
  }
  .lg_mb-24 {
    margin-bottom: 24px !important;
  }
  .lg_mb-32 {
    margin-bottom: 32px !important;
  }
  .lg_mb-40 {
    margin-bottom: 40px !important;
  }
  .lg_mb-48 {
    margin-bottom: 48px !important;
  }
  .lg_mb-56 {
    margin-bottom: 56px !important;
  }
  .lg_mb-64 {
    margin-bottom: 64px !important;
  }
  .lg_mb-72 {
    margin-bottom: 72px !important;
  }
  .lg_mb-80 {
    margin-bottom: 80px !important;
  }
  .lg_ml-auto {
    margin-left: auto !important;
  }
  .lg_mr-0 {
    margin-right: 0px !important;
  }
  .lg_fs-12 {
    font-size: 12px !important;
  }
  .lg_fs-16 {
    font-size: 16px !important;
  }
  .lg_fw-300 {
    font-weight: 300 !important;
  }
  .lg_fw-400 {
    font-weight: 400 !important;
  }
  .lg_fw-500 {
    font-weight: 500 !important;
  }
  .lg_fw-600 {
    font-weight: 600 !important;
  }
  .lg_fw-700 {
    font-weight: 700 !important;
  }
  .lg_fw-900 {
    font-weight: 900 !important;
  }
  .lg_fw-normal {
    font-weight: normal !important;
  }
  .lg_fw-bold {
    font-weight: bold !important;
  }
  .lg_ta-left {
    text-align: left !important;
  }
  .lg_ta-right {
    text-align: right !important;
  }
  .lg_ta-center {
    text-align: center !important;
  }
  .lg_ta-justify {
    text-align: justify !important;
  }
  .lg_tt-lowercase {
    text-transform: lowercase !important;
  }
  .lg_tt-uppercase {
    text-transform: uppercase !important;
  }
  .lg_tt-none {
    text-transform: none !important;
  }
  .lg_d-none {
    display: none !important;
  }
  .lg_d-block {
    display: block !important;
  }
  .lg_d-inline {
    display: inline !important;
  }
  .lg_d-inline-block {
    display: inline-block !important;
  }
  .lg_d-flex {
    display: flex !important;
  }
  .lg_d-inline-flex {
    display: inline-flex !important;
  }
  .lg_p-absolute {
    position: absolute !important;
  }
  .lg_p-relative {
    position: relative !important;
  }
  .lg_p-static {
    position: static !important;
  }
  .lg_p-fixed {
    position: fixed !important;
  }
  .lg_w-full {
    width: 100% !important;
  }
  .lg_h-window {
    height: 100vh !important;
  }
  .lg_jc-center {
    justify-content: center !important;
  }
  .lg_jc-space-between {
    justify-content: space-between !important;
  }
  .lg_jc-start {
    justify-content: start !important;
  }
  .lg_jc-end {
    justify-content: end !important;
  }
  .lg_fld-column {
    flex-direction: column !important;
  }
  .lg_fld-row {
    flex-direction: row !important;
  }
  .lg_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg_g-16 {
    gap: 16px !important;
  }
  .lg_g-32 {
    gap: 32px !important;
  }
  .lg_a-primary {
    color: #20286D !important;
    transition: all ease-in-out 300ms;
  }
  .lg_a-primary:hover {
    color: #090b1e !important;
  }
  .lg_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .lg_a-default:hover {
    color: #20286D !important;
  }
  .lg_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .lg_a-decoration:hover {
    color: #20286D !important;
  }
}
@media all and (min-width: 1440px) {
  .xl_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl_mb-0 {
    margin-bottom: 0px !important;
  }
  .xl_mb-1 {
    margin-bottom: 1px !important;
  }
  .xl_mb-2 {
    margin-bottom: 2px !important;
  }
  .xl_mb-4 {
    margin-bottom: 4px !important;
  }
  .xl_mb-8 {
    margin-bottom: 8px !important;
  }
  .xl_mb-16 {
    margin-bottom: 16px !important;
  }
  .xl_mb-24 {
    margin-bottom: 24px !important;
  }
  .xl_mb-32 {
    margin-bottom: 32px !important;
  }
  .xl_mb-40 {
    margin-bottom: 40px !important;
  }
  .xl_mb-48 {
    margin-bottom: 48px !important;
  }
  .xl_mb-56 {
    margin-bottom: 56px !important;
  }
  .xl_mb-64 {
    margin-bottom: 64px !important;
  }
  .xl_mb-72 {
    margin-bottom: 72px !important;
  }
  .xl_mb-80 {
    margin-bottom: 80px !important;
  }
  .xl_ml-auto {
    margin-left: auto !important;
  }
  .xl_mr-0 {
    margin-right: 0px !important;
  }
  .xl_fs-12 {
    font-size: 12px !important;
  }
  .xl_fs-16 {
    font-size: 16px !important;
  }
  .xl_fw-300 {
    font-weight: 300 !important;
  }
  .xl_fw-400 {
    font-weight: 400 !important;
  }
  .xl_fw-500 {
    font-weight: 500 !important;
  }
  .xl_fw-600 {
    font-weight: 600 !important;
  }
  .xl_fw-700 {
    font-weight: 700 !important;
  }
  .xl_fw-900 {
    font-weight: 900 !important;
  }
  .xl_fw-normal {
    font-weight: normal !important;
  }
  .xl_fw-bold {
    font-weight: bold !important;
  }
  .xl_ta-left {
    text-align: left !important;
  }
  .xl_ta-right {
    text-align: right !important;
  }
  .xl_ta-center {
    text-align: center !important;
  }
  .xl_ta-justify {
    text-align: justify !important;
  }
  .xl_tt-lowercase {
    text-transform: lowercase !important;
  }
  .xl_tt-uppercase {
    text-transform: uppercase !important;
  }
  .xl_tt-none {
    text-transform: none !important;
  }
  .xl_d-none {
    display: none !important;
  }
  .xl_d-block {
    display: block !important;
  }
  .xl_d-inline {
    display: inline !important;
  }
  .xl_d-inline-block {
    display: inline-block !important;
  }
  .xl_d-flex {
    display: flex !important;
  }
  .xl_d-inline-flex {
    display: inline-flex !important;
  }
  .xl_p-absolute {
    position: absolute !important;
  }
  .xl_p-relative {
    position: relative !important;
  }
  .xl_p-static {
    position: static !important;
  }
  .xl_p-fixed {
    position: fixed !important;
  }
  .xl_w-full {
    width: 100% !important;
  }
  .xl_h-window {
    height: 100vh !important;
  }
  .xl_jc-center {
    justify-content: center !important;
  }
  .xl_jc-space-between {
    justify-content: space-between !important;
  }
  .xl_jc-start {
    justify-content: start !important;
  }
  .xl_jc-end {
    justify-content: end !important;
  }
  .xl_fld-column {
    flex-direction: column !important;
  }
  .xl_fld-row {
    flex-direction: row !important;
  }
  .xl_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl_g-16 {
    gap: 16px !important;
  }
  .xl_g-32 {
    gap: 32px !important;
  }
  .xl_a-primary {
    color: #20286D !important;
    transition: all ease-in-out 300ms;
  }
  .xl_a-primary:hover {
    color: #090b1e !important;
  }
  .xl_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .xl_a-default:hover {
    color: #20286D !important;
  }
  .xl_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .xl_a-decoration:hover {
    color: #20286D !important;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 24, 2019, 11:06:04 AM
    Author     : mv
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.img-block {
  object-fit: cover;
}
.img-contain {
  object-fit: contain;
}
button.trans {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.a-block {
  background-color: #f5f5f5;
  transition: all ease-in-out 300ms;
}
.a-block:hover {
  background-color: #ebebeb;
}
.sep-small {
  width: 96px;
  height: 4px;
  border: 0;
  margin: 16px auto 24px;
  border-radius: 2px;
  background-color: #dddddd;
}
@media only screen and (min-width: 960px) {
  .sep-small {
    margin: 24px auto 48px;
  }
}
.sep-small.is-vertical {
  margin: 0;
  width: 4px;
  height: 96px;
}
.sep-full {
  height: 2px;
  border: 0;
  margin: 16px auto 24px;
  border-radius: 2px;
  background-color: #000000;
}
.sep-vertical {
  width: 1px;
  height: 100%;
  min-height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.item-list-with-separator {
  padding-left: 24px;
  position: relative;
}
.item-list-with-separator:after {
  position: absolute;
  top: 0;
  left: -4px;
  margin: 0;
  width: 4px;
  height: 96px;
  border: 0;
  border-radius: 2px;
  background-color: #dddddd;
  content: "";
}
.item-list-with-separator .ty-h4 {
  text-align: left;
  margin-bottom: 16px;
}
.item-list-with-separator .ty-bd-sm-300 {
  color: #333333;
}
.item-list-with-separator .ty-bd-sm-300 p {
  margin: 0 0 8px;
}
.bg-generic {
  background: url(/images/background.svg) center;
}
.bg-paper {
  background-image: url(/images/bg-paper.jpg);
  background-size: 1200px auto;
  background-repeat: repeat;
}
.bg-paper-2 {
  background-image: url(/images/bg-paper.jpg);
  background-size: 1200px auto;
  background-repeat: repeat;
}
.bg-img {
  background: no-repeat bottom left;
  background-size: 232px auto;
}
.fl-r {
  display: flex;
  flex-direction: row;
}
.fl-r-cen {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fl-c,
.flex-col {
  display: flex;
  flex-direction: column;
}
.fl-c-cen {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fli-r {
  display: inline-flex;
  flex-direction: row;
}
.fli-r-cen {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.fli-c {
  display: inline-flex;
  flex-direction: column;
}
.fli-c-cen {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.h-viewport {
  height: calc(100vh - 88px);
}
.scroll-more-btn {
  width: 16px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 2px solid currentColor;
  color: #fff;
  height: 30px;
  padding-top: 6px;
}
.ff-title {
  font-family: 'Houschka Pro';
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 12, 2020, 11:51:11 AM
    Author     : mv
*/
.ty-text h1,
.ty-h1 {
  margin: 0 0 16px;
  font-family: 'Houschka Pro';
  font-size: 31px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .ty-text h1,
  .ty-h1 {
    margin: 0 0 24px;
    font-size: 44px;
    line-height: 1.07;
  }
}
@media only screen and (min-width: 1280px) {
  .ty-text h1,
  .ty-h1 {
    margin: 0 0 24px;
    font-size: 55px;
    line-height: 1.05;
  }
}
.ty-text h2,
.ty-h2 {
  margin: 0 0 32px;
  font-family: 'Houschka Pro';
  font-size: 27px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .ty-text h2,
  .ty-h2 {
    margin: 0 0 56px;
    font-size: 35px;
    line-height: 1.06;
  }
}
@media only screen and (min-width: 1280px) {
  .ty-text h2,
  .ty-h2 {
    margin: 0 0 56px;
    font-size: 44px;
    line-height: 1.07;
  }
}
.ty-text h3,
.ty-h3 {
  margin: 0 0 16px;
  font-family: 'Houschka Pro';
  font-size: 25px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .ty-text h3,
  .ty-h3 {
    font-size: 28px;
    line-height: 1.07;
  }
}
@media only screen and (min-width: 1280px) {
  .ty-text h3,
  .ty-h3 {
    font-size: 35px;
    line-height: 1.06;
  }
}
.ty-text h4,
.ty-h4 {
  margin: 0 0 8px;
  font-family: 'Houschka Pro';
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .ty-text h4,
  .ty-h4 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.07;
  }
}
.ty-bd-sm {
  font-family: 'Houschka Pro';
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.3px;
}
.ty-bd-sm-300 {
  font-family: 'Houschka Pro';
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.3px;
}
.ty-bd-lg {
  font-family: 'Houschka Pro';
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 1280px) {
  .ty-bd-lg {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: -0.46px;
  }
}
.ty-bd-lg-300 {
  font-family: 'Houschka Pro';
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 1280px) {
  .ty-bd-lg-300 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: -0.46px;
  }
}
.ty-price {
  font-family: 'Houschka Pro';
  font-size: 22px;
  font-weight: 800;
  line-height: 1.09;
  color: #000000;
}
.ty-note {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: -0.25px;
  color: #333333;
}
.ty-text {
  /*font-family: @font-text;*/
  /*font-size: 18px;*/
  /*font-weight: 300;*/
  /*font-stretch: normal;*/
  /*font-style: normal;*/
  /*line-height: 1.44;*/
  /*letter-spacing: -0.3px;*/
  /*color: @color-dark-grey-1;*/
}
.ty-text h1,
.ty-text h2,
.ty-text h3,
.ty-text h4 {
  margin-top: 24px;
  text-align: left;
}
.ty-text strong {
  color: #272423;
  font-weight: bold;
}
.ty-text em,
.ty-text i {
  font-style: italic;
}
.ty-text p {
  /*margin: 16px 0;*/
}
.ty-text ol {
  margin-left: 20px;
}
.ty-text ol li {
  list-style: decimal outside;
  margin: 6px 0;
}
.ty-text ul {
  margin-left: 20px;
}
.ty-text ul li {
  list-style: disc outside;
  margin: 6px 0;
}
.ty-text a:not(.btn-tertiary) {
  text-decoration: underline;
}
/* GRAHAMS */
.ty-texts {
  padding: 32px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
  color: #272420;
}
@media only screen and (min-width: 960px) {
  .ty-texts {
    max-width: 354px;
  }
}
.ty-title-dashed {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: 1.6px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.ty-title-dashed:before,
.ty-title-dashed:after {
  content: "";
  background: currentColor;
  width: 29px;
  height: 1px;
}
.ty-tagline {
  font-family: 'Houschka Pro';
  font-size: 14px;
  font-weight: bold;
}
.ty-simpletext {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.14px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 12, 2020, 9:45:53 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 30, 2019, 2:46:50 PM
    Author     : mv
*/
.tpl-container,
.tpl-container-small,
.tpl-container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 960px) {
  .tpl-container,
  .tpl-container-small,
  .tpl-container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .tpl-container,
  .tpl-container-small,
  .tpl-container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.tpl-container {
  max-width: 1440px;
}
.tpl-container-small {
  max-width: 928px;
}
.tpl-container-nospacer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.tpl-row {
  display: flex;
  flex-wrap: wrap;
}
.tpl-row.is-centered {
  align-items: center;
  justify-content: center;
}
.tpl-row.is-centered-x {
  justify-content: center;
}
.tpl-row.is-centered-y {
  align-items: center;
}
.tpl-row {
  margin-left: -8px;
  margin-right: -8px;
}
.tpl-col {
  margin-left: 8px;
  margin-right: 8px;
  /*	.responsive-xxl({
		each(range(0, @tpl-n-cols), {
			.tpl-col-width(@value, @tpl-n-cols, @tpl-spacer-inner, '-xxl');
		});
		
		.tpl-col-samewidth('-xxl');
	});*/
}
.tpl-col.is-samewidth {
  flex-basis: 0;
  flex-grow: 1;
}
.tpl-col.is-1 {
  width: calc(8.333333333333332% - 16px);
}
.tpl-col.is-offset-1 {
  margin-left: calc(8.333333333333332% + (16px / 2));
}
.tpl-col.is-2 {
  width: calc(16.666666666666664% - 16px);
}
.tpl-col.is-offset-2 {
  margin-left: calc(16.666666666666664% + (16px / 2));
}
.tpl-col.is-3 {
  width: calc(25% - 16px);
}
.tpl-col.is-offset-3 {
  margin-left: calc(25% + (16px / 2));
}
.tpl-col.is-4 {
  width: calc(33.33333333333333% - 16px);
}
.tpl-col.is-offset-4 {
  margin-left: calc(33.33333333333333% + (16px / 2));
}
.tpl-col.is-5 {
  width: calc(41.66666666666667% - 16px);
}
.tpl-col.is-offset-5 {
  margin-left: calc(41.66666666666667% + (16px / 2));
}
.tpl-col.is-6 {
  width: calc(50% - 16px);
}
.tpl-col.is-offset-6 {
  margin-left: calc(50% + (16px / 2));
}
.tpl-col.is-7 {
  width: calc(58.333333333333336% - 16px);
}
.tpl-col.is-offset-7 {
  margin-left: calc(58.333333333333336% + (16px / 2));
}
.tpl-col.is-8 {
  width: calc(66.66666666666666% - 16px);
}
.tpl-col.is-offset-8 {
  margin-left: calc(66.66666666666666% + (16px / 2));
}
.tpl-col.is-9 {
  width: calc(75% - 16px);
}
.tpl-col.is-offset-9 {
  margin-left: calc(75% + (16px / 2));
}
.tpl-col.is-10 {
  width: calc(83.33333333333334% - 16px);
}
.tpl-col.is-offset-10 {
  margin-left: calc(83.33333333333334% + (16px / 2));
}
.tpl-col.is-11 {
  width: calc(91.66666666666666% - 16px);
}
.tpl-col.is-offset-11 {
  margin-left: calc(91.66666666666666% + (16px / 2));
}
.tpl-col.is-12 {
  width: calc(100% - 16px);
}
.tpl-col.is-offset-12 {
  margin-left: calc(100% + (16px / 2));
}
@media only screen and (min-width: 576px) {
  .tpl-col.is-sm-0 {
    width: calc(0% - 16px);
  }
  .tpl-col.is-sm-offset-0 {
    margin-left: calc(0% + (16px / 2));
  }
  .tpl-col.is-sm-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .tpl-col.is-sm-offset-1 {
    margin-left: calc(8.333333333333332% + (16px / 2));
  }
  .tpl-col.is-sm-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .tpl-col.is-sm-offset-2 {
    margin-left: calc(16.666666666666664% + (16px / 2));
  }
  .tpl-col.is-sm-3 {
    width: calc(25% - 16px);
  }
  .tpl-col.is-sm-offset-3 {
    margin-left: calc(25% + (16px / 2));
  }
  .tpl-col.is-sm-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .tpl-col.is-sm-offset-4 {
    margin-left: calc(33.33333333333333% + (16px / 2));
  }
  .tpl-col.is-sm-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .tpl-col.is-sm-offset-5 {
    margin-left: calc(41.66666666666667% + (16px / 2));
  }
  .tpl-col.is-sm-6 {
    width: calc(50% - 16px);
  }
  .tpl-col.is-sm-offset-6 {
    margin-left: calc(50% + (16px / 2));
  }
  .tpl-col.is-sm-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .tpl-col.is-sm-offset-7 {
    margin-left: calc(58.333333333333336% + (16px / 2));
  }
  .tpl-col.is-sm-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .tpl-col.is-sm-offset-8 {
    margin-left: calc(66.66666666666666% + (16px / 2));
  }
  .tpl-col.is-sm-9 {
    width: calc(75% - 16px);
  }
  .tpl-col.is-sm-offset-9 {
    margin-left: calc(75% + (16px / 2));
  }
  .tpl-col.is-sm-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .tpl-col.is-sm-offset-10 {
    margin-left: calc(83.33333333333334% + (16px / 2));
  }
  .tpl-col.is-sm-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .tpl-col.is-sm-offset-11 {
    margin-left: calc(91.66666666666666% + (16px / 2));
  }
  .tpl-col.is-sm-12 {
    width: calc(100% - 16px);
  }
  .tpl-col.is-sm-offset-12 {
    margin-left: calc(100% + (16px / 2));
  }
  .tpl-col.is-sm-samewidth {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 960px) {
  .tpl-col.is-md-0 {
    width: calc(0% - 16px);
  }
  .tpl-col.is-md-offset-0 {
    margin-left: calc(0% + (16px / 2));
  }
  .tpl-col.is-md-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .tpl-col.is-md-offset-1 {
    margin-left: calc(8.333333333333332% + (16px / 2));
  }
  .tpl-col.is-md-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .tpl-col.is-md-offset-2 {
    margin-left: calc(16.666666666666664% + (16px / 2));
  }
  .tpl-col.is-md-3 {
    width: calc(25% - 16px);
  }
  .tpl-col.is-md-offset-3 {
    margin-left: calc(25% + (16px / 2));
  }
  .tpl-col.is-md-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .tpl-col.is-md-offset-4 {
    margin-left: calc(33.33333333333333% + (16px / 2));
  }
  .tpl-col.is-md-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .tpl-col.is-md-offset-5 {
    margin-left: calc(41.66666666666667% + (16px / 2));
  }
  .tpl-col.is-md-6 {
    width: calc(50% - 16px);
  }
  .tpl-col.is-md-offset-6 {
    margin-left: calc(50% + (16px / 2));
  }
  .tpl-col.is-md-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .tpl-col.is-md-offset-7 {
    margin-left: calc(58.333333333333336% + (16px / 2));
  }
  .tpl-col.is-md-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .tpl-col.is-md-offset-8 {
    margin-left: calc(66.66666666666666% + (16px / 2));
  }
  .tpl-col.is-md-9 {
    width: calc(75% - 16px);
  }
  .tpl-col.is-md-offset-9 {
    margin-left: calc(75% + (16px / 2));
  }
  .tpl-col.is-md-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .tpl-col.is-md-offset-10 {
    margin-left: calc(83.33333333333334% + (16px / 2));
  }
  .tpl-col.is-md-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .tpl-col.is-md-offset-11 {
    margin-left: calc(91.66666666666666% + (16px / 2));
  }
  .tpl-col.is-md-12 {
    width: calc(100% - 16px);
  }
  .tpl-col.is-md-offset-12 {
    margin-left: calc(100% + (16px / 2));
  }
  .tpl-col.is-md-samewidth {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .tpl-col.is-lg-0 {
    width: calc(0% - 16px);
  }
  .tpl-col.is-lg-offset-0 {
    margin-left: calc(0% + (16px / 2));
  }
  .tpl-col.is-lg-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .tpl-col.is-lg-offset-1 {
    margin-left: calc(8.333333333333332% + (16px / 2));
  }
  .tpl-col.is-lg-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .tpl-col.is-lg-offset-2 {
    margin-left: calc(16.666666666666664% + (16px / 2));
  }
  .tpl-col.is-lg-3 {
    width: calc(25% - 16px);
  }
  .tpl-col.is-lg-offset-3 {
    margin-left: calc(25% + (16px / 2));
  }
  .tpl-col.is-lg-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .tpl-col.is-lg-offset-4 {
    margin-left: calc(33.33333333333333% + (16px / 2));
  }
  .tpl-col.is-lg-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .tpl-col.is-lg-offset-5 {
    margin-left: calc(41.66666666666667% + (16px / 2));
  }
  .tpl-col.is-lg-6 {
    width: calc(50% - 16px);
  }
  .tpl-col.is-lg-offset-6 {
    margin-left: calc(50% + (16px / 2));
  }
  .tpl-col.is-lg-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .tpl-col.is-lg-offset-7 {
    margin-left: calc(58.333333333333336% + (16px / 2));
  }
  .tpl-col.is-lg-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .tpl-col.is-lg-offset-8 {
    margin-left: calc(66.66666666666666% + (16px / 2));
  }
  .tpl-col.is-lg-9 {
    width: calc(75% - 16px);
  }
  .tpl-col.is-lg-offset-9 {
    margin-left: calc(75% + (16px / 2));
  }
  .tpl-col.is-lg-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .tpl-col.is-lg-offset-10 {
    margin-left: calc(83.33333333333334% + (16px / 2));
  }
  .tpl-col.is-lg-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .tpl-col.is-lg-offset-11 {
    margin-left: calc(91.66666666666666% + (16px / 2));
  }
  .tpl-col.is-lg-12 {
    width: calc(100% - 16px);
  }
  .tpl-col.is-lg-offset-12 {
    margin-left: calc(100% + (16px / 2));
  }
  .tpl-col.is-lg-samewidth {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .tpl-col.is-xl-0 {
    width: calc(0% - 16px);
  }
  .tpl-col.is-xl-offset-0 {
    margin-left: calc(0% + (16px / 2));
  }
  .tpl-col.is-xl-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .tpl-col.is-xl-offset-1 {
    margin-left: calc(8.333333333333332% + (16px / 2));
  }
  .tpl-col.is-xl-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .tpl-col.is-xl-offset-2 {
    margin-left: calc(16.666666666666664% + (16px / 2));
  }
  .tpl-col.is-xl-3 {
    width: calc(25% - 16px);
  }
  .tpl-col.is-xl-offset-3 {
    margin-left: calc(25% + (16px / 2));
  }
  .tpl-col.is-xl-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .tpl-col.is-xl-offset-4 {
    margin-left: calc(33.33333333333333% + (16px / 2));
  }
  .tpl-col.is-xl-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .tpl-col.is-xl-offset-5 {
    margin-left: calc(41.66666666666667% + (16px / 2));
  }
  .tpl-col.is-xl-6 {
    width: calc(50% - 16px);
  }
  .tpl-col.is-xl-offset-6 {
    margin-left: calc(50% + (16px / 2));
  }
  .tpl-col.is-xl-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .tpl-col.is-xl-offset-7 {
    margin-left: calc(58.333333333333336% + (16px / 2));
  }
  .tpl-col.is-xl-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .tpl-col.is-xl-offset-8 {
    margin-left: calc(66.66666666666666% + (16px / 2));
  }
  .tpl-col.is-xl-9 {
    width: calc(75% - 16px);
  }
  .tpl-col.is-xl-offset-9 {
    margin-left: calc(75% + (16px / 2));
  }
  .tpl-col.is-xl-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .tpl-col.is-xl-offset-10 {
    margin-left: calc(83.33333333333334% + (16px / 2));
  }
  .tpl-col.is-xl-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .tpl-col.is-xl-offset-11 {
    margin-left: calc(91.66666666666666% + (16px / 2));
  }
  .tpl-col.is-xl-12 {
    width: calc(100% - 16px);
  }
  .tpl-col.is-xl-offset-12 {
    margin-left: calc(100% + (16px / 2));
  }
  .tpl-col.is-xl-samewidth {
    flex-grow: 1;
    flex-basis: 0;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2017, 5:02:53 PM
    Author     : mv
*/
/*@import 'mv_mixins.less';*/
.mv-error-handling.is-shown {
  left: 0;
}
.mv-error-handling.is-shown .mv-error-more {
  display: block;
}
.mv-error-handling {
  background: #eee;
  white-space: pre-wrap;
  line-height: 18px;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  border: 1px solid #ddd;
  color: #000;
}
.mv-error-handling .c-error {
  color: red;
}
.mv-error-header {
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
  padding-right: 36px;
}
.mv-error-close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #eee;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: sans-serif;
  border-radius: 12px;
  line-height: 24px;
  transition: ease-in-out 300ms;
  cursor: pointer;
}
.mv-error-close:hover {
  background: #fff;
}
.mv-error-more {
  display: none;
  max-height: 400px;
  overflow: auto;
}
.mv-error-section {
  padding: 8px;
  margin-bottom: 16px;
}
.mv-error-title {
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
.mv-error {
  padding: 2px 0;
  font-family: Courier, monospace;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 23, 2020, 12:01:04 PM
    Author     : mv
*/
.mv-pixelperfect {
  position: absolute;
  z-index: 9999999999999;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.mv-pixelperfect.is-shown .mv-pixelperfect-imgs {
  display: block;
}
.mv-pixelperfect.is-shown .mv-pixelperfect-toolbar input,
.mv-pixelperfect.is-shown .mv-pixelperfect-toolbar button {
  display: inline-block;
}
.mv-pixelperfect.is-shown .mv-pixelperfect-eye {
  margin-right: 16px;
}
.mv-pixelperfect-imgs {
  display: none;
  pointer-events: none;
}
.mv-pixelperfect-img {
  max-width: none;
  margin: 0 auto;
  display: none;
  opacity: 0.6;
}
@media only screen and (max-width: 959px) {
  .mv-pixelperfect-img.is-sm {
    display: block;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .mv-pixelperfect-img.is-md {
    display: block;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .mv-pixelperfect-img.is-lg {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .mv-pixelperfect-img.is-xl {
    display: block;
  }
}
.mv-pixelperfect-btn {
  background: #eee;
  border: 1px solid #ddd;
  padding: 0;
  margin-right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: sans-serif;
  border-radius: 12px;
  line-height: 24px;
  transition: ease-in-out 300ms;
  cursor: pointer;
  display: none;
}
.mv-pixelperfect-eye {
  display: inline-block !important;
  margin-right: 0;
}
.mv-pixelperfect-toolbar {
  pointer-events: normal;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: #eee;
}
.mv-pixelperfect-toolbar input {
  width: 100px;
  margin-right: 16px;
  display: none;
  height: 24px;
}
/*
@import 'vendor/flatpickr.less';

@import 'components/toast.less';
@import 'components/tabs.less';
@import 'components/select.less';
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 3, 2021, 5:57:52 PM
    Author     : mv
*/
.alert {
  padding: 8px 16px;
  border: 0;
  border-radius: 2px;
  background: #ddd;
  line-height: 18px;
  display: flex;
  gap: 8px;
}
.alert.is-error {
  color: #cd323f;
}
.alert.is-success {
  color: #7fc97d;
}
.alert.is-warning {
  background: #ee8700;
  color: #fff;
}
.alert-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 12, 2020, 3:16:43 PM
    Author     : mv
*/
.btn {
  --btn-padding: 8px 16px;
  --btn-radius: 6px;
  --btn-border: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all ease-in-out 300ms;
  white-space: nowrap;
  padding: var(--btn-padding);
  gap: 8px;
  font-family: 'Houschka Pro';
  font-weight: 800;
  font-style: italic;
  font-size: 18px;
  position: relative;
  border: var(--btn-border) solid #20286D;
  border-radius: var(--btn-radius);
  box-shadow: 0px 6px 24px 0px #00000040;
  color: #fff;
  background-color: #20286D;
  text-transform: uppercase;
}
.btn.is-blue {
  background: #0364AE;
  border-color: #fff;
}
.btn:has(> .btn-gradient) {
  padding: 0;
}
.btn:has(> .btn-gradient):hover .btn-gradient {
  color: #141a46;
}
.btn .btn-gradient {
  padding: var(--btn-padding);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--btn-radius) - var(--btn-border));
  background: linear-gradient(180deg, #F7B002 0%, #C78E01 100%);
  color: #20286D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 300ms;
}
@media only screen and (min-width: 960px) {
  .btn {
    --btn-border: 6px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .btn {
    --btn-padding: 10px 24px;
    --btn-radius: 10px;
    height: 56px;
    font-size: 24px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2017, 11:38:11 AM
    Author     : mv
*/
/* base rules*/
.checkbox {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
  /* HTML5 Error */
}
.checkbox .checkbox-input {
  opacity: 0;
  position: absolute;
}
.checkbox .checkbox-fake {
  /*		position: relative;
		display: inline-block;
		line-height: 24px;
		.size(24px);
		min-width: 24px;
		border: solid 2px #000;
		background: #fff;*/
  position: relative;
  display: inline-block;
  line-height: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 4px;
  border: solid 1px #000000;
  background: #fff;
}
.checkbox .checkbox-text,
.checkbox .checkbox-txt {
  padding-left: 8px;
  /*font-weight: 300;*/
  font-size: 14px;
}
.checkbox .checkbox-fake::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.checkbox .checkbox-fake::after {
  height: 4px;
  width: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  top: 2px;
  color: #20286D;
}
.checkbox .checkbox-input + .checkbox-fake::after {
  content: none;
}
.checkbox .checkbox-input:checked + .checkbox-fake {
  /*background: @color-primary;*/
  border-color: #20286D;
}
.checkbox .checkbox-input:checked + .checkbox-fake::after {
  content: "";
}
.checkbox .checkbox-input:focus + .checkbox-fake {
  /*outline: @color-secondary auto 1px;*/
}
.checkbox .checkbox-input:invalid + .checkbox-fake {
  /*box-shadow: 0 0 3px red;*/
}
.checkbox .checkbox-input[disabled] + .checkbox-fake {
  border: solid 2px #aaa;
}
.checkbox .checkbox-input[disabled] + .checkbox-fake:after {
  content: "";
  background: #aaa;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2017, 11:38:40 AM
    Author     : mv
*/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888888;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888888;
}
.form-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 24px;
}
.form-desc {
  margin-top: -16px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1280px) {
  .form-row-groupbtn {
    display: flex;
  }
  .form-row-groupbtn .form-control-group {
    flex-grow: 1;
  }
}
.form-row {
  clear: both;
  margin-bottom: 8px;
}
.form-row.has-4-field,
.form-row.has-3-field,
.form-row.has-2-field {
  display: flex;
  gap: 8px;
}
.form-row.has-4-field .form-field,
.form-row.has-3-field .form-field,
.form-row.has-2-field .form-field {
  flex-basis: 0;
  flex-grow: 1;
}
.form-alert {
  margin-bottom: 24px;
}
.form-field {
  margin-bottom: 16px;
}
.form-field .select {
  display: block;
}
.form-btns {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .form-control-group {
    display: flex;
  }
  .form-control-group .select select,
  .form-control-group .fake-control,
  .form-control-group .form-control {
    border-radius: 0;
    border-left-width: 0;
  }
  .form-control-group .select select:first-child,
  .form-control-group .fake-control:first-child,
  .form-control-group .form-control:first-child {
    border-left-width: 1px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .form-control-group .select select:last-child,
  .form-control-group .fake-control:last-child,
  .form-control-group .form-control:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.form-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 300;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}
.form-success,
.form-error {
  /*	font-size: 18px;
	font-weight: 600;
	line-height: 26px;*/
  display: block;
  text-align: left;
  margin: 8px 0;
}
.form-success:empty,
.form-error:empty {
  display: none;
}
.form-success {
  color: green;
}
.form-error {
  color: #cd323f;
}
.fake-control,
.form-control {
  display: block;
  width: 100%;
  /*height: 36px;*/
  padding: 8px;
  /*border: solid 4px @color-site-blue;*/
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 18px;
}
.fake-control.has-placeholder,
.form-control.has-placeholder {
  font-weight: 300;
  color: #666666;
}
.fake-control.is-small,
.form-control.is-small {
  height: 24px;
  padding: 2px 24px 2px 8px;
  font-size: 12px;
}
textarea.form-control {
  height: 184px;
  resize: none;
}
.select .form-control {
  padding-right: 40px;
}
.fake-control {
  transition: all ease-in-out 300ms;
  background: #fff url(/images/icon-24-arrow-down.svg) no-repeat calc(100% - 16px) center;
}
.select select,
.form-control {
  transition: all ease-in-out 300ms;
}
.select select:hover,
.form-control:hover,
.select select:focus,
.form-control:focus,
.select select:active,
.form-control:active {
  /*box-shadow: 0px 0px 0px 1px @color-primary;*/
  border-color: #20286D;
  outline: none;
}
form.is-submited .checkbox-input:invalid + .checkbox-fake,
form.is-submited .select select:invalid,
form.is-submited .form-control:invalid {
  outline: 4px solid red;
}
.fake-control {
  padding: 0;
  position: relative;
}
.fake-control.is-popupopen {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fake-control.is-popupopen .fake-control-popup {
  display: block;
}
.fake-control-text {
  padding: 12px 16px 12px 24px;
}
.fake-control-popup {
  display: none;
  position: absolute;
  z-index: 50;
  left: -1px;
  top: 50px;
  right: -1px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
}
.fake-control-popup .datepicker {
  display: inline-block;
}
.delivery-control {
  cursor: default;
  font-weight: 300;
  padding: 4px 16px 4px 24px;
  height: 100%;
}
.delivery-control-type {
  font-size: 12px;
  line-height: 1;
}
.delivery-control-price {
  padding-top: 8px;
  float: right;
}
.guests-popup {
  max-width: 224px;
  padding: 16px;
  text-align: center;
  color: #000;
}
.guests-popup ul:before,
.guests-popup ul:after {
  content: " ";
  display: table;
}
.guests-popup ul:after {
  clear: both;
}
.guests-popup ul:before,
.guests-popup ul:after {
  content: " ";
  display: table;
}
.guests-popup ul:after {
  clear: both;
}
.guests-popup li {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  border: 2px solid #000;
  color: #000;
  font-family: 'Houschka Pro';
  font-weight: bold;
  margin-right: 16px;
  margin-bottom: 16px;
}
.guests-popup .text {
  line-height: 26px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #333333;
}
.guests-popup .phone {
  text-align: left;
  color: #000;
  font-weight: bold;
}
.language-popup {
  padding: 16px;
  color: #000;
}
.language-popup ul:before,
.language-popup ul:after {
  content: " ";
  display: table;
}
.language-popup ul:after {
  clear: both;
}
.language-popup ul:before,
.language-popup ul:after {
  content: " ";
  display: table;
}
.language-popup ul:after {
  clear: both;
}
.language-popup li {
  color: #666666;
  font-size: 18px;
  line-height: 36px;
}
.form-counter {
  background: #E9E9E9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 4px 8px;
  font-size: 10px;
  color: #0364AE;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
/*
@import 'components/popup.less';
@import 'components/full-popup.less';
@import 'components/slider.less';
@import 'components/sidemenu.less';
@import 'components/cookies-box.less';
@import 'components/icn.less';
@import 'components/box.less';
@import 'components/avatar.less';
@import 'components/pagination.less';
@import 'components/filter.less';
@import 'components/detail-header.less';
@import 'components/gallery.less';
@import 'components/newsletter-popup.less';
@import 'components/card.less';
@import 'components/submenu.less';

*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 16, 2020, 2:16:22 PM
    Author     : fpereira
*/
:root {
  --header-solid-height: 128px;
}
@media only screen and (min-width: 1280px) {
  :root {
    --header-solid-height: 200px;
  }
}
.header-main {
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 500;
  background: linear-gradient(180deg, #20286D 0%, rgba(32, 40, 109, 0) 100%);
}
.header-main.is-active {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
  /*background: fade(@color-primary, 90%);*/
  background: #20286D;
}
@media only screen and (min-width: 1280px) {
  .header-main {
    min-height: 200px;
  }
}
.header-main.is-solid {
  background: #20286D;
  min-height: var(--header-solid-height);
}
.header-main.is-solid + .main-main {
  padding-top: var(--header-solid-height);
}
.header-main a {
  pointer-events: auto;
}
.header-top {
  height: 140px;
  font-family: 'Houschka Pro';
  padding: 16px 0;
}
.header-top:before,
.header-top:after {
  content: " ";
  display: table;
}
.header-top:after {
  clear: both;
}
.header-top:before,
.header-top:after {
  content: " ";
  display: table;
}
.header-top:after {
  clear: both;
}
.header-logo {
  width: 160px;
}
@media only screen and (min-width: 960px) {
  .header-logo {
    width: 180px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-logo {
    width: 220px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-logo {
    width: 320px;
  }
}
.header-logo-30 {
  width: 100px;
}
@media only screen and (min-width: 960px) {
  .header-logo-30 {
    width: 200px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-logo-30 {
    width: 250px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-logo-30 {
    width: 320px;
  }
}
.main-main {
  min-height: 100vh;
}
@media only screen and (min-width: 960px) {
  .main-main {
    height: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .footer-main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.footer-main {
  z-index: 10000;
  pointer-events: none;
}
.footer-main a {
  pointer-events: auto;
}
.footer-content {
  background: #20286D;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width: 960px) {
  .footer-content {
    font-size: 12px;
  }
  .footer-content .tpl-col {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
@media only screen and (min-width: 960px) {
  .footer-gradient {
    height: 128px;
    background: linear-gradient(0deg, #20286D 0%, rgba(32, 40, 109, 0) 100%);
  }
}
.footer-logo {
  height: 22px;
}
.footer-dates {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  .footer-dates {
    font-size: 18px;
  }
}
.footer-conditions {
  margin-bottom: 32px;
}
@media only screen and (min-width: 960px) {
  .footer-conditions {
    margin-bottom: 0;
  }
}
.footer-copy {
  opacity: 50%;
}
.btn-social {
  font-size: 24px;
}
/*
@import 'components/video.less';
*/
body.bg-main-image {
  background: #20286D url(/images/img-main-m.png) no-repeat top fixed;
  background-size: 100% auto;
}
@media only screen and (min-width: 960px) {
  body.bg-main-image {
    background: url(/images/img-main.png) no-repeat center fixed;
    background-size: cover;
  }
}
.hp-main {
  position: relative;
  height: 100vh;
}
.hp-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
}
.hp-wrapper:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 230px;
  background: linear-gradient(0deg, #20286D 30%, rgba(32, 40, 109, 0) 100%);
  padding-top: 128px;
  content: "";
}
.hp-texts {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 64px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hp-texts h1,
.hp-texts h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.hp-texts .btn {
  font-size: 20px;
  box-shadow: 0px 6px 24px 0px #00000099;
}
.hp-texts .btn:hover {
  box-shadow: 0px 6px 32px 0px #000000EE;
}
.c-yellow {
  color: #F7B002;
}
@media only screen and (min-width: 960px) {
  .hp-texts {
    max-width: 60%;
    left: 64px;
    top: 72px;
    bottom: auto;
  }
  .hp-texts h1,
  .hp-texts h2 {
    font-size: 36px;
  }
  .hp-texts .btn {
    --btn-padding: 16px 40px;
    font-size: 24px;
    height: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .hp-texts {
    max-width: 50%;
    top: 128px;
  }
  .hp-texts h1,
  .hp-texts h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .hp-texts .btn {
    --btn-padding: 16px 48px;
    font-size: 28px;
    height: 78px;
  }
}
body.is-page-participar .main-main {
  padding-top: 148px;
  min-height: 100%;
  height: auto;
}
body.is-page-participar .main-main,
body.is-page-participar .footer-main {
  background: rgba(32, 40, 109, 0.8);
}
@media only screen and (min-width: 960px) {
  body.is-page-participar .footer-main {
    position: static;
  }
}
body.is-page-participar-thanks {
  display: flex;
  flex-direction: column;
}
body.is-page-participar-thanks .main-main {
  flex-grow: 1;
  min-height: auto;
}
.participar-thanks {
  padding-bottom: 64px;
}
.participar-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .participar-text {
    font-size: 28px;
    margin-top: 46px;
    max-width: 383px;
  }
}
.nomember-box {
  background: #FFFFFF59;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.nomember-box p {
  margin: 0 0 16px;
}
@media only screen and (min-width: 960px) {
  .nomember-box {
    max-width: 320px;
  }
}
.participar-form {
  color: #fff;
}
.participar-form textarea {
  height: 146px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 960px) {
  .participar-form {
    max-width: 300px;
  }
  .participar-form .alert {
    margin-top: 46px;
  }
}
/*
    Created on : 06/04/2026, 11:18:41
    Author     : ferna
*/
.slpage h1 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  .slpage {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .slpage {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1440px) {
  .slpage {
    margin-top: 128px;
  }
}
