/*
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: 'Playfair Display', Arial, sans-serif;
  color: #ffffff;
  background-color: #2c2823;
}
main {
  display: block;
  min-height: calc(100vh - 480px);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  main {
    min-height: calc(100vh - 164px - 97px);
  }
}
@media only screen and (min-width: 992px) {
  main {
    min-height: calc(100vh - 164px);
  }
}
img {
  max-width: 100%;
}
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: #014F53;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 0;
  right: 40px;
  color: #014F53;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  right: 0;
  color: #014F53;
}
.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: #014F53;
  color: #fff;
  font-weight: bold;
}
.pa-0 {
  padding: 0px !important;
}
.pa-1 {
  padding: 1px !important;
}
.pa-2 {
  padding: 2px !important;
}
.pa-4 {
  padding: 4px !important;
}
.pa-8 {
  padding: 8px !important;
}
.pa-16 {
  padding: 16px !important;
}
.pa-24 {
  padding: 24px !important;
}
.pa-32 {
  padding: 32px !important;
}
.pa-40 {
  padding: 40px !important;
}
.pa-48 {
  padding: 48px !important;
}
.pa-56 {
  padding: 56px !important;
}
.pa-64 {
  padding: 64px !important;
}
.pa-72 {
  padding: 72px !important;
}
.pa-80 {
  padding: 80px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 1px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.pr-2 {
  padding-right: 2px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ma-0 {
  margin: 0px !important;
}
.ma-1 {
  margin: 1px !important;
}
.ma-2 {
  margin: 2px !important;
}
.ma-4 {
  margin: 4px !important;
}
.ma-8 {
  margin: 8px !important;
}
.ma-16 {
  margin: 16px !important;
}
.ma-24 {
  margin: 24px !important;
}
.ma-32 {
  margin: 32px !important;
}
.ma-40 {
  margin: 40px !important;
}
.ma-48 {
  margin: 48px !important;
}
.ma-56 {
  margin: 56px !important;
}
.ma-64 {
  margin: 64px !important;
}
.ma-72 {
  margin: 72px !important;
}
.ma-80 {
  margin: 80px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mt-80 {
  margin-top: 80px !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-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 1px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.bg-none {
  background: none !important;
}
.bgr-no-repeat {
  background-repeat: no-repeat !important;
}
.bgi-none {
  background-image: none !important;
}
.bgp-center {
  background-position: center !important;
}
.bgp-top {
  background-position: top !important;
}
.bgp-left {
  background-position: left !important;
}
.bgp-right {
  background-position: right !important;
}
.bgp-bottom {
  background-position: bottom !important;
}
.bgs-cover {
  background-size: cover !important;
}
.bgs-contain {
  background-size: contain !important;
}
.bd-0 {
  border: 0 !important;
}
.bd-1 {
  border: 1px solid #dddddd !important;
}
.bd-2 {
  border: 2px solid #dddddd !important;
}
.bd-4 {
  border: 4px solid #dddddd !important;
}
.bt-0 {
  border-top: 0 !important;
}
.bt-1 {
  border-top: 1px solid #dddddd !important;
}
.bt-2 {
  border-top: 2px solid #dddddd !important;
}
.bt-4 {
  border-top: 4px solid #dddddd !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.bb-1 {
  border-bottom: 1px solid #dddddd !important;
}
.bb-2 {
  border-bottom: 2px solid #dddddd !important;
}
.bb-4 {
  border-bottom: 4px solid #dddddd !important;
}
.bl-0 {
  border-left: 0 !important;
}
.bl-1 {
  border-left: 1px solid #dddddd !important;
}
.bl-2 {
  border-left: 2px solid #dddddd !important;
}
.bl-4 {
  border-left: 4px solid #dddddd !important;
}
.br-0 {
  border-right: 0 !important;
}
.br-1 {
  border-right: 1px solid #dddddd !important;
}
.br-2 {
  border-right: 2px solid #dddddd !important;
}
.br-4 {
  border-right: 4px solid #dddddd !important;
}
.bw-0 {
  border-width: 0 !important;
}
.bw-1 {
  border-width: 1 !important;
}
.bw-2 {
  border-width: 2 !important;
}
.bw-4 {
  border-width: 4 !important;
}
.bs-solid {
  border-style: solid !important;
}
.rd-0 {
  border-radius: 0px !important;
}
.rd-2 {
  border-radius: 2px !important;
}
.rd-4 {
  border-radius: 4px !important;
}
.rd-8 {
  border-radius: 8px !important;
}
.rd-16 {
  border-radius: 16px !important;
}
.rd-32 {
  border-radius: 32px !important;
}
.rd-half {
  border-radius: 50% !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-64 {
  font-size: 64px !important;
}
.fs-small {
  font-size: smaller !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;
}
.fl-italic {
  font-style: italic !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-10 {
  line-height: 10px !important;
}
.lh-12 {
  line-height: 12px !important;
}
.lh-14 {
  line-height: 14px !important;
}
.lh-16 {
  line-height: 16px !important;
}
.lh-18 {
  line-height: 18px !important;
}
.lh-20 {
  line-height: 20px !important;
}
.lh-24 {
  line-height: 24px !important;
}
.lh-26 {
  line-height: 26px !important;
}
.lh-28 {
  line-height: 28px !important;
}
.lh-32 {
  line-height: 32px !important;
}
.lh-40 {
  line-height: 40px !important;
}
.lh-48 {
  line-height: 48px !important;
}
.lh-64 {
  line-height: 64px !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;
}
.td-none {
  text-decoration: none !important;
}
.td-underline {
  text-decoration: underline !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.cl-none {
  clear: none !important;
}
.cl-both {
  clear: both !important;
}
.cl-left {
  clear: left !important;
}
.cl-right {
  clear: right !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;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-grid {
  display: grid !important;
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-static {
  position: static !important;
}
.p-fixed {
  position: fixed !important;
}
.of-cover {
  object-fit: cover !important;
}
.of-contain {
  object-fit: contain !important;
}
.t-0 {
  top: 0px !important;
}
.t-1 {
  top: 1px !important;
}
.t-2 {
  top: 2px !important;
}
.t-4 {
  top: 4px !important;
}
.t-8 {
  top: 8px !important;
}
.t-16 {
  top: 16px !important;
}
.t-24 {
  top: 24px !important;
}
.t-32 {
  top: 32px !important;
}
.t-40 {
  top: 40px !important;
}
.t-48 {
  top: 48px !important;
}
.t-56 {
  top: 56px !important;
}
.t-64 {
  top: 64px !important;
}
.t-72 {
  top: 72px !important;
}
.t-80 {
  top: 80px !important;
}
.l-0 {
  left: 0px !important;
}
.l-1 {
  left: 1px !important;
}
.l-2 {
  left: 2px !important;
}
.l-4 {
  left: 4px !important;
}
.l-8 {
  left: 8px !important;
}
.l-16 {
  left: 16px !important;
}
.l-24 {
  left: 24px !important;
}
.l-32 {
  left: 32px !important;
}
.l-40 {
  left: 40px !important;
}
.l-48 {
  left: 48px !important;
}
.l-56 {
  left: 56px !important;
}
.l-64 {
  left: 64px !important;
}
.l-72 {
  left: 72px !important;
}
.l-80 {
  left: 80px !important;
}
.r-0 {
  right: 0px !important;
}
.r-1 {
  right: 1px !important;
}
.r-2 {
  right: 2px !important;
}
.r-4 {
  right: 4px !important;
}
.r-8 {
  right: 8px !important;
}
.r-16 {
  right: 16px !important;
}
.r-24 {
  right: 24px !important;
}
.r-32 {
  right: 32px !important;
}
.r-40 {
  right: 40px !important;
}
.r-48 {
  right: 48px !important;
}
.r-56 {
  right: 56px !important;
}
.r-64 {
  right: 64px !important;
}
.r-72 {
  right: 72px !important;
}
.r-80 {
  right: 80px !important;
}
.b-0 {
  bottom: 0px !important;
}
.b-1 {
  bottom: 1px !important;
}
.b-2 {
  bottom: 2px !important;
}
.b-4 {
  bottom: 4px !important;
}
.b-8 {
  bottom: 8px !important;
}
.b-16 {
  bottom: 16px !important;
}
.b-24 {
  bottom: 24px !important;
}
.b-32 {
  bottom: 32px !important;
}
.b-40 {
  bottom: 40px !important;
}
.b-48 {
  bottom: 48px !important;
}
.b-56 {
  bottom: 56px !important;
}
.b-64 {
  bottom: 64px !important;
}
.b-72 {
  bottom: 72px !important;
}
.b-80 {
  bottom: 80px !important;
}
.cls-1 {
  columns: 1 !important;
}
.cls-2 {
  columns: 2 !important;
}
.cls-3 {
  columns: 3 !important;
}
.cls-4 {
  columns: 4 !important;
}
.cls-5 {
  columns: 5 !important;
}
.cls-6 {
  columns: 6 !important;
}
.clc-1 {
  column-count: 1 !important;
}
.clc-2 {
  column-count: 2 !important;
}
.clc-3 {
  column-count: 3 !important;
}
.clc-4 {
  column-count: 4 !important;
}
.clc-5 {
  column-count: 5 !important;
}
.clc-6 {
  column-count: 6 !important;
}
.clg-0 {
  column-gap: 0px !important;
}
.clg-4 {
  column-gap: 4px !important;
}
.clg-8 {
  column-gap: 8px !important;
}
.clg-16 {
  column-gap: 16px !important;
}
.clg-24 {
  column-gap: 24px !important;
}
.clg-32 {
  column-gap: 32px !important;
}
.clg-40 {
  column-gap: 40px !important;
}
.clg-80 {
  column-gap: 80px !important;
}
.o-0 {
  opacity: 0 !important;
}
.o-10 {
  opacity: 0.1 !important;
}
.o-20 {
  opacity: 0.2 !important;
}
.o-30 {
  opacity: 0.3 !important;
}
.o-40 {
  opacity: 0.4 !important;
}
.o-50 {
  opacity: 0.5 !important;
}
.o-60 {
  opacity: 0.6 !important;
}
.o-70 {
  opacity: 0.7 !important;
}
.o-80 {
  opacity: 0.9 !important;
}
.o-100 {
  opacity: 1 !important;
}
.w-0 {
  width: 0 !important;
}
.w-auto {
  width: auto !important;
}
.w-half {
  width: 50% !important;
}
.w-full {
  width: 100% !important;
}
.w-window {
  width: 100vw !important;
}
.w-8 {
  width: 8px !important;
}
.w-16 {
  width: 16px !important;
}
.w-32 {
  width: 32px !important;
}
.w-56 {
  width: 56px !important;
}
.w-64 {
  width: 64px !important;
}
.w-96 {
  width: 96px !important;
}
.w-128 {
  width: 128px !important;
}
.w-256 {
  width: 256px !important;
}
.w-512 {
  width: 512px !important;
}
.w-100 {
  width: 100px !important;
}
.w-200 {
  width: 200px !important;
}
.w-300 {
  width: 300px !important;
}
.w-400 {
  width: 400px !important;
}
.w-500 {
  width: 500px !important;
}
.w-600 {
  width: 600px !important;
}
.h-0 {
  height: 0 !important;
}
.h-auto {
  height: auto !important;
}
.h-half {
  height: 50% !important;
}
.h-full {
  height: 100% !important;
}
.h-window {
  height: 100vh !important;
}
.h-8 {
  height: 8px !important;
}
.h-16 {
  height: 16px !important;
}
.h-32 {
  height: 32px !important;
}
.h-56 {
  height: 56px !important;
}
.h-64 {
  height: 64px !important;
}
.h-96 {
  height: 96px !important;
}
.h-128 {
  height: 128px !important;
}
.h-256 {
  height: 256px !important;
}
.h-512 {
  height: 512px !important;
}
.h-100 {
  height: 100px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.maxw-0 {
  max-width: 0px !important;
}
.maxw-1 {
  max-width: 1px !important;
}
.maxw-128 {
  max-width: 128px !important;
}
.maxw-256 {
  max-width: 256px !important;
}
.maxw-512 {
  max-width: 512px !important;
}
.maxw-640 {
  max-width: 640px !important;
}
.maxw-auto {
  max-width: auto !important;
}
.maxw-half {
  max-width: 50% !important;
}
.maxw-full {
  max-width: 100% !important;
}
.maxw-window {
  max-width: 100vw !important;
}
.maxh-0 {
  max-height: 0px !important;
}
.maxh-1 {
  max-height: 1px !important;
}
.maxh-128 {
  max-height: 128px !important;
}
.maxh-256 {
  max-height: 256px !important;
}
.maxh-512 {
  max-height: 512px !important;
}
.maxh-640 {
  max-height: 640px !important;
}
.maxh-auto {
  max-height: auto !important;
}
.maxh-half {
  max-height: 50% !important;
}
.maxh-full {
  max-height: 100% !important;
}
.maxh-window {
  max-height: 100vh !important;
}
.minw-0 {
  min-width: 0px !important;
}
.minw-1 {
  min-width: 1px !important;
}
.minw-128 {
  min-width: 128px !important;
}
.minw-256 {
  min-width: 256px !important;
}
.minw-512 {
  min-width: 512px !important;
}
.minw-640 {
  min-width: 640px !important;
}
.minw-auto {
  min-width: auto !important;
}
.minw-half {
  min-width: 50% !important;
}
.minw-full {
  min-width: 100% !important;
}
.minw-window {
  min-width: 100vw !important;
}
.minh-0 {
  min-height: 0px !important;
}
.minh-1 {
  min-height: 1px !important;
}
.minh-128 {
  min-height: 128px !important;
}
.minh-256 {
  min-height: 256px !important;
}
.minh-512 {
  min-height: 512px !important;
}
.minh-640 {
  min-height: 640px !important;
}
.minh-auto {
  min-height: auto !important;
}
.minh-half {
  min-height: 50% !important;
}
.minh-full {
  min-height: 100% !important;
}
.minh-window {
  min-height: 100vh !important;
}
.ws-nowrap {
  white-space: nowrap !important;
}
.ls-none {
  list-style: none !important;
}
.ls-default {
  list-style: disc inside !important;
}
.lsp-inside {
  list-style-position: inside !important;
}
.lst-disc {
  list-style-type: disc !important;
}
.bxsz-border-box {
  box-sizing: border-box !important;
}
.bxsz-content-box {
  box-sizing: content-box !important;
}
.bxsh-none {
  box-shadow: none !important;
}
.bxsh-default {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.jc-center {
  justify-content: center !important;
}
.jc-space-between {
  justify-content: space-between !important;
}
.ov-auto {
  overflow: auto !important;
}
.ov-hidden {
  overflow: hidden !important;
}
.ov-visible {
  overflow: visible !important;
}
.od-0 {
  order: 0 !important;
}
.od-1 {
  order: 1 !important;
}
.od-2 {
  order: 2 !important;
}
.od-3 {
  order: 3 !important;
}
.od-4 {
  order: 4 !important;
}
.od-5 {
  order: 5 !important;
}
.od-6 {
  order: 6 !important;
}
.od-7 {
  order: 7 !important;
}
.od-8 {
  order: 8 !important;
}
.od-9 {
  order: 9 !important;
}
.od-10 {
  order: 10 !important;
}
.od-11 {
  order: 11 !important;
}
.od-12 {
  order: 12 !important;
}
.ai-center {
  align-items: center !important;
}
.flg-1 {
  flex-grow: 1 !important;
}
.flg-2 {
  flex-grow: 2 !important;
}
.flg-3 {
  flex-grow: 3 !important;
}
.flg-4 {
  flex-grow: 4 !important;
}
.flb-0 {
  flex-basis: 0 !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;
}
.flw-wrap {
  flex-wrap: wrap !important;
}
.g-0 {
  gap: 0px !important;
}
.g-1 {
  gap: 1px !important;
}
.g-2 {
  gap: 2px !important;
}
.g-4 {
  gap: 4px !important;
}
.g-8 {
  gap: 8px !important;
}
.g-16 {
  gap: 16px !important;
}
.g-24 {
  gap: 24px !important;
}
.g-32 {
  gap: 32px !important;
}
.g-40 {
  gap: 40px !important;
}
.g-48 {
  gap: 48px !important;
}
.g-56 {
  gap: 56px !important;
}
.g-64 {
  gap: 64px !important;
}
.g-72 {
  gap: 72px !important;
}
.g-80 {
  gap: 80px !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.c-black {
  color: #000 !important;
}
.bgc-black {
  background-color: #000 !important;
}
.bc-black {
  border-color: #000 !important;
}
.c-333 {
  color: #333 !important;
}
.bgc-333 {
  background-color: #333 !important;
}
.bc-333 {
  border-color: #333 !important;
}
.c-4a4a4a {
  color: #4a4a4a !important;
}
.bgc-4a4a4a {
  background-color: #4a4a4a !important;
}
.bc-4a4a4a {
  border-color: #4a4a4a !important;
}
.c-666 {
  color: #666 !important;
}
.bgc-666 {
  background-color: #666 !important;
}
.bc-666 {
  border-color: #666 !important;
}
.c-999 {
  color: #999 !important;
}
.bgc-999 {
  background-color: #999 !important;
}
.bc-999 {
  border-color: #999 !important;
}
.c-ccc {
  color: #ccc !important;
}
.bgc-ccc {
  background-color: #ccc !important;
}
.bc-ccc {
  border-color: #ccc !important;
}
.c-ddd {
  color: #ddd !important;
}
.bgc-ddd {
  background-color: #ddd !important;
}
.bc-ddd {
  border-color: #ddd !important;
}
.c-eee {
  color: #eee !important;
}
.bgc-eee {
  background-color: #eee !important;
}
.bc-eee {
  border-color: #eee !important;
}
.c-f6f6f6 {
  color: #f6f6f6 !important;
}
.bgc-f6f6f6 {
  background-color: #f6f6f6 !important;
}
.bc-f6f6f6 {
  border-color: #f6f6f6 !important;
}
.c-white {
  color: #fff !important;
}
.bgc-white {
  background-color: #fff !important;
}
.bc-white {
  border-color: #fff !important;
}
.c-primary {
  color: #014F53 !important;
}
.bgc-primary {
  background-color: #014F53 !important;
}
.bc-primary {
  border-color: #014F53 !important;
}
.c-secondary {
  color: #CBA557 !important;
}
.bgc-secondary {
  background-color: #CBA557 !important;
}
.bc-secondary {
  border-color: #CBA557 !important;
}
.c-error {
  color: #cd323f !important;
}
.bgc-error {
  background-color: #cd323f !important;
}
.bc-error {
  border-color: #cd323f !important;
}
.c-success {
  color: #7fc97d !important;
}
.bgc-success {
  background-color: #7fc97d !important;
}
.bc-success {
  border-color: #7fc97d !important;
}
.c-border {
  color: #dddddd !important;
}
.bgc-border {
  background-color: #dddddd !important;
}
.bc-border {
  border-color: #dddddd !important;
}
.c-text {
  color: #ffffff !important;
}
.bgc-text {
  background-color: #ffffff !important;
}
.bc-text {
  border-color: #ffffff !important;
}
.c-text-faded {
  color: #999999 !important;
}
.bgc-text-faded {
  background-color: #999999 !important;
}
.bc-text-faded {
  border-color: #999999 !important;
}
.c-light-grey-1 {
  color: #f2f2f2 !important;
}
.bgc-light-grey-1 {
  background-color: #f2f2f2 !important;
}
.bc-light-grey-1 {
  border-color: #f2f2f2 !important;
}
.c-light-grey-2 {
  color: #e9e9e9 !important;
}
.bgc-light-grey-2 {
  background-color: #e9e9e9 !important;
}
.bc-light-grey-2 {
  border-color: #e9e9e9 !important;
}
.c-dark-grey-1 {
  color: #333333 !important;
}
.bgc-dark-grey-1 {
  background-color: #333333 !important;
}
.bc-dark-grey-1 {
  border-color: #333333 !important;
}
.c-dark-grey-2 {
  color: #666666 !important;
}
.bgc-dark-grey-2 {
  background-color: #666666 !important;
}
.bc-dark-grey-2 {
  border-color: #666666 !important;
}
.c-dark-grey-3 {
  color: #888888 !important;
}
.bgc-dark-grey-3 {
  background-color: #888888 !important;
}
.bc-dark-grey-3 {
  border-color: #888888 !important;
}
.c-site-white {
  color: rgba(255, 255, 255, 0.8) !important;
}
.bgc-site-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bc-site-white {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.c-site-black {
  color: #2c2823 !important;
}
.bgc-site-black {
  background-color: #2c2823 !important;
}
.bc-site-black {
  border-color: #2c2823 !important;
}
.c-site-green {
  color: #00453d !important;
}
.bgc-site-green {
  background-color: #00453d !important;
}
.bc-site-green {
  border-color: #00453d !important;
}
.c-site-brown {
  color: #482f0c !important;
}
.bgc-site-brown {
  background-color: #482f0c !important;
}
.bc-site-brown {
  border-color: #482f0c !important;
}
.c-site-red {
  color: #501305 !important;
}
.bgc-site-red {
  background-color: #501305 !important;
}
.bc-site-red {
  border-color: #501305 !important;
}
.c-site-pink {
  color: #f5b9a7 !important;
}
.bgc-site-pink {
  background-color: #f5b9a7 !important;
}
.bc-site-pink {
  border-color: #f5b9a7 !important;
}
.c-site-yellow {
  color: #ffb960 !important;
}
.bgc-site-yellow {
  background-color: #ffb960 !important;
}
.bc-site-yellow {
  border-color: #ffb960 !important;
}
.c-site-blue {
  color: #6af7e7 !important;
}
.bgc-site-blue {
  background-color: #6af7e7 !important;
}
.bc-site-blue {
  border-color: #6af7e7 !important;
}
.c-dark {
  color: #272420 !important;
}
.bgc-dark {
  background-color: #272420 !important;
}
.bc-dark {
  border-color: #272420 !important;
}
.a-primary {
  color: #014F53 !important;
  transition: all ease-in-out 300ms;
}
.a-primary:hover {
  color: #000000 !important;
}
.a-default {
  transition: all ease-in-out 300ms !important;
}
.a-default:hover {
  color: #014F53 !important;
}
.a-decoration {
  text-decoration: underline;
  transition: all ease-in-out 300ms !important;
}
.a-decoration:hover {
  color: #014F53 !important;
}
.vm {
  display: flex;
  align-items: center;
  height: 100%;
}
.invisible {
  display: none !important;
}
.tpl-no-spacer {
  padding-left: 0 !important;
}
@media all and (min-width: 576px) {
  .sm_pa-0 {
    padding: 0px !important;
  }
  .sm_pa-1 {
    padding: 1px !important;
  }
  .sm_pa-2 {
    padding: 2px !important;
  }
  .sm_pa-4 {
    padding: 4px !important;
  }
  .sm_pa-8 {
    padding: 8px !important;
  }
  .sm_pa-16 {
    padding: 16px !important;
  }
  .sm_pa-24 {
    padding: 24px !important;
  }
  .sm_pa-32 {
    padding: 32px !important;
  }
  .sm_pa-40 {
    padding: 40px !important;
  }
  .sm_pa-48 {
    padding: 48px !important;
  }
  .sm_pa-56 {
    padding: 56px !important;
  }
  .sm_pa-64 {
    padding: 64px !important;
  }
  .sm_pa-72 {
    padding: 72px !important;
  }
  .sm_pa-80 {
    padding: 80px !important;
  }
  .sm_pt-0 {
    padding-top: 0px !important;
  }
  .sm_pt-1 {
    padding-top: 1px !important;
  }
  .sm_pt-2 {
    padding-top: 2px !important;
  }
  .sm_pt-4 {
    padding-top: 4px !important;
  }
  .sm_pt-8 {
    padding-top: 8px !important;
  }
  .sm_pt-16 {
    padding-top: 16px !important;
  }
  .sm_pt-24 {
    padding-top: 24px !important;
  }
  .sm_pt-32 {
    padding-top: 32px !important;
  }
  .sm_pt-40 {
    padding-top: 40px !important;
  }
  .sm_pt-48 {
    padding-top: 48px !important;
  }
  .sm_pt-56 {
    padding-top: 56px !important;
  }
  .sm_pt-64 {
    padding-top: 64px !important;
  }
  .sm_pt-72 {
    padding-top: 72px !important;
  }
  .sm_pt-80 {
    padding-top: 80px !important;
  }
  .sm_pb-0 {
    padding-bottom: 0px !important;
  }
  .sm_pb-1 {
    padding-bottom: 1px !important;
  }
  .sm_pb-2 {
    padding-bottom: 2px !important;
  }
  .sm_pb-4 {
    padding-bottom: 4px !important;
  }
  .sm_pb-8 {
    padding-bottom: 8px !important;
  }
  .sm_pb-16 {
    padding-bottom: 16px !important;
  }
  .sm_pb-24 {
    padding-bottom: 24px !important;
  }
  .sm_pb-32 {
    padding-bottom: 32px !important;
  }
  .sm_pb-40 {
    padding-bottom: 40px !important;
  }
  .sm_pb-48 {
    padding-bottom: 48px !important;
  }
  .sm_pb-56 {
    padding-bottom: 56px !important;
  }
  .sm_pb-64 {
    padding-bottom: 64px !important;
  }
  .sm_pb-72 {
    padding-bottom: 72px !important;
  }
  .sm_pb-80 {
    padding-bottom: 80px !important;
  }
  .sm_pl-0 {
    padding-left: 0px !important;
  }
  .sm_pl-1 {
    padding-left: 1px !important;
  }
  .sm_pl-2 {
    padding-left: 2px !important;
  }
  .sm_pl-4 {
    padding-left: 4px !important;
  }
  .sm_pl-8 {
    padding-left: 8px !important;
  }
  .sm_pl-16 {
    padding-left: 16px !important;
  }
  .sm_pl-24 {
    padding-left: 24px !important;
  }
  .sm_pl-32 {
    padding-left: 32px !important;
  }
  .sm_pl-40 {
    padding-left: 40px !important;
  }
  .sm_pl-48 {
    padding-left: 48px !important;
  }
  .sm_pl-56 {
    padding-left: 56px !important;
  }
  .sm_pl-64 {
    padding-left: 64px !important;
  }
  .sm_pl-72 {
    padding-left: 72px !important;
  }
  .sm_pl-80 {
    padding-left: 80px !important;
  }
  .sm_pr-0 {
    padding-right: 0px !important;
  }
  .sm_pr-1 {
    padding-right: 1px !important;
  }
  .sm_pr-2 {
    padding-right: 2px !important;
  }
  .sm_pr-4 {
    padding-right: 4px !important;
  }
  .sm_pr-8 {
    padding-right: 8px !important;
  }
  .sm_pr-16 {
    padding-right: 16px !important;
  }
  .sm_pr-24 {
    padding-right: 24px !important;
  }
  .sm_pr-32 {
    padding-right: 32px !important;
  }
  .sm_pr-40 {
    padding-right: 40px !important;
  }
  .sm_pr-48 {
    padding-right: 48px !important;
  }
  .sm_pr-56 {
    padding-right: 56px !important;
  }
  .sm_pr-64 {
    padding-right: 64px !important;
  }
  .sm_pr-72 {
    padding-right: 72px !important;
  }
  .sm_pr-80 {
    padding-right: 80px !important;
  }
  .sm_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .sm_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .sm_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .sm_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .sm_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .sm_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sm_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .sm_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .sm_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .sm_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .sm_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .sm_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .sm_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .sm_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .sm_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .sm_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sm_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .sm_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .sm_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .sm_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .sm_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .sm_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .sm_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sm_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .sm_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .sm_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .sm_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .sm_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .sm_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .sm_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .sm_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sm_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .sm_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .sm_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .sm_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .sm_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sm_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .sm_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .sm_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .sm_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .sm_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .sm_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .sm_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .sm_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .sm_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sm_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .sm_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .sm_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .sm_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .sm_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sm_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm_ma-0 {
    margin: 0px !important;
  }
  .sm_ma-1 {
    margin: 1px !important;
  }
  .sm_ma-2 {
    margin: 2px !important;
  }
  .sm_ma-4 {
    margin: 4px !important;
  }
  .sm_ma-8 {
    margin: 8px !important;
  }
  .sm_ma-16 {
    margin: 16px !important;
  }
  .sm_ma-24 {
    margin: 24px !important;
  }
  .sm_ma-32 {
    margin: 32px !important;
  }
  .sm_ma-40 {
    margin: 40px !important;
  }
  .sm_ma-48 {
    margin: 48px !important;
  }
  .sm_ma-56 {
    margin: 56px !important;
  }
  .sm_ma-64 {
    margin: 64px !important;
  }
  .sm_ma-72 {
    margin: 72px !important;
  }
  .sm_ma-80 {
    margin: 80px !important;
  }
  .sm_mt-0 {
    margin-top: 0px !important;
  }
  .sm_mt-1 {
    margin-top: 1px !important;
  }
  .sm_mt-2 {
    margin-top: 2px !important;
  }
  .sm_mt-4 {
    margin-top: 4px !important;
  }
  .sm_mt-8 {
    margin-top: 8px !important;
  }
  .sm_mt-16 {
    margin-top: 16px !important;
  }
  .sm_mt-24 {
    margin-top: 24px !important;
  }
  .sm_mt-32 {
    margin-top: 32px !important;
  }
  .sm_mt-40 {
    margin-top: 40px !important;
  }
  .sm_mt-48 {
    margin-top: 48px !important;
  }
  .sm_mt-56 {
    margin-top: 56px !important;
  }
  .sm_mt-64 {
    margin-top: 64px !important;
  }
  .sm_mt-72 {
    margin-top: 72px !important;
  }
  .sm_mt-80 {
    margin-top: 80px !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-0 {
    margin-left: 0px !important;
  }
  .sm_ml-1 {
    margin-left: 1px !important;
  }
  .sm_ml-2 {
    margin-left: 2px !important;
  }
  .sm_ml-4 {
    margin-left: 4px !important;
  }
  .sm_ml-8 {
    margin-left: 8px !important;
  }
  .sm_ml-16 {
    margin-left: 16px !important;
  }
  .sm_ml-24 {
    margin-left: 24px !important;
  }
  .sm_ml-32 {
    margin-left: 32px !important;
  }
  .sm_ml-40 {
    margin-left: 40px !important;
  }
  .sm_ml-48 {
    margin-left: 48px !important;
  }
  .sm_ml-56 {
    margin-left: 56px !important;
  }
  .sm_ml-64 {
    margin-left: 64px !important;
  }
  .sm_ml-72 {
    margin-left: 72px !important;
  }
  .sm_ml-80 {
    margin-left: 80px !important;
  }
  .sm_mr-0 {
    margin-right: 0px !important;
  }
  .sm_mr-1 {
    margin-right: 1px !important;
  }
  .sm_mr-2 {
    margin-right: 2px !important;
  }
  .sm_mr-4 {
    margin-right: 4px !important;
  }
  .sm_mr-8 {
    margin-right: 8px !important;
  }
  .sm_mr-16 {
    margin-right: 16px !important;
  }
  .sm_mr-24 {
    margin-right: 24px !important;
  }
  .sm_mr-32 {
    margin-right: 32px !important;
  }
  .sm_mr-40 {
    margin-right: 40px !important;
  }
  .sm_mr-48 {
    margin-right: 48px !important;
  }
  .sm_mr-56 {
    margin-right: 56px !important;
  }
  .sm_mr-64 {
    margin-right: 64px !important;
  }
  .sm_mr-72 {
    margin-right: 72px !important;
  }
  .sm_mr-80 {
    margin-right: 80px !important;
  }
  .sm_bg-none {
    background: none !important;
  }
  .sm_bgr-no-repeat {
    background-repeat: no-repeat !important;
  }
  .sm_bgi-none {
    background-image: none !important;
  }
  .sm_bgp-center {
    background-position: center !important;
  }
  .sm_bgp-top {
    background-position: top !important;
  }
  .sm_bgp-left {
    background-position: left !important;
  }
  .sm_bgp-right {
    background-position: right !important;
  }
  .sm_bgp-bottom {
    background-position: bottom !important;
  }
  .sm_bgs-cover {
    background-size: cover !important;
  }
  .sm_bgs-contain {
    background-size: contain !important;
  }
  .sm_bd-0 {
    border: 0 !important;
  }
  .sm_bd-1 {
    border: 1px solid #dddddd !important;
  }
  .sm_bd-2 {
    border: 2px solid #dddddd !important;
  }
  .sm_bd-4 {
    border: 4px solid #dddddd !important;
  }
  .sm_bt-0 {
    border-top: 0 !important;
  }
  .sm_bt-1 {
    border-top: 1px solid #dddddd !important;
  }
  .sm_bt-2 {
    border-top: 2px solid #dddddd !important;
  }
  .sm_bt-4 {
    border-top: 4px solid #dddddd !important;
  }
  .sm_bb-0 {
    border-bottom: 0 !important;
  }
  .sm_bb-1 {
    border-bottom: 1px solid #dddddd !important;
  }
  .sm_bb-2 {
    border-bottom: 2px solid #dddddd !important;
  }
  .sm_bb-4 {
    border-bottom: 4px solid #dddddd !important;
  }
  .sm_bl-0 {
    border-left: 0 !important;
  }
  .sm_bl-1 {
    border-left: 1px solid #dddddd !important;
  }
  .sm_bl-2 {
    border-left: 2px solid #dddddd !important;
  }
  .sm_bl-4 {
    border-left: 4px solid #dddddd !important;
  }
  .sm_br-0 {
    border-right: 0 !important;
  }
  .sm_br-1 {
    border-right: 1px solid #dddddd !important;
  }
  .sm_br-2 {
    border-right: 2px solid #dddddd !important;
  }
  .sm_br-4 {
    border-right: 4px solid #dddddd !important;
  }
  .sm_bw-0 {
    border-width: 0 !important;
  }
  .sm_bw-1 {
    border-width: 1 !important;
  }
  .sm_bw-2 {
    border-width: 2 !important;
  }
  .sm_bw-4 {
    border-width: 4 !important;
  }
  .sm_bs-solid {
    border-style: solid !important;
  }
  .sm_rd-0 {
    border-radius: 0px !important;
  }
  .sm_rd-2 {
    border-radius: 2px !important;
  }
  .sm_rd-4 {
    border-radius: 4px !important;
  }
  .sm_rd-8 {
    border-radius: 8px !important;
  }
  .sm_rd-16 {
    border-radius: 16px !important;
  }
  .sm_rd-32 {
    border-radius: 32px !important;
  }
  .sm_rd-half {
    border-radius: 50% !important;
  }
  .sm_fs-10 {
    font-size: 10px !important;
  }
  .sm_fs-12 {
    font-size: 12px !important;
  }
  .sm_fs-14 {
    font-size: 14px !important;
  }
  .sm_fs-16 {
    font-size: 16px !important;
  }
  .sm_fs-18 {
    font-size: 18px !important;
  }
  .sm_fs-20 {
    font-size: 20px !important;
  }
  .sm_fs-24 {
    font-size: 24px !important;
  }
  .sm_fs-32 {
    font-size: 32px !important;
  }
  .sm_fs-48 {
    font-size: 48px !important;
  }
  .sm_fs-64 {
    font-size: 64px !important;
  }
  .sm_fs-small {
    font-size: smaller !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_fl-italic {
    font-style: italic !important;
  }
  .sm_lh-1 {
    line-height: 1 !important;
  }
  .sm_lh-10 {
    line-height: 10px !important;
  }
  .sm_lh-12 {
    line-height: 12px !important;
  }
  .sm_lh-14 {
    line-height: 14px !important;
  }
  .sm_lh-16 {
    line-height: 16px !important;
  }
  .sm_lh-18 {
    line-height: 18px !important;
  }
  .sm_lh-20 {
    line-height: 20px !important;
  }
  .sm_lh-24 {
    line-height: 24px !important;
  }
  .sm_lh-26 {
    line-height: 26px !important;
  }
  .sm_lh-28 {
    line-height: 28px !important;
  }
  .sm_lh-32 {
    line-height: 32px !important;
  }
  .sm_lh-40 {
    line-height: 40px !important;
  }
  .sm_lh-48 {
    line-height: 48px !important;
  }
  .sm_lh-64 {
    line-height: 64px !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_td-none {
    text-decoration: none !important;
  }
  .sm_td-underline {
    text-decoration: underline !important;
  }
  .sm_f-left {
    float: left !important;
  }
  .sm_f-right {
    float: right !important;
  }
  .sm_cl-none {
    clear: none !important;
  }
  .sm_cl-both {
    clear: both !important;
  }
  .sm_cl-left {
    clear: left !important;
  }
  .sm_cl-right {
    clear: right !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_d-table {
    display: table !important;
  }
  .sm_d-table-cell {
    display: table-cell !important;
  }
  .sm_d-grid {
    display: grid !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_of-cover {
    object-fit: cover !important;
  }
  .sm_of-contain {
    object-fit: contain !important;
  }
  .sm_t-0 {
    top: 0px !important;
  }
  .sm_t-1 {
    top: 1px !important;
  }
  .sm_t-2 {
    top: 2px !important;
  }
  .sm_t-4 {
    top: 4px !important;
  }
  .sm_t-8 {
    top: 8px !important;
  }
  .sm_t-16 {
    top: 16px !important;
  }
  .sm_t-24 {
    top: 24px !important;
  }
  .sm_t-32 {
    top: 32px !important;
  }
  .sm_t-40 {
    top: 40px !important;
  }
  .sm_t-48 {
    top: 48px !important;
  }
  .sm_t-56 {
    top: 56px !important;
  }
  .sm_t-64 {
    top: 64px !important;
  }
  .sm_t-72 {
    top: 72px !important;
  }
  .sm_t-80 {
    top: 80px !important;
  }
  .sm_l-0 {
    left: 0px !important;
  }
  .sm_l-1 {
    left: 1px !important;
  }
  .sm_l-2 {
    left: 2px !important;
  }
  .sm_l-4 {
    left: 4px !important;
  }
  .sm_l-8 {
    left: 8px !important;
  }
  .sm_l-16 {
    left: 16px !important;
  }
  .sm_l-24 {
    left: 24px !important;
  }
  .sm_l-32 {
    left: 32px !important;
  }
  .sm_l-40 {
    left: 40px !important;
  }
  .sm_l-48 {
    left: 48px !important;
  }
  .sm_l-56 {
    left: 56px !important;
  }
  .sm_l-64 {
    left: 64px !important;
  }
  .sm_l-72 {
    left: 72px !important;
  }
  .sm_l-80 {
    left: 80px !important;
  }
  .sm_r-0 {
    right: 0px !important;
  }
  .sm_r-1 {
    right: 1px !important;
  }
  .sm_r-2 {
    right: 2px !important;
  }
  .sm_r-4 {
    right: 4px !important;
  }
  .sm_r-8 {
    right: 8px !important;
  }
  .sm_r-16 {
    right: 16px !important;
  }
  .sm_r-24 {
    right: 24px !important;
  }
  .sm_r-32 {
    right: 32px !important;
  }
  .sm_r-40 {
    right: 40px !important;
  }
  .sm_r-48 {
    right: 48px !important;
  }
  .sm_r-56 {
    right: 56px !important;
  }
  .sm_r-64 {
    right: 64px !important;
  }
  .sm_r-72 {
    right: 72px !important;
  }
  .sm_r-80 {
    right: 80px !important;
  }
  .sm_b-0 {
    bottom: 0px !important;
  }
  .sm_b-1 {
    bottom: 1px !important;
  }
  .sm_b-2 {
    bottom: 2px !important;
  }
  .sm_b-4 {
    bottom: 4px !important;
  }
  .sm_b-8 {
    bottom: 8px !important;
  }
  .sm_b-16 {
    bottom: 16px !important;
  }
  .sm_b-24 {
    bottom: 24px !important;
  }
  .sm_b-32 {
    bottom: 32px !important;
  }
  .sm_b-40 {
    bottom: 40px !important;
  }
  .sm_b-48 {
    bottom: 48px !important;
  }
  .sm_b-56 {
    bottom: 56px !important;
  }
  .sm_b-64 {
    bottom: 64px !important;
  }
  .sm_b-72 {
    bottom: 72px !important;
  }
  .sm_b-80 {
    bottom: 80px !important;
  }
  .sm_cls-1 {
    columns: 1 !important;
  }
  .sm_cls-2 {
    columns: 2 !important;
  }
  .sm_cls-3 {
    columns: 3 !important;
  }
  .sm_cls-4 {
    columns: 4 !important;
  }
  .sm_cls-5 {
    columns: 5 !important;
  }
  .sm_cls-6 {
    columns: 6 !important;
  }
  .sm_clc-1 {
    column-count: 1 !important;
  }
  .sm_clc-2 {
    column-count: 2 !important;
  }
  .sm_clc-3 {
    column-count: 3 !important;
  }
  .sm_clc-4 {
    column-count: 4 !important;
  }
  .sm_clc-5 {
    column-count: 5 !important;
  }
  .sm_clc-6 {
    column-count: 6 !important;
  }
  .sm_clg-0 {
    column-gap: 0px !important;
  }
  .sm_clg-4 {
    column-gap: 4px !important;
  }
  .sm_clg-8 {
    column-gap: 8px !important;
  }
  .sm_clg-16 {
    column-gap: 16px !important;
  }
  .sm_clg-24 {
    column-gap: 24px !important;
  }
  .sm_clg-32 {
    column-gap: 32px !important;
  }
  .sm_clg-40 {
    column-gap: 40px !important;
  }
  .sm_clg-80 {
    column-gap: 80px !important;
  }
  .sm_o-0 {
    opacity: 0 !important;
  }
  .sm_o-10 {
    opacity: 0.1 !important;
  }
  .sm_o-20 {
    opacity: 0.2 !important;
  }
  .sm_o-30 {
    opacity: 0.3 !important;
  }
  .sm_o-40 {
    opacity: 0.4 !important;
  }
  .sm_o-50 {
    opacity: 0.5 !important;
  }
  .sm_o-60 {
    opacity: 0.6 !important;
  }
  .sm_o-70 {
    opacity: 0.7 !important;
  }
  .sm_o-80 {
    opacity: 0.9 !important;
  }
  .sm_o-100 {
    opacity: 1 !important;
  }
  .sm_w-0 {
    width: 0 !important;
  }
  .sm_w-auto {
    width: auto !important;
  }
  .sm_w-half {
    width: 50% !important;
  }
  .sm_w-full {
    width: 100% !important;
  }
  .sm_w-window {
    width: 100vw !important;
  }
  .sm_w-8 {
    width: 8px !important;
  }
  .sm_w-16 {
    width: 16px !important;
  }
  .sm_w-32 {
    width: 32px !important;
  }
  .sm_w-56 {
    width: 56px !important;
  }
  .sm_w-64 {
    width: 64px !important;
  }
  .sm_w-96 {
    width: 96px !important;
  }
  .sm_w-128 {
    width: 128px !important;
  }
  .sm_w-256 {
    width: 256px !important;
  }
  .sm_w-512 {
    width: 512px !important;
  }
  .sm_w-100 {
    width: 100px !important;
  }
  .sm_w-200 {
    width: 200px !important;
  }
  .sm_w-300 {
    width: 300px !important;
  }
  .sm_w-400 {
    width: 400px !important;
  }
  .sm_w-500 {
    width: 500px !important;
  }
  .sm_w-600 {
    width: 600px !important;
  }
  .sm_h-0 {
    height: 0 !important;
  }
  .sm_h-auto {
    height: auto !important;
  }
  .sm_h-half {
    height: 50% !important;
  }
  .sm_h-full {
    height: 100% !important;
  }
  .sm_h-window {
    height: 100vh !important;
  }
  .sm_h-8 {
    height: 8px !important;
  }
  .sm_h-16 {
    height: 16px !important;
  }
  .sm_h-32 {
    height: 32px !important;
  }
  .sm_h-56 {
    height: 56px !important;
  }
  .sm_h-64 {
    height: 64px !important;
  }
  .sm_h-96 {
    height: 96px !important;
  }
  .sm_h-128 {
    height: 128px !important;
  }
  .sm_h-256 {
    height: 256px !important;
  }
  .sm_h-512 {
    height: 512px !important;
  }
  .sm_h-100 {
    height: 100px !important;
  }
  .sm_h-200 {
    height: 200px !important;
  }
  .sm_h-300 {
    height: 300px !important;
  }
  .sm_h-400 {
    height: 400px !important;
  }
  .sm_h-500 {
    height: 500px !important;
  }
  .sm_h-600 {
    height: 600px !important;
  }
  .sm_maxw-0 {
    max-width: 0px !important;
  }
  .sm_maxw-1 {
    max-width: 1px !important;
  }
  .sm_maxw-128 {
    max-width: 128px !important;
  }
  .sm_maxw-256 {
    max-width: 256px !important;
  }
  .sm_maxw-512 {
    max-width: 512px !important;
  }
  .sm_maxw-640 {
    max-width: 640px !important;
  }
  .sm_maxw-auto {
    max-width: auto !important;
  }
  .sm_maxw-half {
    max-width: 50% !important;
  }
  .sm_maxw-full {
    max-width: 100% !important;
  }
  .sm_maxw-window {
    max-width: 100vw !important;
  }
  .sm_maxh-0 {
    max-height: 0px !important;
  }
  .sm_maxh-1 {
    max-height: 1px !important;
  }
  .sm_maxh-128 {
    max-height: 128px !important;
  }
  .sm_maxh-256 {
    max-height: 256px !important;
  }
  .sm_maxh-512 {
    max-height: 512px !important;
  }
  .sm_maxh-640 {
    max-height: 640px !important;
  }
  .sm_maxh-auto {
    max-height: auto !important;
  }
  .sm_maxh-half {
    max-height: 50% !important;
  }
  .sm_maxh-full {
    max-height: 100% !important;
  }
  .sm_maxh-window {
    max-height: 100vh !important;
  }
  .sm_minw-0 {
    min-width: 0px !important;
  }
  .sm_minw-1 {
    min-width: 1px !important;
  }
  .sm_minw-128 {
    min-width: 128px !important;
  }
  .sm_minw-256 {
    min-width: 256px !important;
  }
  .sm_minw-512 {
    min-width: 512px !important;
  }
  .sm_minw-640 {
    min-width: 640px !important;
  }
  .sm_minw-auto {
    min-width: auto !important;
  }
  .sm_minw-half {
    min-width: 50% !important;
  }
  .sm_minw-full {
    min-width: 100% !important;
  }
  .sm_minw-window {
    min-width: 100vw !important;
  }
  .sm_minh-0 {
    min-height: 0px !important;
  }
  .sm_minh-1 {
    min-height: 1px !important;
  }
  .sm_minh-128 {
    min-height: 128px !important;
  }
  .sm_minh-256 {
    min-height: 256px !important;
  }
  .sm_minh-512 {
    min-height: 512px !important;
  }
  .sm_minh-640 {
    min-height: 640px !important;
  }
  .sm_minh-auto {
    min-height: auto !important;
  }
  .sm_minh-half {
    min-height: 50% !important;
  }
  .sm_minh-full {
    min-height: 100% !important;
  }
  .sm_minh-window {
    min-height: 100vh !important;
  }
  .sm_ws-nowrap {
    white-space: nowrap !important;
  }
  .sm_ls-none {
    list-style: none !important;
  }
  .sm_ls-default {
    list-style: disc inside !important;
  }
  .sm_lsp-inside {
    list-style-position: inside !important;
  }
  .sm_lst-disc {
    list-style-type: disc !important;
  }
  .sm_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .sm_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .sm_bxsh-none {
    box-shadow: none !important;
  }
  .sm_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .sm_jc-center {
    justify-content: center !important;
  }
  .sm_jc-space-between {
    justify-content: space-between !important;
  }
  .sm_ov-auto {
    overflow: auto !important;
  }
  .sm_ov-hidden {
    overflow: hidden !important;
  }
  .sm_ov-visible {
    overflow: visible !important;
  }
  .sm_od-0 {
    order: 0 !important;
  }
  .sm_od-1 {
    order: 1 !important;
  }
  .sm_od-2 {
    order: 2 !important;
  }
  .sm_od-3 {
    order: 3 !important;
  }
  .sm_od-4 {
    order: 4 !important;
  }
  .sm_od-5 {
    order: 5 !important;
  }
  .sm_od-6 {
    order: 6 !important;
  }
  .sm_od-7 {
    order: 7 !important;
  }
  .sm_od-8 {
    order: 8 !important;
  }
  .sm_od-9 {
    order: 9 !important;
  }
  .sm_od-10 {
    order: 10 !important;
  }
  .sm_od-11 {
    order: 11 !important;
  }
  .sm_od-12 {
    order: 12 !important;
  }
  .sm_ai-center {
    align-items: center !important;
  }
  .sm_flg-1 {
    flex-grow: 1 !important;
  }
  .sm_flg-2 {
    flex-grow: 2 !important;
  }
  .sm_flg-3 {
    flex-grow: 3 !important;
  }
  .sm_flg-4 {
    flex-grow: 4 !important;
  }
  .sm_flb-0 {
    flex-basis: 0 !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_flw-wrap {
    flex-wrap: wrap !important;
  }
  .sm_g-0 {
    gap: 0px !important;
  }
  .sm_g-1 {
    gap: 1px !important;
  }
  .sm_g-2 {
    gap: 2px !important;
  }
  .sm_g-4 {
    gap: 4px !important;
  }
  .sm_g-8 {
    gap: 8px !important;
  }
  .sm_g-16 {
    gap: 16px !important;
  }
  .sm_g-24 {
    gap: 24px !important;
  }
  .sm_g-32 {
    gap: 32px !important;
  }
  .sm_g-40 {
    gap: 40px !important;
  }
  .sm_g-48 {
    gap: 48px !important;
  }
  .sm_g-56 {
    gap: 56px !important;
  }
  .sm_g-64 {
    gap: 64px !important;
  }
  .sm_g-72 {
    gap: 72px !important;
  }
  .sm_g-80 {
    gap: 80px !important;
  }
  .sm_z-1 {
    z-index: 1 !important;
  }
  .sm_z-2 {
    z-index: 2 !important;
  }
  .sm_z-3 {
    z-index: 3 !important;
  }
  .sm_z-4 {
    z-index: 4 !important;
  }
  .sm_c-black {
    color: #000 !important;
  }
  .sm_bgc-black {
    background-color: #000 !important;
  }
  .sm_bc-black {
    border-color: #000 !important;
  }
  .sm_c-333 {
    color: #333 !important;
  }
  .sm_bgc-333 {
    background-color: #333 !important;
  }
  .sm_bc-333 {
    border-color: #333 !important;
  }
  .sm_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .sm_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .sm_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .sm_c-666 {
    color: #666 !important;
  }
  .sm_bgc-666 {
    background-color: #666 !important;
  }
  .sm_bc-666 {
    border-color: #666 !important;
  }
  .sm_c-999 {
    color: #999 !important;
  }
  .sm_bgc-999 {
    background-color: #999 !important;
  }
  .sm_bc-999 {
    border-color: #999 !important;
  }
  .sm_c-ccc {
    color: #ccc !important;
  }
  .sm_bgc-ccc {
    background-color: #ccc !important;
  }
  .sm_bc-ccc {
    border-color: #ccc !important;
  }
  .sm_c-ddd {
    color: #ddd !important;
  }
  .sm_bgc-ddd {
    background-color: #ddd !important;
  }
  .sm_bc-ddd {
    border-color: #ddd !important;
  }
  .sm_c-eee {
    color: #eee !important;
  }
  .sm_bgc-eee {
    background-color: #eee !important;
  }
  .sm_bc-eee {
    border-color: #eee !important;
  }
  .sm_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .sm_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .sm_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .sm_c-white {
    color: #fff !important;
  }
  .sm_bgc-white {
    background-color: #fff !important;
  }
  .sm_bc-white {
    border-color: #fff !important;
  }
  .sm_c-primary {
    color: #014F53 !important;
  }
  .sm_bgc-primary {
    background-color: #014F53 !important;
  }
  .sm_bc-primary {
    border-color: #014F53 !important;
  }
  .sm_c-secondary {
    color: #CBA557 !important;
  }
  .sm_bgc-secondary {
    background-color: #CBA557 !important;
  }
  .sm_bc-secondary {
    border-color: #CBA557 !important;
  }
  .sm_c-error {
    color: #cd323f !important;
  }
  .sm_bgc-error {
    background-color: #cd323f !important;
  }
  .sm_bc-error {
    border-color: #cd323f !important;
  }
  .sm_c-success {
    color: #7fc97d !important;
  }
  .sm_bgc-success {
    background-color: #7fc97d !important;
  }
  .sm_bc-success {
    border-color: #7fc97d !important;
  }
  .sm_c-border {
    color: #dddddd !important;
  }
  .sm_bgc-border {
    background-color: #dddddd !important;
  }
  .sm_bc-border {
    border-color: #dddddd !important;
  }
  .sm_c-text {
    color: #ffffff !important;
  }
  .sm_bgc-text {
    background-color: #ffffff !important;
  }
  .sm_bc-text {
    border-color: #ffffff !important;
  }
  .sm_c-text-faded {
    color: #999999 !important;
  }
  .sm_bgc-text-faded {
    background-color: #999999 !important;
  }
  .sm_bc-text-faded {
    border-color: #999999 !important;
  }
  .sm_c-light-grey-1 {
    color: #f2f2f2 !important;
  }
  .sm_bgc-light-grey-1 {
    background-color: #f2f2f2 !important;
  }
  .sm_bc-light-grey-1 {
    border-color: #f2f2f2 !important;
  }
  .sm_c-light-grey-2 {
    color: #e9e9e9 !important;
  }
  .sm_bgc-light-grey-2 {
    background-color: #e9e9e9 !important;
  }
  .sm_bc-light-grey-2 {
    border-color: #e9e9e9 !important;
  }
  .sm_c-dark-grey-1 {
    color: #333333 !important;
  }
  .sm_bgc-dark-grey-1 {
    background-color: #333333 !important;
  }
  .sm_bc-dark-grey-1 {
    border-color: #333333 !important;
  }
  .sm_c-dark-grey-2 {
    color: #666666 !important;
  }
  .sm_bgc-dark-grey-2 {
    background-color: #666666 !important;
  }
  .sm_bc-dark-grey-2 {
    border-color: #666666 !important;
  }
  .sm_c-dark-grey-3 {
    color: #888888 !important;
  }
  .sm_bgc-dark-grey-3 {
    background-color: #888888 !important;
  }
  .sm_bc-dark-grey-3 {
    border-color: #888888 !important;
  }
  .sm_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .sm_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .sm_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .sm_c-site-black {
    color: #2c2823 !important;
  }
  .sm_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .sm_bc-site-black {
    border-color: #2c2823 !important;
  }
  .sm_c-site-green {
    color: #00453d !important;
  }
  .sm_bgc-site-green {
    background-color: #00453d !important;
  }
  .sm_bc-site-green {
    border-color: #00453d !important;
  }
  .sm_c-site-brown {
    color: #482f0c !important;
  }
  .sm_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .sm_bc-site-brown {
    border-color: #482f0c !important;
  }
  .sm_c-site-red {
    color: #501305 !important;
  }
  .sm_bgc-site-red {
    background-color: #501305 !important;
  }
  .sm_bc-site-red {
    border-color: #501305 !important;
  }
  .sm_c-site-pink {
    color: #f5b9a7 !important;
  }
  .sm_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .sm_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .sm_c-site-yellow {
    color: #ffb960 !important;
  }
  .sm_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .sm_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .sm_c-site-blue {
    color: #6af7e7 !important;
  }
  .sm_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .sm_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .sm_c-dark {
    color: #272420 !important;
  }
  .sm_bgc-dark {
    background-color: #272420 !important;
  }
  .sm_bc-dark {
    border-color: #272420 !important;
  }
  .sm_a-primary {
    color: #014F53 !important;
    transition: all ease-in-out 300ms;
  }
  .sm_a-primary:hover {
    color: #000000 !important;
  }
  .sm_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .sm_a-default:hover {
    color: #014F53 !important;
  }
  .sm_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .sm_a-decoration:hover {
    color: #014F53 !important;
  }
  .sm_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sm_invisible {
    display: none !important;
  }
  .sm_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .md_pa-0 {
    padding: 0px !important;
  }
  .md_pa-1 {
    padding: 1px !important;
  }
  .md_pa-2 {
    padding: 2px !important;
  }
  .md_pa-4 {
    padding: 4px !important;
  }
  .md_pa-8 {
    padding: 8px !important;
  }
  .md_pa-16 {
    padding: 16px !important;
  }
  .md_pa-24 {
    padding: 24px !important;
  }
  .md_pa-32 {
    padding: 32px !important;
  }
  .md_pa-40 {
    padding: 40px !important;
  }
  .md_pa-48 {
    padding: 48px !important;
  }
  .md_pa-56 {
    padding: 56px !important;
  }
  .md_pa-64 {
    padding: 64px !important;
  }
  .md_pa-72 {
    padding: 72px !important;
  }
  .md_pa-80 {
    padding: 80px !important;
  }
  .md_pt-0 {
    padding-top: 0px !important;
  }
  .md_pt-1 {
    padding-top: 1px !important;
  }
  .md_pt-2 {
    padding-top: 2px !important;
  }
  .md_pt-4 {
    padding-top: 4px !important;
  }
  .md_pt-8 {
    padding-top: 8px !important;
  }
  .md_pt-16 {
    padding-top: 16px !important;
  }
  .md_pt-24 {
    padding-top: 24px !important;
  }
  .md_pt-32 {
    padding-top: 32px !important;
  }
  .md_pt-40 {
    padding-top: 40px !important;
  }
  .md_pt-48 {
    padding-top: 48px !important;
  }
  .md_pt-56 {
    padding-top: 56px !important;
  }
  .md_pt-64 {
    padding-top: 64px !important;
  }
  .md_pt-72 {
    padding-top: 72px !important;
  }
  .md_pt-80 {
    padding-top: 80px !important;
  }
  .md_pb-0 {
    padding-bottom: 0px !important;
  }
  .md_pb-1 {
    padding-bottom: 1px !important;
  }
  .md_pb-2 {
    padding-bottom: 2px !important;
  }
  .md_pb-4 {
    padding-bottom: 4px !important;
  }
  .md_pb-8 {
    padding-bottom: 8px !important;
  }
  .md_pb-16 {
    padding-bottom: 16px !important;
  }
  .md_pb-24 {
    padding-bottom: 24px !important;
  }
  .md_pb-32 {
    padding-bottom: 32px !important;
  }
  .md_pb-40 {
    padding-bottom: 40px !important;
  }
  .md_pb-48 {
    padding-bottom: 48px !important;
  }
  .md_pb-56 {
    padding-bottom: 56px !important;
  }
  .md_pb-64 {
    padding-bottom: 64px !important;
  }
  .md_pb-72 {
    padding-bottom: 72px !important;
  }
  .md_pb-80 {
    padding-bottom: 80px !important;
  }
  .md_pl-0 {
    padding-left: 0px !important;
  }
  .md_pl-1 {
    padding-left: 1px !important;
  }
  .md_pl-2 {
    padding-left: 2px !important;
  }
  .md_pl-4 {
    padding-left: 4px !important;
  }
  .md_pl-8 {
    padding-left: 8px !important;
  }
  .md_pl-16 {
    padding-left: 16px !important;
  }
  .md_pl-24 {
    padding-left: 24px !important;
  }
  .md_pl-32 {
    padding-left: 32px !important;
  }
  .md_pl-40 {
    padding-left: 40px !important;
  }
  .md_pl-48 {
    padding-left: 48px !important;
  }
  .md_pl-56 {
    padding-left: 56px !important;
  }
  .md_pl-64 {
    padding-left: 64px !important;
  }
  .md_pl-72 {
    padding-left: 72px !important;
  }
  .md_pl-80 {
    padding-left: 80px !important;
  }
  .md_pr-0 {
    padding-right: 0px !important;
  }
  .md_pr-1 {
    padding-right: 1px !important;
  }
  .md_pr-2 {
    padding-right: 2px !important;
  }
  .md_pr-4 {
    padding-right: 4px !important;
  }
  .md_pr-8 {
    padding-right: 8px !important;
  }
  .md_pr-16 {
    padding-right: 16px !important;
  }
  .md_pr-24 {
    padding-right: 24px !important;
  }
  .md_pr-32 {
    padding-right: 32px !important;
  }
  .md_pr-40 {
    padding-right: 40px !important;
  }
  .md_pr-48 {
    padding-right: 48px !important;
  }
  .md_pr-56 {
    padding-right: 56px !important;
  }
  .md_pr-64 {
    padding-right: 64px !important;
  }
  .md_pr-72 {
    padding-right: 72px !important;
  }
  .md_pr-80 {
    padding-right: 80px !important;
  }
  .md_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .md_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .md_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .md_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .md_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .md_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .md_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .md_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .md_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .md_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .md_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .md_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .md_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .md_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .md_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .md_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .md_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .md_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .md_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .md_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .md_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .md_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .md_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .md_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .md_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .md_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .md_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .md_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .md_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .md_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .md_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .md_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .md_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .md_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .md_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .md_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .md_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .md_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .md_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .md_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .md_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .md_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .md_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .md_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .md_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .md_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .md_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .md_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .md_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .md_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .md_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .md_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md_ma-0 {
    margin: 0px !important;
  }
  .md_ma-1 {
    margin: 1px !important;
  }
  .md_ma-2 {
    margin: 2px !important;
  }
  .md_ma-4 {
    margin: 4px !important;
  }
  .md_ma-8 {
    margin: 8px !important;
  }
  .md_ma-16 {
    margin: 16px !important;
  }
  .md_ma-24 {
    margin: 24px !important;
  }
  .md_ma-32 {
    margin: 32px !important;
  }
  .md_ma-40 {
    margin: 40px !important;
  }
  .md_ma-48 {
    margin: 48px !important;
  }
  .md_ma-56 {
    margin: 56px !important;
  }
  .md_ma-64 {
    margin: 64px !important;
  }
  .md_ma-72 {
    margin: 72px !important;
  }
  .md_ma-80 {
    margin: 80px !important;
  }
  .md_mt-0 {
    margin-top: 0px !important;
  }
  .md_mt-1 {
    margin-top: 1px !important;
  }
  .md_mt-2 {
    margin-top: 2px !important;
  }
  .md_mt-4 {
    margin-top: 4px !important;
  }
  .md_mt-8 {
    margin-top: 8px !important;
  }
  .md_mt-16 {
    margin-top: 16px !important;
  }
  .md_mt-24 {
    margin-top: 24px !important;
  }
  .md_mt-32 {
    margin-top: 32px !important;
  }
  .md_mt-40 {
    margin-top: 40px !important;
  }
  .md_mt-48 {
    margin-top: 48px !important;
  }
  .md_mt-56 {
    margin-top: 56px !important;
  }
  .md_mt-64 {
    margin-top: 64px !important;
  }
  .md_mt-72 {
    margin-top: 72px !important;
  }
  .md_mt-80 {
    margin-top: 80px !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-0 {
    margin-left: 0px !important;
  }
  .md_ml-1 {
    margin-left: 1px !important;
  }
  .md_ml-2 {
    margin-left: 2px !important;
  }
  .md_ml-4 {
    margin-left: 4px !important;
  }
  .md_ml-8 {
    margin-left: 8px !important;
  }
  .md_ml-16 {
    margin-left: 16px !important;
  }
  .md_ml-24 {
    margin-left: 24px !important;
  }
  .md_ml-32 {
    margin-left: 32px !important;
  }
  .md_ml-40 {
    margin-left: 40px !important;
  }
  .md_ml-48 {
    margin-left: 48px !important;
  }
  .md_ml-56 {
    margin-left: 56px !important;
  }
  .md_ml-64 {
    margin-left: 64px !important;
  }
  .md_ml-72 {
    margin-left: 72px !important;
  }
  .md_ml-80 {
    margin-left: 80px !important;
  }
  .md_mr-0 {
    margin-right: 0px !important;
  }
  .md_mr-1 {
    margin-right: 1px !important;
  }
  .md_mr-2 {
    margin-right: 2px !important;
  }
  .md_mr-4 {
    margin-right: 4px !important;
  }
  .md_mr-8 {
    margin-right: 8px !important;
  }
  .md_mr-16 {
    margin-right: 16px !important;
  }
  .md_mr-24 {
    margin-right: 24px !important;
  }
  .md_mr-32 {
    margin-right: 32px !important;
  }
  .md_mr-40 {
    margin-right: 40px !important;
  }
  .md_mr-48 {
    margin-right: 48px !important;
  }
  .md_mr-56 {
    margin-right: 56px !important;
  }
  .md_mr-64 {
    margin-right: 64px !important;
  }
  .md_mr-72 {
    margin-right: 72px !important;
  }
  .md_mr-80 {
    margin-right: 80px !important;
  }
  .md_bg-none {
    background: none !important;
  }
  .md_bgr-no-repeat {
    background-repeat: no-repeat !important;
  }
  .md_bgi-none {
    background-image: none !important;
  }
  .md_bgp-center {
    background-position: center !important;
  }
  .md_bgp-top {
    background-position: top !important;
  }
  .md_bgp-left {
    background-position: left !important;
  }
  .md_bgp-right {
    background-position: right !important;
  }
  .md_bgp-bottom {
    background-position: bottom !important;
  }
  .md_bgs-cover {
    background-size: cover !important;
  }
  .md_bgs-contain {
    background-size: contain !important;
  }
  .md_bd-0 {
    border: 0 !important;
  }
  .md_bd-1 {
    border: 1px solid #dddddd !important;
  }
  .md_bd-2 {
    border: 2px solid #dddddd !important;
  }
  .md_bd-4 {
    border: 4px solid #dddddd !important;
  }
  .md_bt-0 {
    border-top: 0 !important;
  }
  .md_bt-1 {
    border-top: 1px solid #dddddd !important;
  }
  .md_bt-2 {
    border-top: 2px solid #dddddd !important;
  }
  .md_bt-4 {
    border-top: 4px solid #dddddd !important;
  }
  .md_bb-0 {
    border-bottom: 0 !important;
  }
  .md_bb-1 {
    border-bottom: 1px solid #dddddd !important;
  }
  .md_bb-2 {
    border-bottom: 2px solid #dddddd !important;
  }
  .md_bb-4 {
    border-bottom: 4px solid #dddddd !important;
  }
  .md_bl-0 {
    border-left: 0 !important;
  }
  .md_bl-1 {
    border-left: 1px solid #dddddd !important;
  }
  .md_bl-2 {
    border-left: 2px solid #dddddd !important;
  }
  .md_bl-4 {
    border-left: 4px solid #dddddd !important;
  }
  .md_br-0 {
    border-right: 0 !important;
  }
  .md_br-1 {
    border-right: 1px solid #dddddd !important;
  }
  .md_br-2 {
    border-right: 2px solid #dddddd !important;
  }
  .md_br-4 {
    border-right: 4px solid #dddddd !important;
  }
  .md_bw-0 {
    border-width: 0 !important;
  }
  .md_bw-1 {
    border-width: 1 !important;
  }
  .md_bw-2 {
    border-width: 2 !important;
  }
  .md_bw-4 {
    border-width: 4 !important;
  }
  .md_bs-solid {
    border-style: solid !important;
  }
  .md_rd-0 {
    border-radius: 0px !important;
  }
  .md_rd-2 {
    border-radius: 2px !important;
  }
  .md_rd-4 {
    border-radius: 4px !important;
  }
  .md_rd-8 {
    border-radius: 8px !important;
  }
  .md_rd-16 {
    border-radius: 16px !important;
  }
  .md_rd-32 {
    border-radius: 32px !important;
  }
  .md_rd-half {
    border-radius: 50% !important;
  }
  .md_fs-10 {
    font-size: 10px !important;
  }
  .md_fs-12 {
    font-size: 12px !important;
  }
  .md_fs-14 {
    font-size: 14px !important;
  }
  .md_fs-16 {
    font-size: 16px !important;
  }
  .md_fs-18 {
    font-size: 18px !important;
  }
  .md_fs-20 {
    font-size: 20px !important;
  }
  .md_fs-24 {
    font-size: 24px !important;
  }
  .md_fs-32 {
    font-size: 32px !important;
  }
  .md_fs-48 {
    font-size: 48px !important;
  }
  .md_fs-64 {
    font-size: 64px !important;
  }
  .md_fs-small {
    font-size: smaller !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_fl-italic {
    font-style: italic !important;
  }
  .md_lh-1 {
    line-height: 1 !important;
  }
  .md_lh-10 {
    line-height: 10px !important;
  }
  .md_lh-12 {
    line-height: 12px !important;
  }
  .md_lh-14 {
    line-height: 14px !important;
  }
  .md_lh-16 {
    line-height: 16px !important;
  }
  .md_lh-18 {
    line-height: 18px !important;
  }
  .md_lh-20 {
    line-height: 20px !important;
  }
  .md_lh-24 {
    line-height: 24px !important;
  }
  .md_lh-26 {
    line-height: 26px !important;
  }
  .md_lh-28 {
    line-height: 28px !important;
  }
  .md_lh-32 {
    line-height: 32px !important;
  }
  .md_lh-40 {
    line-height: 40px !important;
  }
  .md_lh-48 {
    line-height: 48px !important;
  }
  .md_lh-64 {
    line-height: 64px !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_td-none {
    text-decoration: none !important;
  }
  .md_td-underline {
    text-decoration: underline !important;
  }
  .md_f-left {
    float: left !important;
  }
  .md_f-right {
    float: right !important;
  }
  .md_cl-none {
    clear: none !important;
  }
  .md_cl-both {
    clear: both !important;
  }
  .md_cl-left {
    clear: left !important;
  }
  .md_cl-right {
    clear: right !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_d-table {
    display: table !important;
  }
  .md_d-table-cell {
    display: table-cell !important;
  }
  .md_d-grid {
    display: grid !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_of-cover {
    object-fit: cover !important;
  }
  .md_of-contain {
    object-fit: contain !important;
  }
  .md_t-0 {
    top: 0px !important;
  }
  .md_t-1 {
    top: 1px !important;
  }
  .md_t-2 {
    top: 2px !important;
  }
  .md_t-4 {
    top: 4px !important;
  }
  .md_t-8 {
    top: 8px !important;
  }
  .md_t-16 {
    top: 16px !important;
  }
  .md_t-24 {
    top: 24px !important;
  }
  .md_t-32 {
    top: 32px !important;
  }
  .md_t-40 {
    top: 40px !important;
  }
  .md_t-48 {
    top: 48px !important;
  }
  .md_t-56 {
    top: 56px !important;
  }
  .md_t-64 {
    top: 64px !important;
  }
  .md_t-72 {
    top: 72px !important;
  }
  .md_t-80 {
    top: 80px !important;
  }
  .md_l-0 {
    left: 0px !important;
  }
  .md_l-1 {
    left: 1px !important;
  }
  .md_l-2 {
    left: 2px !important;
  }
  .md_l-4 {
    left: 4px !important;
  }
  .md_l-8 {
    left: 8px !important;
  }
  .md_l-16 {
    left: 16px !important;
  }
  .md_l-24 {
    left: 24px !important;
  }
  .md_l-32 {
    left: 32px !important;
  }
  .md_l-40 {
    left: 40px !important;
  }
  .md_l-48 {
    left: 48px !important;
  }
  .md_l-56 {
    left: 56px !important;
  }
  .md_l-64 {
    left: 64px !important;
  }
  .md_l-72 {
    left: 72px !important;
  }
  .md_l-80 {
    left: 80px !important;
  }
  .md_r-0 {
    right: 0px !important;
  }
  .md_r-1 {
    right: 1px !important;
  }
  .md_r-2 {
    right: 2px !important;
  }
  .md_r-4 {
    right: 4px !important;
  }
  .md_r-8 {
    right: 8px !important;
  }
  .md_r-16 {
    right: 16px !important;
  }
  .md_r-24 {
    right: 24px !important;
  }
  .md_r-32 {
    right: 32px !important;
  }
  .md_r-40 {
    right: 40px !important;
  }
  .md_r-48 {
    right: 48px !important;
  }
  .md_r-56 {
    right: 56px !important;
  }
  .md_r-64 {
    right: 64px !important;
  }
  .md_r-72 {
    right: 72px !important;
  }
  .md_r-80 {
    right: 80px !important;
  }
  .md_b-0 {
    bottom: 0px !important;
  }
  .md_b-1 {
    bottom: 1px !important;
  }
  .md_b-2 {
    bottom: 2px !important;
  }
  .md_b-4 {
    bottom: 4px !important;
  }
  .md_b-8 {
    bottom: 8px !important;
  }
  .md_b-16 {
    bottom: 16px !important;
  }
  .md_b-24 {
    bottom: 24px !important;
  }
  .md_b-32 {
    bottom: 32px !important;
  }
  .md_b-40 {
    bottom: 40px !important;
  }
  .md_b-48 {
    bottom: 48px !important;
  }
  .md_b-56 {
    bottom: 56px !important;
  }
  .md_b-64 {
    bottom: 64px !important;
  }
  .md_b-72 {
    bottom: 72px !important;
  }
  .md_b-80 {
    bottom: 80px !important;
  }
  .md_cls-1 {
    columns: 1 !important;
  }
  .md_cls-2 {
    columns: 2 !important;
  }
  .md_cls-3 {
    columns: 3 !important;
  }
  .md_cls-4 {
    columns: 4 !important;
  }
  .md_cls-5 {
    columns: 5 !important;
  }
  .md_cls-6 {
    columns: 6 !important;
  }
  .md_clc-1 {
    column-count: 1 !important;
  }
  .md_clc-2 {
    column-count: 2 !important;
  }
  .md_clc-3 {
    column-count: 3 !important;
  }
  .md_clc-4 {
    column-count: 4 !important;
  }
  .md_clc-5 {
    column-count: 5 !important;
  }
  .md_clc-6 {
    column-count: 6 !important;
  }
  .md_clg-0 {
    column-gap: 0px !important;
  }
  .md_clg-4 {
    column-gap: 4px !important;
  }
  .md_clg-8 {
    column-gap: 8px !important;
  }
  .md_clg-16 {
    column-gap: 16px !important;
  }
  .md_clg-24 {
    column-gap: 24px !important;
  }
  .md_clg-32 {
    column-gap: 32px !important;
  }
  .md_clg-40 {
    column-gap: 40px !important;
  }
  .md_clg-80 {
    column-gap: 80px !important;
  }
  .md_o-0 {
    opacity: 0 !important;
  }
  .md_o-10 {
    opacity: 0.1 !important;
  }
  .md_o-20 {
    opacity: 0.2 !important;
  }
  .md_o-30 {
    opacity: 0.3 !important;
  }
  .md_o-40 {
    opacity: 0.4 !important;
  }
  .md_o-50 {
    opacity: 0.5 !important;
  }
  .md_o-60 {
    opacity: 0.6 !important;
  }
  .md_o-70 {
    opacity: 0.7 !important;
  }
  .md_o-80 {
    opacity: 0.9 !important;
  }
  .md_o-100 {
    opacity: 1 !important;
  }
  .md_w-0 {
    width: 0 !important;
  }
  .md_w-auto {
    width: auto !important;
  }
  .md_w-half {
    width: 50% !important;
  }
  .md_w-full {
    width: 100% !important;
  }
  .md_w-window {
    width: 100vw !important;
  }
  .md_w-8 {
    width: 8px !important;
  }
  .md_w-16 {
    width: 16px !important;
  }
  .md_w-32 {
    width: 32px !important;
  }
  .md_w-56 {
    width: 56px !important;
  }
  .md_w-64 {
    width: 64px !important;
  }
  .md_w-96 {
    width: 96px !important;
  }
  .md_w-128 {
    width: 128px !important;
  }
  .md_w-256 {
    width: 256px !important;
  }
  .md_w-512 {
    width: 512px !important;
  }
  .md_w-100 {
    width: 100px !important;
  }
  .md_w-200 {
    width: 200px !important;
  }
  .md_w-300 {
    width: 300px !important;
  }
  .md_w-400 {
    width: 400px !important;
  }
  .md_w-500 {
    width: 500px !important;
  }
  .md_w-600 {
    width: 600px !important;
  }
  .md_h-0 {
    height: 0 !important;
  }
  .md_h-auto {
    height: auto !important;
  }
  .md_h-half {
    height: 50% !important;
  }
  .md_h-full {
    height: 100% !important;
  }
  .md_h-window {
    height: 100vh !important;
  }
  .md_h-8 {
    height: 8px !important;
  }
  .md_h-16 {
    height: 16px !important;
  }
  .md_h-32 {
    height: 32px !important;
  }
  .md_h-56 {
    height: 56px !important;
  }
  .md_h-64 {
    height: 64px !important;
  }
  .md_h-96 {
    height: 96px !important;
  }
  .md_h-128 {
    height: 128px !important;
  }
  .md_h-256 {
    height: 256px !important;
  }
  .md_h-512 {
    height: 512px !important;
  }
  .md_h-100 {
    height: 100px !important;
  }
  .md_h-200 {
    height: 200px !important;
  }
  .md_h-300 {
    height: 300px !important;
  }
  .md_h-400 {
    height: 400px !important;
  }
  .md_h-500 {
    height: 500px !important;
  }
  .md_h-600 {
    height: 600px !important;
  }
  .md_maxw-0 {
    max-width: 0px !important;
  }
  .md_maxw-1 {
    max-width: 1px !important;
  }
  .md_maxw-128 {
    max-width: 128px !important;
  }
  .md_maxw-256 {
    max-width: 256px !important;
  }
  .md_maxw-512 {
    max-width: 512px !important;
  }
  .md_maxw-640 {
    max-width: 640px !important;
  }
  .md_maxw-auto {
    max-width: auto !important;
  }
  .md_maxw-half {
    max-width: 50% !important;
  }
  .md_maxw-full {
    max-width: 100% !important;
  }
  .md_maxw-window {
    max-width: 100vw !important;
  }
  .md_maxh-0 {
    max-height: 0px !important;
  }
  .md_maxh-1 {
    max-height: 1px !important;
  }
  .md_maxh-128 {
    max-height: 128px !important;
  }
  .md_maxh-256 {
    max-height: 256px !important;
  }
  .md_maxh-512 {
    max-height: 512px !important;
  }
  .md_maxh-640 {
    max-height: 640px !important;
  }
  .md_maxh-auto {
    max-height: auto !important;
  }
  .md_maxh-half {
    max-height: 50% !important;
  }
  .md_maxh-full {
    max-height: 100% !important;
  }
  .md_maxh-window {
    max-height: 100vh !important;
  }
  .md_minw-0 {
    min-width: 0px !important;
  }
  .md_minw-1 {
    min-width: 1px !important;
  }
  .md_minw-128 {
    min-width: 128px !important;
  }
  .md_minw-256 {
    min-width: 256px !important;
  }
  .md_minw-512 {
    min-width: 512px !important;
  }
  .md_minw-640 {
    min-width: 640px !important;
  }
  .md_minw-auto {
    min-width: auto !important;
  }
  .md_minw-half {
    min-width: 50% !important;
  }
  .md_minw-full {
    min-width: 100% !important;
  }
  .md_minw-window {
    min-width: 100vw !important;
  }
  .md_minh-0 {
    min-height: 0px !important;
  }
  .md_minh-1 {
    min-height: 1px !important;
  }
  .md_minh-128 {
    min-height: 128px !important;
  }
  .md_minh-256 {
    min-height: 256px !important;
  }
  .md_minh-512 {
    min-height: 512px !important;
  }
  .md_minh-640 {
    min-height: 640px !important;
  }
  .md_minh-auto {
    min-height: auto !important;
  }
  .md_minh-half {
    min-height: 50% !important;
  }
  .md_minh-full {
    min-height: 100% !important;
  }
  .md_minh-window {
    min-height: 100vh !important;
  }
  .md_ws-nowrap {
    white-space: nowrap !important;
  }
  .md_ls-none {
    list-style: none !important;
  }
  .md_ls-default {
    list-style: disc inside !important;
  }
  .md_lsp-inside {
    list-style-position: inside !important;
  }
  .md_lst-disc {
    list-style-type: disc !important;
  }
  .md_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .md_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .md_bxsh-none {
    box-shadow: none !important;
  }
  .md_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .md_jc-center {
    justify-content: center !important;
  }
  .md_jc-space-between {
    justify-content: space-between !important;
  }
  .md_ov-auto {
    overflow: auto !important;
  }
  .md_ov-hidden {
    overflow: hidden !important;
  }
  .md_ov-visible {
    overflow: visible !important;
  }
  .md_od-0 {
    order: 0 !important;
  }
  .md_od-1 {
    order: 1 !important;
  }
  .md_od-2 {
    order: 2 !important;
  }
  .md_od-3 {
    order: 3 !important;
  }
  .md_od-4 {
    order: 4 !important;
  }
  .md_od-5 {
    order: 5 !important;
  }
  .md_od-6 {
    order: 6 !important;
  }
  .md_od-7 {
    order: 7 !important;
  }
  .md_od-8 {
    order: 8 !important;
  }
  .md_od-9 {
    order: 9 !important;
  }
  .md_od-10 {
    order: 10 !important;
  }
  .md_od-11 {
    order: 11 !important;
  }
  .md_od-12 {
    order: 12 !important;
  }
  .md_ai-center {
    align-items: center !important;
  }
  .md_flg-1 {
    flex-grow: 1 !important;
  }
  .md_flg-2 {
    flex-grow: 2 !important;
  }
  .md_flg-3 {
    flex-grow: 3 !important;
  }
  .md_flg-4 {
    flex-grow: 4 !important;
  }
  .md_flb-0 {
    flex-basis: 0 !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_flw-wrap {
    flex-wrap: wrap !important;
  }
  .md_g-0 {
    gap: 0px !important;
  }
  .md_g-1 {
    gap: 1px !important;
  }
  .md_g-2 {
    gap: 2px !important;
  }
  .md_g-4 {
    gap: 4px !important;
  }
  .md_g-8 {
    gap: 8px !important;
  }
  .md_g-16 {
    gap: 16px !important;
  }
  .md_g-24 {
    gap: 24px !important;
  }
  .md_g-32 {
    gap: 32px !important;
  }
  .md_g-40 {
    gap: 40px !important;
  }
  .md_g-48 {
    gap: 48px !important;
  }
  .md_g-56 {
    gap: 56px !important;
  }
  .md_g-64 {
    gap: 64px !important;
  }
  .md_g-72 {
    gap: 72px !important;
  }
  .md_g-80 {
    gap: 80px !important;
  }
  .md_z-1 {
    z-index: 1 !important;
  }
  .md_z-2 {
    z-index: 2 !important;
  }
  .md_z-3 {
    z-index: 3 !important;
  }
  .md_z-4 {
    z-index: 4 !important;
  }
  .md_c-black {
    color: #000 !important;
  }
  .md_bgc-black {
    background-color: #000 !important;
  }
  .md_bc-black {
    border-color: #000 !important;
  }
  .md_c-333 {
    color: #333 !important;
  }
  .md_bgc-333 {
    background-color: #333 !important;
  }
  .md_bc-333 {
    border-color: #333 !important;
  }
  .md_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .md_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .md_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .md_c-666 {
    color: #666 !important;
  }
  .md_bgc-666 {
    background-color: #666 !important;
  }
  .md_bc-666 {
    border-color: #666 !important;
  }
  .md_c-999 {
    color: #999 !important;
  }
  .md_bgc-999 {
    background-color: #999 !important;
  }
  .md_bc-999 {
    border-color: #999 !important;
  }
  .md_c-ccc {
    color: #ccc !important;
  }
  .md_bgc-ccc {
    background-color: #ccc !important;
  }
  .md_bc-ccc {
    border-color: #ccc !important;
  }
  .md_c-ddd {
    color: #ddd !important;
  }
  .md_bgc-ddd {
    background-color: #ddd !important;
  }
  .md_bc-ddd {
    border-color: #ddd !important;
  }
  .md_c-eee {
    color: #eee !important;
  }
  .md_bgc-eee {
    background-color: #eee !important;
  }
  .md_bc-eee {
    border-color: #eee !important;
  }
  .md_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .md_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .md_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .md_c-white {
    color: #fff !important;
  }
  .md_bgc-white {
    background-color: #fff !important;
  }
  .md_bc-white {
    border-color: #fff !important;
  }
  .md_c-primary {
    color: #014F53 !important;
  }
  .md_bgc-primary {
    background-color: #014F53 !important;
  }
  .md_bc-primary {
    border-color: #014F53 !important;
  }
  .md_c-secondary {
    color: #CBA557 !important;
  }
  .md_bgc-secondary {
    background-color: #CBA557 !important;
  }
  .md_bc-secondary {
    border-color: #CBA557 !important;
  }
  .md_c-error {
    color: #cd323f !important;
  }
  .md_bgc-error {
    background-color: #cd323f !important;
  }
  .md_bc-error {
    border-color: #cd323f !important;
  }
  .md_c-success {
    color: #7fc97d !important;
  }
  .md_bgc-success {
    background-color: #7fc97d !important;
  }
  .md_bc-success {
    border-color: #7fc97d !important;
  }
  .md_c-border {
    color: #dddddd !important;
  }
  .md_bgc-border {
    background-color: #dddddd !important;
  }
  .md_bc-border {
    border-color: #dddddd !important;
  }
  .md_c-text {
    color: #ffffff !important;
  }
  .md_bgc-text {
    background-color: #ffffff !important;
  }
  .md_bc-text {
    border-color: #ffffff !important;
  }
  .md_c-text-faded {
    color: #999999 !important;
  }
  .md_bgc-text-faded {
    background-color: #999999 !important;
  }
  .md_bc-text-faded {
    border-color: #999999 !important;
  }
  .md_c-light-grey-1 {
    color: #f2f2f2 !important;
  }
  .md_bgc-light-grey-1 {
    background-color: #f2f2f2 !important;
  }
  .md_bc-light-grey-1 {
    border-color: #f2f2f2 !important;
  }
  .md_c-light-grey-2 {
    color: #e9e9e9 !important;
  }
  .md_bgc-light-grey-2 {
    background-color: #e9e9e9 !important;
  }
  .md_bc-light-grey-2 {
    border-color: #e9e9e9 !important;
  }
  .md_c-dark-grey-1 {
    color: #333333 !important;
  }
  .md_bgc-dark-grey-1 {
    background-color: #333333 !important;
  }
  .md_bc-dark-grey-1 {
    border-color: #333333 !important;
  }
  .md_c-dark-grey-2 {
    color: #666666 !important;
  }
  .md_bgc-dark-grey-2 {
    background-color: #666666 !important;
  }
  .md_bc-dark-grey-2 {
    border-color: #666666 !important;
  }
  .md_c-dark-grey-3 {
    color: #888888 !important;
  }
  .md_bgc-dark-grey-3 {
    background-color: #888888 !important;
  }
  .md_bc-dark-grey-3 {
    border-color: #888888 !important;
  }
  .md_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .md_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .md_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .md_c-site-black {
    color: #2c2823 !important;
  }
  .md_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .md_bc-site-black {
    border-color: #2c2823 !important;
  }
  .md_c-site-green {
    color: #00453d !important;
  }
  .md_bgc-site-green {
    background-color: #00453d !important;
  }
  .md_bc-site-green {
    border-color: #00453d !important;
  }
  .md_c-site-brown {
    color: #482f0c !important;
  }
  .md_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .md_bc-site-brown {
    border-color: #482f0c !important;
  }
  .md_c-site-red {
    color: #501305 !important;
  }
  .md_bgc-site-red {
    background-color: #501305 !important;
  }
  .md_bc-site-red {
    border-color: #501305 !important;
  }
  .md_c-site-pink {
    color: #f5b9a7 !important;
  }
  .md_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .md_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .md_c-site-yellow {
    color: #ffb960 !important;
  }
  .md_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .md_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .md_c-site-blue {
    color: #6af7e7 !important;
  }
  .md_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .md_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .md_c-dark {
    color: #272420 !important;
  }
  .md_bgc-dark {
    background-color: #272420 !important;
  }
  .md_bc-dark {
    border-color: #272420 !important;
  }
  .md_a-primary {
    color: #014F53 !important;
    transition: all ease-in-out 300ms;
  }
  .md_a-primary:hover {
    color: #000000 !important;
  }
  .md_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .md_a-default:hover {
    color: #014F53 !important;
  }
  .md_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .md_a-decoration:hover {
    color: #014F53 !important;
  }
  .md_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .md_invisible {
    display: none !important;
  }
  .md_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 992px) {
  .lg_pa-0 {
    padding: 0px !important;
  }
  .lg_pa-1 {
    padding: 1px !important;
  }
  .lg_pa-2 {
    padding: 2px !important;
  }
  .lg_pa-4 {
    padding: 4px !important;
  }
  .lg_pa-8 {
    padding: 8px !important;
  }
  .lg_pa-16 {
    padding: 16px !important;
  }
  .lg_pa-24 {
    padding: 24px !important;
  }
  .lg_pa-32 {
    padding: 32px !important;
  }
  .lg_pa-40 {
    padding: 40px !important;
  }
  .lg_pa-48 {
    padding: 48px !important;
  }
  .lg_pa-56 {
    padding: 56px !important;
  }
  .lg_pa-64 {
    padding: 64px !important;
  }
  .lg_pa-72 {
    padding: 72px !important;
  }
  .lg_pa-80 {
    padding: 80px !important;
  }
  .lg_pt-0 {
    padding-top: 0px !important;
  }
  .lg_pt-1 {
    padding-top: 1px !important;
  }
  .lg_pt-2 {
    padding-top: 2px !important;
  }
  .lg_pt-4 {
    padding-top: 4px !important;
  }
  .lg_pt-8 {
    padding-top: 8px !important;
  }
  .lg_pt-16 {
    padding-top: 16px !important;
  }
  .lg_pt-24 {
    padding-top: 24px !important;
  }
  .lg_pt-32 {
    padding-top: 32px !important;
  }
  .lg_pt-40 {
    padding-top: 40px !important;
  }
  .lg_pt-48 {
    padding-top: 48px !important;
  }
  .lg_pt-56 {
    padding-top: 56px !important;
  }
  .lg_pt-64 {
    padding-top: 64px !important;
  }
  .lg_pt-72 {
    padding-top: 72px !important;
  }
  .lg_pt-80 {
    padding-top: 80px !important;
  }
  .lg_pb-0 {
    padding-bottom: 0px !important;
  }
  .lg_pb-1 {
    padding-bottom: 1px !important;
  }
  .lg_pb-2 {
    padding-bottom: 2px !important;
  }
  .lg_pb-4 {
    padding-bottom: 4px !important;
  }
  .lg_pb-8 {
    padding-bottom: 8px !important;
  }
  .lg_pb-16 {
    padding-bottom: 16px !important;
  }
  .lg_pb-24 {
    padding-bottom: 24px !important;
  }
  .lg_pb-32 {
    padding-bottom: 32px !important;
  }
  .lg_pb-40 {
    padding-bottom: 40px !important;
  }
  .lg_pb-48 {
    padding-bottom: 48px !important;
  }
  .lg_pb-56 {
    padding-bottom: 56px !important;
  }
  .lg_pb-64 {
    padding-bottom: 64px !important;
  }
  .lg_pb-72 {
    padding-bottom: 72px !important;
  }
  .lg_pb-80 {
    padding-bottom: 80px !important;
  }
  .lg_pl-0 {
    padding-left: 0px !important;
  }
  .lg_pl-1 {
    padding-left: 1px !important;
  }
  .lg_pl-2 {
    padding-left: 2px !important;
  }
  .lg_pl-4 {
    padding-left: 4px !important;
  }
  .lg_pl-8 {
    padding-left: 8px !important;
  }
  .lg_pl-16 {
    padding-left: 16px !important;
  }
  .lg_pl-24 {
    padding-left: 24px !important;
  }
  .lg_pl-32 {
    padding-left: 32px !important;
  }
  .lg_pl-40 {
    padding-left: 40px !important;
  }
  .lg_pl-48 {
    padding-left: 48px !important;
  }
  .lg_pl-56 {
    padding-left: 56px !important;
  }
  .lg_pl-64 {
    padding-left: 64px !important;
  }
  .lg_pl-72 {
    padding-left: 72px !important;
  }
  .lg_pl-80 {
    padding-left: 80px !important;
  }
  .lg_pr-0 {
    padding-right: 0px !important;
  }
  .lg_pr-1 {
    padding-right: 1px !important;
  }
  .lg_pr-2 {
    padding-right: 2px !important;
  }
  .lg_pr-4 {
    padding-right: 4px !important;
  }
  .lg_pr-8 {
    padding-right: 8px !important;
  }
  .lg_pr-16 {
    padding-right: 16px !important;
  }
  .lg_pr-24 {
    padding-right: 24px !important;
  }
  .lg_pr-32 {
    padding-right: 32px !important;
  }
  .lg_pr-40 {
    padding-right: 40px !important;
  }
  .lg_pr-48 {
    padding-right: 48px !important;
  }
  .lg_pr-56 {
    padding-right: 56px !important;
  }
  .lg_pr-64 {
    padding-right: 64px !important;
  }
  .lg_pr-72 {
    padding-right: 72px !important;
  }
  .lg_pr-80 {
    padding-right: 80px !important;
  }
  .lg_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .lg_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .lg_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .lg_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .lg_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .lg_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .lg_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .lg_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .lg_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .lg_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .lg_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .lg_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .lg_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .lg_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .lg_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .lg_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .lg_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .lg_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .lg_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .lg_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .lg_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .lg_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .lg_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .lg_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .lg_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .lg_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .lg_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .lg_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .lg_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .lg_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .lg_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .lg_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .lg_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .lg_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .lg_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .lg_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .lg_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .lg_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lg_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .lg_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .lg_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .lg_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .lg_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .lg_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lg_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .lg_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .lg_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .lg_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .lg_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .lg_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .lg_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .lg_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg_ma-0 {
    margin: 0px !important;
  }
  .lg_ma-1 {
    margin: 1px !important;
  }
  .lg_ma-2 {
    margin: 2px !important;
  }
  .lg_ma-4 {
    margin: 4px !important;
  }
  .lg_ma-8 {
    margin: 8px !important;
  }
  .lg_ma-16 {
    margin: 16px !important;
  }
  .lg_ma-24 {
    margin: 24px !important;
  }
  .lg_ma-32 {
    margin: 32px !important;
  }
  .lg_ma-40 {
    margin: 40px !important;
  }
  .lg_ma-48 {
    margin: 48px !important;
  }
  .lg_ma-56 {
    margin: 56px !important;
  }
  .lg_ma-64 {
    margin: 64px !important;
  }
  .lg_ma-72 {
    margin: 72px !important;
  }
  .lg_ma-80 {
    margin: 80px !important;
  }
  .lg_mt-0 {
    margin-top: 0px !important;
  }
  .lg_mt-1 {
    margin-top: 1px !important;
  }
  .lg_mt-2 {
    margin-top: 2px !important;
  }
  .lg_mt-4 {
    margin-top: 4px !important;
  }
  .lg_mt-8 {
    margin-top: 8px !important;
  }
  .lg_mt-16 {
    margin-top: 16px !important;
  }
  .lg_mt-24 {
    margin-top: 24px !important;
  }
  .lg_mt-32 {
    margin-top: 32px !important;
  }
  .lg_mt-40 {
    margin-top: 40px !important;
  }
  .lg_mt-48 {
    margin-top: 48px !important;
  }
  .lg_mt-56 {
    margin-top: 56px !important;
  }
  .lg_mt-64 {
    margin-top: 64px !important;
  }
  .lg_mt-72 {
    margin-top: 72px !important;
  }
  .lg_mt-80 {
    margin-top: 80px !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-0 {
    margin-left: 0px !important;
  }
  .lg_ml-1 {
    margin-left: 1px !important;
  }
  .lg_ml-2 {
    margin-left: 2px !important;
  }
  .lg_ml-4 {
    margin-left: 4px !important;
  }
  .lg_ml-8 {
    margin-left: 8px !important;
  }
  .lg_ml-16 {
    margin-left: 16px !important;
  }
  .lg_ml-24 {
    margin-left: 24px !important;
  }
  .lg_ml-32 {
    margin-left: 32px !important;
  }
  .lg_ml-40 {
    margin-left: 40px !important;
  }
  .lg_ml-48 {
    margin-left: 48px !important;
  }
  .lg_ml-56 {
    margin-left: 56px !important;
  }
  .lg_ml-64 {
    margin-left: 64px !important;
  }
  .lg_ml-72 {
    margin-left: 72px !important;
  }
  .lg_ml-80 {
    margin-left: 80px !important;
  }
  .lg_mr-0 {
    margin-right: 0px !important;
  }
  .lg_mr-1 {
    margin-right: 1px !important;
  }
  .lg_mr-2 {
    margin-right: 2px !important;
  }
  .lg_mr-4 {
    margin-right: 4px !important;
  }
  .lg_mr-8 {
    margin-right: 8px !important;
  }
  .lg_mr-16 {
    margin-right: 16px !important;
  }
  .lg_mr-24 {
    margin-right: 24px !important;
  }
  .lg_mr-32 {
    margin-right: 32px !important;
  }
  .lg_mr-40 {
    margin-right: 40px !important;
  }
  .lg_mr-48 {
    margin-right: 48px !important;
  }
  .lg_mr-56 {
    margin-right: 56px !important;
  }
  .lg_mr-64 {
    margin-right: 64px !important;
  }
  .lg_mr-72 {
    margin-right: 72px !important;
  }
  .lg_mr-80 {
    margin-right: 80px !important;
  }
  .lg_bg-none {
    background: none !important;
  }
  .lg_bgr-no-repeat {
    background-repeat: no-repeat !important;
  }
  .lg_bgi-none {
    background-image: none !important;
  }
  .lg_bgp-center {
    background-position: center !important;
  }
  .lg_bgp-top {
    background-position: top !important;
  }
  .lg_bgp-left {
    background-position: left !important;
  }
  .lg_bgp-right {
    background-position: right !important;
  }
  .lg_bgp-bottom {
    background-position: bottom !important;
  }
  .lg_bgs-cover {
    background-size: cover !important;
  }
  .lg_bgs-contain {
    background-size: contain !important;
  }
  .lg_bd-0 {
    border: 0 !important;
  }
  .lg_bd-1 {
    border: 1px solid #dddddd !important;
  }
  .lg_bd-2 {
    border: 2px solid #dddddd !important;
  }
  .lg_bd-4 {
    border: 4px solid #dddddd !important;
  }
  .lg_bt-0 {
    border-top: 0 !important;
  }
  .lg_bt-1 {
    border-top: 1px solid #dddddd !important;
  }
  .lg_bt-2 {
    border-top: 2px solid #dddddd !important;
  }
  .lg_bt-4 {
    border-top: 4px solid #dddddd !important;
  }
  .lg_bb-0 {
    border-bottom: 0 !important;
  }
  .lg_bb-1 {
    border-bottom: 1px solid #dddddd !important;
  }
  .lg_bb-2 {
    border-bottom: 2px solid #dddddd !important;
  }
  .lg_bb-4 {
    border-bottom: 4px solid #dddddd !important;
  }
  .lg_bl-0 {
    border-left: 0 !important;
  }
  .lg_bl-1 {
    border-left: 1px solid #dddddd !important;
  }
  .lg_bl-2 {
    border-left: 2px solid #dddddd !important;
  }
  .lg_bl-4 {
    border-left: 4px solid #dddddd !important;
  }
  .lg_br-0 {
    border-right: 0 !important;
  }
  .lg_br-1 {
    border-right: 1px solid #dddddd !important;
  }
  .lg_br-2 {
    border-right: 2px solid #dddddd !important;
  }
  .lg_br-4 {
    border-right: 4px solid #dddddd !important;
  }
  .lg_bw-0 {
    border-width: 0 !important;
  }
  .lg_bw-1 {
    border-width: 1 !important;
  }
  .lg_bw-2 {
    border-width: 2 !important;
  }
  .lg_bw-4 {
    border-width: 4 !important;
  }
  .lg_bs-solid {
    border-style: solid !important;
  }
  .lg_rd-0 {
    border-radius: 0px !important;
  }
  .lg_rd-2 {
    border-radius: 2px !important;
  }
  .lg_rd-4 {
    border-radius: 4px !important;
  }
  .lg_rd-8 {
    border-radius: 8px !important;
  }
  .lg_rd-16 {
    border-radius: 16px !important;
  }
  .lg_rd-32 {
    border-radius: 32px !important;
  }
  .lg_rd-half {
    border-radius: 50% !important;
  }
  .lg_fs-10 {
    font-size: 10px !important;
  }
  .lg_fs-12 {
    font-size: 12px !important;
  }
  .lg_fs-14 {
    font-size: 14px !important;
  }
  .lg_fs-16 {
    font-size: 16px !important;
  }
  .lg_fs-18 {
    font-size: 18px !important;
  }
  .lg_fs-20 {
    font-size: 20px !important;
  }
  .lg_fs-24 {
    font-size: 24px !important;
  }
  .lg_fs-32 {
    font-size: 32px !important;
  }
  .lg_fs-48 {
    font-size: 48px !important;
  }
  .lg_fs-64 {
    font-size: 64px !important;
  }
  .lg_fs-small {
    font-size: smaller !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_fl-italic {
    font-style: italic !important;
  }
  .lg_lh-1 {
    line-height: 1 !important;
  }
  .lg_lh-10 {
    line-height: 10px !important;
  }
  .lg_lh-12 {
    line-height: 12px !important;
  }
  .lg_lh-14 {
    line-height: 14px !important;
  }
  .lg_lh-16 {
    line-height: 16px !important;
  }
  .lg_lh-18 {
    line-height: 18px !important;
  }
  .lg_lh-20 {
    line-height: 20px !important;
  }
  .lg_lh-24 {
    line-height: 24px !important;
  }
  .lg_lh-26 {
    line-height: 26px !important;
  }
  .lg_lh-28 {
    line-height: 28px !important;
  }
  .lg_lh-32 {
    line-height: 32px !important;
  }
  .lg_lh-40 {
    line-height: 40px !important;
  }
  .lg_lh-48 {
    line-height: 48px !important;
  }
  .lg_lh-64 {
    line-height: 64px !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_td-none {
    text-decoration: none !important;
  }
  .lg_td-underline {
    text-decoration: underline !important;
  }
  .lg_f-left {
    float: left !important;
  }
  .lg_f-right {
    float: right !important;
  }
  .lg_cl-none {
    clear: none !important;
  }
  .lg_cl-both {
    clear: both !important;
  }
  .lg_cl-left {
    clear: left !important;
  }
  .lg_cl-right {
    clear: right !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_d-table {
    display: table !important;
  }
  .lg_d-table-cell {
    display: table-cell !important;
  }
  .lg_d-grid {
    display: grid !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_of-cover {
    object-fit: cover !important;
  }
  .lg_of-contain {
    object-fit: contain !important;
  }
  .lg_t-0 {
    top: 0px !important;
  }
  .lg_t-1 {
    top: 1px !important;
  }
  .lg_t-2 {
    top: 2px !important;
  }
  .lg_t-4 {
    top: 4px !important;
  }
  .lg_t-8 {
    top: 8px !important;
  }
  .lg_t-16 {
    top: 16px !important;
  }
  .lg_t-24 {
    top: 24px !important;
  }
  .lg_t-32 {
    top: 32px !important;
  }
  .lg_t-40 {
    top: 40px !important;
  }
  .lg_t-48 {
    top: 48px !important;
  }
  .lg_t-56 {
    top: 56px !important;
  }
  .lg_t-64 {
    top: 64px !important;
  }
  .lg_t-72 {
    top: 72px !important;
  }
  .lg_t-80 {
    top: 80px !important;
  }
  .lg_l-0 {
    left: 0px !important;
  }
  .lg_l-1 {
    left: 1px !important;
  }
  .lg_l-2 {
    left: 2px !important;
  }
  .lg_l-4 {
    left: 4px !important;
  }
  .lg_l-8 {
    left: 8px !important;
  }
  .lg_l-16 {
    left: 16px !important;
  }
  .lg_l-24 {
    left: 24px !important;
  }
  .lg_l-32 {
    left: 32px !important;
  }
  .lg_l-40 {
    left: 40px !important;
  }
  .lg_l-48 {
    left: 48px !important;
  }
  .lg_l-56 {
    left: 56px !important;
  }
  .lg_l-64 {
    left: 64px !important;
  }
  .lg_l-72 {
    left: 72px !important;
  }
  .lg_l-80 {
    left: 80px !important;
  }
  .lg_r-0 {
    right: 0px !important;
  }
  .lg_r-1 {
    right: 1px !important;
  }
  .lg_r-2 {
    right: 2px !important;
  }
  .lg_r-4 {
    right: 4px !important;
  }
  .lg_r-8 {
    right: 8px !important;
  }
  .lg_r-16 {
    right: 16px !important;
  }
  .lg_r-24 {
    right: 24px !important;
  }
  .lg_r-32 {
    right: 32px !important;
  }
  .lg_r-40 {
    right: 40px !important;
  }
  .lg_r-48 {
    right: 48px !important;
  }
  .lg_r-56 {
    right: 56px !important;
  }
  .lg_r-64 {
    right: 64px !important;
  }
  .lg_r-72 {
    right: 72px !important;
  }
  .lg_r-80 {
    right: 80px !important;
  }
  .lg_b-0 {
    bottom: 0px !important;
  }
  .lg_b-1 {
    bottom: 1px !important;
  }
  .lg_b-2 {
    bottom: 2px !important;
  }
  .lg_b-4 {
    bottom: 4px !important;
  }
  .lg_b-8 {
    bottom: 8px !important;
  }
  .lg_b-16 {
    bottom: 16px !important;
  }
  .lg_b-24 {
    bottom: 24px !important;
  }
  .lg_b-32 {
    bottom: 32px !important;
  }
  .lg_b-40 {
    bottom: 40px !important;
  }
  .lg_b-48 {
    bottom: 48px !important;
  }
  .lg_b-56 {
    bottom: 56px !important;
  }
  .lg_b-64 {
    bottom: 64px !important;
  }
  .lg_b-72 {
    bottom: 72px !important;
  }
  .lg_b-80 {
    bottom: 80px !important;
  }
  .lg_cls-1 {
    columns: 1 !important;
  }
  .lg_cls-2 {
    columns: 2 !important;
  }
  .lg_cls-3 {
    columns: 3 !important;
  }
  .lg_cls-4 {
    columns: 4 !important;
  }
  .lg_cls-5 {
    columns: 5 !important;
  }
  .lg_cls-6 {
    columns: 6 !important;
  }
  .lg_clc-1 {
    column-count: 1 !important;
  }
  .lg_clc-2 {
    column-count: 2 !important;
  }
  .lg_clc-3 {
    column-count: 3 !important;
  }
  .lg_clc-4 {
    column-count: 4 !important;
  }
  .lg_clc-5 {
    column-count: 5 !important;
  }
  .lg_clc-6 {
    column-count: 6 !important;
  }
  .lg_clg-0 {
    column-gap: 0px !important;
  }
  .lg_clg-4 {
    column-gap: 4px !important;
  }
  .lg_clg-8 {
    column-gap: 8px !important;
  }
  .lg_clg-16 {
    column-gap: 16px !important;
  }
  .lg_clg-24 {
    column-gap: 24px !important;
  }
  .lg_clg-32 {
    column-gap: 32px !important;
  }
  .lg_clg-40 {
    column-gap: 40px !important;
  }
  .lg_clg-80 {
    column-gap: 80px !important;
  }
  .lg_o-0 {
    opacity: 0 !important;
  }
  .lg_o-10 {
    opacity: 0.1 !important;
  }
  .lg_o-20 {
    opacity: 0.2 !important;
  }
  .lg_o-30 {
    opacity: 0.3 !important;
  }
  .lg_o-40 {
    opacity: 0.4 !important;
  }
  .lg_o-50 {
    opacity: 0.5 !important;
  }
  .lg_o-60 {
    opacity: 0.6 !important;
  }
  .lg_o-70 {
    opacity: 0.7 !important;
  }
  .lg_o-80 {
    opacity: 0.9 !important;
  }
  .lg_o-100 {
    opacity: 1 !important;
  }
  .lg_w-0 {
    width: 0 !important;
  }
  .lg_w-auto {
    width: auto !important;
  }
  .lg_w-half {
    width: 50% !important;
  }
  .lg_w-full {
    width: 100% !important;
  }
  .lg_w-window {
    width: 100vw !important;
  }
  .lg_w-8 {
    width: 8px !important;
  }
  .lg_w-16 {
    width: 16px !important;
  }
  .lg_w-32 {
    width: 32px !important;
  }
  .lg_w-56 {
    width: 56px !important;
  }
  .lg_w-64 {
    width: 64px !important;
  }
  .lg_w-96 {
    width: 96px !important;
  }
  .lg_w-128 {
    width: 128px !important;
  }
  .lg_w-256 {
    width: 256px !important;
  }
  .lg_w-512 {
    width: 512px !important;
  }
  .lg_w-100 {
    width: 100px !important;
  }
  .lg_w-200 {
    width: 200px !important;
  }
  .lg_w-300 {
    width: 300px !important;
  }
  .lg_w-400 {
    width: 400px !important;
  }
  .lg_w-500 {
    width: 500px !important;
  }
  .lg_w-600 {
    width: 600px !important;
  }
  .lg_h-0 {
    height: 0 !important;
  }
  .lg_h-auto {
    height: auto !important;
  }
  .lg_h-half {
    height: 50% !important;
  }
  .lg_h-full {
    height: 100% !important;
  }
  .lg_h-window {
    height: 100vh !important;
  }
  .lg_h-8 {
    height: 8px !important;
  }
  .lg_h-16 {
    height: 16px !important;
  }
  .lg_h-32 {
    height: 32px !important;
  }
  .lg_h-56 {
    height: 56px !important;
  }
  .lg_h-64 {
    height: 64px !important;
  }
  .lg_h-96 {
    height: 96px !important;
  }
  .lg_h-128 {
    height: 128px !important;
  }
  .lg_h-256 {
    height: 256px !important;
  }
  .lg_h-512 {
    height: 512px !important;
  }
  .lg_h-100 {
    height: 100px !important;
  }
  .lg_h-200 {
    height: 200px !important;
  }
  .lg_h-300 {
    height: 300px !important;
  }
  .lg_h-400 {
    height: 400px !important;
  }
  .lg_h-500 {
    height: 500px !important;
  }
  .lg_h-600 {
    height: 600px !important;
  }
  .lg_maxw-0 {
    max-width: 0px !important;
  }
  .lg_maxw-1 {
    max-width: 1px !important;
  }
  .lg_maxw-128 {
    max-width: 128px !important;
  }
  .lg_maxw-256 {
    max-width: 256px !important;
  }
  .lg_maxw-512 {
    max-width: 512px !important;
  }
  .lg_maxw-640 {
    max-width: 640px !important;
  }
  .lg_maxw-auto {
    max-width: auto !important;
  }
  .lg_maxw-half {
    max-width: 50% !important;
  }
  .lg_maxw-full {
    max-width: 100% !important;
  }
  .lg_maxw-window {
    max-width: 100vw !important;
  }
  .lg_maxh-0 {
    max-height: 0px !important;
  }
  .lg_maxh-1 {
    max-height: 1px !important;
  }
  .lg_maxh-128 {
    max-height: 128px !important;
  }
  .lg_maxh-256 {
    max-height: 256px !important;
  }
  .lg_maxh-512 {
    max-height: 512px !important;
  }
  .lg_maxh-640 {
    max-height: 640px !important;
  }
  .lg_maxh-auto {
    max-height: auto !important;
  }
  .lg_maxh-half {
    max-height: 50% !important;
  }
  .lg_maxh-full {
    max-height: 100% !important;
  }
  .lg_maxh-window {
    max-height: 100vh !important;
  }
  .lg_minw-0 {
    min-width: 0px !important;
  }
  .lg_minw-1 {
    min-width: 1px !important;
  }
  .lg_minw-128 {
    min-width: 128px !important;
  }
  .lg_minw-256 {
    min-width: 256px !important;
  }
  .lg_minw-512 {
    min-width: 512px !important;
  }
  .lg_minw-640 {
    min-width: 640px !important;
  }
  .lg_minw-auto {
    min-width: auto !important;
  }
  .lg_minw-half {
    min-width: 50% !important;
  }
  .lg_minw-full {
    min-width: 100% !important;
  }
  .lg_minw-window {
    min-width: 100vw !important;
  }
  .lg_minh-0 {
    min-height: 0px !important;
  }
  .lg_minh-1 {
    min-height: 1px !important;
  }
  .lg_minh-128 {
    min-height: 128px !important;
  }
  .lg_minh-256 {
    min-height: 256px !important;
  }
  .lg_minh-512 {
    min-height: 512px !important;
  }
  .lg_minh-640 {
    min-height: 640px !important;
  }
  .lg_minh-auto {
    min-height: auto !important;
  }
  .lg_minh-half {
    min-height: 50% !important;
  }
  .lg_minh-full {
    min-height: 100% !important;
  }
  .lg_minh-window {
    min-height: 100vh !important;
  }
  .lg_ws-nowrap {
    white-space: nowrap !important;
  }
  .lg_ls-none {
    list-style: none !important;
  }
  .lg_ls-default {
    list-style: disc inside !important;
  }
  .lg_lsp-inside {
    list-style-position: inside !important;
  }
  .lg_lst-disc {
    list-style-type: disc !important;
  }
  .lg_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .lg_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .lg_bxsh-none {
    box-shadow: none !important;
  }
  .lg_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .lg_jc-center {
    justify-content: center !important;
  }
  .lg_jc-space-between {
    justify-content: space-between !important;
  }
  .lg_ov-auto {
    overflow: auto !important;
  }
  .lg_ov-hidden {
    overflow: hidden !important;
  }
  .lg_ov-visible {
    overflow: visible !important;
  }
  .lg_od-0 {
    order: 0 !important;
  }
  .lg_od-1 {
    order: 1 !important;
  }
  .lg_od-2 {
    order: 2 !important;
  }
  .lg_od-3 {
    order: 3 !important;
  }
  .lg_od-4 {
    order: 4 !important;
  }
  .lg_od-5 {
    order: 5 !important;
  }
  .lg_od-6 {
    order: 6 !important;
  }
  .lg_od-7 {
    order: 7 !important;
  }
  .lg_od-8 {
    order: 8 !important;
  }
  .lg_od-9 {
    order: 9 !important;
  }
  .lg_od-10 {
    order: 10 !important;
  }
  .lg_od-11 {
    order: 11 !important;
  }
  .lg_od-12 {
    order: 12 !important;
  }
  .lg_ai-center {
    align-items: center !important;
  }
  .lg_flg-1 {
    flex-grow: 1 !important;
  }
  .lg_flg-2 {
    flex-grow: 2 !important;
  }
  .lg_flg-3 {
    flex-grow: 3 !important;
  }
  .lg_flg-4 {
    flex-grow: 4 !important;
  }
  .lg_flb-0 {
    flex-basis: 0 !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_flw-wrap {
    flex-wrap: wrap !important;
  }
  .lg_g-0 {
    gap: 0px !important;
  }
  .lg_g-1 {
    gap: 1px !important;
  }
  .lg_g-2 {
    gap: 2px !important;
  }
  .lg_g-4 {
    gap: 4px !important;
  }
  .lg_g-8 {
    gap: 8px !important;
  }
  .lg_g-16 {
    gap: 16px !important;
  }
  .lg_g-24 {
    gap: 24px !important;
  }
  .lg_g-32 {
    gap: 32px !important;
  }
  .lg_g-40 {
    gap: 40px !important;
  }
  .lg_g-48 {
    gap: 48px !important;
  }
  .lg_g-56 {
    gap: 56px !important;
  }
  .lg_g-64 {
    gap: 64px !important;
  }
  .lg_g-72 {
    gap: 72px !important;
  }
  .lg_g-80 {
    gap: 80px !important;
  }
  .lg_z-1 {
    z-index: 1 !important;
  }
  .lg_z-2 {
    z-index: 2 !important;
  }
  .lg_z-3 {
    z-index: 3 !important;
  }
  .lg_z-4 {
    z-index: 4 !important;
  }
  .lg_c-black {
    color: #000 !important;
  }
  .lg_bgc-black {
    background-color: #000 !important;
  }
  .lg_bc-black {
    border-color: #000 !important;
  }
  .lg_c-333 {
    color: #333 !important;
  }
  .lg_bgc-333 {
    background-color: #333 !important;
  }
  .lg_bc-333 {
    border-color: #333 !important;
  }
  .lg_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .lg_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .lg_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .lg_c-666 {
    color: #666 !important;
  }
  .lg_bgc-666 {
    background-color: #666 !important;
  }
  .lg_bc-666 {
    border-color: #666 !important;
  }
  .lg_c-999 {
    color: #999 !important;
  }
  .lg_bgc-999 {
    background-color: #999 !important;
  }
  .lg_bc-999 {
    border-color: #999 !important;
  }
  .lg_c-ccc {
    color: #ccc !important;
  }
  .lg_bgc-ccc {
    background-color: #ccc !important;
  }
  .lg_bc-ccc {
    border-color: #ccc !important;
  }
  .lg_c-ddd {
    color: #ddd !important;
  }
  .lg_bgc-ddd {
    background-color: #ddd !important;
  }
  .lg_bc-ddd {
    border-color: #ddd !important;
  }
  .lg_c-eee {
    color: #eee !important;
  }
  .lg_bgc-eee {
    background-color: #eee !important;
  }
  .lg_bc-eee {
    border-color: #eee !important;
  }
  .lg_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .lg_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .lg_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .lg_c-white {
    color: #fff !important;
  }
  .lg_bgc-white {
    background-color: #fff !important;
  }
  .lg_bc-white {
    border-color: #fff !important;
  }
  .lg_c-primary {
    color: #014F53 !important;
  }
  .lg_bgc-primary {
    background-color: #014F53 !important;
  }
  .lg_bc-primary {
    border-color: #014F53 !important;
  }
  .lg_c-secondary {
    color: #CBA557 !important;
  }
  .lg_bgc-secondary {
    background-color: #CBA557 !important;
  }
  .lg_bc-secondary {
    border-color: #CBA557 !important;
  }
  .lg_c-error {
    color: #cd323f !important;
  }
  .lg_bgc-error {
    background-color: #cd323f !important;
  }
  .lg_bc-error {
    border-color: #cd323f !important;
  }
  .lg_c-success {
    color: #7fc97d !important;
  }
  .lg_bgc-success {
    background-color: #7fc97d !important;
  }
  .lg_bc-success {
    border-color: #7fc97d !important;
  }
  .lg_c-border {
    color: #dddddd !important;
  }
  .lg_bgc-border {
    background-color: #dddddd !important;
  }
  .lg_bc-border {
    border-color: #dddddd !important;
  }
  .lg_c-text {
    color: #ffffff !important;
  }
  .lg_bgc-text {
    background-color: #ffffff !important;
  }
  .lg_bc-text {
    border-color: #ffffff !important;
  }
  .lg_c-text-faded {
    color: #999999 !important;
  }
  .lg_bgc-text-faded {
    background-color: #999999 !important;
  }
  .lg_bc-text-faded {
    border-color: #999999 !important;
  }
  .lg_c-light-grey-1 {
    color: #f2f2f2 !important;
  }
  .lg_bgc-light-grey-1 {
    background-color: #f2f2f2 !important;
  }
  .lg_bc-light-grey-1 {
    border-color: #f2f2f2 !important;
  }
  .lg_c-light-grey-2 {
    color: #e9e9e9 !important;
  }
  .lg_bgc-light-grey-2 {
    background-color: #e9e9e9 !important;
  }
  .lg_bc-light-grey-2 {
    border-color: #e9e9e9 !important;
  }
  .lg_c-dark-grey-1 {
    color: #333333 !important;
  }
  .lg_bgc-dark-grey-1 {
    background-color: #333333 !important;
  }
  .lg_bc-dark-grey-1 {
    border-color: #333333 !important;
  }
  .lg_c-dark-grey-2 {
    color: #666666 !important;
  }
  .lg_bgc-dark-grey-2 {
    background-color: #666666 !important;
  }
  .lg_bc-dark-grey-2 {
    border-color: #666666 !important;
  }
  .lg_c-dark-grey-3 {
    color: #888888 !important;
  }
  .lg_bgc-dark-grey-3 {
    background-color: #888888 !important;
  }
  .lg_bc-dark-grey-3 {
    border-color: #888888 !important;
  }
  .lg_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .lg_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .lg_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .lg_c-site-black {
    color: #2c2823 !important;
  }
  .lg_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .lg_bc-site-black {
    border-color: #2c2823 !important;
  }
  .lg_c-site-green {
    color: #00453d !important;
  }
  .lg_bgc-site-green {
    background-color: #00453d !important;
  }
  .lg_bc-site-green {
    border-color: #00453d !important;
  }
  .lg_c-site-brown {
    color: #482f0c !important;
  }
  .lg_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .lg_bc-site-brown {
    border-color: #482f0c !important;
  }
  .lg_c-site-red {
    color: #501305 !important;
  }
  .lg_bgc-site-red {
    background-color: #501305 !important;
  }
  .lg_bc-site-red {
    border-color: #501305 !important;
  }
  .lg_c-site-pink {
    color: #f5b9a7 !important;
  }
  .lg_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .lg_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .lg_c-site-yellow {
    color: #ffb960 !important;
  }
  .lg_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .lg_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .lg_c-site-blue {
    color: #6af7e7 !important;
  }
  .lg_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .lg_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .lg_c-dark {
    color: #272420 !important;
  }
  .lg_bgc-dark {
    background-color: #272420 !important;
  }
  .lg_bc-dark {
    border-color: #272420 !important;
  }
  .lg_a-primary {
    color: #014F53 !important;
    transition: all ease-in-out 300ms;
  }
  .lg_a-primary:hover {
    color: #000000 !important;
  }
  .lg_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .lg_a-default:hover {
    color: #014F53 !important;
  }
  .lg_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .lg_a-decoration:hover {
    color: #014F53 !important;
  }
  .lg_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .lg_invisible {
    display: none !important;
  }
  .lg_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 1200px) {
  .xl_pa-0 {
    padding: 0px !important;
  }
  .xl_pa-1 {
    padding: 1px !important;
  }
  .xl_pa-2 {
    padding: 2px !important;
  }
  .xl_pa-4 {
    padding: 4px !important;
  }
  .xl_pa-8 {
    padding: 8px !important;
  }
  .xl_pa-16 {
    padding: 16px !important;
  }
  .xl_pa-24 {
    padding: 24px !important;
  }
  .xl_pa-32 {
    padding: 32px !important;
  }
  .xl_pa-40 {
    padding: 40px !important;
  }
  .xl_pa-48 {
    padding: 48px !important;
  }
  .xl_pa-56 {
    padding: 56px !important;
  }
  .xl_pa-64 {
    padding: 64px !important;
  }
  .xl_pa-72 {
    padding: 72px !important;
  }
  .xl_pa-80 {
    padding: 80px !important;
  }
  .xl_pt-0 {
    padding-top: 0px !important;
  }
  .xl_pt-1 {
    padding-top: 1px !important;
  }
  .xl_pt-2 {
    padding-top: 2px !important;
  }
  .xl_pt-4 {
    padding-top: 4px !important;
  }
  .xl_pt-8 {
    padding-top: 8px !important;
  }
  .xl_pt-16 {
    padding-top: 16px !important;
  }
  .xl_pt-24 {
    padding-top: 24px !important;
  }
  .xl_pt-32 {
    padding-top: 32px !important;
  }
  .xl_pt-40 {
    padding-top: 40px !important;
  }
  .xl_pt-48 {
    padding-top: 48px !important;
  }
  .xl_pt-56 {
    padding-top: 56px !important;
  }
  .xl_pt-64 {
    padding-top: 64px !important;
  }
  .xl_pt-72 {
    padding-top: 72px !important;
  }
  .xl_pt-80 {
    padding-top: 80px !important;
  }
  .xl_pb-0 {
    padding-bottom: 0px !important;
  }
  .xl_pb-1 {
    padding-bottom: 1px !important;
  }
  .xl_pb-2 {
    padding-bottom: 2px !important;
  }
  .xl_pb-4 {
    padding-bottom: 4px !important;
  }
  .xl_pb-8 {
    padding-bottom: 8px !important;
  }
  .xl_pb-16 {
    padding-bottom: 16px !important;
  }
  .xl_pb-24 {
    padding-bottom: 24px !important;
  }
  .xl_pb-32 {
    padding-bottom: 32px !important;
  }
  .xl_pb-40 {
    padding-bottom: 40px !important;
  }
  .xl_pb-48 {
    padding-bottom: 48px !important;
  }
  .xl_pb-56 {
    padding-bottom: 56px !important;
  }
  .xl_pb-64 {
    padding-bottom: 64px !important;
  }
  .xl_pb-72 {
    padding-bottom: 72px !important;
  }
  .xl_pb-80 {
    padding-bottom: 80px !important;
  }
  .xl_pl-0 {
    padding-left: 0px !important;
  }
  .xl_pl-1 {
    padding-left: 1px !important;
  }
  .xl_pl-2 {
    padding-left: 2px !important;
  }
  .xl_pl-4 {
    padding-left: 4px !important;
  }
  .xl_pl-8 {
    padding-left: 8px !important;
  }
  .xl_pl-16 {
    padding-left: 16px !important;
  }
  .xl_pl-24 {
    padding-left: 24px !important;
  }
  .xl_pl-32 {
    padding-left: 32px !important;
  }
  .xl_pl-40 {
    padding-left: 40px !important;
  }
  .xl_pl-48 {
    padding-left: 48px !important;
  }
  .xl_pl-56 {
    padding-left: 56px !important;
  }
  .xl_pl-64 {
    padding-left: 64px !important;
  }
  .xl_pl-72 {
    padding-left: 72px !important;
  }
  .xl_pl-80 {
    padding-left: 80px !important;
  }
  .xl_pr-0 {
    padding-right: 0px !important;
  }
  .xl_pr-1 {
    padding-right: 1px !important;
  }
  .xl_pr-2 {
    padding-right: 2px !important;
  }
  .xl_pr-4 {
    padding-right: 4px !important;
  }
  .xl_pr-8 {
    padding-right: 8px !important;
  }
  .xl_pr-16 {
    padding-right: 16px !important;
  }
  .xl_pr-24 {
    padding-right: 24px !important;
  }
  .xl_pr-32 {
    padding-right: 32px !important;
  }
  .xl_pr-40 {
    padding-right: 40px !important;
  }
  .xl_pr-48 {
    padding-right: 48px !important;
  }
  .xl_pr-56 {
    padding-right: 56px !important;
  }
  .xl_pr-64 {
    padding-right: 64px !important;
  }
  .xl_pr-72 {
    padding-right: 72px !important;
  }
  .xl_pr-80 {
    padding-right: 80px !important;
  }
  .xl_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xl_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .xl_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .xl_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .xl_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .xl_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .xl_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .xl_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .xl_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xl_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .xl_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .xl_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .xl_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .xl_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xl_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .xl_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .xl_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .xl_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .xl_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xl_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .xl_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .xl_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xl_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .xl_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .xl_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .xl_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .xl_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xl_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .xl_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .xl_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .xl_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .xl_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .xl_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .xl_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .xl_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xl_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .xl_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .xl_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .xl_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .xl_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xl_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xl_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xl_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .xl_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .xl_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .xl_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .xl_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .xl_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .xl_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .xl_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .xl_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .xl_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .xl_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .xl_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .xl_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xl_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl_ma-0 {
    margin: 0px !important;
  }
  .xl_ma-1 {
    margin: 1px !important;
  }
  .xl_ma-2 {
    margin: 2px !important;
  }
  .xl_ma-4 {
    margin: 4px !important;
  }
  .xl_ma-8 {
    margin: 8px !important;
  }
  .xl_ma-16 {
    margin: 16px !important;
  }
  .xl_ma-24 {
    margin: 24px !important;
  }
  .xl_ma-32 {
    margin: 32px !important;
  }
  .xl_ma-40 {
    margin: 40px !important;
  }
  .xl_ma-48 {
    margin: 48px !important;
  }
  .xl_ma-56 {
    margin: 56px !important;
  }
  .xl_ma-64 {
    margin: 64px !important;
  }
  .xl_ma-72 {
    margin: 72px !important;
  }
  .xl_ma-80 {
    margin: 80px !important;
  }
  .xl_mt-0 {
    margin-top: 0px !important;
  }
  .xl_mt-1 {
    margin-top: 1px !important;
  }
  .xl_mt-2 {
    margin-top: 2px !important;
  }
  .xl_mt-4 {
    margin-top: 4px !important;
  }
  .xl_mt-8 {
    margin-top: 8px !important;
  }
  .xl_mt-16 {
    margin-top: 16px !important;
  }
  .xl_mt-24 {
    margin-top: 24px !important;
  }
  .xl_mt-32 {
    margin-top: 32px !important;
  }
  .xl_mt-40 {
    margin-top: 40px !important;
  }
  .xl_mt-48 {
    margin-top: 48px !important;
  }
  .xl_mt-56 {
    margin-top: 56px !important;
  }
  .xl_mt-64 {
    margin-top: 64px !important;
  }
  .xl_mt-72 {
    margin-top: 72px !important;
  }
  .xl_mt-80 {
    margin-top: 80px !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-0 {
    margin-left: 0px !important;
  }
  .xl_ml-1 {
    margin-left: 1px !important;
  }
  .xl_ml-2 {
    margin-left: 2px !important;
  }
  .xl_ml-4 {
    margin-left: 4px !important;
  }
  .xl_ml-8 {
    margin-left: 8px !important;
  }
  .xl_ml-16 {
    margin-left: 16px !important;
  }
  .xl_ml-24 {
    margin-left: 24px !important;
  }
  .xl_ml-32 {
    margin-left: 32px !important;
  }
  .xl_ml-40 {
    margin-left: 40px !important;
  }
  .xl_ml-48 {
    margin-left: 48px !important;
  }
  .xl_ml-56 {
    margin-left: 56px !important;
  }
  .xl_ml-64 {
    margin-left: 64px !important;
  }
  .xl_ml-72 {
    margin-left: 72px !important;
  }
  .xl_ml-80 {
    margin-left: 80px !important;
  }
  .xl_mr-0 {
    margin-right: 0px !important;
  }
  .xl_mr-1 {
    margin-right: 1px !important;
  }
  .xl_mr-2 {
    margin-right: 2px !important;
  }
  .xl_mr-4 {
    margin-right: 4px !important;
  }
  .xl_mr-8 {
    margin-right: 8px !important;
  }
  .xl_mr-16 {
    margin-right: 16px !important;
  }
  .xl_mr-24 {
    margin-right: 24px !important;
  }
  .xl_mr-32 {
    margin-right: 32px !important;
  }
  .xl_mr-40 {
    margin-right: 40px !important;
  }
  .xl_mr-48 {
    margin-right: 48px !important;
  }
  .xl_mr-56 {
    margin-right: 56px !important;
  }
  .xl_mr-64 {
    margin-right: 64px !important;
  }
  .xl_mr-72 {
    margin-right: 72px !important;
  }
  .xl_mr-80 {
    margin-right: 80px !important;
  }
  .xl_bg-none {
    background: none !important;
  }
  .xl_bgr-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xl_bgi-none {
    background-image: none !important;
  }
  .xl_bgp-center {
    background-position: center !important;
  }
  .xl_bgp-top {
    background-position: top !important;
  }
  .xl_bgp-left {
    background-position: left !important;
  }
  .xl_bgp-right {
    background-position: right !important;
  }
  .xl_bgp-bottom {
    background-position: bottom !important;
  }
  .xl_bgs-cover {
    background-size: cover !important;
  }
  .xl_bgs-contain {
    background-size: contain !important;
  }
  .xl_bd-0 {
    border: 0 !important;
  }
  .xl_bd-1 {
    border: 1px solid #dddddd !important;
  }
  .xl_bd-2 {
    border: 2px solid #dddddd !important;
  }
  .xl_bd-4 {
    border: 4px solid #dddddd !important;
  }
  .xl_bt-0 {
    border-top: 0 !important;
  }
  .xl_bt-1 {
    border-top: 1px solid #dddddd !important;
  }
  .xl_bt-2 {
    border-top: 2px solid #dddddd !important;
  }
  .xl_bt-4 {
    border-top: 4px solid #dddddd !important;
  }
  .xl_bb-0 {
    border-bottom: 0 !important;
  }
  .xl_bb-1 {
    border-bottom: 1px solid #dddddd !important;
  }
  .xl_bb-2 {
    border-bottom: 2px solid #dddddd !important;
  }
  .xl_bb-4 {
    border-bottom: 4px solid #dddddd !important;
  }
  .xl_bl-0 {
    border-left: 0 !important;
  }
  .xl_bl-1 {
    border-left: 1px solid #dddddd !important;
  }
  .xl_bl-2 {
    border-left: 2px solid #dddddd !important;
  }
  .xl_bl-4 {
    border-left: 4px solid #dddddd !important;
  }
  .xl_br-0 {
    border-right: 0 !important;
  }
  .xl_br-1 {
    border-right: 1px solid #dddddd !important;
  }
  .xl_br-2 {
    border-right: 2px solid #dddddd !important;
  }
  .xl_br-4 {
    border-right: 4px solid #dddddd !important;
  }
  .xl_bw-0 {
    border-width: 0 !important;
  }
  .xl_bw-1 {
    border-width: 1 !important;
  }
  .xl_bw-2 {
    border-width: 2 !important;
  }
  .xl_bw-4 {
    border-width: 4 !important;
  }
  .xl_bs-solid {
    border-style: solid !important;
  }
  .xl_rd-0 {
    border-radius: 0px !important;
  }
  .xl_rd-2 {
    border-radius: 2px !important;
  }
  .xl_rd-4 {
    border-radius: 4px !important;
  }
  .xl_rd-8 {
    border-radius: 8px !important;
  }
  .xl_rd-16 {
    border-radius: 16px !important;
  }
  .xl_rd-32 {
    border-radius: 32px !important;
  }
  .xl_rd-half {
    border-radius: 50% !important;
  }
  .xl_fs-10 {
    font-size: 10px !important;
  }
  .xl_fs-12 {
    font-size: 12px !important;
  }
  .xl_fs-14 {
    font-size: 14px !important;
  }
  .xl_fs-16 {
    font-size: 16px !important;
  }
  .xl_fs-18 {
    font-size: 18px !important;
  }
  .xl_fs-20 {
    font-size: 20px !important;
  }
  .xl_fs-24 {
    font-size: 24px !important;
  }
  .xl_fs-32 {
    font-size: 32px !important;
  }
  .xl_fs-48 {
    font-size: 48px !important;
  }
  .xl_fs-64 {
    font-size: 64px !important;
  }
  .xl_fs-small {
    font-size: smaller !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_fl-italic {
    font-style: italic !important;
  }
  .xl_lh-1 {
    line-height: 1 !important;
  }
  .xl_lh-10 {
    line-height: 10px !important;
  }
  .xl_lh-12 {
    line-height: 12px !important;
  }
  .xl_lh-14 {
    line-height: 14px !important;
  }
  .xl_lh-16 {
    line-height: 16px !important;
  }
  .xl_lh-18 {
    line-height: 18px !important;
  }
  .xl_lh-20 {
    line-height: 20px !important;
  }
  .xl_lh-24 {
    line-height: 24px !important;
  }
  .xl_lh-26 {
    line-height: 26px !important;
  }
  .xl_lh-28 {
    line-height: 28px !important;
  }
  .xl_lh-32 {
    line-height: 32px !important;
  }
  .xl_lh-40 {
    line-height: 40px !important;
  }
  .xl_lh-48 {
    line-height: 48px !important;
  }
  .xl_lh-64 {
    line-height: 64px !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_td-none {
    text-decoration: none !important;
  }
  .xl_td-underline {
    text-decoration: underline !important;
  }
  .xl_f-left {
    float: left !important;
  }
  .xl_f-right {
    float: right !important;
  }
  .xl_cl-none {
    clear: none !important;
  }
  .xl_cl-both {
    clear: both !important;
  }
  .xl_cl-left {
    clear: left !important;
  }
  .xl_cl-right {
    clear: right !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_d-table {
    display: table !important;
  }
  .xl_d-table-cell {
    display: table-cell !important;
  }
  .xl_d-grid {
    display: grid !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_of-cover {
    object-fit: cover !important;
  }
  .xl_of-contain {
    object-fit: contain !important;
  }
  .xl_t-0 {
    top: 0px !important;
  }
  .xl_t-1 {
    top: 1px !important;
  }
  .xl_t-2 {
    top: 2px !important;
  }
  .xl_t-4 {
    top: 4px !important;
  }
  .xl_t-8 {
    top: 8px !important;
  }
  .xl_t-16 {
    top: 16px !important;
  }
  .xl_t-24 {
    top: 24px !important;
  }
  .xl_t-32 {
    top: 32px !important;
  }
  .xl_t-40 {
    top: 40px !important;
  }
  .xl_t-48 {
    top: 48px !important;
  }
  .xl_t-56 {
    top: 56px !important;
  }
  .xl_t-64 {
    top: 64px !important;
  }
  .xl_t-72 {
    top: 72px !important;
  }
  .xl_t-80 {
    top: 80px !important;
  }
  .xl_l-0 {
    left: 0px !important;
  }
  .xl_l-1 {
    left: 1px !important;
  }
  .xl_l-2 {
    left: 2px !important;
  }
  .xl_l-4 {
    left: 4px !important;
  }
  .xl_l-8 {
    left: 8px !important;
  }
  .xl_l-16 {
    left: 16px !important;
  }
  .xl_l-24 {
    left: 24px !important;
  }
  .xl_l-32 {
    left: 32px !important;
  }
  .xl_l-40 {
    left: 40px !important;
  }
  .xl_l-48 {
    left: 48px !important;
  }
  .xl_l-56 {
    left: 56px !important;
  }
  .xl_l-64 {
    left: 64px !important;
  }
  .xl_l-72 {
    left: 72px !important;
  }
  .xl_l-80 {
    left: 80px !important;
  }
  .xl_r-0 {
    right: 0px !important;
  }
  .xl_r-1 {
    right: 1px !important;
  }
  .xl_r-2 {
    right: 2px !important;
  }
  .xl_r-4 {
    right: 4px !important;
  }
  .xl_r-8 {
    right: 8px !important;
  }
  .xl_r-16 {
    right: 16px !important;
  }
  .xl_r-24 {
    right: 24px !important;
  }
  .xl_r-32 {
    right: 32px !important;
  }
  .xl_r-40 {
    right: 40px !important;
  }
  .xl_r-48 {
    right: 48px !important;
  }
  .xl_r-56 {
    right: 56px !important;
  }
  .xl_r-64 {
    right: 64px !important;
  }
  .xl_r-72 {
    right: 72px !important;
  }
  .xl_r-80 {
    right: 80px !important;
  }
  .xl_b-0 {
    bottom: 0px !important;
  }
  .xl_b-1 {
    bottom: 1px !important;
  }
  .xl_b-2 {
    bottom: 2px !important;
  }
  .xl_b-4 {
    bottom: 4px !important;
  }
  .xl_b-8 {
    bottom: 8px !important;
  }
  .xl_b-16 {
    bottom: 16px !important;
  }
  .xl_b-24 {
    bottom: 24px !important;
  }
  .xl_b-32 {
    bottom: 32px !important;
  }
  .xl_b-40 {
    bottom: 40px !important;
  }
  .xl_b-48 {
    bottom: 48px !important;
  }
  .xl_b-56 {
    bottom: 56px !important;
  }
  .xl_b-64 {
    bottom: 64px !important;
  }
  .xl_b-72 {
    bottom: 72px !important;
  }
  .xl_b-80 {
    bottom: 80px !important;
  }
  .xl_cls-1 {
    columns: 1 !important;
  }
  .xl_cls-2 {
    columns: 2 !important;
  }
  .xl_cls-3 {
    columns: 3 !important;
  }
  .xl_cls-4 {
    columns: 4 !important;
  }
  .xl_cls-5 {
    columns: 5 !important;
  }
  .xl_cls-6 {
    columns: 6 !important;
  }
  .xl_clc-1 {
    column-count: 1 !important;
  }
  .xl_clc-2 {
    column-count: 2 !important;
  }
  .xl_clc-3 {
    column-count: 3 !important;
  }
  .xl_clc-4 {
    column-count: 4 !important;
  }
  .xl_clc-5 {
    column-count: 5 !important;
  }
  .xl_clc-6 {
    column-count: 6 !important;
  }
  .xl_clg-0 {
    column-gap: 0px !important;
  }
  .xl_clg-4 {
    column-gap: 4px !important;
  }
  .xl_clg-8 {
    column-gap: 8px !important;
  }
  .xl_clg-16 {
    column-gap: 16px !important;
  }
  .xl_clg-24 {
    column-gap: 24px !important;
  }
  .xl_clg-32 {
    column-gap: 32px !important;
  }
  .xl_clg-40 {
    column-gap: 40px !important;
  }
  .xl_clg-80 {
    column-gap: 80px !important;
  }
  .xl_o-0 {
    opacity: 0 !important;
  }
  .xl_o-10 {
    opacity: 0.1 !important;
  }
  .xl_o-20 {
    opacity: 0.2 !important;
  }
  .xl_o-30 {
    opacity: 0.3 !important;
  }
  .xl_o-40 {
    opacity: 0.4 !important;
  }
  .xl_o-50 {
    opacity: 0.5 !important;
  }
  .xl_o-60 {
    opacity: 0.6 !important;
  }
  .xl_o-70 {
    opacity: 0.7 !important;
  }
  .xl_o-80 {
    opacity: 0.9 !important;
  }
  .xl_o-100 {
    opacity: 1 !important;
  }
  .xl_w-0 {
    width: 0 !important;
  }
  .xl_w-auto {
    width: auto !important;
  }
  .xl_w-half {
    width: 50% !important;
  }
  .xl_w-full {
    width: 100% !important;
  }
  .xl_w-window {
    width: 100vw !important;
  }
  .xl_w-8 {
    width: 8px !important;
  }
  .xl_w-16 {
    width: 16px !important;
  }
  .xl_w-32 {
    width: 32px !important;
  }
  .xl_w-56 {
    width: 56px !important;
  }
  .xl_w-64 {
    width: 64px !important;
  }
  .xl_w-96 {
    width: 96px !important;
  }
  .xl_w-128 {
    width: 128px !important;
  }
  .xl_w-256 {
    width: 256px !important;
  }
  .xl_w-512 {
    width: 512px !important;
  }
  .xl_w-100 {
    width: 100px !important;
  }
  .xl_w-200 {
    width: 200px !important;
  }
  .xl_w-300 {
    width: 300px !important;
  }
  .xl_w-400 {
    width: 400px !important;
  }
  .xl_w-500 {
    width: 500px !important;
  }
  .xl_w-600 {
    width: 600px !important;
  }
  .xl_h-0 {
    height: 0 !important;
  }
  .xl_h-auto {
    height: auto !important;
  }
  .xl_h-half {
    height: 50% !important;
  }
  .xl_h-full {
    height: 100% !important;
  }
  .xl_h-window {
    height: 100vh !important;
  }
  .xl_h-8 {
    height: 8px !important;
  }
  .xl_h-16 {
    height: 16px !important;
  }
  .xl_h-32 {
    height: 32px !important;
  }
  .xl_h-56 {
    height: 56px !important;
  }
  .xl_h-64 {
    height: 64px !important;
  }
  .xl_h-96 {
    height: 96px !important;
  }
  .xl_h-128 {
    height: 128px !important;
  }
  .xl_h-256 {
    height: 256px !important;
  }
  .xl_h-512 {
    height: 512px !important;
  }
  .xl_h-100 {
    height: 100px !important;
  }
  .xl_h-200 {
    height: 200px !important;
  }
  .xl_h-300 {
    height: 300px !important;
  }
  .xl_h-400 {
    height: 400px !important;
  }
  .xl_h-500 {
    height: 500px !important;
  }
  .xl_h-600 {
    height: 600px !important;
  }
  .xl_maxw-0 {
    max-width: 0px !important;
  }
  .xl_maxw-1 {
    max-width: 1px !important;
  }
  .xl_maxw-128 {
    max-width: 128px !important;
  }
  .xl_maxw-256 {
    max-width: 256px !important;
  }
  .xl_maxw-512 {
    max-width: 512px !important;
  }
  .xl_maxw-640 {
    max-width: 640px !important;
  }
  .xl_maxw-auto {
    max-width: auto !important;
  }
  .xl_maxw-half {
    max-width: 50% !important;
  }
  .xl_maxw-full {
    max-width: 100% !important;
  }
  .xl_maxw-window {
    max-width: 100vw !important;
  }
  .xl_maxh-0 {
    max-height: 0px !important;
  }
  .xl_maxh-1 {
    max-height: 1px !important;
  }
  .xl_maxh-128 {
    max-height: 128px !important;
  }
  .xl_maxh-256 {
    max-height: 256px !important;
  }
  .xl_maxh-512 {
    max-height: 512px !important;
  }
  .xl_maxh-640 {
    max-height: 640px !important;
  }
  .xl_maxh-auto {
    max-height: auto !important;
  }
  .xl_maxh-half {
    max-height: 50% !important;
  }
  .xl_maxh-full {
    max-height: 100% !important;
  }
  .xl_maxh-window {
    max-height: 100vh !important;
  }
  .xl_minw-0 {
    min-width: 0px !important;
  }
  .xl_minw-1 {
    min-width: 1px !important;
  }
  .xl_minw-128 {
    min-width: 128px !important;
  }
  .xl_minw-256 {
    min-width: 256px !important;
  }
  .xl_minw-512 {
    min-width: 512px !important;
  }
  .xl_minw-640 {
    min-width: 640px !important;
  }
  .xl_minw-auto {
    min-width: auto !important;
  }
  .xl_minw-half {
    min-width: 50% !important;
  }
  .xl_minw-full {
    min-width: 100% !important;
  }
  .xl_minw-window {
    min-width: 100vw !important;
  }
  .xl_minh-0 {
    min-height: 0px !important;
  }
  .xl_minh-1 {
    min-height: 1px !important;
  }
  .xl_minh-128 {
    min-height: 128px !important;
  }
  .xl_minh-256 {
    min-height: 256px !important;
  }
  .xl_minh-512 {
    min-height: 512px !important;
  }
  .xl_minh-640 {
    min-height: 640px !important;
  }
  .xl_minh-auto {
    min-height: auto !important;
  }
  .xl_minh-half {
    min-height: 50% !important;
  }
  .xl_minh-full {
    min-height: 100% !important;
  }
  .xl_minh-window {
    min-height: 100vh !important;
  }
  .xl_ws-nowrap {
    white-space: nowrap !important;
  }
  .xl_ls-none {
    list-style: none !important;
  }
  .xl_ls-default {
    list-style: disc inside !important;
  }
  .xl_lsp-inside {
    list-style-position: inside !important;
  }
  .xl_lst-disc {
    list-style-type: disc !important;
  }
  .xl_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .xl_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .xl_bxsh-none {
    box-shadow: none !important;
  }
  .xl_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .xl_jc-center {
    justify-content: center !important;
  }
  .xl_jc-space-between {
    justify-content: space-between !important;
  }
  .xl_ov-auto {
    overflow: auto !important;
  }
  .xl_ov-hidden {
    overflow: hidden !important;
  }
  .xl_ov-visible {
    overflow: visible !important;
  }
  .xl_od-0 {
    order: 0 !important;
  }
  .xl_od-1 {
    order: 1 !important;
  }
  .xl_od-2 {
    order: 2 !important;
  }
  .xl_od-3 {
    order: 3 !important;
  }
  .xl_od-4 {
    order: 4 !important;
  }
  .xl_od-5 {
    order: 5 !important;
  }
  .xl_od-6 {
    order: 6 !important;
  }
  .xl_od-7 {
    order: 7 !important;
  }
  .xl_od-8 {
    order: 8 !important;
  }
  .xl_od-9 {
    order: 9 !important;
  }
  .xl_od-10 {
    order: 10 !important;
  }
  .xl_od-11 {
    order: 11 !important;
  }
  .xl_od-12 {
    order: 12 !important;
  }
  .xl_ai-center {
    align-items: center !important;
  }
  .xl_flg-1 {
    flex-grow: 1 !important;
  }
  .xl_flg-2 {
    flex-grow: 2 !important;
  }
  .xl_flg-3 {
    flex-grow: 3 !important;
  }
  .xl_flg-4 {
    flex-grow: 4 !important;
  }
  .xl_flb-0 {
    flex-basis: 0 !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_flw-wrap {
    flex-wrap: wrap !important;
  }
  .xl_g-0 {
    gap: 0px !important;
  }
  .xl_g-1 {
    gap: 1px !important;
  }
  .xl_g-2 {
    gap: 2px !important;
  }
  .xl_g-4 {
    gap: 4px !important;
  }
  .xl_g-8 {
    gap: 8px !important;
  }
  .xl_g-16 {
    gap: 16px !important;
  }
  .xl_g-24 {
    gap: 24px !important;
  }
  .xl_g-32 {
    gap: 32px !important;
  }
  .xl_g-40 {
    gap: 40px !important;
  }
  .xl_g-48 {
    gap: 48px !important;
  }
  .xl_g-56 {
    gap: 56px !important;
  }
  .xl_g-64 {
    gap: 64px !important;
  }
  .xl_g-72 {
    gap: 72px !important;
  }
  .xl_g-80 {
    gap: 80px !important;
  }
  .xl_z-1 {
    z-index: 1 !important;
  }
  .xl_z-2 {
    z-index: 2 !important;
  }
  .xl_z-3 {
    z-index: 3 !important;
  }
  .xl_z-4 {
    z-index: 4 !important;
  }
  .xl_c-black {
    color: #000 !important;
  }
  .xl_bgc-black {
    background-color: #000 !important;
  }
  .xl_bc-black {
    border-color: #000 !important;
  }
  .xl_c-333 {
    color: #333 !important;
  }
  .xl_bgc-333 {
    background-color: #333 !important;
  }
  .xl_bc-333 {
    border-color: #333 !important;
  }
  .xl_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .xl_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .xl_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .xl_c-666 {
    color: #666 !important;
  }
  .xl_bgc-666 {
    background-color: #666 !important;
  }
  .xl_bc-666 {
    border-color: #666 !important;
  }
  .xl_c-999 {
    color: #999 !important;
  }
  .xl_bgc-999 {
    background-color: #999 !important;
  }
  .xl_bc-999 {
    border-color: #999 !important;
  }
  .xl_c-ccc {
    color: #ccc !important;
  }
  .xl_bgc-ccc {
    background-color: #ccc !important;
  }
  .xl_bc-ccc {
    border-color: #ccc !important;
  }
  .xl_c-ddd {
    color: #ddd !important;
  }
  .xl_bgc-ddd {
    background-color: #ddd !important;
  }
  .xl_bc-ddd {
    border-color: #ddd !important;
  }
  .xl_c-eee {
    color: #eee !important;
  }
  .xl_bgc-eee {
    background-color: #eee !important;
  }
  .xl_bc-eee {
    border-color: #eee !important;
  }
  .xl_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .xl_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .xl_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .xl_c-white {
    color: #fff !important;
  }
  .xl_bgc-white {
    background-color: #fff !important;
  }
  .xl_bc-white {
    border-color: #fff !important;
  }
  .xl_c-primary {
    color: #014F53 !important;
  }
  .xl_bgc-primary {
    background-color: #014F53 !important;
  }
  .xl_bc-primary {
    border-color: #014F53 !important;
  }
  .xl_c-secondary {
    color: #CBA557 !important;
  }
  .xl_bgc-secondary {
    background-color: #CBA557 !important;
  }
  .xl_bc-secondary {
    border-color: #CBA557 !important;
  }
  .xl_c-error {
    color: #cd323f !important;
  }
  .xl_bgc-error {
    background-color: #cd323f !important;
  }
  .xl_bc-error {
    border-color: #cd323f !important;
  }
  .xl_c-success {
    color: #7fc97d !important;
  }
  .xl_bgc-success {
    background-color: #7fc97d !important;
  }
  .xl_bc-success {
    border-color: #7fc97d !important;
  }
  .xl_c-border {
    color: #dddddd !important;
  }
  .xl_bgc-border {
    background-color: #dddddd !important;
  }
  .xl_bc-border {
    border-color: #dddddd !important;
  }
  .xl_c-text {
    color: #ffffff !important;
  }
  .xl_bgc-text {
    background-color: #ffffff !important;
  }
  .xl_bc-text {
    border-color: #ffffff !important;
  }
  .xl_c-text-faded {
    color: #999999 !important;
  }
  .xl_bgc-text-faded {
    background-color: #999999 !important;
  }
  .xl_bc-text-faded {
    border-color: #999999 !important;
  }
  .xl_c-light-grey-1 {
    color: #f2f2f2 !important;
  }
  .xl_bgc-light-grey-1 {
    background-color: #f2f2f2 !important;
  }
  .xl_bc-light-grey-1 {
    border-color: #f2f2f2 !important;
  }
  .xl_c-light-grey-2 {
    color: #e9e9e9 !important;
  }
  .xl_bgc-light-grey-2 {
    background-color: #e9e9e9 !important;
  }
  .xl_bc-light-grey-2 {
    border-color: #e9e9e9 !important;
  }
  .xl_c-dark-grey-1 {
    color: #333333 !important;
  }
  .xl_bgc-dark-grey-1 {
    background-color: #333333 !important;
  }
  .xl_bc-dark-grey-1 {
    border-color: #333333 !important;
  }
  .xl_c-dark-grey-2 {
    color: #666666 !important;
  }
  .xl_bgc-dark-grey-2 {
    background-color: #666666 !important;
  }
  .xl_bc-dark-grey-2 {
    border-color: #666666 !important;
  }
  .xl_c-dark-grey-3 {
    color: #888888 !important;
  }
  .xl_bgc-dark-grey-3 {
    background-color: #888888 !important;
  }
  .xl_bc-dark-grey-3 {
    border-color: #888888 !important;
  }
  .xl_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .xl_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xl_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xl_c-site-black {
    color: #2c2823 !important;
  }
  .xl_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .xl_bc-site-black {
    border-color: #2c2823 !important;
  }
  .xl_c-site-green {
    color: #00453d !important;
  }
  .xl_bgc-site-green {
    background-color: #00453d !important;
  }
  .xl_bc-site-green {
    border-color: #00453d !important;
  }
  .xl_c-site-brown {
    color: #482f0c !important;
  }
  .xl_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .xl_bc-site-brown {
    border-color: #482f0c !important;
  }
  .xl_c-site-red {
    color: #501305 !important;
  }
  .xl_bgc-site-red {
    background-color: #501305 !important;
  }
  .xl_bc-site-red {
    border-color: #501305 !important;
  }
  .xl_c-site-pink {
    color: #f5b9a7 !important;
  }
  .xl_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .xl_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .xl_c-site-yellow {
    color: #ffb960 !important;
  }
  .xl_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .xl_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .xl_c-site-blue {
    color: #6af7e7 !important;
  }
  .xl_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .xl_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .xl_c-dark {
    color: #272420 !important;
  }
  .xl_bgc-dark {
    background-color: #272420 !important;
  }
  .xl_bc-dark {
    border-color: #272420 !important;
  }
  .xl_a-primary {
    color: #014F53 !important;
    transition: all ease-in-out 300ms;
  }
  .xl_a-primary:hover {
    color: #000000 !important;
  }
  .xl_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .xl_a-default:hover {
    color: #014F53 !important;
  }
  .xl_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .xl_a-decoration:hover {
    color: #014F53 !important;
  }
  .xl_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .xl_invisible {
    display: none !important;
  }
  .xl_tpl-no-spacer {
    padding-left: 0 !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-base {
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
}
.img-block {
  display: block;
  object-fit: cover;
}
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: 768px) {
  .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: 'Mulish';
}
/*
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: 'Mulish';
  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: 768px) {
  .ty-text h1,
  .ty-h1 {
    margin: 0 0 24px;
    font-size: 44px;
    line-height: 1.07;
  }
}
@media only screen and (min-width: 992px) {
  .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: 'Mulish';
  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: 768px) {
  .ty-text h2,
  .ty-h2 {
    margin: 0 0 56px;
    font-size: 35px;
    line-height: 1.06;
  }
}
@media only screen and (min-width: 992px) {
  .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: 'Mulish';
  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: 768px) {
  .ty-text h3,
  .ty-h3 {
    font-size: 28px;
    line-height: 1.07;
  }
}
@media only screen and (min-width: 992px) {
  .ty-text h3,
  .ty-h3 {
    font-size: 35px;
    line-height: 1.06;
  }
}
.ty-text h4,
.ty-h4 {
  margin: 0 0 8px;
  font-family: 'Mulish';
  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: 992px) {
  .ty-text h4,
  .ty-h4 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.07;
  }
}
.ty-bd-sm {
  font-family: 'Playfair Display';
  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: 'Playfair Display';
  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: 'Playfair Display';
  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: 992px) {
  .ty-bd-lg {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: -0.46px;
  }
}
.ty-bd-lg-300 {
  font-family: 'Playfair Display';
  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: 992px) {
  .ty-bd-lg-300 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: -0.46px;
  }
}
.ty-price {
  font-family: 'Mulish';
  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: 'Playfair Display';
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.3px;
  color: #333333;
}
.ty-text-18-md-22 {
  color: #333333;
  font-weight: 300;
  letter-spacing: -0.46px;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .ty-text-18-md-22 {
    font-size: 22px;
    line-height: 34px;
  }
}
.ty-text-18-lg-22 {
  color: #333333;
  font-weight: 300;
  letter-spacing: -0.46px;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  .ty-text-18-lg-22 {
    font-size: 22px;
    line-height: 34px;
  }
}
.ty-text h1,
.ty-text-18-lg-22 h1,
.ty-text-style h1,
.ty-text h2,
.ty-text-18-lg-22 h2,
.ty-text-style h2,
.ty-text h3,
.ty-text-18-lg-22 h3,
.ty-text-style h3,
.ty-text h4,
.ty-text-18-lg-22 h4,
.ty-text-style h4 {
  margin-top: 24px;
  text-align: left;
}
.ty-text strong,
.ty-text-18-lg-22 strong,
.ty-text-style strong {
  color: #272423;
  font-weight: bold;
}
.ty-text em,
.ty-text-18-lg-22 em,
.ty-text-style em,
.ty-text i,
.ty-text-18-lg-22 i,
.ty-text-style i {
  font-style: italic;
}
.ty-text p,
.ty-text-18-lg-22 p,
.ty-text-style p {
  /*margin: 16px 0;*/
}
.ty-text ul,
.ty-text-18-lg-22 ul,
.ty-text-style ul {
  margin-left: 20px;
  list-style: none;
}
.ty-text ul li,
.ty-text-18-lg-22 ul li,
.ty-text-style ul li {
  margin: 6px 0;
}
.ty-text ul li::before,
.ty-text-18-lg-22 ul li::before,
.ty-text-style ul li::before {
  content: "\2022";
  color: #014F53;
  font-weight: bold;
  display: inline-block;
  width: 18px;
  margin-left: -22px;
}
.ty-text a:not(.btn-tertiary),
.ty-text-18-lg-22 a:not(.btn-tertiary),
.ty-text-style a:not(.btn-tertiary) {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
/* 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: 992px) {
  .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: 'Playfair Display';
  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: 992px) {
  .tpl-container,
  .tpl-container-small,
  .tpl-container-fluid {
    padding-left: 109px;
    padding-right: 109px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-container,
  .tpl-container-small,
  .tpl-container-fluid {
    padding-left: 144px;
    padding-right: 144px;
  }
}
.tpl-container {
  max-width: 1440px;
}
.tpl-container-small {
  max-width: 1018px;
}
.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;
}
.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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}
@media only screen and (min-width: 1440px) {
  .tpl-col.is-xxl-0 {
    width: calc(0% - 16px);
  }
  .tpl-col.is-xxl-offset-0 {
    margin-left: calc(0% + (16px / 2));
  }
  .tpl-col.is-xxl-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .tpl-col.is-xxl-offset-1 {
    margin-left: calc(8.333333333333332% + (16px / 2));
  }
  .tpl-col.is-xxl-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .tpl-col.is-xxl-offset-2 {
    margin-left: calc(16.666666666666664% + (16px / 2));
  }
  .tpl-col.is-xxl-3 {
    width: calc(25% - 16px);
  }
  .tpl-col.is-xxl-offset-3 {
    margin-left: calc(25% + (16px / 2));
  }
  .tpl-col.is-xxl-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .tpl-col.is-xxl-offset-4 {
    margin-left: calc(33.33333333333333% + (16px / 2));
  }
  .tpl-col.is-xxl-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .tpl-col.is-xxl-offset-5 {
    margin-left: calc(41.66666666666667% + (16px / 2));
  }
  .tpl-col.is-xxl-6 {
    width: calc(50% - 16px);
  }
  .tpl-col.is-xxl-offset-6 {
    margin-left: calc(50% + (16px / 2));
  }
  .tpl-col.is-xxl-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .tpl-col.is-xxl-offset-7 {
    margin-left: calc(58.333333333333336% + (16px / 2));
  }
  .tpl-col.is-xxl-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .tpl-col.is-xxl-offset-8 {
    margin-left: calc(66.66666666666666% + (16px / 2));
  }
  .tpl-col.is-xxl-9 {
    width: calc(75% - 16px);
  }
  .tpl-col.is-xxl-offset-9 {
    margin-left: calc(75% + (16px / 2));
  }
  .tpl-col.is-xxl-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .tpl-col.is-xxl-offset-10 {
    margin-left: calc(83.33333333333334% + (16px / 2));
  }
  .tpl-col.is-xxl-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .tpl-col.is-xxl-offset-11 {
    margin-left: calc(91.66666666666666% + (16px / 2));
  }
  .tpl-col.is-xxl-12 {
    width: calc(100% - 16px);
  }
  .tpl-col.is-xxl-offset-12 {
    margin-left: calc(100% + (16px / 2));
  }
  .tpl-col.is-xxl-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: 767px) {
  .mv-pixelperfect-img.is-sm {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mv-pixelperfect-img.is-md {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mv-pixelperfect-img.is-lg {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .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;
}
/*
    Created on : 14/09/2023, 14:46:41
    Author     : ferna
*/
.flatpickr-message {
  text-align: center;
  padding: 4px 8px;
  opacity: 0;
  transition: all ease-in-out 300ms;
  height: 32px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
.flatpickr-message.is-unavailable {
  background: #ee8700;
  color: #fff;
  opacity: 1;
}
/*
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;
  min-height: 40px;
  line-height: 24px;
  text-align: center;
}
.alert.is-error {
  color: #cd323f;
}
.alert.is-success {
  color: #7fc97d;
}
.alert.is-warning {
  background: #ee8700;
  color: #fff;
}
.alert-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  margin-right: 8px;
}
/*
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 1, 2021, 6:07:49 PM
    Author     : fpereira
*/
.toast-container {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
@media only screen and (max-width: 991px) {
  .toast-container {
    width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 1200px) {
  .toast-container {
    max-width: 400px;
  }
}
.toast-container .toast {
  display: block;
  opacity: 1;
  margin-top: 8px;
}
.toast-container .toast:first-child {
  margin-top: 0;
}
.toast {
  background: #fff;
  display: none;
  border-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  opacity: 0;
}
.toast.is-error {
  border: 2px solid #cd323f;
}
.toast.is-error .toast-head,
.toast.is-error .toast-body {
  background: rgba(205, 50, 63, 0.05);
}
.toast.is-error .toast-title {
  color: #cd323f;
}
.toast.is-success {
  border: 2px solid #7fc97d;
}
.toast.is-success .toast-head,
.toast.is-success .toast-body {
  background: rgba(127, 201, 125, 0.05);
}
.toast.is-success .toast-title {
  color: #7fc97d;
}
.toast.is-snackbar {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.toast-head {
  padding: 12px;
  display: flex;
  align-items: center;
}
.toast-title {
  flex-grow: 1;
  font-weight: bold;
}
.toast-body {
  border-top: 1px solid #dddddd;
  padding: 12px 48px 12px 12px;
}
.toast-body a {
  color: #014F53;
  transition: all ease-in-out 300ms;
}
.toast-body a:hover {
  color: #001f21;
}
.toast-close {
  margin-left: 16px;
  cursor: pointer;
  top: 8px;
  right: 8px;
}
.toast-close .icn {
  float: none;
  font-size: inherit;
  width: 24px;
  height: 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 : Nov 28, 2017, 6:10:36 PM
    Author     : mv
*/
.tabs {
  width: 100%;
}
/*.tabs-select-nav{
	position: relative;
	
	select{
		border:4px solid black;
		display: block;

		.t-m();

		height: 40px;
		padding-top:0;
		padding-bottom: 0;
		line-height: 32px;
		border-radius: 0;

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		
	}
	
	.icn{
		position: absolute;
		pointer-events: none;
		top:4px;
		right:4px;
		.size(32px);
	}
}*/
.tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs-nav:before,
.tabs-nav:after {
  content: " ";
  display: table;
}
.tabs-nav:after {
  clear: both;
}
.tabs-nav:before,
.tabs-nav:after {
  content: " ";
  display: table;
}
.tabs-nav:after {
  clear: both;
}
.tabs-nav-item {
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #666666;
  /*background: #fff;*/
  font-family: 'Playfair Display';
  text-decoration: none;
  transition: all ease-in-out 300ms;
  position: relative;
  padding: 20px 27px;
}
.tabs-nav-item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.tabs-nav-item:hover {
  color: rgba(0, 0, 0, 0.4);
}
.tabs-nav-item:hover:after {
  opacity: 1;
}
.tabs-nav-item.is-active {
  font-weight: bold;
  color: #000;
}
.tabs-nav-item.is-active:after {
  opacity: 1;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .tabs-nav-item {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.tabs-content {
  display: none;
  padding: 32px 0px;
}
.tabs-content.is-active {
  display: block;
}
/*
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
*/
.select {
  position: relative;
  display: inline-block;
}
.select select {
  display: block;
  width: 100%;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select option {
  /*			font-family: @font-text, sans-serif;
			line-height: 35px;*/
}
.select select.has-placeholder {
  font-weight: 300;
  color: #666666;
}
.select .select-arrow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(/images/icn-drop-xl.svg) no-repeat center;
  translate: 0 -50%;
}
.select.is-small .select-arrow {
  top: 0;
  right: 0;
}
.select.is-gray .select-arrow {
  background: url(/images/icn-drop-xl-white.svg) no-repeat center;
}
.select.is-gray .form-control {
  background: rgba(102, 102, 102, 0.6);
  color: #fff;
  border-color: rgba(102, 102, 102, 0.6);
}
.select.is-green .select-arrow {
  background: url(/images/icn-drop-xl-white.svg) no-repeat center;
}
.select.is-green .form-control {
  background: #7fc97d;
  color: #fff;
  border-color: #7fc97d;
}
.select.is-simple select {
  display: block;
  width: 100%;
  border: solid 1px #272420;
  border-radius: 2px;
  padding: 4px 40px 4px 8px;
  background: #fff;
}
/*
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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all ease-in-out 300ms;
  white-space: nowrap;
  padding: 8px 16px;
  gap: 8px;
  height: 32px;
  border: 0;
  border-radius: 2px;
  font-family: 'Mulish';
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
}
@media only screen and (min-width: 576px) {
  .btn {
    /*		font-size: 14px;
		text-transform: none;*/
  }
}
.btn:not([disabled]):active,
.btn:not([disabled]):hover {
  background: #f2f2f2;
}
.btn.is-white {
  color: #ffffff;
  background: transparent;
}
.btn.is-white:not([disabled]):hover {
  background: rgba(242, 242, 242, 0.1);
}
.btn.is-brown {
  background: #707070;
  color: #fff;
}
.btn.is-brown:not([disabled]):hover {
  background: #575757;
}
.btn.is-dark {
  background-color: #272420;
  color: #fff;
}
.btn.is-dark:not([disabled]):hover {
  background: #0b0a09;
}
.btn.is-outline {
  border: 1px solid currentColor;
}
.btn.is-48 {
  height: 48px;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 24px;
}
.btn.is-rounded {
  border-radius: 100px;
}
.btn[disabled] {
  opacity: 0.5 !important;
  cursor: default;
}
.btn.is-white.is-outline:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.btn-lang {
  display: inline-block;
  font-family: 'Playfair Display';
  border-radius: 4px;
  background-color: #cccccc;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  padding: 0 4px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all ease-in-out 300ms;
}
.btn-lang:hover,
.btn-lang.is-active {
  background: #666666;
  opacity: 1;
}
.btn-social {
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 24px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.btn-tertiary {
  font-family: 'Mulish';
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
/*
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;
  font-family: 'Mulish';
  /*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: 12px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 2px;
  border: solid 1px #000000;
  background: transparent;
}
.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: 3px;
  width: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 1px;
  top: 2px;
  color: #ffffff;
}
.checkbox .checkbox-input + .checkbox-fake::after {
  content: none;
}
.checkbox .checkbox-input:checked + .checkbox-fake {
  background: #014F53;
  border-color: #014F53;
}
.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: #272423;
  opacity: 1;
  /* Firefox */
  font-weight: 600;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #272423;
  font-weight: 600;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #272423;
  font-weight: 600;
}
.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: 992px) {
  .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 .select {
  display: block;
}
.form-btns {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .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: 8px;
  font-weight: 300;
  color: #333333;
  font-size: 14px;
  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-radius: 2px;
  border: solid 1px #888888;
  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: #014F53;
  outline: none;
}
form.is-submited .checkbox-input:invalid + .checkbox-fake,
form.is-submited .select select:invalid,
form.is-submited .form-control:invalid {
  border-color: #014F53;
  /*box-shadow: 0px 0px 0px 1px @color-primary;*/
  outline: none;
}
.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: 'Mulish';
  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;
}
/*
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 : Feb 20, 2018, 11:39:29 AM
    Author     : fpereira
*/
body.is-state-open-popup {
  overflow: hidden;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: auto;
  display: none;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.popup.is-open {
  display: block;
}
.popup.is-visible {
  opacity: 1;
}
.popup-icon {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -60px;
  width: 120px;
  height: 120px;
  background: #014F53 no-repeat center;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 120px;
  font-size: 60px;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.popup-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  /*padding: 16px;*/
}
.popup-container {
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative;
  background: #fff;
  text-align: center;
  max-width: 480px;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #272420;
  background: url(/images/bg-paper.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .popup-container {
    max-width: 596px;
  }
}
@media only screen and (min-width: 992px) {
  .popup-container {
    max-width: 806px;
  }
}
@media only screen and (min-width: 1200px) {
  .popup-container {
    max-width: 1016px;
  }
}
.popup-x {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  border-radius: 24px;
  border: 0;
  text-align: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  box-shadow: 0 0 2px #000;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .popup-x {
    top: -12px;
    right: -12px;
  }
}
.popup-header {
  margin-bottom: 1px;
  padding: 36px 32px 16px;
}
.popup-header .popup-close {
  font-weight: bold;
  line-height: 1.64;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.popup-header .popup-close .fa-close {
  font-size: 1.5em;
}
.popup-title {
  margin-bottom: 0;
}
.popup-title img {
  filter: brightness(0);
}
.popup-body {
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .popup-body {
    padding: 0 32px;
  }
}
.popup-form {
  background: #eeeeee;
  margin-bottom: 1px;
  padding: 12px 15px;
  position: relative;
}
.popup-form .fa {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #a8a8a8;
  pointer-events: none;
  font-size: 18px;
}
.popup-content {
  font-size: 18px;
  font-weight: 300;
}
.popup-content .sep-small {
  width: 64px;
}
@media only screen and (min-width: 768px) {
  .popup-content .sep-small {
    width: 96px;
  }
}
.popup-footer {
  padding: 24px 0 32px;
}
@media only screen and (min-width: 768px) {
  .popup-footer {
    padding: 32px;
  }
}
.popup-btns .btn {
  /*min-width: 162px;*/
}
.popup-yes-no-btns {
  display: flex;
}
.popup-yes-no-btns .btn {
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .popup-yes-no-btns {
    display: block;
  }
  .popup-yes-no-btns .btn {
    min-width: 162px;
  }
}
.popup-btn {
  margin-bottom: 16px;
}
.popup-btn:last-child {
  margin-bottom: 0;
}
/*CUSTOM STYLES*/
#age-popup .age-popup-content {
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  #age-popup .age-popup-content {
    padding: 64px 20px;
  }
}
#age-popup .age-popup-title {
  font-size: 28px;
  font-weight: bold;
  max-width: 260px ;
  margin: 0 auto 30px;
}
#age-popup .popup-yes-no-btns {
  display: inline-flex;
  margin-bottom: 30px;
}
#age-popup .btn {
  font-size: 14px;
  text-transform: none;
  min-width: 120px;
}
#age-popup .popup-container {
  max-width: 303px;
}
@media only screen and (min-width: 768px) {
  #age-popup .popup-container {
    max-width: 596px;
  }
}
@media only screen and (min-width: 992px) {
  #age-popup .popup-container {
    max-width: 806px;
  }
}
@media only screen and (min-width: 1200px) {
  #age-popup .popup-container {
    max-width: 808px;
  }
}
#cookies-popup .cookies-popup-text {
  font-family: 'Mulish';
  font-size: 12px;
  font-weight: bold;
  max-width: 266px ;
  margin: 0 auto 30px;
}
/*
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 6, 2022, 10:50:50 AM
    Author     : mv
*/
.full-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 40px 36px;
  color: #272420;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Mulish';
  width: 100%;
  height: 100%;
  display: none;
}
.full-popup-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  min-height: 100%;
}
.full-popup-logo {
  text-align: center;
  filter: brightness(0%);
}
.full-popup-footer {
  line-height: 1.67;
}
.full-popup-content {
  flex-grow: 1;
}
.basic-form,
.full-popup-form {
  color: #272423;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.basic-form .form-rows,
.full-popup-form .form-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.basic-form .form-title,
.full-popup-form .form-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Playfair Display';
  line-height: normal;
  margin-bottom: 16px;
}
.basic-form .form-desc,
.full-popup-form .form-desc {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: normal;
  color: #2c2823;
}
.basic-form .form-field,
.full-popup-form .form-field {
  /*padding-bottom: 36px;*/
  /*min-height: 32px + 40px;*/
}
.basic-form .form-field.is-smalltxt,
.full-popup-form .form-field.is-smalltxt {
  font-size: 10px;
}
.basic-form .form-field.is-smalltxt .checkbox-txt,
.full-popup-form .form-field.is-smalltxt .checkbox-txt {
  font-size: inherit;
}
.basic-form .form-error,
.full-popup-form .form-error {
  display: block;
  /*min-height: 24px;*/
}
.basic-form .form-control,
.full-popup-form .form-control {
  background: transparent;
  font-family: 'Mulish';
  font-size: 12px;
  font-weight: 600;
  color: #272420;
  border: solid 1px currentColor;
}
.basic-form .form-field.is-radios,
.full-popup-form .form-field.is-radios {
  display: flex;
  flex-wrap: wrap;
}
.basic-form .form-field.is-radios .form-input-w,
.full-popup-form .form-field.is-radios .form-input-w {
  flex-basis: 50%;
  text-align: right;
}
.basic-form .form-field.is-radios .form-label-w,
.full-popup-form .form-field.is-radios .form-label-w {
  flex-basis: 50%;
}
.basic-form .form-field.is-radios .form-label,
.full-popup-form .form-field.is-radios .form-label {
  font: inherit;
}
.basic-form .btn,
.full-popup-form .btn {
  /*color: #efede8;*/
  /*background-color: @color-text-dark;*/
  text-transform: none;
  min-width: 100px;
}
.basic-form .popup-btn-ok,
.full-popup-form .popup-btn-ok {
  background-color: #272420;
  color: #fff;
}
.basic-form .popup-btn-ok:not([disabled]):hover,
.full-popup-form .popup-btn-ok:not([disabled]):hover {
  background: #0b0a09;
}
.basic-form .form-footer,
.full-popup-form .form-footer {
  color: #272423;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Mulish';
  line-height: 1.67;
}
/*
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, 6:01:19 PM
    Author     : mv
*/
.slider {
  height: 553px;
}
@media only screen and (min-width: 768px) {
  .slider {
    height: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .slider {
    height: 514px;
  }
}
@media only screen and (min-width: 768px) {
  .slider .slick-icon-prev {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .slick-icon-prev {
    /*left: 42px;*/
    bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider .slick-icon-prev {
    left: calc(50vw - 590px - 8px);
  }
}
@media only screen and (min-width: 768px) {
  .slider .slick-icon-next {
    right: calc(50% + 28px);
  }
}
@media only screen and (min-width: 992px) {
  .slider .slick-icon-next {
    bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider .slick-icon-next {
    right: calc(50% + 132px);
  }
}
.slider .slick-dots {
  bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .slider .slick-dots {
    width: calc(50% - 36px);
    margin-left: 24px;
    bottom: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider .slick-dots {
    width: 485px;
    left: calc(50vw - 608px);
    bottom: 44px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .slider .slick-arrow {
    bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .slick-arrow {
    width: 64px;
    height: 64px;
    font-size: 64px;
    bottom: 20px;
  }
}
.slider-item {
  height: 553px;
  overflow: hidden;
  background: #333333;
  color: #ffffff;
}
.slider-item:before,
.slider-item:after {
  content: " ";
  display: table;
}
.slider-item:after {
  clear: both;
}
.slider-item:before,
.slider-item:after {
  content: " ";
  display: table;
}
.slider-item:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .slider-item {
    padding-left: 24px;
    height: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-item {
    height: 514px;
  }
}
.slider-item-left {
  text-align: center;
  padding: 36px 32px;
  height: 292px;
}
.slider-item-left .ty-h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .slider-item-left .ty-h1 {
    margin-bottom: 20px;
  }
}
.slider-item-left .btn {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .slider-item-left {
    width: calc(50% - 24px);
    float: left;
    height: 100%;
    padding: 78px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-item-left {
    padding: 108px 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-item-left {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    left: calc(50vw - 600px - 8px);
    width: 485px;
  }
}
.slider-item-right {
  height: 261px;
}
@media only screen and (min-width: 768px) {
  .slider-item-right {
    width: calc(50% + 24px);
    float: right;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-item-right {
    width: calc(50% + 128px);
  }
}
.slider-item-img {
  height: 100%;
  display: block;
}
/*
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 17, 2020, 10:49:05 AM
    Author     : mv
*/
body.has-sidemenu-open {
  overflow: hidden;
}
.sidemenu {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transition: opacity ease-in-out 300ms;
  z-index: 750;
}
@media only screen and (min-width: 768px) {
  .sidemenu {
    /*margin-top: 32px;*/
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu {
    /*display: none !important;*/
  }
}
.sidemenu.is-active {
  opacity: 1;
}
.sidemenu.is-active .sidemenu-box {
  transform: translateX(0);
}
.sidemenu.is-active .sidemenu-close-btn {
  transform: rotate(-360deg);
}
.sidemenu-box {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  /*max-width: 300px;*/
  background-color: #014F53;
  padding: 36px;
  transform: translateX(-100%);
  transition: transform ease-in-out 300ms;
  overflow: auto;
  color: #fff;
  font-family: 'Mulish';
}
@media only screen and (min-width: 992px) {
  .sidemenu-box {
    padding-left: 110px;
    padding-right: 110px;
  }
}
.sidemenu-close-btn {
  color: #fff;
  z-index: 751;
  display: none;
  transition: transform ease-in-out 300ms;
}
.sidemenu-logo img {
  width: 180px;
  margin: 0 auto;
  display: block;
}
.sidemenu-main {
  margin-top: 48px;
  margin-bottom: 56px;
  border-top: 1px solid #fff;
}
.sidemenu-main-menu {
  border-bottom: 1px solid #fff;
}
.sidemenu-main-menu.is-active .sidemenu-main-title .icn-disclosure {
  display: none;
}
.sidemenu-main-menu.is-active .sidemenu-main-title .icn-close {
  display: block;
}
.sidemenu-main-menu.is-active .sidemenu-main-items {
  display: block;
  padding-bottom: 16px;
}
.sidemenu-main-title {
  display: flex;
  height: 56px;
  cursor: pointer;
  align-items: center;
  padding-left: 74px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .sidemenu-main-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-main-title {
    padding-left: 300px;
  }
}
.sidemenu-main-title .icn-close {
  display: none;
}
.sidemenu-main-items {
  display: none;
}
.sidemenu-main-viewall,
.sidemenu-main-item,
.sidemenu-sub-item {
  display: block;
  line-height: 24px;
  padding-left: 74px;
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .sidemenu-main-viewall,
  .sidemenu-main-item,
  .sidemenu-sub-item {
    padding-left: 300px;
  }
}
.sidemenu-main-viewall {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  opacity: 0.4;
}
.sidemenu-sub-item {
  font-size: 14px;
  font-weight: normal;
}
.sidemenu-social {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.sidemenu-social .btn-social {
  color: #ffffff;
}
.sidemenu-filter.is-active {
  display: block;
}
.sidemenu-filter.is-active .sidemenu-filter-current {
  background-image: url(/images/icn-square-drop-up.svg);
}
.sidemenu-filter.is-active .sidemenu-filter-list {
  display: block;
}
.sidemenu-filter-current {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  background: url(/images/icn-square-drop-down.svg) no-repeat right center;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.sidemenu-filter-list {
  display: none;
  padding: 10px 0;
}
.sidemenu-item {
  font-size: 16px;
  color: #888;
  padding: 4px 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 : Nov 20, 2020, 6:44:06 PM
    Author     : mv
*/
.cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 100;
  /*background: #fff;*/
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.cookies-box .btn {
  width: 100%;
  text-transform: none;
}
.cookies-box p {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .cookies-box {
    padding: 32px;
  }
}
.cookies-box-text {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  color: #333333;
  font-family: 'Mulish';
  text-align: center;
  max-width: 580px;
}
.cookies-box-btns {
  display: inline-flex;
  gap: 16px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .cookies-box-btns {
    flex-direction: row;
  }
}
.cookie-popup {
  font-family: 'Mulish';
  font-size: 12px;
  /*font-weight: 600;*/
}
.cookie-popup .popup-custom {
  padding: 24px 36px;
}
.cookie-popup .popup-logo {
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cookie-popup {
    position: absolute;
  }
  .cookie-popup .popup-wrapper {
    height: auto;
  }
}
.cookie-popup .popup-container {
  text-align: left;
  max-width: 800px;
  /*padding: 56px 166px;*/
}
.cookie-popup .popup-body {
  padding: 0;
}
.cookie-popup .form-cookie {
  margin-top: 80px;
}
.cookie-popup .form-cookie:before,
.cookie-popup .form-cookie:after {
  content: " ";
  display: table;
}
.cookie-popup .form-cookie:after {
  clear: both;
}
.cookie-popup .form-cookie:before,
.cookie-popup .form-cookie:after {
  content: " ";
  display: table;
}
.cookie-popup .form-cookie:after {
  clear: both;
}
.cookie-popup .form-cookie .cookie-popup-title {
  margin-bottom: 24px;
}
.cookie-popup .btn {
  /*		width: auto;
		height: auto;
		padding: 5px 20px 3px;
		line-height: 20px;
		min-width: auto;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: normal;
		text-shadow: none;
		opacity: 1;
		background-color: #333333;
		color: #fff;
		border: 0;
		font-family: inherit;
		margin-left: 8px;*/
}
.cookie-popup .btn:hover {
  background: none;
}
.cookie-popup-intro {
  /*padding: 24px;*/
  /*background-color: #ebebeb;*/
  /*	.responsive-desktop({
		padding: 48px;
	});*/
}
.cookie-popup-intro:before,
.cookie-popup-intro:after {
  content: " ";
  display: table;
}
.cookie-popup-intro:after {
  clear: both;
}
.cookie-popup-intro:before,
.cookie-popup-intro:after {
  content: " ";
  display: table;
}
.cookie-popup-intro:after {
  clear: both;
}
.cookie-popup-title {
  /*	.ty-h3;
	margin: 0;
	margin-bottom: 16px;
	text-align: left;*/
  text-transform: uppercase;
}
.cookie-popup-text {
  text-align: center;
  margin-bottom: 16px;
}
.cookie-option {
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding: 8px;
  /*border-bottom: 1px solid #d8d8d8;*/
  text-align: left;
}
.cookie-option:first-of-type {
  /*border-top: 1px solid #d8d8d8;*/
}
.cookie-option img,
.cookie-option .checkbox {
  float: left;
}
.cookie-title {
  font-size: 12px;
  font-weight: bold;
}
.cookie-title,
.cookie-desc {
  margin-left: 24px;
}
/*
    Created on : 12/11/2021, 17:09:11
    Author     : ferna
*/
.icn {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icn.is-16 {
  width: 16px;
  height: 16px;
}
.icn.is-24 {
  width: 24px;
  height: 24px;
}
.icn.is-32 {
  width: 32px;
  height: 32px;
}
/*
    Created on : 22/12/2021, 12:08:27
    Author     : ferna
*/
.boxhp {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 0 24px;
}
.boxhp-title {
  padding: 16px 0 13px;
  /*padding-bottom: 16px;*/
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  border-bottom: 1px solid #dddddd;
}
.boxhp-content {
  padding: 16px 0;
}
.boxshadow {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 24px;
}
.boxshadow-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 32px;
  color: #666;
}
.boxshadow-header .boxshadow-title {
  flex-grow: 1;
  padding-bottom: 0;
}
.boxshadow-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #014F53;
  text-transform: uppercase;
}
.boxshadow-content {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.boxshadow-btns .icn {
  opacity: 0.5;
  transition: all ease-in-out 300ms;
}
.boxshadow-btns .icn:hover {
  opacity: 1;
}
/*
    Created on : 23/12/2021, 11:29:35
    Author     : ferna
*/
.avatar {
  width: 24px;
  height: 24px;
  border: 3px solid transparent;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #014F53;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.pagination {
  display: flex;
}
.pagination-next,
.pagination-prev {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 96px;
}
.pagination-next .icn,
.pagination-prev .icn {
  width: 24px;
  height: 24px;
}
.pagination-numbers {
  flex-grow: 1;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.pagination-item {
  font-size: 16px;
  line-height: 18px;
  color: #014F53;
  min-width: 24px;
  text-align: center;
}
.pagination-item.is-active {
  color: #ffffff;
  font-weight: bold;
}
.pagination-item.is-ret {
  color: #ffffff;
}
/*
    Created on : 28/12/2021, 15:35:51
    Author     : ferna
*/
.filter {
  background: #f2f2f2;
  border-radius: 8px;
}
.filter.is-closed .filter-options {
  display: none;
}
.filter.is-closed .filter-icon .icn-plus-solo {
  display: block;
}
.filter.is-closed .filter-icon .icn-minus-solo {
  display: none;
}
.filter-header {
  padding: 8px;
  display: flex;
  gap: 8px;
}
.filter-icon {
  cursor: pointer;
}
.filter-icon .icn {
  width: 18px;
  height: 18px;
}
.filter-icon .icn-plus-solo {
  display: none;
}
.filter-icon .icn-minus-solo {
  display: block;
}
.filter-title {
  flex-grow: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.filter-options {
  padding: 0 8px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-item {
  font-size: 12px;
}
.filter-item .checkbox-input:checked + .checkbox-fake + .checkbox-text,
.filter-item .checkbox-input:checked + .checkbox-fake + .checkbox-txt {
  color: #014F53;
  font-weight: bold;
}
/*
    Created on : 23/12/2021, 17:37:41
    Author     : ferna
*/
/*
    Created on : 17/02/2022, 10:40:13
    Author     : ferna
*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .gallery {
    gap: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery {
    gap: 24px;
  }
}
.gallery img {
  /*width: calc(50% - 8px);*/
  width: calc(100% - 0px);
  object-fit: cover;
  height: 174px;
}
@media only screen and (min-width: 992px) {
  .gallery img {
    width: calc(33.33% - 11px);
    height: 174px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery img {
    width: calc(33.33% - 16px);
    height: 239px;
  }
}
/*
    Created on : 04/07/2022, 12:50:58
    Author     : ferna
*/
.newsletter-thanks {
  color: #272423;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  text-align: center;
  margin-top: 64px;
}
.newsletter-thanks-title,
.newsletter-thanks-text {
  max-width: 266px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-thanks-title {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Playfair Display';
}
.newsletter-thanks-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Mulish';
}
.newsletter-thanks-btn .btn {
  min-width: 115px ;
}
/*
    Created on : 25/11/2022, 14:07:53
    Author     : ferna
*/
.card-items {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ebebeb;
}
.card-item {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .card-item {
    /*padding: 40px 0;*/
    flex-direction: row;
    /*align-items: center;*/
  }
  .card-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.card-item-left,
.card-item-right {
  flex-basis: 50%;
}
.card-item-imgs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-item-imgs .card-item-img {
  display: none;
}
.card-item-imgs .card-item-img:first-of-type {
  display: block;
}
@media only screen and (min-width: 992px) {
  .card-item-imgs .card-item-img {
    display: block;
  }
}
.card-item-img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width: 992px) {
  .card-item-img {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-item-img {
    height: 683px;
  }
}
.card-item-right {
  min-height: 375px;
  display: flex;
  align-items: center;
}
.card-item-title {
  width: 100%;
}
/*
    Created on : 24/05/2024, 15:46:14
    Author     : ferna
*/
.page-submenu {
  padding: 36px 0;
  text-transform: uppercase;
  margin: 0 -16px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .page-submenu {
    padding: 16px 0;
    margin: 0;
  }
}
.page-submenu ::-webkit-scrollbar {
  display: none;
}
.page-submenu .page-submenu-left,
.page-submenu .page-submenu-right {
  position: absolute;
  top: 0;
  z-index: 10;
  bottom: 0;
  display: none;
  width: 84px;
  /*pointer-events: none;*/
  color: #272423;
  align-items: center;
  padding: 0 4px;
}
@media only screen and (min-width: 1200px) {
  .page-submenu .page-submenu-left,
  .page-submenu .page-submenu-right {
    padding: 0 16px;
    width: 128px;
  }
}
.page-submenu .page-submenu-left .icn,
.page-submenu .page-submenu-right .icn {
  cursor: pointer;
}
.page-submenu .page-submenu-left {
  left: 0;
  justify-content: start;
}
.page-submenu .page-submenu-right {
  right: 0;
  justify-content: end;
}
.page-submenu.has-left .page-submenu-left {
  background: linear-gradient(to left, transparent, #efede8);
  display: flex;
}
.page-submenu.has-right .page-submenu-right {
  background: linear-gradient(to right, transparent, #efede8);
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .page-submenu.has-left .page-submenu-left {
    background: linear-gradient(to left, transparent, #efede8 80px);
  }
  .page-submenu.has-right .page-submenu-right {
    background: linear-gradient(to right, transparent, #efede8 80px);
  }
}
.bgc-white .page-submenu.has-left .page-submenu-left {
  background: linear-gradient(to left, transparent, #fff);
}
.bgc-white .page-submenu.has-right .page-submenu-right {
  background: linear-gradient(to right, transparent, #fff);
}
.page-submenu .page-submenu-slider {
  /*	display: flex;
	align-items: center;*/
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /*scroll-behavior: smooth;*/
}
.page-submenu .page-submenu-slider .slick-arrow {
  background: none;
  border: 0;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.page-submenu .page-submenu-slider .slick-disabled {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .page-submenu .page-submenu-slider {
    /*padding-bottom: 8px;*/
  }
}
.page-submenu-item {
  text-align: center;
  font-size: 18px;
  color: #272420;
  white-space: nowrap;
  transition: all ease-in-out 300ms;
  padding: 8px;
  display: inline-block;
}
.page-submenu-item:hover {
  opacity: 1;
}
.page-submenu-item.is-active {
  border-bottom: 1px solid currentColor;
}
/*
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: 1200px) {
  :root {
    --header-solid-height: 200px;
  }
}
.header-main {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 500;
  background-image: linear-gradient(to bottom, #2b2824, rgba(39, 36, 32, 0));
}
.header-main.is-active {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
  /*background: fade(@color-primary, 90%);*/
  background: #014F53;
}
@media only screen and (min-width: 1200px) {
  .header-main {
    min-height: 200px;
  }
}
.header-main.is-solid {
  background: #014F53;
  min-height: var(--header-solid-height);
}
.header-main.is-solid + .main-main {
  padding-top: var(--header-solid-height);
}
.header-top {
  height: 88px;
  font-family: 'Mulish';
  padding: 12px 16px;
  /*	display: flex;
	width: 100%;
	align-items: center;*/
}
.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;
}
@media only screen and (min-width: 992px) {
  .header-top {
    height: 104px;
    padding-top: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .header-top {
    padding-left: 94px;
    padding-right: 94px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-menu {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.header-menu > * {
  flex-grow: 1;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .header-menu {
    display: flex;
  }
}
.btn-menu {
  transition: all ease-in-out 300ms;
}
.btn-menu span {
  transition: all ease-in-out 300ms;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
.btn-menu:hover {
  color: #CBA557;
}
.btn-menu.is-active {
  color: #CBA557;
}
.btn-menu.is-active span {
  border-bottom: 2px solid #CBA557;
}
.header-menu-btn {
  display: block;
  margin-left: 16px;
}
.header-menu-btn.f-right {
  margin-left: 0;
  margin-right: 16px;
}
@media only screen and (min-width: 1200px) {
  .header-menu-btn {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
}
.header-submenu {
  display: none;
  padding: 16px 0 50px;
}
.header-submenu.is-active {
  display: block;
}
.header-submenu-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
  text-align: center;
}
@media only screen and (min-width: 1340px) {
  .header-submenu-wrapper {
    gap: 40px;
  }
}
.btn-submenu {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 1340px) {
  .btn-submenu {
    font-size: 22px;
  }
}
.header-subsubmenu {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1340px) {
  .header-subsubmenu {
    font-size: 18px;
  }
}
.btn-submenu,
.btn-subsubmenu {
  opacity: 0.8;
  transition: all ease-in-out 300ms;
}
.btn-submenu:hover,
.btn-subsubmenu:hover {
  opacity: 1;
}
.btn-submenu.is-active,
.btn-subsubmenu.is-active {
  opacity: 1;
}
.header-submenu-section .header-subsubmenu,
.header-submenu-wines .header-subsubmenu {
  position: relative;
  display: none;
  min-height: 200px;
  transition: all ease-in-out 300ms;
  /*max-height: calc(100vh - 400px);*/
}
.header-submenu-section .header-subsubmenu.is-active,
.header-submenu-wines .header-subsubmenu.is-active {
  display: block;
}
.header-submenu-section .header-subsubmenu-wrapper,
.header-submenu-wines .header-subsubmenu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  position: absolute;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  /*		overflow: auto;
		height: 100%;*/
}
/*LOGO*/
.header-logo {
  height: 54px;
  margin: 0 auto;
}
.main-main {
  padding-top: 88px;
  background-color: #efede8;
}
@media only screen and (min-width: 992px) {
  .main-main {
    padding-top: 104px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-main {
    padding-top: 200px;
  }
}
.footer-main {
  font-family: 'Mulish';
  font-size: 10px;
  font-weight: 600;
  color: #c3c3c3;
  padding: 40px 0;
}
.footer-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  /*align-items: center;*/
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .footer-top {
    flex-direction: row;
  }
  .footer-top > * {
    flex-basis: 0;
    flex-grow: 1;
  }
}
/* LOGO */
/*.footer-logo{
	margin-bottom: 40px;
	text-align: center;
	
	img{
		filter: brightness(100);
	}
	
	.responsive-sm({
		display: none;
	});
}*/
.footer-selo img {
  filter: brightness(100);
}
/* MENU */
.footer-menu {
  max-width: 230px;
  margin: 0 auto;
  font-size: 18px;
  font-family: 'Playfair Display';
  font-weight: normal;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 576px) {
  .footer-left {
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    text-align: left;
  }
}
.footer-right {
  text-align: center;
  /*padding: 16px 0;*/
}
@media only screen and (min-width: 576px) {
  .footer-right {
    text-align: right;
  }
}
.footer-center {
  /*display: none;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
/* SOCIAL */
.footer-social {
  display: inline-flex !important;
  gap: 16px;
  /*margin-bottom: 32px;*/
}
.footer-social .btn-social {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
/* NEWSLETTER */
.footer-newsletter {
  text-align: center;
}
.footer-newsletter .btn {
  color: #c3c3c3;
  text-transform: none;
  font-size: 12px;
}
.footer-newsletter-txt {
  font-size: 12px;
  max-width: 300px;
  margin: 0 auto 16px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 16px 0;
  margin-top: 32px;
}
@media only screen and (min-width: 576px) {
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    gap: 92px;
  }
}
.footer-submenu {
  font-size: 11px;
  font-weight: 700;
}
@media only screen and (min-width: 576px) {
  .footer-submenu {
    font-size: 12px;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) {
  .footer-copy {
    text-align: left;
  }
}
.footer-complains {
  /*	width: 140px;*/
  /*margin: 0 64px 0 auto;*/
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .footer-complains {
    margin-right: 0;
  }
}
/*
    Created on : 24/01/2025, 14:39:28
    Author     : ferna
*/
.video {
  position: relative;
}
.video.is-sound .video-btn.is-sound {
  display: none;
}
.video.is-muted .video-btn.is-muted {
  display: none;
}
.video-control {
  z-index: 10px;
}
.video-btn {
  drop-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-flex;
  text-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
}
.video-btn span {
  font-size: 20px;
}
/*
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 : Jan 28, 2021, 9:08:26 AM
    Author     : mv
*/
body.is-layout-simple {
  background: #efede8 center;
}
body.is-layout-simple .main-main {
  background: transparent;
  /*min-height: 100vh;*/
  padding-top: 0;
}
body.is-layout-simple .header-main {
  background: none;
  position: static;
}
body.is-layout-simple .header-top {
  padding: 24px 0;
  margin-bottom: 24px;
  height: auto;
}
body.is-page-not_found {
  background-image: url(/images/bg-paper.jpg);
  background-size: 1200px auto;
  background-repeat: repeat;
}
.page-error {
  text-align: center;
  color: #272420;
  padding: 0 52px 32px;
}
.page-error img {
  height: 180px;
  margin-bottom: 16px;
}
.page-error .ty-h1 {
  font-family: 'Playfair Display';
  font-weight: bold;
  margin-bottom: 28px;
  font-size: 28px;
}
.page-error .text {
  font-size: 28px;
  margin-bottom: 32px;
}
.page-error .btn {
  width: 115px;
}
@media only screen and (min-width: 992px) {
  .page-error {
    padding-top: 32px;
  }
}
/*
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, 12:00:16 PM
    Author     : mv
*/
body.is-page-index .main-main,
body.is-page-home .main-main {
  padding-top: 0;
}
.hp-header {
  background-size: cover;
  height: 667px;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.hp-header .scroll-more-btn {
  bottom: 64px;
}
@media only screen and (min-width: 576px) {
  .hp-header {
    height: 100vh;
  }
}
.hp-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hp-header-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-header-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  .hp-header-text {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.4px;
    max-width: 928px;
    margin: 0 auto;
    opacity: 0.8;
  }
}
.bg-overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hp-item {
  background: #fff;
  color: #000;
  font-family: 'Mulish';
}
.hp-item-texts {
  padding: 30px 40px;
}
.hp-item-section {
  font-size: 10px;
  font-weight: 800;
  color: #d3ad5d;
  text-transform: uppercase;
}
.hp-item-title {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Playfair Display';
  margin-bottom: 20px;
  position: relative;
}
.hp-item-title:after {
  position: absolute;
  bottom: -10px;
  left: -16px;
  height: 1px;
  background: #000;
  width: 64px;
  content: "";
}
.hp-item-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.hp-item-text a {
  color: #d3ad5d;
}
.hp-item-section-media {
  padding: 0 16px 16px;
}
.hp-item-section-img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.hp-item:nth-child(2n-1) {
  background: #e1e1e1;
}
.hp-items {
  max-width: 640px;
  margin: 0 auto;
}
.hp-items.is-2nd .hp-item:nth-child(1) .hp-item-section-media {
  padding: 0;
}
.hp-items.is-2nd .hp-item:nth-child(3) .hp-item-section-media {
  padding: 0;
}
.hp-message {
  padding: 40px;
  background: #2c2823;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
}
.hp-message-title {
  font-size: 24px;
  margin-bottom: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.hp-message-title:before,
.hp-message-title:after {
  content: "";
  height: 1px;
  background: #fff;
  flex-grow: 1;
}
.hp-message-text {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 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 : Nov 12, 2020, 12:00:16 PM
    Author     : mv
*/
.section-header {
  background: url(/images/bg-section.jpg) no-repeat center;
  background-size: cover !important;
  padding: 16px 36px;
  padding-top: 96px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.18px;
  text-align: center;
  color: #fff;
  min-height: 128px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-header {
    min-height: 200px;
    font-size: 32px;
    /*line-height: 2.5;*/
    letter-spacing: 0.32px;
    padding: 128px 100px 24px;
  }
}
.section-header video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.section-header span {
  position: relative;
  z-index: 1;
}
.section-header-bottom + .main-main,
.section-header + .main-main {
  padding-top: 0;
}
.section-header-bottom {
  background: #efede8;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.22;
  letter-spacing: 0.18px;
  padding: 32px;
  text-align: center;
  color: #272423;
}
@media only screen and (min-width: 576px) {
  .section-header-bottom {
    font-size: 40px;
  }
}
.story-items {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .story-item {
    display: flex;
  }
  .story-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .story-item-left,
  .story-item-right {
    flex-basis: 50%;
  }
}
.story-item-img {
  width: 100%;
  height: 375px;
  display: block;
  max-height: 682px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .story-item-img {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .story-item-img {
    height: 682px;
  }
}
.story-item-right {
  background-image: url(/images/bg-paper.jpg);
  background-size: 1200px auto;
  background-repeat: repeat;
  padding: 32px 40px;
  color: #41403e;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .story-item-right {
    display: flex;
    flex-direction: column;
    padding: 64px 52px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .story-item-right {
    padding: 64px 104px;
  }
}
.story-item-title,
.story-item-text {
  max-width: 382px;
  margin-left: auto;
  margin-right: auto;
}
.story-item-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.story-item-text {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 20px;
}
.story-item-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .story-item-line {
    width: 1px;
    background: #41403e;
    margin: 0 auto 20px;
    flex-grow: 1;
  }
}
.story-item-more {
  font-family: 'Mulish';
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/*
    Created on : 16/02/2022, 12:17:54
    Author     : ferna
*/
.content-header {
  background: #00453d;
  text-align: center;
  padding: 80px 36px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
  .content-header {
    margin-bottom: 32px;
  }
}
.content-header-text {
  max-width: 712px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.8);
}
.content-items {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ebebeb;
}
@media only screen and (min-width: 1200px) {
  .content-items {
    gap: 32px;
  }
}
.content-item {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .content-item {
    /*padding: 40px 0;*/
    flex-direction: row;
    align-items: center;
  }
  .content-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.content-item-left,
.content-item-right {
  flex-basis: 50%;
}
.content-item-imgs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-item-imgs .content-item-img {
  display: none;
}
.content-item-imgs .content-item-img:first-of-type {
  display: block;
}
@media only screen and (min-width: 992px) {
  .content-item-imgs .content-item-img {
    display: block;
  }
}
.content-item-img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .content-item-img {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-item-img {
    height: 683px;
  }
}
.content-item-right {
  min-height: 375px;
  display: flex;
  align-items: center;
}
.content-item-title {
  width: 100%;
}
.content-item.is-heritage .content-item-right {
  min-height: 375px;
}
@media only screen and (min-width: 992px) {
  .content-item.is-heritage .content-item-right {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-item.is-heritage .content-item-right {
    height: 683px;
  }
}
.content-item.is-heritage:nth-child(2) {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .content-item.is-heritage:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.content-item.is-heritage:nth-child(2),
.content-item.is-heritage:nth-child(3) {
  background: no-repeat center;
  background-size: cover;
}
.content-item.is-heritage:nth-child(2) .content-item-left,
.content-item.is-heritage:nth-child(3) .content-item-left {
  opacity: 0;
}
.content-item.is-heritage:nth-child(2) .content-item-right,
.content-item.is-heritage:nth-child(3) .content-item-right {
  background: rgba(255, 255, 255, 0.8);
}
.content-item.is-vineyard,
.content-item.is-winemaking {
  align-items: unset;
}
.content-item.is-vineyard .content-item-right,
.content-item.is-winemaking .content-item-right {
  background-image: url(/images/bg-paper.jpg);
  background-size: 1200px auto;
  background-repeat: repeat;
}
/*
    Created on : 28/01/2022, 18:47:41
    Author     : ferna
*/
.wines-cat {
  background: #fff;
  padding: 24px 0;
  color: #000;
  max-width: 1076px;
  margin: 16px auto;
}
.wines-cat:before,
.wines-cat:after {
  content: " ";
  display: table;
}
.wines-cat:after {
  clear: both;
}
.wines-cat:before,
.wines-cat:after {
  content: " ";
  display: table;
}
.wines-cat:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .wines-cat {
    /*padding-right: 45px;*/
  }
}
.wines-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .wines-cat-title {
    padding-left: 56px;
    padding-right: 56px;
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .wines-cat-title:before,
  .wines-cat-title:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    top: 50%;
    background: #000;
  }
  .wines-cat-title:after {
    left: 16px;
  }
  .wines-cat-title:before {
    right: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .wines-cat-title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .wines-cat-title:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #000;
  }
}
@media only screen and (min-width: 1200px) {
  .wines-cat-title:after {
    /*left: -12px;*/
  }
}
.wines-cat-desc {
  font-size: 16px;
  font-weight: normal;
  /*max-width: 160px;*/
  display: none;
}
@media only screen and (min-width: 992px) {
  .wines-cat-desc {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .wines-cat-texts {
    float: left;
    width: var(--wines-slider-item-size);
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .wines-cat-texts {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    height: var(--wines-slider-item-size);
  }
}
:root {
  --wines-slider-item-size: 240px;
}
@media only screen and (min-width: 992px) {
  :root {
    --wines-slider-item-size: 227px;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
    --wines-slider-item-size: 257px;
  }
}
.wines-cat-wines .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.wines-cat-wines .slick-icon-prev,
.wines-cat-wines .slick-icon-next {
  top: 120px;
}
@media only screen and (min-width: 992px) {
  .wines-cat-wines .slick-icon-prev,
  .wines-cat-wines .slick-icon-next {
    color: #EBEBEB;
  }
}
@media only screen and (max-width: 991px) {
  .wines-cat-wines .slick-icon-prev {
    left: 24px;
  }
  .wines-cat-wines .slick-icon-next {
    right: 24px;
  }
  .wines-cat-wines .slick-list {
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  .wines-cat-wines {
    float: right;
    margin-right: 0;
    /*width: calc(100% - var(--wines-slider-item-size));*/
    width: calc(var(--wines-slider-item-size) * 3);
  }
  .wines-cat-wines .slick-icon-prev {
    left: 24px;
  }
  .wines-cat-wines .slick-icon-next {
    right: 24px;
  }
}
.wines-cat-wines .wine-list {
  /*margin-right: 16px;*/
}
.wine-list {
  /*background: #fff;*/
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 992px) {
  .wine-list {
    margin-right: 16px;
  }
}
.wine-list-title {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 8px;
  max-width: var(--wines-slider-item-size);
  text-align: center;
  margin: 0 auto;
}
.wine-list-local {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: normal;
}
.wine-list-media img {
  width: var(--wines-slider-item-size);
  height: var(--wines-slider-item-size);
  object-fit: cover;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .wine-list-media img {
    width: 100%;
  }
}
.wines-cat.is-blend-series {
  background-image: url(/images/bg-wines-cat-blend.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto var(--wines-slider-item-size);
}
.wines-cat.is-late-bottled-vintage .wine-list.is-special-image,
.wines-cat.is-late-bottled-vintage .wine-list.is-special-image img {
  width: calc((var(--wines-slider-item-size) * 2) - 16px);
  max-width: none;
}
/*
    Created on : 28/01/2022, 18:47:41
    Author     : ferna
*/
:root {
  --agedspecial-letteringtop-height: 42px;
  --agedspecial-hero-height: 375px;
}
@media only screen and (min-width: 992px) {
  :root {
    --agedspecial-letteringtop-height: 90px;
    --agedspecial-hero-height: 474px;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
    --agedspecial-letteringtop-height: 102px;
    --agedspecial-hero-height: 530px;
  }
}
body.is-page-wines_detail .page-submenu {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  body.is-page-wines_detail .page-submenu {
    /*padding: 0 36px;*/
    height: 68px;
    display: flex;
    align-items: center;
  }
}
.wine-detail.is-wine-13 .wine-detail-letteringtop,
.wine-detail.is-wine-65 .wine-detail-letteringtop,
.wine-detail.is-wine-23 .wine-detail-letteringtop {
  margin: 16px auto;
  height: auto;
  max-width: 1440px;
  padding: 0;
}
.wine-detail.is-wine-13 .wine-detail-letteringtop img,
.wine-detail.is-wine-65 .wine-detail-letteringtop img,
.wine-detail.is-wine-23 .wine-detail-letteringtop img {
  height: var(--agedspecial-letteringtop-height);
}
.wine-detail.is-wine-61 .wine-detail-letteringtop,
.wine-detail.is-wine-68 .wine-detail-letteringtop,
.wine-detail.is-wine-69 .wine-detail-letteringtop {
  margin: 0 auto;
  height: auto;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 992px) {
  .wine-detail.is-wine-61 .wine-detail-letteringtop,
  .wine-detail.is-wine-68 .wine-detail-letteringtop,
  .wine-detail.is-wine-69 .wine-detail-letteringtop {
    padding-left: 109px;
    padding-right: 109px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail.is-wine-61 .wine-detail-letteringtop,
  .wine-detail.is-wine-68 .wine-detail-letteringtop,
  .wine-detail.is-wine-69 .wine-detail-letteringtop {
    padding-left: 144px;
    padding-right: 144px;
  }
}
.wine-detail.is-wine-61 .wine-detail-letteringtop img,
.wine-detail.is-wine-68 .wine-detail-letteringtop img,
.wine-detail.is-wine-69 .wine-detail-letteringtop img {
  width: 100%;
  height: auto;
}
.wine-detail.is-wine-62 .wine-detail-letteringtop {
  margin-bottom: -78px;
  padding: 12px;
}
.wine-detail.is-wine-62 .wine-detail-letteringtop img {
  height: 54px;
}
@media only screen and (min-width: 992px) {
  .wine-detail.is-wine-62 .wine-detail-letteringtop img {
    height: 62px;
  }
}
.wine-detail.is-wine-20 .wine-detail-letteringtop {
  margin-bottom: -24px;
}
.wine-detail.is-wine-20 .wine-detail-letteringtop img {
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .wine-detail.is-wine-20 .wine-detail-letteringtop {
    height: auto;
    padding: 24px;
    margin: 0;
  }
}
.wine-detail-letteringtop {
  padding: 16px;
  text-align: center;
}
.wine-detail-letteringtop img {
  display: block;
  object-fit: cover;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 25px;
}
@media only screen and (min-width: 1200px) {
  .wine-detail-letteringtop img {
    height: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-letteringtop {
    margin-top: -68px;
    height: 68px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.wine-detail-letteringbottom {
  text-align: center;
  padding-bottom: 40px;
}
.wine-detail-bgs {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .wine-detail-texts {
    padding: 0 16px;
  }
}
.wine-detail-bg-left,
.wine-detail-bg-right {
  position: absolute;
  top: 0;
  height: 428px;
}
@media only screen and (min-width: 992px) {
  .wine-detail-bg-left,
  .wine-detail-bg-right {
    height: 530px;
  }
}
.wine-detail-bg-left {
  left: -40px;
}
@media only screen and (min-width: 992px) {
  .wine-detail-bg-left {
    left: -52px;
  }
}
.wine-detail-bg-right {
  right: -100px;
}
.wine-detail-title {
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: bold;
  line-height: 1.38;
  margin-top: 32px;
  margin-bottom: 8px;
}
.wine-detail-title span {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: bold;
  color: #CBA557;
}
@media only screen and (min-width: 992px) {
  .wine-detail-title {
    font-size: 20px;
    line-height: 22px;
  }
  .wine-detail-title span {
    font-size: 16px;
  }
}
.wine-detail-tagline {
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: normal;
  font-weight: 600;
  line-height: 1.29;
  margin-bottom: 16px;
}
.wine-detail-text {
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 16px;
}
.wine-detail-text h2 {
  margin-bottom: 8px;
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: bold;
}
.wine-detail-text strong {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: bold;
}
.wine-detail-text p {
  margin: 0 0 16px;
}
.wine-detail-bottle {
  height: 375px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
@media only screen and (min-width: 992px) {
  .wine-detail-bottle {
    height: 530px;
  }
}
.wine-detail-specs {
  display: flex;
  margin-bottom: 16px;
}
.wine-detail-specs > * {
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (min-width: 992px) {
  .wine-detail-specs {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-specs {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.wine-detail-spec {
  text-align: center;
}
.wine-detail-spec-text {
  margin-left: 8px;
  font-family: 'Mulish';
  font-weight: bold;
}
.wine-detail-attach {
  margin: 16px 0 32px;
  text-align: center;
  text-transform: uppercase;
}
.wine-detail-content {
  background-image: linear-gradient(to bottom, #fff, #e0e0e0 530px);
}
@media only screen and (min-width: 1200px) {
  .wine-detail-content {
    /*padding-bottom: 80px;*/
  }
}
.wine-detail-photos {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media only screen and (min-width: 992px) {
  .wine-detail-photos {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-photos {
    justify-content: center;
    /*		max-width: @tpl-max-width;
		margin-left: auto;
		margin-right: auto;
		
		padding-left: @tpl-spacer-outer;
		padding-right: @tpl-spacer-outer;*/
  }
}
.wine-detail-photo img {
  width: 100%;
  display: block;
  height: 375px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .wine-detail-photo {
    flex-grow: 1;
    flex-basis: 0;
  }
  .wine-detail-photo img {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-photo {
    flex-grow: 1;
    flex-basis: 50%;
  }
  .wine-detail-photo img {
    height: 683px;
  }
}
.wine-detail-block-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.wine-detail-block-title:before,
.wine-detail-block-title:after {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  margin: 0 16px;
}
.wine-detail-reviews {
  background: #014f53;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .wine-detail-reviews {
    padding: 40px;
  }
}
.wine-detail-reviews-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .wine-detail-reviews-title {
    margin-bottom: 16px;
  }
}
.wine-detail-review {
  font-family: 'Playfair Display';
  font-size: 22px;
  font-weight: normal;
  line-height: 36px;
}
.wine-detail-review.is-endorsement {
  max-width: 740px;
}
.wine-detail-relateds {
  padding: 32px;
  background: #fff;
}
.wine-detail-relateds-title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .wine-detail-relateds-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 16px;
  }
  .wine-detail-relateds-list .wine-detail-related {
    flex-basis: calc(33.33% - 11px);
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-relateds-list {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 144px;
    padding-right: 144px;
  }
}
.wine-detail-related-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.wine-detail-related-img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 305px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .wine-detail-related-img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-related-img {
    height: 308px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-related-img {
    height: 347px;
  }
}
.wine-detail-image {
  height: 350px;
  margin: 32px 0;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .wine-detail-image {
    height: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-image {
    height: 530px;
  }
}
.wine-detail-image.is-main {
  display: block;
}
@media only screen and (min-width: 992px) {
  .wine-detail-image.is-main {
    display: none;
  }
}
.wine-detail-image.is-col {
  display: none;
}
@media only screen and (min-width: 992px) {
  .wine-detail-image.is-col {
    display: block;
  }
}
.wine-detail-blend {
  height: 375px;
  position: relative;
}
.wine-detail-blend .wine-detail-bottle {
  height: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.wine-detail-blend .wine-detail-bg-right,
.wine-detail-blend .wine-detail-bg-left {
  height: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.wine-detail-blend .wine-detail-bg-right {
  right: 0;
}
.wine-detail-blend .wine-detail-bg-left {
  left: 0;
}
@media only screen and (min-width: 992px) {
  .wine-detail-blend {
    height: 474px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-blend {
    height: 530px;
  }
}
.wine-detail-video {
  position: relative;
}
.wine-detail-video video {
  height: 375px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width: 992px) {
  .wine-detail-video video {
    height: 474px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-video video {
    height: 530px;
  }
}
.wine-detail-video:hover .wine-detail-video-mute {
  display: block;
}
.wine-detail-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  font-size: 64px;
  margin-left: -32px;
  margin-top: -32px;
  text-shadow: 0 0 20px #333;
  color: #fff;
  cursor: pointer;
}
.wine-detail-video-play:hover {
  text-shadow: 0 0 40px #666;
}
.wine-detail-video-mute {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  text-shadow: 0 0 20px #333;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  display: none;
}
.wine-detail-video-mute:hover {
  text-shadow: 0 0 40px #666;
}
.wine-detail-video-mute .fa-volume-off {
  display: none;
}
.wine-detail-video-mute .fa-volume-up {
  display: inline;
}
.wine-detail-video-mute.is-muted .fa-volume-off {
  display: inline;
}
.wine-detail-video-mute.is-muted .fa-volume-up {
  display: none;
}
.wine-detail-agedspecial,
.wine-detail-lodge {
  position: relative;
  height: var(--agedspecial-hero-height);
  width: 100%;
  z-index: 20;
}
.wine-detail-agedspecial .tpl-container,
.wine-detail-lodge .tpl-container {
  height: 100%;
}
.wine-detail-agedspecial-bg,
.wine-detail-lodge-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
}
.wine-detail-agedspecial-wrapper,
.wine-detail-lodge-wrapper {
  height: 100%;
  position: relative;
}
.wine-detail-lodge-bottle {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 2;
  display: block;
}
@media only screen and (min-width: 992px) {
  .wine-detail-lodge-bottle {
    width: 50%;
    position: absolute;
    z-index: 2;
    bottom: -60px;
    right: 0;
    height: auto;
    max-height: 100%;
  }
}
.wine-detail-agedspecial-bottle {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 2;
  display: block;
}
body.is-page-visit .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.visit-items {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.visit-item {
  display: flex;
  flex-direction: column;
  color: #272420;
}
.visit-item .slick-slide {
  height: 375px;
}
@media only screen and (min-width: 992px) {
  .visit-item .slick-slide {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .visit-item .slick-slide {
    height: 683px;
  }
}
.visit-item.is-even {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .visit-item {
    flex-direction: row;
  }
  .visit-item.is-even {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .visit-item-left {
    width: 50%;
  }
}
.visit-item-right {
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .visit-item-right {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .visit-item-right {
    height: 683px;
  }
}
@media only screen and (min-width: 992px) {
  .visit-item-right {
    width: 50%;
  }
}
.visit-item-imgs {
  height: 375px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .visit-item-imgs {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .visit-item-imgs {
    height: 683px;
  }
}
.visit-item-texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .visit-item-texts {
    max-width: 354px ;
  }
}
.visit-item-imgh {
  height: 375px;
}
@media only screen and (min-width: 992px) {
  .visit-item-imgh {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .visit-item-imgh {
    height: 683px;
  }
}
.visit-item-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.visit-item-title {
  font-size: 24px;
  font-weight: bold;
}
.visit-item-title-2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.06;
  letter-spacing: 1.6px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.visit-item-title-2:before,
.visit-item-title-2:after {
  content: "";
  background: currentColor;
  width: 29px;
  height: 1px;
}
.visit-item-tagline {
  font-size: 14px;
  font-weight: bold;
}
.visit-item-text p {
  margin: 0;
}
.visit-item-more-btn {
  text-transform: uppercase;
  font-family: 'Mulish';
  font-size: 10px;
  font-weight: bold;
}
.visit-extra {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 0;
  background: #00453d;
  text-align: center;
  min-height: 375px;
}
@media only screen and (min-width: 1200px) {
  .visit-extra {
    min-height: 445px;
  }
}
.visit-extra-text {
  line-height: 20px;
  font-family: 'Mulish';
}
.visit-extra-text strong {
  font-family: 'Playfair Display';
}
.visit-extra-text .btn {
  color: #fff;
}
body.is-page-visit_detail .visit-items {
  padding: 0;
}
.visit-detail-2 .visit-extra {
  background: #272420;
}
@media only screen and (min-width: 992px) {
  .visit-extras {
    margin: 16px 0;
  }
}
.visit-footimgs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 32px 0;
}
@media only screen and (min-width: 992px) {
  .visit-footimgs {
    gap: 16px;
    margin: 16px 0;
    flex-direction: row;
  }
}
.visit-footimg {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .visit-footimg {
    width: 33.33%;
  }
}
.visit-footimg-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .visit-footimg-img {
    width: 100%;
    height: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .visit-footimg-img {
    height: 445px;
  }
}
/*
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 6, 2022, 5:23:03 PM
    Author     : mv
*/
body.is-page-visit_experiences {
  --item-height: 100vh;
}
@media only screen and (min-width: 992px) {
  body.is-page-visit_experiences {
    --item-height: 615px;
  }
}
@media only screen and (min-width: 1200px) {
  body.is-page-visit_experiences {
    --item-height: 696px;
  }
}
@media only screen and (min-width: 992px) {
  .visit-experiences > .tpl-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .visit-experiences > .tpl-container {
    padding-left: 144px;
    padding-right: 144px;
  }
}
@media only screen and (min-width: 992px) {
  .expcat-item-wrapper {
    margin: 16px;
  }
}
.expcat-item-wrapper .slick-arrow {
  top: calc(25% + 8px);
}
@media only screen and (min-width: 768px) {
  .expcat-item-wrapper .slick-arrow {
    top: auto;
    bottom: calc(25% - 8px);
  }
}
.expcat-item-wrapper .slick-dots li button {
  background: #000;
  opacity: 0.3;
}
.expcat-item-wrapper .slick-dots .slick-active button {
  opacity: 1;
}
.expcat-item-wrapper:nth-child(1) .bg-paper,
.expcat-item-wrapper:nth-child(1) .bg-paper-2 {
  background-image: url(/images/bg-expcat-1.webp);
}
.expcat-item-wrapper:nth-child(2) .bg-paper,
.expcat-item-wrapper:nth-child(2) .bg-paper-2 {
  background-image: url(/images/bg-expcat-2.webp);
}
.expcat-item-wrapper:nth-child(3) .bg-paper,
.expcat-item-wrapper:nth-child(3) .bg-paper-2 {
  background-image: url(/images/bg-expcat-3.webp);
}
.expcat-item {
  height: var(--item-height);
  color: #272423;
}
@media only screen and (min-width: 992px) {
  .expcat-item {
    margin: 0;
  }
}
.expcat-item-left,
.expcat-item-right {
  height: 375px;
}
@media only screen and (min-width: 992px) {
  .expcat-item-left,
  .expcat-item-right {
    height: 308px;
  }
}
@media only screen and (min-width: 1200px) {
  .expcat-item-left,
  .expcat-item-right {
    height: 348px;
  }
}
.expcat-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*background-image: url(/images/bg-paper-texture-13.png) !important;*/
}
.expcat-item-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.expcat-item-content {
  max-width: 258px;
}
.expcat-item-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  /*font-style: italic;*/
  line-height: 1.06;
  letter-spacing: 1.6px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  /*text-transform: uppercase;*/
  /*	&:before,
	&:after{
		content:"";
		background: currentColor;
		width: 29px;
		height: 1px;
	}*/
  margin-bottom: 16px;
}
.expcat-item-desc {
  font-size: 14px;
}
.expcat-item-desc small {
  display: block;
  padding-top: 16px;
  font-family: 'Mulish';
  font-size: 14px;
}
.expcat-item-wrapper {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .expcat-item-wrapper.slick-slider {
    margin-left: -16px;
    margin-right: 0;
  }
  .expcat-item-wrapper.slick-slider .slick-icon-prev {
    margin-left: 16px;
  }
  .expcat-item-wrapper.slick-slider .slick-list {
    /*margin: 0 -8px;*/
  }
  .expcat-item-wrapper.slick-slider .slick-slide {
    padding-left: 16px;
  }
  .expcat-item-wrapper.slick-slider .slick-disabled {
    opacity: 0;
  }
}
.exp-item {
  color: #272420;
  display: flex;
  flex-direction: column;
  height: var(--item-height);
}
.exp-item-left {
  flex-grow: 1;
}
.exp-item-right {
  height: 234.8px;
}
@media only screen and (min-width: 992px) {
  .exp-item-right {
    height: 192px;
  }
}
@media only screen and (min-width: 1200px) {
  .exp-item-right {
    height: 218px;
  }
}
.exp-item-left {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  text-align: center;
}
.exp-item-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.exp-item-content {
  padding: 32px;
}
.exp-item-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}
.exp-item-desc {
  margin-bottom: 16px;
}
.exp-item-desc em,
.exp-item-desc i {
  font-style: normal;
}
.exp-item-desc strong,
.exp-item-desc b {
  font-family: 'Mulish';
  font-weight: normal;
}
.exp-item-desc .btn {
  cursor: pointer;
}
:root {
  --var-expsimple-height: 375px;
}
@media only screen and (min-width: 576px) {
  :root {
    --var-expsimple-height: 496px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --var-expsimple-height: 683px;
  }
}
.expsimple-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.expsimple-item {
  display: flex;
  flex-direction: column;
  color: #272423;
}
@media only screen and (min-width: 576px) {
  .expsimple-item {
    flex-direction: row-reverse;
  }
  .expsimple-item:nth-child(2n-1) {
    flex-direction: row;
  }
}
.expsimple-item-right,
.expsimple-item-left {
  flex-grow: 0;
  flex-shrink: 0;
  min-height: var(--var-expsimple-height);
}
@media only screen and (min-width: 576px) {
  .expsimple-item-right,
  .expsimple-item-left {
    flex-basis: 50%;
    height: var(--var-expsimple-height);
  }
}
.expsimple-item-content {
  padding: 24px 0;
}
.expsimple-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.expsimple-item-right img {
  width: 100%;
  height: var(--var-expsimple-height);
}
.expsimple-item-title {
  font-size: 32px;
  text-transform: uppercase;
}
.expsimple-item-desc {
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto 16px;
}
/*
    Created on : 12/12/2022, 09:36:34
    Author     : ferna
*/
body.is-page-visit_booking .main-main {
  background: #f7efdf;
}
.field-resumes {
  font-family: 'Mulish';
  font-weight: bold;
}
.field-label {
  font-size: 12px;
  font-weight: normal;
}
/*
    Created on : 06/06/2022, 17:33:49
    Author     : ferna
*/
.slpage-detail {
  max-width: 632px;
  margin: 0 auto;
  color: #272420;
  padding-top: 24px;
}
.slpage-detail-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.slpage-detail-text {
  font-family: 'Mulish';
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
}
.slpage-detail-text table {
  border-collapse: collapse;
  width: 100%;
}
.slpage-detail-text table th {
  text-align: left;
}
.slpage-detail-text table th,
.slpage-detail-text table td {
  border-bottom: 1px solid #272420;
  padding: 4px;
}
.slpage-detail-text p {
  margin: 0 0 20px;
}
/*
    Created on : 06/06/2022, 17:59:22
    Author     : ferna
*/
.contact-items {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin: 16px 0;
}
.contact-item {
  display: flex;
  gap: 16px;
  flex-direction: column;
  color: #272420;
}
.contact-item-left,
.contact-item-right {
  background: #fff;
}
.contact-item-imgs {
  min-height: 338px;
}
.contact-item-img {
  width: 100%;
  max-height: 338px;
}
.contact-item-texts {
  padding: 32px;
  text-align: center;
}
.contact-item-texts hr {
  height: 1px;
  width: 40px;
  background: #272423;
  margin: 0 auto;
  border: 0;
}
.contact-item-texts .btn {
  min-width: 120px;
}
.contact-item-form .contact-item-texts {
  text-align: left;
}
.contact-item-form select {
  display: block;
  width: 100%;
  border: solid 1px #272423;
  border-radius: 2px;
  padding: 4px 40px 4px 8px;
  background: #fff;
}
.contact-item-form .select {
  margin-bottom: 8px;
}
.contact-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
}
.contact-item-text {
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form-label {
  font-family: 'Mulish';
  font-size: 12px;
}
.contact-list {
  display: none;
  padding: 24px 0 0;
  text-align: center;
}
.contact-list-country {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact-list-item {
  /*margin-bottom: 32px;*/
  font-family: 'Mulish';
}
.contact-list-item a {
  text-decoration: underline;
}
.contact-list-item p {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .contact-item {
    flex-direction: row;
    width: 100%;
    column-gap: 0;
  }
  .contact-item-left,
  .contact-item-right {
    flex-basis: 0;
    flex-grow: 1;
  }
  .contact-item-left .contact-item-texts {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .contact-item-imgs,
  .contact-item-img {
    height: 100%;
  }
}
.ambassadors-head {
  font-size: 22px;
  color: #e8e8e8;
  line-height: 36px;
  background: url(/images/bg-paper-dark.webp) center;
  padding: 32px;
  min-height: 275px;
  text-align: center;
}
.ambassadors-head img {
  margin: 0 auto 24px;
}
.ambassadors-head-text {
  max-width: 628px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ambassadors-head {
    padding: 48px;
    min-height: 308px;
  }
  .ambassadors-head img {
    margin-bottom: 32px;
    height: 44px;
  }
}
.ambassador-cat-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ambassador-list {
  color: #272423;
  text-align: center;
}
.ambassador-list-media {
  margin-bottom: 8px;
}
.ambassador-list-media img {
  margin: 0 auto;
  width: 240px;
  height: 240px;
  object-fit: cover;
}
.ambassador-list-title {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
}
.ambassador-list-local {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .ambassador-cat-detail {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
  }
  .ambassador-list {
    width: calc(33% - 12px);
  }
  .ambassador-list-media {
    margin-bottom: 16px;
  }
  .ambassador-list-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
/*
    Created on : 06/06/2022, 17:59:22
    Author     : ferna
*/
.distributors-items {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin: 16px 0;
}
.distributors-item {
  display: flex;
  /*gap: 16px;*/
  flex-direction: column;
  color: #272420;
}
.distributors-item-left,
.distributors-item-right {
  background: #fff;
}
.distributors-item-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.distributors-item-imgs {
  width: 100%;
  min-height: 360px;
}
.distributors-item-img {
  width: 100%;
  /*max-height: 260px;*/
}
@media only screen and (min-width: 576px) {
  .distributors-item-img {
    /*max-height: 400px;*/
  }
}
.distributors-item-texts {
  padding: 64px 32px;
  text-align: center;
}
.distributors-item-texts hr {
  height: 1px;
  width: 40px;
  background: #272423;
  margin: 0 auto;
  border: 0;
}
.distributors-item-texts .btn {
  min-width: 120px;
}
.distributors-item-form .distributors-item-texts {
  text-align: left;
}
.distributors-item-form select {
  display: block;
  width: 100%;
  border: solid 1px #272423;
  border-radius: 2px;
  padding: 4px 8px;
  background: #fff;
}
.distributors-item-form .select {
  margin-bottom: 8px;
}
.distributors-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.distributors-item-text {
  font-family: 'Mulish';
}
.distributors-item-text a {
  /*font-weight: 600;*/
}
.distributors-form-label {
  font-family: 'Mulish';
  font-size: 12px;
}
.distributors-list {
  display: none;
  padding: 24px 0 0;
  text-align: center;
}
.distributors-list-country {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.distributors-list-item {
  /*margin-bottom: 32px;*/
  font-family: 'Mulish';
}
.distributors-list-item a {
  text-decoration: underline;
}
.distributors-list-item p {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .distributors-item {
    flex-direction: row;
    width: 100%;
    column-gap: 0;
  }
  .distributors-item-left,
  .distributors-item-right {
    flex-basis: 0;
    flex-grow: 1;
  }
  .distributors-item-left .distributors-item-texts {
    /*		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: center;*/
    max-width: 303px;
    margin: 0 auto;
  }
  .distributors-item-imgs,
  .distributors-item-img {
    height: 100%;
  }
}
.wherebuy {
  display: flex;
  flex-direction: column;
  max-width: 1078px;
}
@media only screen and (min-width: 768px) {
  .wherebuy {
    flex-direction: row;
  }
  .wherebuy .wherebuy-gallery,
  .wherebuy .wherebuy-content {
    flex-basis: 50%;
    flex-flow: 0;
    flex-shrink: 0;
  }
}
.wherebuy-content .ty-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.14px;
  text-align: center;
}
.wherebuy-content-wrapper {
  max-width: 348px;
  padding: 32px;
}
@media only screen and (min-width: 768px) {
  .wherebuy-content-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.wherebuy-form-title {
  font-size: 18px;
  font-weight: bold;
}
.wherebuy-gallery {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.wherebuy-gallery picture {
  flex-grow: 1;
}
.wherebuy-gallery img {
  display: block;
  object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.wherebuy-list {
  padding-top: 48px;
  text-align: center;
}
.wherebuy-list-obs {
  font-family: 'Mulish';
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 32px;
}
.wherebuy-list-country {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.54px;
}
.wherebuy-list-item {
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: 600;
}
/*
    Created on : 28/01/2022, 18:47:41
    Author     : ferna
*/
.news-list {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}
.news-item {
  background: #fff;
  color: #272420;
  padding: 16px;
  font-family: 'Mulish';
  font-size: 12px;
  font-weight: 600;
}
.news-item-img {
  height: 345px;
  width: 100%;
}
.news-item-texts {
  text-align: center;
  padding: 16px 16px 0;
}
.news-item-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Playfair Display';
}
.news-item-link {
  color: #cba557;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .news-item {
    display: flex;
    gap: 36px;
  }
  .news-item > * {
    flex-basis: 0;
    flex-grow: 1;
  }
  .news-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .news-item-texts {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news-item-title,
  .news-item-tag {
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-item-img {
    height: 460px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-item {
    padding: 20px;
  }
  .news-item-img {
    height: 517px;
  }
}
/*
    Created on : 28/01/2022, 18:47:41
    Author     : ferna
*/
.news-detail {
  margin: 16px 0;
  background: #fff;
}
.news-detail-wrapper {
  margin: 0 auto;
  padding: 16px;
  font-family: 'Mulish';
  color: #272420;
  text-align: center;
  max-width: 894px;
}
.news-detail-intro {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 0 16px 16px;
}
.news-detail-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Playfair Display';
  margin-bottom: 16px;
}
.news-detail-media {
  margin-bottom: 16px;
}
.news-detail-img {
  width: 100%;
}
.news-detail-text {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.5;
  max-width: 609px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-link {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 576px) {
  .news-detail {
    padding-top: 32px;
  }
}
.news-related {
  /*	margin: 16px 0;*/
  background: #efede8;
}
.news-related-wrapper {
  margin: 0 auto;
  padding: 16px;
  font-family: 'Mulish';
  color: #272420;
  text-align: center;
  max-width: 894px;
}
@media only screen and (min-width: 576px) {
  .news-related-wrapper {
    display: flex;
    gap: 56px;
    padding: 32px 16px;
  }
  .news-related-wrapper > * {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.news-related-media {
  margin-bottom: 16px;
}
.news-related-img {
  width: 100%;
}
.news-related-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
/*
    Created on : 02/09/2022, 15:01:39
    Author     : ferna
*/
body.is-page-search.is-form .main-main {
  background-image: url(/images/bg-search.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-page-search.is-form .search-form {
  padding-top: 128px;
  height: calc(100vh - 88px);
}
body.is-page-search.is-results .search-form {
  color: #272420;
  padding-top: 32px;
  padding-bottom: 32px;
}
.search-form-title {
  font-size: 28px;
  font-weight: bold;
}
.search-form-control {
  background: #fff;
  display: flex;
  width: 300px;
}
.search-form-control button,
.search-form-control input {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.search-form-control button:hover,
.search-form-control input:hover,
.search-form-control button:active,
.search-form-control input:active,
.search-form-control button:focus,
.search-form-control input:focus {
  box-shadow: none;
}
.search-form-control input {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Mulish';
}
.search-form-control button {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results {
  display: none;
}
.search-results.is-active {
  display: block;
}
.search-items {
  margin-top: 24px;
}
.search-items-more {
  margin: 16px 0 32px;
  text-align: center;
}
.search-item {
  width: 100%;
  margin-bottom: 16px;
}
.search-item-image {
  height: 302px;
  width: 100%;
}
.search-item-image img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .search-item-image {
    height: 346px;
  }
}
.search-item-content {
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Mulish';
  color: #272420;
  text-transform: uppercase;
}
.search-item-title {
  margin-bottom: 4px;
}
.search-item-link {
  font-size: 10px;
  color: #CBA557;
}
/*
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 6, 2022, 12:37:29 PM
    Author     : mv
*/
/*
    Created on : 12/12/2022, 09:23:36
    Author     : ferna
*/
body.is-page-newsletter .main-main {
  background-image: url(/images/bg-paper.jpg);
  background-size: 1200px auto;
  background-repeat: repeat;
}
/*
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 : 21-May-2024, 17:02:16
    Author     : mv
*/
.ambassador-detail {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .ambassador-detail {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ambassador-detail-texts {
  padding: 32px;
  height: 100%;
}
.ambassador-detail-title {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.ambassador-detail-local {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 16px;
}
.ambassador-detail-text {
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px;
}
.ambassador-detail-subtitle {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: bold;
}
.ambassador-detail-address {
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px;
}
.ambassador-detail-website {
  color: #CBA557;
  font-family: 'Mulish';
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ambassador-detail-photos {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #EBEBEB;
}
@media only screen and (min-width: 768px) {
  .ambassador-detail-photos {
    flex-direction: row;
    gap: 16px;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.ambassador-detail-photo {
  aspect-ratio: 1;
  width: 100%;
}
.ambassador-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambassador-detail-map {
  margin-bottom: 16px;
}
.ambassador-detail-map iframe {
  display: block;
  height: 667px;
  max-height: 100vh;
  width: 100%;
}
.ambassador-row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ambassador-row {
    flex-direction: row;
  }
}
.ambassador-col {
  flex: 1;
}
