/*
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 : May 1, 2020, 8:24:34 AM
    Author     : fpereira
*/
/*
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
*/
/*@color-primary-hover : #bb0006;*/
/*@color-dark		: #000;*/
/*
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 : Jul 7, 2020, 6:13:20 PM
    Author     : fpereira
*/
@import url("/style/fonts/NeuePlak/stylesheet.css");
@import url("/style/fonts/OCR-B/stylesheet.css");
/*
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,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 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;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #717171;
}
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: Arial, sans-serif;
}
main {
  display: block;
}
img {
  max-width: 100%;
}
* {
  box-sizing: inherit;
}
.pa-0 {
  padding: 0px;
}
.pa-4 {
  padding: 4px;
}
.pa-8 {
  padding: 8px;
}
.pa-16 {
  padding: 16px;
}
.pa-24 {
  padding: 24px;
}
.pa-32 {
  padding: 32px;
}
.pa-40 {
  padding: 40px;
}
.pa-48 {
  padding: 48px;
}
.pa-56 {
  padding: 56px;
}
.pa-64 {
  padding: 64px;
}
.pa-80 {
  padding: 80px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-56 {
  padding-top: 56px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-56 {
  padding-left: 56px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-56 {
  padding-right: 56px;
}
.pr-80 {
  padding-right: 80px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}
.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}
.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ma-0 {
  margin: 0px;
}
.ma-4 {
  margin: 4px;
}
.ma-8 {
  margin: 8px;
}
.ma-16 {
  margin: 16px;
}
.ma-24 {
  margin: 24px;
}
.ma-32 {
  margin: 32px;
}
.ma-40 {
  margin: 40px;
}
.ma-48 {
  margin: 48px;
}
.ma-56 {
  margin: 56px;
}
.ma-80 {
  margin: 80px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-80 {
  margin-bottom: 80px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-56 {
  margin-left: 56px;
}
.ml-64 {
  margin-left: 64px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-56 {
  margin-right: 56px;
}
.mr-80 {
  margin-right: 80px;
}
.bg-none {
  background: none;
}
.bgr-no-repeat {
  background-repeat: no-repeat;
}
.bgi-none {
  background-image: none;
}
.bgp-center {
  background-position: center;
}
.bgp-top {
  background-position: top;
}
.bgp-left {
  background-position: left;
}
.bgp-right {
  background-position: right;
}
.bgp-bottom {
  background-position: bottom;
}
.bgs-cover {
  background-size: cover;
}
.bgs-contain {
  background-size: contain;
}
.bd-0 {
  border: 0;
}
.bd-1 {
  border: 1px solid #eee;
}
.bd-2 {
  border: 2px solid #eee;
}
.bd-4 {
  border: 4px solid #eee;
}
.bt-0 {
  border-top: 0;
}
.bt-1 {
  border-top: 1px solid #eee;
}
.bt-2 {
  border-top: 2px solid #eee;
}
.bt-4 {
  border-top: 4px solid #eee;
}
.bb-0 {
  border-bottom: 0;
}
.bb-1 {
  border-bottom: 1px solid #eee;
}
.bb-2 {
  border-bottom: 2px solid #eee;
}
.bb-4 {
  border-bottom: 4px solid #eee;
}
.bl-0 {
  border-left: 0;
}
.bl-1 {
  border-left: 1px solid #eee;
}
.bl-2 {
  border-left: 2px solid #eee;
}
.bl-4 {
  border-left: 4px solid #eee;
}
.br-0 {
  border-right: 0;
}
.br-1 {
  border-right: 1px solid #eee;
}
.br-2 {
  border-right: 2px solid #eee;
}
.br-4 {
  border-right: 4px solid #eee;
}
.bw-0 {
  border-width: 0;
}
.bw-1 {
  border-width: 1;
}
.bw-2 {
  border-width: 2;
}
.bw-4 {
  border-width: 4;
}
.bs-solid {
  border-style: solid;
}
.rd-0 {
  border-radius: 0px;
}
.rd-2 {
  border-radius: 2px;
}
.rd-4 {
  border-radius: 4px;
}
.rd-8 {
  border-radius: 8px;
}
.rd-16 {
  border-radius: 16px;
}
.rd-32 {
  border-radius: 32px;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-48 {
  font-size: 48px;
}
.fs-64 {
  font-size: 64px;
}
.fs-small {
  font-size: smaller;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.fw-bold {
  font-weight: bold;
}
.fl-italic {
  font-style: italic;
}
.lh-1 {
  line-height: 1;
}
.lh-10 {
  line-height: 10px;
}
.lh-12 {
  line-height: 12px;
}
.lh-14 {
  line-height: 14px;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px;
}
.lh-20 {
  line-height: 20px;
}
.lh-24 {
  line-height: 24px;
}
.lh-28 {
  line-height: 28px;
}
.lh-32 {
  line-height: 32px;
}
.lh-36 {
  line-height: 32px;
}
.lh-40 {
  line-height: 40px;
}
.lh-48 {
  line-height: 48px;
}
.lh-64 {
  line-height: 64px;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.ta-center {
  text-align: center;
}
.ta-justify {
  text-align: justify;
}
.tt-lowercase {
  text-transform: lowercase;
}
.tt-uppercase {
  text-transform: uppercase;
}
.td-none {
  text-decoration: none;
}
.td-underline {
  text-decoration: underline;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.cl-none {
  clear: none;
}
.cl-both {
  clear: both;
}
.cl-left {
  clear: left;
}
.cl-right {
  clear: right;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.d-grid {
  display: grid;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.p-static {
  position: static;
}
.p-fixed {
  position: fixed;
}
.of-cover {
  object-fit: cover;
}
.of-contain {
  object-fit: contain;
}
.t-0 {
  top: 0px;
}
.t-4 {
  top: 4px;
}
.t-8 {
  top: 8px;
}
.t-16 {
  top: 16px;
}
.t-24 {
  top: 24px;
}
.t-32 {
  top: 32px;
}
.t-40 {
  top: 40px;
}
.t-80 {
  top: 80px;
}
.l-0 {
  left: 0px;
}
.l-4 {
  left: 4px;
}
.l-8 {
  left: 8px;
}
.l-16 {
  left: 16px;
}
.l-24 {
  left: 24px;
}
.l-32 {
  left: 32px;
}
.l-40 {
  left: 40px;
}
.l-80 {
  left: 80px;
}
.r-0 {
  right: 0px;
}
.r-4 {
  right: 4px;
}
.r-8 {
  right: 8px;
}
.r-16 {
  right: 16px;
}
.r-24 {
  right: 24px;
}
.r-32 {
  right: 32px;
}
.r-40 {
  right: 40px;
}
.r-80 {
  right: 80px;
}
.b-0 {
  bottom: 0px;
}
.b-4 {
  bottom: 4px;
}
.b-8 {
  bottom: 8px;
}
.b-16 {
  bottom: 16px;
}
.b-24 {
  bottom: 24px;
}
.b-32 {
  bottom: 32px;
}
.b-40 {
  bottom: 40px;
}
.b-80 {
  bottom: 80px;
}
.cls-1 {
  columns: 1;
}
.cls-2 {
  columns: 2;
}
.cls-3 {
  columns: 3;
}
.cls-4 {
  columns: 4;
}
.cls-5 {
  columns: 5;
}
.cls-6 {
  columns: 6;
}
.clc-1 {
  column-count: 1;
}
.clc-2 {
  column-count: 2;
}
.clc-3 {
  column-count: 3;
}
.clc-4 {
  column-count: 4;
}
.clc-5 {
  column-count: 5;
}
.clc-6 {
  column-count: 6;
}
.clg-0 {
  column-gap: 0px;
}
.clg-4 {
  column-gap: 4px;
}
.clg-8 {
  column-gap: 8px;
}
.clg-16 {
  column-gap: 16px;
}
.clg-24 {
  column-gap: 24px;
}
.clg-32 {
  column-gap: 32px;
}
.clg-40 {
  column-gap: 40px;
}
.clg-80 {
  column-gap: 80px;
}
.o-0 {
  opacity: 0;
}
.o-10 {
  opacity: 0.1;
}
.o-20 {
  opacity: 0.2;
}
.o-30 {
  opacity: 0.3;
}
.o-40 {
  opacity: 0.4;
}
.o-50 {
  opacity: 0.5;
}
.o-60 {
  opacity: 0.6;
}
.o-70 {
  opacity: 0.7;
}
.o-80 {
  opacity: 0.9;
}
.o-100 {
  opacity: 1;
}
.w-0 {
  width: 0;
}
.w-half {
  width: 50%;
}
.w-full {
  width: 100%;
}
.w-window {
  width: 100vw;
}
.w-64 {
  width: 64px;
}
.w-128 {
  width: 128px;
}
.w-256 {
  width: 256px;
}
.w-512 {
  width: 512px;
}
.w-100 {
  width: 100px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
.w-400 {
  width: 400px;
}
.w-500 {
  width: 500px;
}
.w-600 {
  width: 600px;
}
.h-0 {
  height: 0;
}
.h-half {
  height: 50%;
}
.h-full {
  height: 100%;
}
.h-window {
  height: 100vh;
}
.h-64 {
  height: 64px;
}
.h-128 {
  height: 128px;
}
.h-256 {
  height: 256px;
}
.h-512 {
  height: 512px;
}
.h-100 {
  height: 100px;
}
.h-200 {
  height: 200px;
}
.h-300 {
  height: 300px;
}
.h-400 {
  height: 400px;
}
.h-500 {
  height: 500px;
}
.h-600 {
  height: 600px;
}
.maxw-0 {
  max-width: 0px;
}
.maxw-1 {
  max-width: 1px;
}
.maxw-128 {
  max-width: 128px;
}
.maxw-256 {
  max-width: 256px;
}
.maxw-512 {
  max-width: 512px;
}
.maxw-640 {
  max-width: 640px;
}
.maxw-860 {
  max-width: 860px;
}
.maxw-1024 {
  max-width: 1024px;
}
.maxw-half {
  max-width: 50%;
}
.maxw-full {
  max-width: 100%;
}
.maxh-0 {
  max-height: 0px;
}
.maxh-1 {
  max-height: 1px;
}
.maxh-128 {
  max-height: 128px;
}
.maxh-256 {
  max-height: 256px;
}
.maxh-512 {
  max-height: 512px;
}
.maxh-640 {
  max-height: 640px;
}
.maxh-half {
  max-height: 50%;
}
.maxh-full {
  max-height: 100%;
}
.ws-nowrap {
  white-space: nowrap;
}
.ls-none {
  list-style: none;
}
.ls-default {
  list-style: disc inside;
}
.lsp-inside {
  list-style-position: inside;
}
.lst-disc {
  list-style-type: disc;
}
.bxsz-border-box {
  box-sizing: border-box;
}
.bxsz-content-box {
  box-sizing: content-box;
}
.bxsh-none {
  box-shadow: none;
}
.bxsh-default {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.c-black {
  color: #000;
}
.bgc-black {
  background-color: #000;
}
.bc-black {
  border-color: #000;
}
.c-333 {
  color: #333;
}
.bgc-333 {
  background-color: #333;
}
.bc-333 {
  border-color: #333;
}
.c-4a4a4a {
  color: #4a4a4a;
}
.bgc-4a4a4a {
  background-color: #4a4a4a;
}
.bc-4a4a4a {
  border-color: #4a4a4a;
}
.c-666 {
  color: #666;
}
.bgc-666 {
  background-color: #666;
}
.bc-666 {
  border-color: #666;
}
.c-999 {
  color: #999;
}
.bgc-999 {
  background-color: #999;
}
.bc-999 {
  border-color: #999;
}
.c-ccc {
  color: #ccc;
}
.bgc-ccc {
  background-color: #ccc;
}
.bc-ccc {
  border-color: #ccc;
}
.c-ddd {
  color: #ddd;
}
.bgc-ddd {
  background-color: #ddd;
}
.bc-ddd {
  border-color: #ddd;
}
.c-eee {
  color: #eee;
}
.bgc-eee {
  background-color: #eee;
}
.bc-eee {
  border-color: #eee;
}
.c-f6f6f6 {
  color: #f6f6f6;
}
.bgc-f6f6f6 {
  background-color: #f6f6f6;
}
.bc-f6f6f6 {
  border-color: #f6f6f6;
}
.c-white {
  color: #fff;
}
.bgc-white {
  background-color: #fff;
}
.bc-white {
  border-color: #fff;
}
.c-primary {
  color: #5C5C5C;
}
.bgc-primary {
  background-color: #5C5C5C;
}
.bc-primary {
  border-color: #5C5C5C;
}
.c-secondary {
  color: #a69180;
}
.bgc-secondary {
  background-color: #a69180;
}
.bc-secondary {
  border-color: #a69180;
}
.c-error {
  color: #ffc597;
}
.bgc-error {
  background-color: #ffc597;
}
.bc-error {
  border-color: #ffc597;
}
.c-success {
  color: green;
}
.bgc-success {
  background-color: green;
}
.bc-success {
  border-color: green;
}
.c-border {
  color: #eee;
}
.bgc-border {
  background-color: #eee;
}
.bc-border {
  border-color: #eee;
}
.c-text {
  color: #5C5C5C;
}
.bgc-text {
  background-color: #5C5C5C;
}
.bc-text {
  border-color: #5C5C5C;
}
.c-text-faded {
  color: rgba(92, 92, 92, 0.6);
}
.bgc-text-faded {
  background-color: rgba(92, 92, 92, 0.6);
}
.bc-text-faded {
  border-color: rgba(92, 92, 92, 0.6);
}
.container {
  margin-left: auto;
  margin-right: auto;
}
.a-primary {
  color: #5C5C5C;
  transition: all ease-in-out 300ms;
}
.a-primary:hover {
  color: #292929;
}
.a-default {
  transition: all ease-in-out 300ms;
}
.a-default:hover {
  color: #5C5C5C;
}
.vm {
  display: flex;
  align-items: center;
  height: 100%;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.flex-col {
  flex-basis: 0;
  flex-grow: 1;
}
.flex-col-2 {
  flex-basis: 0;
  flex-grow: 2;
}
.flex-col-3 {
  flex-basis: 0;
  flex-grow: 3;
}
.flex-col-4 {
  flex-basis: 0;
  flex-grow: 4;
}
.flex-col-5 {
  flex-basis: 0;
  flex-grow: 5;
}
.flex-col-6 {
  flex-basis: 0;
  flex-grow: 6;
}
.flex-col-7 {
  flex-basis: 0;
  flex-grow: 7;
}
.flex-col-8 {
  flex-basis: 0;
  flex-grow: 8;
}
.flex-col-9 {
  flex-basis: 0;
  flex-grow: 9;
}
.flex-col-10 {
  flex-basis: 0;
  flex-grow: 10;
}
.flex-col-11 {
  flex-basis: 0;
  flex-grow: 11;
}
.invisible {
  display: none !important;
}
@media all and (min-width: 960px) {
  .md_pa-0 {
    padding: 0px;
  }
  .md_pa-4 {
    padding: 4px;
  }
  .md_pa-8 {
    padding: 8px;
  }
  .md_pa-16 {
    padding: 16px;
  }
  .md_pa-24 {
    padding: 24px;
  }
  .md_pa-32 {
    padding: 32px;
  }
  .md_pa-40 {
    padding: 40px;
  }
  .md_pa-48 {
    padding: 48px;
  }
  .md_pa-56 {
    padding: 56px;
  }
  .md_pa-80 {
    padding: 80px;
  }
  .md_pt-0 {
    padding-top: 0px;
  }
  .md_pt-4 {
    padding-top: 4px;
  }
  .md_pt-8 {
    padding-top: 8px;
  }
  .md_pt-16 {
    padding-top: 16px;
  }
  .md_pt-24 {
    padding-top: 24px;
  }
  .md_pt-32 {
    padding-top: 32px;
  }
  .md_pt-40 {
    padding-top: 40px;
  }
  .md_pt-48 {
    padding-top: 48px;
  }
  .md_pt-56 {
    padding-top: 56px;
  }
  .md_pt-80 {
    padding-top: 80px;
  }
  .md_pb-0 {
    padding-bottom: 0px;
  }
  .md_pb-4 {
    padding-bottom: 4px;
  }
  .md_pb-8 {
    padding-bottom: 8px;
  }
  .md_pb-16 {
    padding-bottom: 16px;
  }
  .md_pb-24 {
    padding-bottom: 24px;
  }
  .md_pb-32 {
    padding-bottom: 32px;
  }
  .md_pb-40 {
    padding-bottom: 40px;
  }
  .md_pb-48 {
    padding-bottom: 48px;
  }
  .md_pb-56 {
    padding-bottom: 56px;
  }
  .md_pb-80 {
    padding-bottom: 80px;
  }
  .md_pl-0 {
    padding-left: 0px;
  }
  .md_pl-4 {
    padding-left: 4px;
  }
  .md_pl-8 {
    padding-left: 8px;
  }
  .md_pl-16 {
    padding-left: 16px;
  }
  .md_pl-24 {
    padding-left: 24px;
  }
  .md_pl-32 {
    padding-left: 32px;
  }
  .md_pl-40 {
    padding-left: 40px;
  }
  .md_pl-48 {
    padding-left: 48px;
  }
  .md_pl-56 {
    padding-left: 56px;
  }
  .md_pl-80 {
    padding-left: 80px;
  }
  .md_pr-0 {
    padding-right: 0px;
  }
  .md_pr-4 {
    padding-right: 4px;
  }
  .md_pr-8 {
    padding-right: 8px;
  }
  .md_pr-16 {
    padding-right: 16px;
  }
  .md_pr-24 {
    padding-right: 24px;
  }
  .md_pr-32 {
    padding-right: 32px;
  }
  .md_pr-40 {
    padding-right: 40px;
  }
  .md_pr-48 {
    padding-right: 48px;
  }
  .md_pr-56 {
    padding-right: 56px;
  }
  .md_pr-80 {
    padding-right: 80px;
  }
  .md_py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md_py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md_py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md_py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md_py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md_py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md_py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md_py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md_py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .md_py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md_px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md_px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md_px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md_px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md_px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md_px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md_px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md_px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .md_px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .md_px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .md_my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md_my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .md_my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .md_my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .md_my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md_my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md_my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md_my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .md_my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .md_my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .md_my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md_mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md_mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .md_mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .md_mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .md_mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .md_mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .md_mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md_mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .md_mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .md_mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .md_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md_ma-0 {
    margin: 0px;
  }
  .md_ma-4 {
    margin: 4px;
  }
  .md_ma-8 {
    margin: 8px;
  }
  .md_ma-16 {
    margin: 16px;
  }
  .md_ma-24 {
    margin: 24px;
  }
  .md_ma-32 {
    margin: 32px;
  }
  .md_ma-40 {
    margin: 40px;
  }
  .md_ma-48 {
    margin: 48px;
  }
  .md_ma-56 {
    margin: 56px;
  }
  .md_ma-80 {
    margin: 80px;
  }
  .md_mt-0 {
    margin-top: 0px;
  }
  .md_mt-4 {
    margin-top: 4px;
  }
  .md_mt-8 {
    margin-top: 8px;
  }
  .md_mt-16 {
    margin-top: 16px;
  }
  .md_mt-24 {
    margin-top: 24px;
  }
  .md_mt-32 {
    margin-top: 32px;
  }
  .md_mt-40 {
    margin-top: 40px;
  }
  .md_mt-48 {
    margin-top: 48px;
  }
  .md_mt-56 {
    margin-top: 56px;
  }
  .md_mt-80 {
    margin-top: 80px;
  }
  .md_mb-0 {
    margin-bottom: 0px;
  }
  .md_mb-1 {
    margin-bottom: 1px;
  }
  .md_mb-2 {
    margin-bottom: 2px;
  }
  .md_mb-4 {
    margin-bottom: 4px;
  }
  .md_mb-8 {
    margin-bottom: 8px;
  }
  .md_mb-16 {
    margin-bottom: 16px;
  }
  .md_mb-24 {
    margin-bottom: 24px;
  }
  .md_mb-32 {
    margin-bottom: 32px;
  }
  .md_mb-40 {
    margin-bottom: 40px;
  }
  .md_mb-48 {
    margin-bottom: 48px;
  }
  .md_mb-56 {
    margin-bottom: 56px;
  }
  .md_mb-72 {
    margin-bottom: 72px;
  }
  .md_mb-80 {
    margin-bottom: 80px;
  }
  .md_ml-0 {
    margin-left: 0px;
  }
  .md_ml-4 {
    margin-left: 4px;
  }
  .md_ml-8 {
    margin-left: 8px;
  }
  .md_ml-16 {
    margin-left: 16px;
  }
  .md_ml-24 {
    margin-left: 24px;
  }
  .md_ml-32 {
    margin-left: 32px;
  }
  .md_ml-40 {
    margin-left: 40px;
  }
  .md_ml-48 {
    margin-left: 48px;
  }
  .md_ml-56 {
    margin-left: 56px;
  }
  .md_ml-80 {
    margin-left: 80px;
  }
  .md_mr-0 {
    margin-right: 0px;
  }
  .md_mr-4 {
    margin-right: 4px;
  }
  .md_mr-8 {
    margin-right: 8px;
  }
  .md_mr-16 {
    margin-right: 16px;
  }
  .md_mr-24 {
    margin-right: 24px;
  }
  .md_mr-32 {
    margin-right: 32px;
  }
  .md_mr-40 {
    margin-right: 40px;
  }
  .md_mr-48 {
    margin-right: 48px;
  }
  .md_mr-56 {
    margin-right: 56px;
  }
  .md_mr-80 {
    margin-right: 80px;
  }
  .md_bg-none {
    background: none;
  }
  .md_bgr-no-repeat {
    background-repeat: no-repeat;
  }
  .md_bgi-none {
    background-image: none;
  }
  .md_bgp-center {
    background-position: center;
  }
  .md_bgp-top {
    background-position: top;
  }
  .md_bgp-left {
    background-position: left;
  }
  .md_bgp-right {
    background-position: right;
  }
  .md_bgp-bottom {
    background-position: bottom;
  }
  .md_bgs-cover {
    background-size: cover;
  }
  .md_bgs-contain {
    background-size: contain;
  }
  .md_bd-0 {
    border: 0;
  }
  .md_bd-1 {
    border: 1px solid #eee;
  }
  .md_bd-2 {
    border: 2px solid #eee;
  }
  .md_bd-4 {
    border: 4px solid #eee;
  }
  .md_bt-0 {
    border-top: 0;
  }
  .md_bt-1 {
    border-top: 1px solid #eee;
  }
  .md_bt-2 {
    border-top: 2px solid #eee;
  }
  .md_bt-4 {
    border-top: 4px solid #eee;
  }
  .md_bb-0 {
    border-bottom: 0;
  }
  .md_bb-1 {
    border-bottom: 1px solid #eee;
  }
  .md_bb-2 {
    border-bottom: 2px solid #eee;
  }
  .md_bb-4 {
    border-bottom: 4px solid #eee;
  }
  .md_bl-0 {
    border-left: 0;
  }
  .md_bl-1 {
    border-left: 1px solid #eee;
  }
  .md_bl-2 {
    border-left: 2px solid #eee;
  }
  .md_bl-4 {
    border-left: 4px solid #eee;
  }
  .md_br-0 {
    border-right: 0;
  }
  .md_br-1 {
    border-right: 1px solid #eee;
  }
  .md_br-2 {
    border-right: 2px solid #eee;
  }
  .md_br-4 {
    border-right: 4px solid #eee;
  }
  .md_bw-0 {
    border-width: 0;
  }
  .md_bw-1 {
    border-width: 1;
  }
  .md_bw-2 {
    border-width: 2;
  }
  .md_bw-4 {
    border-width: 4;
  }
  .md_bs-solid {
    border-style: solid;
  }
  .md_rd-0 {
    border-radius: 0px;
  }
  .md_rd-2 {
    border-radius: 2px;
  }
  .md_rd-4 {
    border-radius: 4px;
  }
  .md_rd-8 {
    border-radius: 8px;
  }
  .md_rd-16 {
    border-radius: 16px;
  }
  .md_rd-32 {
    border-radius: 32px;
  }
  .md_fs-10 {
    font-size: 10px;
  }
  .md_fs-12 {
    font-size: 12px;
  }
  .md_fs-14 {
    font-size: 14px;
  }
  .md_fs-16 {
    font-size: 16px;
  }
  .md_fs-18 {
    font-size: 18px;
  }
  .md_fs-20 {
    font-size: 20px;
  }
  .md_fs-24 {
    font-size: 24px;
  }
  .md_fs-32 {
    font-size: 32px;
  }
  .md_fs-48 {
    font-size: 48px;
  }
  .md_fs-64 {
    font-size: 64px;
  }
  .md_fs-small {
    font-size: smaller;
  }
  .md_fw-300 {
    font-weight: 300;
  }
  .md_fw-500 {
    font-weight: 500;
  }
  .md_fw-600 {
    font-weight: 600;
  }
  .md_fw-700 {
    font-weight: 700;
  }
  .md_fw-900 {
    font-weight: 900;
  }
  .md_fw-bold {
    font-weight: bold;
  }
  .md_fl-italic {
    font-style: italic;
  }
  .md_lh-1 {
    line-height: 1;
  }
  .md_lh-10 {
    line-height: 10px;
  }
  .md_lh-12 {
    line-height: 12px;
  }
  .md_lh-14 {
    line-height: 14px;
  }
  .md_lh-16 {
    line-height: 16px;
  }
  .md_lh-18 {
    line-height: 18px;
  }
  .md_lh-20 {
    line-height: 20px;
  }
  .md_lh-24 {
    line-height: 24px;
  }
  .md_lh-28 {
    line-height: 28px;
  }
  .md_lh-32 {
    line-height: 32px;
  }
  .md_lh-40 {
    line-height: 40px;
  }
  .md_lh-48 {
    line-height: 48px;
  }
  .md_lh-64 {
    line-height: 64px;
  }
  .md_ta-left {
    text-align: left;
  }
  .md_ta-right {
    text-align: right;
  }
  .md_ta-center {
    text-align: center;
  }
  .md_ta-justify {
    text-align: justify;
  }
  .md_tt-lowercase {
    text-transform: lowercase;
  }
  .md_tt-uppercase {
    text-transform: uppercase;
  }
  .md_td-none {
    text-decoration: none;
  }
  .md_td-underline {
    text-decoration: underline;
  }
  .md_f-left {
    float: left;
  }
  .md_f-right {
    float: right;
  }
  .md_cl-none {
    clear: none;
  }
  .md_cl-both {
    clear: both;
  }
  .md_cl-left {
    clear: left;
  }
  .md_cl-right {
    clear: right;
  }
  .md_d-none {
    display: none;
  }
  .md_d-block {
    display: block;
  }
  .md_d-inline {
    display: inline;
  }
  .md_d-inline-block {
    display: inline-block;
  }
  .md_d-flex {
    display: flex;
  }
  .md_d-inline-flex {
    display: inline-flex;
  }
  .md_d-table {
    display: table;
  }
  .md_d-table-cell {
    display: table-cell;
  }
  .md_d-grid {
    display: grid;
  }
  .md_p-absolute {
    position: absolute;
  }
  .md_p-relative {
    position: relative;
  }
  .md_p-static {
    position: static;
  }
  .md_p-fixed {
    position: fixed;
  }
  .md_of-cover {
    object-fit: cover;
  }
  .md_of-contain {
    object-fit: contain;
  }
  .md_t-0 {
    top: 0px;
  }
  .md_t-4 {
    top: 4px;
  }
  .md_t-8 {
    top: 8px;
  }
  .md_t-16 {
    top: 16px;
  }
  .md_t-24 {
    top: 24px;
  }
  .md_t-32 {
    top: 32px;
  }
  .md_t-40 {
    top: 40px;
  }
  .md_t-80 {
    top: 80px;
  }
  .md_l-0 {
    left: 0px;
  }
  .md_l-4 {
    left: 4px;
  }
  .md_l-8 {
    left: 8px;
  }
  .md_l-16 {
    left: 16px;
  }
  .md_l-24 {
    left: 24px;
  }
  .md_l-32 {
    left: 32px;
  }
  .md_l-40 {
    left: 40px;
  }
  .md_l-80 {
    left: 80px;
  }
  .md_r-0 {
    right: 0px;
  }
  .md_r-4 {
    right: 4px;
  }
  .md_r-8 {
    right: 8px;
  }
  .md_r-16 {
    right: 16px;
  }
  .md_r-24 {
    right: 24px;
  }
  .md_r-32 {
    right: 32px;
  }
  .md_r-40 {
    right: 40px;
  }
  .md_r-80 {
    right: 80px;
  }
  .md_b-0 {
    bottom: 0px;
  }
  .md_b-4 {
    bottom: 4px;
  }
  .md_b-8 {
    bottom: 8px;
  }
  .md_b-16 {
    bottom: 16px;
  }
  .md_b-24 {
    bottom: 24px;
  }
  .md_b-32 {
    bottom: 32px;
  }
  .md_b-40 {
    bottom: 40px;
  }
  .md_b-80 {
    bottom: 80px;
  }
  .md_cls-1 {
    columns: 1;
  }
  .md_cls-2 {
    columns: 2;
  }
  .md_cls-3 {
    columns: 3;
  }
  .md_cls-4 {
    columns: 4;
  }
  .md_cls-5 {
    columns: 5;
  }
  .md_cls-6 {
    columns: 6;
  }
  .md_clc-1 {
    column-count: 1;
  }
  .md_clc-2 {
    column-count: 2;
  }
  .md_clc-3 {
    column-count: 3;
  }
  .md_clc-4 {
    column-count: 4;
  }
  .md_clc-5 {
    column-count: 5;
  }
  .md_clc-6 {
    column-count: 6;
  }
  .md_clg-0 {
    column-gap: 0px;
  }
  .md_clg-4 {
    column-gap: 4px;
  }
  .md_clg-8 {
    column-gap: 8px;
  }
  .md_clg-16 {
    column-gap: 16px;
  }
  .md_clg-24 {
    column-gap: 24px;
  }
  .md_clg-32 {
    column-gap: 32px;
  }
  .md_clg-40 {
    column-gap: 40px;
  }
  .md_clg-80 {
    column-gap: 80px;
  }
  .md_o-0 {
    opacity: 0;
  }
  .md_o-10 {
    opacity: 0.1;
  }
  .md_o-20 {
    opacity: 0.2;
  }
  .md_o-30 {
    opacity: 0.3;
  }
  .md_o-40 {
    opacity: 0.4;
  }
  .md_o-50 {
    opacity: 0.5;
  }
  .md_o-60 {
    opacity: 0.6;
  }
  .md_o-70 {
    opacity: 0.7;
  }
  .md_o-80 {
    opacity: 0.9;
  }
  .md_o-100 {
    opacity: 1;
  }
  .md_w-0 {
    width: 0;
  }
  .md_w-half {
    width: 50%;
  }
  .md_w-full {
    width: 100%;
  }
  .md_w-window {
    width: 100vw;
  }
  .md_w-64 {
    width: 64px;
  }
  .md_w-128 {
    width: 128px;
  }
  .md_w-256 {
    width: 256px;
  }
  .md_w-512 {
    width: 512px;
  }
  .md_w-100 {
    width: 100px;
  }
  .md_w-200 {
    width: 200px;
  }
  .md_w-300 {
    width: 300px;
  }
  .md_w-400 {
    width: 400px;
  }
  .md_w-500 {
    width: 500px;
  }
  .md_w-600 {
    width: 600px;
  }
  .md_h-0 {
    height: 0;
  }
  .md_h-half {
    height: 50%;
  }
  .md_h-full {
    height: 100%;
  }
  .md_h-window {
    height: 100vh;
  }
  .md_h-64 {
    height: 64px;
  }
  .md_h-128 {
    height: 128px;
  }
  .md_h-256 {
    height: 256px;
  }
  .md_h-512 {
    height: 512px;
  }
  .md_h-100 {
    height: 100px;
  }
  .md_h-200 {
    height: 200px;
  }
  .md_h-300 {
    height: 300px;
  }
  .md_h-400 {
    height: 400px;
  }
  .md_h-500 {
    height: 500px;
  }
  .md_h-600 {
    height: 600px;
  }
  .md_maxw-0 {
    max-width: 0px;
  }
  .md_maxw-1 {
    max-width: 1px;
  }
  .md_maxw-128 {
    max-width: 128px;
  }
  .md_maxw-256 {
    max-width: 256px;
  }
  .md_maxw-512 {
    max-width: 512px;
  }
  .md_maxw-640 {
    max-width: 640px;
  }
  .md_maxw-half {
    max-width: 50%;
  }
  .md_maxw-full {
    max-width: 100%;
  }
  .md_maxh-0 {
    max-height: 0px;
  }
  .md_maxh-1 {
    max-height: 1px;
  }
  .md_maxh-128 {
    max-height: 128px;
  }
  .md_maxh-256 {
    max-height: 256px;
  }
  .md_maxh-512 {
    max-height: 512px;
  }
  .md_maxh-640 {
    max-height: 640px;
  }
  .md_maxh-half {
    max-height: 50%;
  }
  .md_maxh-full {
    max-height: 100%;
  }
  .md_ws-nowrap {
    white-space: nowrap;
  }
  .md_ls-none {
    list-style: none;
  }
  .md_ls-default {
    list-style: disc inside;
  }
  .md_lsp-inside {
    list-style-position: inside;
  }
  .md_lst-disc {
    list-style-type: disc;
  }
  .md_bxsz-border-box {
    box-sizing: border-box;
  }
  .md_bxsz-content-box {
    box-sizing: content-box;
  }
  .md_bxsh-none {
    box-shadow: none;
  }
  .md_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .md_c-black {
    color: #000;
  }
  .md_bgc-black {
    background-color: #000;
  }
  .md_bc-black {
    border-color: #000;
  }
  .md_c-333 {
    color: #333;
  }
  .md_bgc-333 {
    background-color: #333;
  }
  .md_bc-333 {
    border-color: #333;
  }
  .md_c-4a4a4a {
    color: #4a4a4a;
  }
  .md_bgc-4a4a4a {
    background-color: #4a4a4a;
  }
  .md_bc-4a4a4a {
    border-color: #4a4a4a;
  }
  .md_c-666 {
    color: #666;
  }
  .md_bgc-666 {
    background-color: #666;
  }
  .md_bc-666 {
    border-color: #666;
  }
  .md_c-999 {
    color: #999;
  }
  .md_bgc-999 {
    background-color: #999;
  }
  .md_bc-999 {
    border-color: #999;
  }
  .md_c-ccc {
    color: #ccc;
  }
  .md_bgc-ccc {
    background-color: #ccc;
  }
  .md_bc-ccc {
    border-color: #ccc;
  }
  .md_c-ddd {
    color: #ddd;
  }
  .md_bgc-ddd {
    background-color: #ddd;
  }
  .md_bc-ddd {
    border-color: #ddd;
  }
  .md_c-eee {
    color: #eee;
  }
  .md_bgc-eee {
    background-color: #eee;
  }
  .md_bc-eee {
    border-color: #eee;
  }
  .md_c-f6f6f6 {
    color: #f6f6f6;
  }
  .md_bgc-f6f6f6 {
    background-color: #f6f6f6;
  }
  .md_bc-f6f6f6 {
    border-color: #f6f6f6;
  }
  .md_c-white {
    color: #fff;
  }
  .md_bgc-white {
    background-color: #fff;
  }
  .md_bc-white {
    border-color: #fff;
  }
  .md_c-primary {
    color: #5C5C5C;
  }
  .md_bgc-primary {
    background-color: #5C5C5C;
  }
  .md_bc-primary {
    border-color: #5C5C5C;
  }
  .md_c-secondary {
    color: #a69180;
  }
  .md_bgc-secondary {
    background-color: #a69180;
  }
  .md_bc-secondary {
    border-color: #a69180;
  }
  .md_c-error {
    color: #ffc597;
  }
  .md_bgc-error {
    background-color: #ffc597;
  }
  .md_bc-error {
    border-color: #ffc597;
  }
  .md_c-success {
    color: green;
  }
  .md_bgc-success {
    background-color: green;
  }
  .md_bc-success {
    border-color: green;
  }
  .md_c-border {
    color: #eee;
  }
  .md_bgc-border {
    background-color: #eee;
  }
  .md_bc-border {
    border-color: #eee;
  }
  .md_c-text {
    color: #5C5C5C;
  }
  .md_bgc-text {
    background-color: #5C5C5C;
  }
  .md_bc-text {
    border-color: #5C5C5C;
  }
  .md_c-text-faded {
    color: rgba(92, 92, 92, 0.6);
  }
  .md_bgc-text-faded {
    background-color: rgba(92, 92, 92, 0.6);
  }
  .md_bc-text-faded {
    border-color: rgba(92, 92, 92, 0.6);
  }
  .md_container {
    margin-left: auto;
    margin-right: auto;
  }
  .md_a-primary {
    color: #5C5C5C;
    transition: all ease-in-out 300ms;
  }
  .md_a-primary:hover {
    color: #292929;
  }
  .md_a-default {
    transition: all ease-in-out 300ms;
  }
  .md_a-default:hover {
    color: #5C5C5C;
  }
  .md_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .md_flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .md_flex-col {
    flex-basis: 0;
    flex-grow: 1;
  }
  .md_flex-col-2 {
    flex-basis: 0;
    flex-grow: 2;
  }
  .md_flex-col-3 {
    flex-basis: 0;
    flex-grow: 3;
  }
  .md_flex-col-4 {
    flex-basis: 0;
    flex-grow: 4;
  }
  .md_flex-col-5 {
    flex-basis: 0;
    flex-grow: 5;
  }
  .md_flex-col-6 {
    flex-basis: 0;
    flex-grow: 6;
  }
  .md_flex-col-7 {
    flex-basis: 0;
    flex-grow: 7;
  }
  .md_flex-col-8 {
    flex-basis: 0;
    flex-grow: 8;
  }
  .md_flex-col-9 {
    flex-basis: 0;
    flex-grow: 9;
  }
  .md_flex-col-10 {
    flex-basis: 0;
    flex-grow: 10;
  }
  .md_flex-col-11 {
    flex-basis: 0;
    flex-grow: 11;
  }
  .md_invisible {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .lg_pa-0 {
    padding: 0px;
  }
  .lg_pa-4 {
    padding: 4px;
  }
  .lg_pa-8 {
    padding: 8px;
  }
  .lg_pa-16 {
    padding: 16px;
  }
  .lg_pa-24 {
    padding: 24px;
  }
  .lg_pa-32 {
    padding: 32px;
  }
  .lg_pa-40 {
    padding: 40px;
  }
  .lg_pa-48 {
    padding: 48px;
  }
  .lg_pa-56 {
    padding: 56px;
  }
  .lg_pa-80 {
    padding: 80px;
  }
  .lg_pt-0 {
    padding-top: 0px;
  }
  .lg_pt-4 {
    padding-top: 4px;
  }
  .lg_pt-8 {
    padding-top: 8px;
  }
  .lg_pt-16 {
    padding-top: 16px;
  }
  .lg_pt-24 {
    padding-top: 24px;
  }
  .lg_pt-32 {
    padding-top: 32px;
  }
  .lg_pt-40 {
    padding-top: 40px;
  }
  .lg_pt-48 {
    padding-top: 48px;
  }
  .lg_pt-56 {
    padding-top: 56px;
  }
  .lg_pt-80 {
    padding-top: 80px;
  }
  .lg_pb-0 {
    padding-bottom: 0px;
  }
  .lg_pb-4 {
    padding-bottom: 4px;
  }
  .lg_pb-8 {
    padding-bottom: 8px;
  }
  .lg_pb-16 {
    padding-bottom: 16px;
  }
  .lg_pb-24 {
    padding-bottom: 24px;
  }
  .lg_pb-32 {
    padding-bottom: 32px;
  }
  .lg_pb-40 {
    padding-bottom: 40px;
  }
  .lg_pb-48 {
    padding-bottom: 48px;
  }
  .lg_pb-56 {
    padding-bottom: 56px;
  }
  .lg_pb-80 {
    padding-bottom: 80px;
  }
  .lg_pl-0 {
    padding-left: 0px;
  }
  .lg_pl-4 {
    padding-left: 4px;
  }
  .lg_pl-8 {
    padding-left: 8px;
  }
  .lg_pl-16 {
    padding-left: 16px;
  }
  .lg_pl-24 {
    padding-left: 24px;
  }
  .lg_pl-32 {
    padding-left: 32px;
  }
  .lg_pl-40 {
    padding-left: 40px;
  }
  .lg_pl-48 {
    padding-left: 48px;
  }
  .lg_pl-56 {
    padding-left: 56px;
  }
  .lg_pl-80 {
    padding-left: 80px;
  }
  .lg_pr-0 {
    padding-right: 0px;
  }
  .lg_pr-4 {
    padding-right: 4px;
  }
  .lg_pr-8 {
    padding-right: 8px;
  }
  .lg_pr-16 {
    padding-right: 16px;
  }
  .lg_pr-24 {
    padding-right: 24px;
  }
  .lg_pr-32 {
    padding-right: 32px;
  }
  .lg_pr-40 {
    padding-right: 40px;
  }
  .lg_pr-48 {
    padding-right: 48px;
  }
  .lg_pr-56 {
    padding-right: 56px;
  }
  .lg_pr-80 {
    padding-right: 80px;
  }
  .lg_py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg_py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lg_py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg_py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lg_py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg_py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lg_py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg_py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .lg_py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .lg_py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg_px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg_px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg_px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg_px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg_px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg_px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg_px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg_px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg_px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .lg_px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg_my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg_my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .lg_my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .lg_my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .lg_my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .lg_my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .lg_my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg_my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .lg_my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .lg_my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .lg_my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg_mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg_mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .lg_mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .lg_mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .lg_mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .lg_mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .lg_mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg_mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .lg_mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .lg_mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .lg_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg_ma-0 {
    margin: 0px;
  }
  .lg_ma-4 {
    margin: 4px;
  }
  .lg_ma-8 {
    margin: 8px;
  }
  .lg_ma-16 {
    margin: 16px;
  }
  .lg_ma-24 {
    margin: 24px;
  }
  .lg_ma-32 {
    margin: 32px;
  }
  .lg_ma-40 {
    margin: 40px;
  }
  .lg_ma-48 {
    margin: 48px;
  }
  .lg_ma-56 {
    margin: 56px;
  }
  .lg_ma-80 {
    margin: 80px;
  }
  .lg_mt-0 {
    margin-top: 0px;
  }
  .lg_mt-4 {
    margin-top: 4px;
  }
  .lg_mt-8 {
    margin-top: 8px;
  }
  .lg_mt-16 {
    margin-top: 16px;
  }
  .lg_mt-24 {
    margin-top: 24px;
  }
  .lg_mt-32 {
    margin-top: 32px;
  }
  .lg_mt-40 {
    margin-top: 40px;
  }
  .lg_mt-48 {
    margin-top: 48px;
  }
  .lg_mt-56 {
    margin-top: 56px;
  }
  .lg_mt-80 {
    margin-top: 80px;
  }
  .lg_mb-0 {
    margin-bottom: 0px;
  }
  .lg_mb-1 {
    margin-bottom: 1px;
  }
  .lg_mb-2 {
    margin-bottom: 2px;
  }
  .lg_mb-4 {
    margin-bottom: 4px;
  }
  .lg_mb-8 {
    margin-bottom: 8px;
  }
  .lg_mb-16 {
    margin-bottom: 16px;
  }
  .lg_mb-24 {
    margin-bottom: 24px;
  }
  .lg_mb-32 {
    margin-bottom: 32px;
  }
  .lg_mb-40 {
    margin-bottom: 40px;
  }
  .lg_mb-48 {
    margin-bottom: 48px;
  }
  .lg_mb-56 {
    margin-bottom: 56px;
  }
  .lg_mb-72 {
    margin-bottom: 72px;
  }
  .lg_mb-80 {
    margin-bottom: 80px;
  }
  .lg_ml-0 {
    margin-left: 0px;
  }
  .lg_ml-4 {
    margin-left: 4px;
  }
  .lg_ml-8 {
    margin-left: 8px;
  }
  .lg_ml-16 {
    margin-left: 16px;
  }
  .lg_ml-24 {
    margin-left: 24px;
  }
  .lg_ml-32 {
    margin-left: 32px;
  }
  .lg_ml-40 {
    margin-left: 40px;
  }
  .lg_ml-48 {
    margin-left: 48px;
  }
  .lg_ml-56 {
    margin-left: 56px;
  }
  .lg_ml-80 {
    margin-left: 80px;
  }
  .lg_mr-0 {
    margin-right: 0px;
  }
  .lg_mr-4 {
    margin-right: 4px;
  }
  .lg_mr-8 {
    margin-right: 8px;
  }
  .lg_mr-16 {
    margin-right: 16px;
  }
  .lg_mr-24 {
    margin-right: 24px;
  }
  .lg_mr-32 {
    margin-right: 32px;
  }
  .lg_mr-40 {
    margin-right: 40px;
  }
  .lg_mr-48 {
    margin-right: 48px;
  }
  .lg_mr-56 {
    margin-right: 56px;
  }
  .lg_mr-80 {
    margin-right: 80px;
  }
  .lg_bg-none {
    background: none;
  }
  .lg_bgr-no-repeat {
    background-repeat: no-repeat;
  }
  .lg_bgi-none {
    background-image: none;
  }
  .lg_bgp-center {
    background-position: center;
  }
  .lg_bgp-top {
    background-position: top;
  }
  .lg_bgp-left {
    background-position: left;
  }
  .lg_bgp-right {
    background-position: right;
  }
  .lg_bgp-bottom {
    background-position: bottom;
  }
  .lg_bgs-cover {
    background-size: cover;
  }
  .lg_bgs-contain {
    background-size: contain;
  }
  .lg_bd-0 {
    border: 0;
  }
  .lg_bd-1 {
    border: 1px solid #eee;
  }
  .lg_bd-2 {
    border: 2px solid #eee;
  }
  .lg_bd-4 {
    border: 4px solid #eee;
  }
  .lg_bt-0 {
    border-top: 0;
  }
  .lg_bt-1 {
    border-top: 1px solid #eee;
  }
  .lg_bt-2 {
    border-top: 2px solid #eee;
  }
  .lg_bt-4 {
    border-top: 4px solid #eee;
  }
  .lg_bb-0 {
    border-bottom: 0;
  }
  .lg_bb-1 {
    border-bottom: 1px solid #eee;
  }
  .lg_bb-2 {
    border-bottom: 2px solid #eee;
  }
  .lg_bb-4 {
    border-bottom: 4px solid #eee;
  }
  .lg_bl-0 {
    border-left: 0;
  }
  .lg_bl-1 {
    border-left: 1px solid #eee;
  }
  .lg_bl-2 {
    border-left: 2px solid #eee;
  }
  .lg_bl-4 {
    border-left: 4px solid #eee;
  }
  .lg_br-0 {
    border-right: 0;
  }
  .lg_br-1 {
    border-right: 1px solid #eee;
  }
  .lg_br-2 {
    border-right: 2px solid #eee;
  }
  .lg_br-4 {
    border-right: 4px solid #eee;
  }
  .lg_bw-0 {
    border-width: 0;
  }
  .lg_bw-1 {
    border-width: 1;
  }
  .lg_bw-2 {
    border-width: 2;
  }
  .lg_bw-4 {
    border-width: 4;
  }
  .lg_bs-solid {
    border-style: solid;
  }
  .lg_rd-0 {
    border-radius: 0px;
  }
  .lg_rd-2 {
    border-radius: 2px;
  }
  .lg_rd-4 {
    border-radius: 4px;
  }
  .lg_rd-8 {
    border-radius: 8px;
  }
  .lg_rd-16 {
    border-radius: 16px;
  }
  .lg_rd-32 {
    border-radius: 32px;
  }
  .lg_fs-10 {
    font-size: 10px;
  }
  .lg_fs-12 {
    font-size: 12px;
  }
  .lg_fs-14 {
    font-size: 14px;
  }
  .lg_fs-16 {
    font-size: 16px;
  }
  .lg_fs-18 {
    font-size: 18px;
  }
  .lg_fs-20 {
    font-size: 20px;
  }
  .lg_fs-24 {
    font-size: 24px;
  }
  .lg_fs-32 {
    font-size: 32px;
  }
  .lg_fs-48 {
    font-size: 48px;
  }
  .lg_fs-64 {
    font-size: 64px;
  }
  .lg_fs-small {
    font-size: smaller;
  }
  .lg_fw-300 {
    font-weight: 300;
  }
  .lg_fw-500 {
    font-weight: 500;
  }
  .lg_fw-600 {
    font-weight: 600;
  }
  .lg_fw-700 {
    font-weight: 700;
  }
  .lg_fw-900 {
    font-weight: 900;
  }
  .lg_fw-bold {
    font-weight: bold;
  }
  .lg_fl-italic {
    font-style: italic;
  }
  .lg_lh-1 {
    line-height: 1;
  }
  .lg_lh-10 {
    line-height: 10px;
  }
  .lg_lh-12 {
    line-height: 12px;
  }
  .lg_lh-14 {
    line-height: 14px;
  }
  .lg_lh-16 {
    line-height: 16px;
  }
  .lg_lh-18 {
    line-height: 18px;
  }
  .lg_lh-20 {
    line-height: 20px;
  }
  .lg_lh-24 {
    line-height: 24px;
  }
  .lg_lh-28 {
    line-height: 28px;
  }
  .lg_lh-32 {
    line-height: 32px;
  }
  .lg_lh-40 {
    line-height: 40px;
  }
  .lg_lh-48 {
    line-height: 48px;
  }
  .lg_lh-64 {
    line-height: 64px;
  }
  .lg_ta-left {
    text-align: left;
  }
  .lg_ta-right {
    text-align: right;
  }
  .lg_ta-center {
    text-align: center;
  }
  .lg_ta-justify {
    text-align: justify;
  }
  .lg_tt-lowercase {
    text-transform: lowercase;
  }
  .lg_tt-uppercase {
    text-transform: uppercase;
  }
  .lg_td-none {
    text-decoration: none;
  }
  .lg_td-underline {
    text-decoration: underline;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-right {
    float: right;
  }
  .lg_cl-none {
    clear: none;
  }
  .lg_cl-both {
    clear: both;
  }
  .lg_cl-left {
    clear: left;
  }
  .lg_cl-right {
    clear: right;
  }
  .lg_d-none {
    display: none;
  }
  .lg_d-block {
    display: block;
  }
  .lg_d-inline {
    display: inline;
  }
  .lg_d-inline-block {
    display: inline-block;
  }
  .lg_d-flex {
    display: flex;
  }
  .lg_d-inline-flex {
    display: inline-flex;
  }
  .lg_d-table {
    display: table;
  }
  .lg_d-table-cell {
    display: table-cell;
  }
  .lg_d-grid {
    display: grid;
  }
  .lg_p-absolute {
    position: absolute;
  }
  .lg_p-relative {
    position: relative;
  }
  .lg_p-static {
    position: static;
  }
  .lg_p-fixed {
    position: fixed;
  }
  .lg_of-cover {
    object-fit: cover;
  }
  .lg_of-contain {
    object-fit: contain;
  }
  .lg_t-0 {
    top: 0px;
  }
  .lg_t-4 {
    top: 4px;
  }
  .lg_t-8 {
    top: 8px;
  }
  .lg_t-16 {
    top: 16px;
  }
  .lg_t-24 {
    top: 24px;
  }
  .lg_t-32 {
    top: 32px;
  }
  .lg_t-40 {
    top: 40px;
  }
  .lg_t-80 {
    top: 80px;
  }
  .lg_l-0 {
    left: 0px;
  }
  .lg_l-4 {
    left: 4px;
  }
  .lg_l-8 {
    left: 8px;
  }
  .lg_l-16 {
    left: 16px;
  }
  .lg_l-24 {
    left: 24px;
  }
  .lg_l-32 {
    left: 32px;
  }
  .lg_l-40 {
    left: 40px;
  }
  .lg_l-80 {
    left: 80px;
  }
  .lg_r-0 {
    right: 0px;
  }
  .lg_r-4 {
    right: 4px;
  }
  .lg_r-8 {
    right: 8px;
  }
  .lg_r-16 {
    right: 16px;
  }
  .lg_r-24 {
    right: 24px;
  }
  .lg_r-32 {
    right: 32px;
  }
  .lg_r-40 {
    right: 40px;
  }
  .lg_r-80 {
    right: 80px;
  }
  .lg_b-0 {
    bottom: 0px;
  }
  .lg_b-4 {
    bottom: 4px;
  }
  .lg_b-8 {
    bottom: 8px;
  }
  .lg_b-16 {
    bottom: 16px;
  }
  .lg_b-24 {
    bottom: 24px;
  }
  .lg_b-32 {
    bottom: 32px;
  }
  .lg_b-40 {
    bottom: 40px;
  }
  .lg_b-80 {
    bottom: 80px;
  }
  .lg_cls-1 {
    columns: 1;
  }
  .lg_cls-2 {
    columns: 2;
  }
  .lg_cls-3 {
    columns: 3;
  }
  .lg_cls-4 {
    columns: 4;
  }
  .lg_cls-5 {
    columns: 5;
  }
  .lg_cls-6 {
    columns: 6;
  }
  .lg_clc-1 {
    column-count: 1;
  }
  .lg_clc-2 {
    column-count: 2;
  }
  .lg_clc-3 {
    column-count: 3;
  }
  .lg_clc-4 {
    column-count: 4;
  }
  .lg_clc-5 {
    column-count: 5;
  }
  .lg_clc-6 {
    column-count: 6;
  }
  .lg_clg-0 {
    column-gap: 0px;
  }
  .lg_clg-4 {
    column-gap: 4px;
  }
  .lg_clg-8 {
    column-gap: 8px;
  }
  .lg_clg-16 {
    column-gap: 16px;
  }
  .lg_clg-24 {
    column-gap: 24px;
  }
  .lg_clg-32 {
    column-gap: 32px;
  }
  .lg_clg-40 {
    column-gap: 40px;
  }
  .lg_clg-80 {
    column-gap: 80px;
  }
  .lg_o-0 {
    opacity: 0;
  }
  .lg_o-10 {
    opacity: 0.1;
  }
  .lg_o-20 {
    opacity: 0.2;
  }
  .lg_o-30 {
    opacity: 0.3;
  }
  .lg_o-40 {
    opacity: 0.4;
  }
  .lg_o-50 {
    opacity: 0.5;
  }
  .lg_o-60 {
    opacity: 0.6;
  }
  .lg_o-70 {
    opacity: 0.7;
  }
  .lg_o-80 {
    opacity: 0.9;
  }
  .lg_o-100 {
    opacity: 1;
  }
  .lg_w-0 {
    width: 0;
  }
  .lg_w-half {
    width: 50%;
  }
  .lg_w-full {
    width: 100%;
  }
  .lg_w-window {
    width: 100vw;
  }
  .lg_w-64 {
    width: 64px;
  }
  .lg_w-128 {
    width: 128px;
  }
  .lg_w-256 {
    width: 256px;
  }
  .lg_w-512 {
    width: 512px;
  }
  .lg_w-100 {
    width: 100px;
  }
  .lg_w-200 {
    width: 200px;
  }
  .lg_w-300 {
    width: 300px;
  }
  .lg_w-400 {
    width: 400px;
  }
  .lg_w-500 {
    width: 500px;
  }
  .lg_w-600 {
    width: 600px;
  }
  .lg_h-0 {
    height: 0;
  }
  .lg_h-half {
    height: 50%;
  }
  .lg_h-full {
    height: 100%;
  }
  .lg_h-window {
    height: 100vh;
  }
  .lg_h-64 {
    height: 64px;
  }
  .lg_h-128 {
    height: 128px;
  }
  .lg_h-256 {
    height: 256px;
  }
  .lg_h-512 {
    height: 512px;
  }
  .lg_h-100 {
    height: 100px;
  }
  .lg_h-200 {
    height: 200px;
  }
  .lg_h-300 {
    height: 300px;
  }
  .lg_h-400 {
    height: 400px;
  }
  .lg_h-500 {
    height: 500px;
  }
  .lg_h-600 {
    height: 600px;
  }
  .lg_maxw-0 {
    max-width: 0px;
  }
  .lg_maxw-1 {
    max-width: 1px;
  }
  .lg_maxw-128 {
    max-width: 128px;
  }
  .lg_maxw-256 {
    max-width: 256px;
  }
  .lg_maxw-512 {
    max-width: 512px;
  }
  .lg_maxw-640 {
    max-width: 640px;
  }
  .lg_maxw-half {
    max-width: 50%;
  }
  .lg_maxw-full {
    max-width: 100%;
  }
  .lg_maxh-0 {
    max-height: 0px;
  }
  .lg_maxh-1 {
    max-height: 1px;
  }
  .lg_maxh-128 {
    max-height: 128px;
  }
  .lg_maxh-256 {
    max-height: 256px;
  }
  .lg_maxh-512 {
    max-height: 512px;
  }
  .lg_maxh-640 {
    max-height: 640px;
  }
  .lg_maxh-half {
    max-height: 50%;
  }
  .lg_maxh-full {
    max-height: 100%;
  }
  .lg_ws-nowrap {
    white-space: nowrap;
  }
  .lg_ls-none {
    list-style: none;
  }
  .lg_ls-default {
    list-style: disc inside;
  }
  .lg_lsp-inside {
    list-style-position: inside;
  }
  .lg_lst-disc {
    list-style-type: disc;
  }
  .lg_bxsz-border-box {
    box-sizing: border-box;
  }
  .lg_bxsz-content-box {
    box-sizing: content-box;
  }
  .lg_bxsh-none {
    box-shadow: none;
  }
  .lg_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .lg_c-black {
    color: #000;
  }
  .lg_bgc-black {
    background-color: #000;
  }
  .lg_bc-black {
    border-color: #000;
  }
  .lg_c-333 {
    color: #333;
  }
  .lg_bgc-333 {
    background-color: #333;
  }
  .lg_bc-333 {
    border-color: #333;
  }
  .lg_c-4a4a4a {
    color: #4a4a4a;
  }
  .lg_bgc-4a4a4a {
    background-color: #4a4a4a;
  }
  .lg_bc-4a4a4a {
    border-color: #4a4a4a;
  }
  .lg_c-666 {
    color: #666;
  }
  .lg_bgc-666 {
    background-color: #666;
  }
  .lg_bc-666 {
    border-color: #666;
  }
  .lg_c-999 {
    color: #999;
  }
  .lg_bgc-999 {
    background-color: #999;
  }
  .lg_bc-999 {
    border-color: #999;
  }
  .lg_c-ccc {
    color: #ccc;
  }
  .lg_bgc-ccc {
    background-color: #ccc;
  }
  .lg_bc-ccc {
    border-color: #ccc;
  }
  .lg_c-ddd {
    color: #ddd;
  }
  .lg_bgc-ddd {
    background-color: #ddd;
  }
  .lg_bc-ddd {
    border-color: #ddd;
  }
  .lg_c-eee {
    color: #eee;
  }
  .lg_bgc-eee {
    background-color: #eee;
  }
  .lg_bc-eee {
    border-color: #eee;
  }
  .lg_c-f6f6f6 {
    color: #f6f6f6;
  }
  .lg_bgc-f6f6f6 {
    background-color: #f6f6f6;
  }
  .lg_bc-f6f6f6 {
    border-color: #f6f6f6;
  }
  .lg_c-white {
    color: #fff;
  }
  .lg_bgc-white {
    background-color: #fff;
  }
  .lg_bc-white {
    border-color: #fff;
  }
  .lg_c-primary {
    color: #5C5C5C;
  }
  .lg_bgc-primary {
    background-color: #5C5C5C;
  }
  .lg_bc-primary {
    border-color: #5C5C5C;
  }
  .lg_c-secondary {
    color: #a69180;
  }
  .lg_bgc-secondary {
    background-color: #a69180;
  }
  .lg_bc-secondary {
    border-color: #a69180;
  }
  .lg_c-error {
    color: #ffc597;
  }
  .lg_bgc-error {
    background-color: #ffc597;
  }
  .lg_bc-error {
    border-color: #ffc597;
  }
  .lg_c-success {
    color: green;
  }
  .lg_bgc-success {
    background-color: green;
  }
  .lg_bc-success {
    border-color: green;
  }
  .lg_c-border {
    color: #eee;
  }
  .lg_bgc-border {
    background-color: #eee;
  }
  .lg_bc-border {
    border-color: #eee;
  }
  .lg_c-text {
    color: #5C5C5C;
  }
  .lg_bgc-text {
    background-color: #5C5C5C;
  }
  .lg_bc-text {
    border-color: #5C5C5C;
  }
  .lg_c-text-faded {
    color: rgba(92, 92, 92, 0.6);
  }
  .lg_bgc-text-faded {
    background-color: rgba(92, 92, 92, 0.6);
  }
  .lg_bc-text-faded {
    border-color: rgba(92, 92, 92, 0.6);
  }
  .lg_container {
    margin-left: auto;
    margin-right: auto;
  }
  .lg_a-primary {
    color: #5C5C5C;
    transition: all ease-in-out 300ms;
  }
  .lg_a-primary:hover {
    color: #292929;
  }
  .lg_a-default {
    transition: all ease-in-out 300ms;
  }
  .lg_a-default:hover {
    color: #5C5C5C;
  }
  .lg_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .lg_flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .lg_flex-col {
    flex-basis: 0;
    flex-grow: 1;
  }
  .lg_flex-col-2 {
    flex-basis: 0;
    flex-grow: 2;
  }
  .lg_flex-col-3 {
    flex-basis: 0;
    flex-grow: 3;
  }
  .lg_flex-col-4 {
    flex-basis: 0;
    flex-grow: 4;
  }
  .lg_flex-col-5 {
    flex-basis: 0;
    flex-grow: 5;
  }
  .lg_flex-col-6 {
    flex-basis: 0;
    flex-grow: 6;
  }
  .lg_flex-col-7 {
    flex-basis: 0;
    flex-grow: 7;
  }
  .lg_flex-col-8 {
    flex-basis: 0;
    flex-grow: 8;
  }
  .lg_flex-col-9 {
    flex-basis: 0;
    flex-grow: 9;
  }
  .lg_flex-col-10 {
    flex-basis: 0;
    flex-grow: 10;
  }
  .lg_flex-col-11 {
    flex-basis: 0;
    flex-grow: 11;
  }
  .lg_invisible {
    display: none !important;
  }
}
@media all and (min-width: 1280px) {
  .xl_pa-0 {
    padding: 0px;
  }
  .xl_pa-4 {
    padding: 4px;
  }
  .xl_pa-8 {
    padding: 8px;
  }
  .xl_pa-16 {
    padding: 16px;
  }
  .xl_pa-24 {
    padding: 24px;
  }
  .xl_pa-32 {
    padding: 32px;
  }
  .xl_pa-40 {
    padding: 40px;
  }
  .xl_pa-48 {
    padding: 48px;
  }
  .xl_pa-56 {
    padding: 56px;
  }
  .xl_pa-80 {
    padding: 80px;
  }
  .xl_pt-0 {
    padding-top: 0px;
  }
  .xl_pt-4 {
    padding-top: 4px;
  }
  .xl_pt-8 {
    padding-top: 8px;
  }
  .xl_pt-16 {
    padding-top: 16px;
  }
  .xl_pt-24 {
    padding-top: 24px;
  }
  .xl_pt-32 {
    padding-top: 32px;
  }
  .xl_pt-40 {
    padding-top: 40px;
  }
  .xl_pt-48 {
    padding-top: 48px;
  }
  .xl_pt-56 {
    padding-top: 56px;
  }
  .xl_pt-80 {
    padding-top: 80px;
  }
  .xl_pb-0 {
    padding-bottom: 0px;
  }
  .xl_pb-4 {
    padding-bottom: 4px;
  }
  .xl_pb-8 {
    padding-bottom: 8px;
  }
  .xl_pb-16 {
    padding-bottom: 16px;
  }
  .xl_pb-24 {
    padding-bottom: 24px;
  }
  .xl_pb-32 {
    padding-bottom: 32px;
  }
  .xl_pb-40 {
    padding-bottom: 40px;
  }
  .xl_pb-48 {
    padding-bottom: 48px;
  }
  .xl_pb-56 {
    padding-bottom: 56px;
  }
  .xl_pb-80 {
    padding-bottom: 80px;
  }
  .xl_pl-0 {
    padding-left: 0px;
  }
  .xl_pl-4 {
    padding-left: 4px;
  }
  .xl_pl-8 {
    padding-left: 8px;
  }
  .xl_pl-16 {
    padding-left: 16px;
  }
  .xl_pl-24 {
    padding-left: 24px;
  }
  .xl_pl-32 {
    padding-left: 32px;
  }
  .xl_pl-40 {
    padding-left: 40px;
  }
  .xl_pl-48 {
    padding-left: 48px;
  }
  .xl_pl-56 {
    padding-left: 56px;
  }
  .xl_pl-80 {
    padding-left: 80px;
  }
  .xl_pr-0 {
    padding-right: 0px;
  }
  .xl_pr-4 {
    padding-right: 4px;
  }
  .xl_pr-8 {
    padding-right: 8px;
  }
  .xl_pr-16 {
    padding-right: 16px;
  }
  .xl_pr-24 {
    padding-right: 24px;
  }
  .xl_pr-32 {
    padding-right: 32px;
  }
  .xl_pr-40 {
    padding-right: 40px;
  }
  .xl_pr-48 {
    padding-right: 48px;
  }
  .xl_pr-56 {
    padding-right: 56px;
  }
  .xl_pr-80 {
    padding-right: 80px;
  }
  .xl_py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl_py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xl_py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .xl_py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xl_py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xl_py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xl_py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl_py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .xl_py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .xl_py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xl_px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl_px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xl_px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xl_px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .xl_px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .xl_px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl_px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl_px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .xl_px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .xl_px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .xl_my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl_my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xl_my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .xl_my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .xl_my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .xl_my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .xl_my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xl_my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .xl_my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .xl_my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .xl_my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl_mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl_mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .xl_mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .xl_mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .xl_mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .xl_mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .xl_mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl_mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .xl_mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .xl_mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .xl_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl_ma-0 {
    margin: 0px;
  }
  .xl_ma-4 {
    margin: 4px;
  }
  .xl_ma-8 {
    margin: 8px;
  }
  .xl_ma-16 {
    margin: 16px;
  }
  .xl_ma-24 {
    margin: 24px;
  }
  .xl_ma-32 {
    margin: 32px;
  }
  .xl_ma-40 {
    margin: 40px;
  }
  .xl_ma-48 {
    margin: 48px;
  }
  .xl_ma-56 {
    margin: 56px;
  }
  .xl_ma-80 {
    margin: 80px;
  }
  .xl_mt-0 {
    margin-top: 0px;
  }
  .xl_mt-4 {
    margin-top: 4px;
  }
  .xl_mt-8 {
    margin-top: 8px;
  }
  .xl_mt-16 {
    margin-top: 16px;
  }
  .xl_mt-24 {
    margin-top: 24px;
  }
  .xl_mt-32 {
    margin-top: 32px;
  }
  .xl_mt-40 {
    margin-top: 40px;
  }
  .xl_mt-48 {
    margin-top: 48px;
  }
  .xl_mt-56 {
    margin-top: 56px;
  }
  .xl_mt-80 {
    margin-top: 80px;
  }
  .xl_mb-0 {
    margin-bottom: 0px;
  }
  .xl_mb-1 {
    margin-bottom: 1px;
  }
  .xl_mb-2 {
    margin-bottom: 2px;
  }
  .xl_mb-4 {
    margin-bottom: 4px;
  }
  .xl_mb-8 {
    margin-bottom: 8px;
  }
  .xl_mb-16 {
    margin-bottom: 16px;
  }
  .xl_mb-24 {
    margin-bottom: 24px;
  }
  .xl_mb-32 {
    margin-bottom: 32px;
  }
  .xl_mb-40 {
    margin-bottom: 40px;
  }
  .xl_mb-48 {
    margin-bottom: 48px;
  }
  .xl_mb-56 {
    margin-bottom: 56px;
  }
  .xl_mb-72 {
    margin-bottom: 72px;
  }
  .xl_mb-80 {
    margin-bottom: 80px;
  }
  .xl_ml-0 {
    margin-left: 0px;
  }
  .xl_ml-4 {
    margin-left: 4px;
  }
  .xl_ml-8 {
    margin-left: 8px;
  }
  .xl_ml-16 {
    margin-left: 16px;
  }
  .xl_ml-24 {
    margin-left: 24px;
  }
  .xl_ml-32 {
    margin-left: 32px;
  }
  .xl_ml-40 {
    margin-left: 40px;
  }
  .xl_ml-48 {
    margin-left: 48px;
  }
  .xl_ml-56 {
    margin-left: 56px;
  }
  .xl_ml-80 {
    margin-left: 80px;
  }
  .xl_mr-0 {
    margin-right: 0px;
  }
  .xl_mr-4 {
    margin-right: 4px;
  }
  .xl_mr-8 {
    margin-right: 8px;
  }
  .xl_mr-16 {
    margin-right: 16px;
  }
  .xl_mr-24 {
    margin-right: 24px;
  }
  .xl_mr-32 {
    margin-right: 32px;
  }
  .xl_mr-40 {
    margin-right: 40px;
  }
  .xl_mr-48 {
    margin-right: 48px;
  }
  .xl_mr-56 {
    margin-right: 56px;
  }
  .xl_mr-80 {
    margin-right: 80px;
  }
  .xl_bg-none {
    background: none;
  }
  .xl_bgr-no-repeat {
    background-repeat: no-repeat;
  }
  .xl_bgi-none {
    background-image: none;
  }
  .xl_bgp-center {
    background-position: center;
  }
  .xl_bgp-top {
    background-position: top;
  }
  .xl_bgp-left {
    background-position: left;
  }
  .xl_bgp-right {
    background-position: right;
  }
  .xl_bgp-bottom {
    background-position: bottom;
  }
  .xl_bgs-cover {
    background-size: cover;
  }
  .xl_bgs-contain {
    background-size: contain;
  }
  .xl_bd-0 {
    border: 0;
  }
  .xl_bd-1 {
    border: 1px solid #eee;
  }
  .xl_bd-2 {
    border: 2px solid #eee;
  }
  .xl_bd-4 {
    border: 4px solid #eee;
  }
  .xl_bt-0 {
    border-top: 0;
  }
  .xl_bt-1 {
    border-top: 1px solid #eee;
  }
  .xl_bt-2 {
    border-top: 2px solid #eee;
  }
  .xl_bt-4 {
    border-top: 4px solid #eee;
  }
  .xl_bb-0 {
    border-bottom: 0;
  }
  .xl_bb-1 {
    border-bottom: 1px solid #eee;
  }
  .xl_bb-2 {
    border-bottom: 2px solid #eee;
  }
  .xl_bb-4 {
    border-bottom: 4px solid #eee;
  }
  .xl_bl-0 {
    border-left: 0;
  }
  .xl_bl-1 {
    border-left: 1px solid #eee;
  }
  .xl_bl-2 {
    border-left: 2px solid #eee;
  }
  .xl_bl-4 {
    border-left: 4px solid #eee;
  }
  .xl_br-0 {
    border-right: 0;
  }
  .xl_br-1 {
    border-right: 1px solid #eee;
  }
  .xl_br-2 {
    border-right: 2px solid #eee;
  }
  .xl_br-4 {
    border-right: 4px solid #eee;
  }
  .xl_bw-0 {
    border-width: 0;
  }
  .xl_bw-1 {
    border-width: 1;
  }
  .xl_bw-2 {
    border-width: 2;
  }
  .xl_bw-4 {
    border-width: 4;
  }
  .xl_bs-solid {
    border-style: solid;
  }
  .xl_rd-0 {
    border-radius: 0px;
  }
  .xl_rd-2 {
    border-radius: 2px;
  }
  .xl_rd-4 {
    border-radius: 4px;
  }
  .xl_rd-8 {
    border-radius: 8px;
  }
  .xl_rd-16 {
    border-radius: 16px;
  }
  .xl_rd-32 {
    border-radius: 32px;
  }
  .xl_fs-10 {
    font-size: 10px;
  }
  .xl_fs-12 {
    font-size: 12px;
  }
  .xl_fs-14 {
    font-size: 14px;
  }
  .xl_fs-16 {
    font-size: 16px;
  }
  .xl_fs-18 {
    font-size: 18px;
  }
  .xl_fs-20 {
    font-size: 20px;
  }
  .xl_fs-24 {
    font-size: 24px;
  }
  .xl_fs-32 {
    font-size: 32px;
  }
  .xl_fs-48 {
    font-size: 48px;
  }
  .xl_fs-64 {
    font-size: 64px;
  }
  .xl_fs-small {
    font-size: smaller;
  }
  .xl_fw-300 {
    font-weight: 300;
  }
  .xl_fw-500 {
    font-weight: 500;
  }
  .xl_fw-600 {
    font-weight: 600;
  }
  .xl_fw-700 {
    font-weight: 700;
  }
  .xl_fw-900 {
    font-weight: 900;
  }
  .xl_fw-bold {
    font-weight: bold;
  }
  .xl_fl-italic {
    font-style: italic;
  }
  .xl_lh-1 {
    line-height: 1;
  }
  .xl_lh-10 {
    line-height: 10px;
  }
  .xl_lh-12 {
    line-height: 12px;
  }
  .xl_lh-14 {
    line-height: 14px;
  }
  .xl_lh-16 {
    line-height: 16px;
  }
  .xl_lh-18 {
    line-height: 18px;
  }
  .xl_lh-20 {
    line-height: 20px;
  }
  .xl_lh-24 {
    line-height: 24px;
  }
  .xl_lh-28 {
    line-height: 28px;
  }
  .xl_lh-32 {
    line-height: 32px;
  }
  .xl_lh-40 {
    line-height: 40px;
  }
  .xl_lh-48 {
    line-height: 48px;
  }
  .xl_lh-64 {
    line-height: 64px;
  }
  .xl_ta-left {
    text-align: left;
  }
  .xl_ta-right {
    text-align: right;
  }
  .xl_ta-center {
    text-align: center;
  }
  .xl_ta-justify {
    text-align: justify;
  }
  .xl_tt-lowercase {
    text-transform: lowercase;
  }
  .xl_tt-uppercase {
    text-transform: uppercase;
  }
  .xl_td-none {
    text-decoration: none;
  }
  .xl_td-underline {
    text-decoration: underline;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-right {
    float: right;
  }
  .xl_cl-none {
    clear: none;
  }
  .xl_cl-both {
    clear: both;
  }
  .xl_cl-left {
    clear: left;
  }
  .xl_cl-right {
    clear: right;
  }
  .xl_d-none {
    display: none;
  }
  .xl_d-block {
    display: block;
  }
  .xl_d-inline {
    display: inline;
  }
  .xl_d-inline-block {
    display: inline-block;
  }
  .xl_d-flex {
    display: flex;
  }
  .xl_d-inline-flex {
    display: inline-flex;
  }
  .xl_d-table {
    display: table;
  }
  .xl_d-table-cell {
    display: table-cell;
  }
  .xl_d-grid {
    display: grid;
  }
  .xl_p-absolute {
    position: absolute;
  }
  .xl_p-relative {
    position: relative;
  }
  .xl_p-static {
    position: static;
  }
  .xl_p-fixed {
    position: fixed;
  }
  .xl_of-cover {
    object-fit: cover;
  }
  .xl_of-contain {
    object-fit: contain;
  }
  .xl_t-0 {
    top: 0px;
  }
  .xl_t-4 {
    top: 4px;
  }
  .xl_t-8 {
    top: 8px;
  }
  .xl_t-16 {
    top: 16px;
  }
  .xl_t-24 {
    top: 24px;
  }
  .xl_t-32 {
    top: 32px;
  }
  .xl_t-40 {
    top: 40px;
  }
  .xl_t-80 {
    top: 80px;
  }
  .xl_l-0 {
    left: 0px;
  }
  .xl_l-4 {
    left: 4px;
  }
  .xl_l-8 {
    left: 8px;
  }
  .xl_l-16 {
    left: 16px;
  }
  .xl_l-24 {
    left: 24px;
  }
  .xl_l-32 {
    left: 32px;
  }
  .xl_l-40 {
    left: 40px;
  }
  .xl_l-80 {
    left: 80px;
  }
  .xl_r-0 {
    right: 0px;
  }
  .xl_r-4 {
    right: 4px;
  }
  .xl_r-8 {
    right: 8px;
  }
  .xl_r-16 {
    right: 16px;
  }
  .xl_r-24 {
    right: 24px;
  }
  .xl_r-32 {
    right: 32px;
  }
  .xl_r-40 {
    right: 40px;
  }
  .xl_r-80 {
    right: 80px;
  }
  .xl_b-0 {
    bottom: 0px;
  }
  .xl_b-4 {
    bottom: 4px;
  }
  .xl_b-8 {
    bottom: 8px;
  }
  .xl_b-16 {
    bottom: 16px;
  }
  .xl_b-24 {
    bottom: 24px;
  }
  .xl_b-32 {
    bottom: 32px;
  }
  .xl_b-40 {
    bottom: 40px;
  }
  .xl_b-80 {
    bottom: 80px;
  }
  .xl_cls-1 {
    columns: 1;
  }
  .xl_cls-2 {
    columns: 2;
  }
  .xl_cls-3 {
    columns: 3;
  }
  .xl_cls-4 {
    columns: 4;
  }
  .xl_cls-5 {
    columns: 5;
  }
  .xl_cls-6 {
    columns: 6;
  }
  .xl_clc-1 {
    column-count: 1;
  }
  .xl_clc-2 {
    column-count: 2;
  }
  .xl_clc-3 {
    column-count: 3;
  }
  .xl_clc-4 {
    column-count: 4;
  }
  .xl_clc-5 {
    column-count: 5;
  }
  .xl_clc-6 {
    column-count: 6;
  }
  .xl_clg-0 {
    column-gap: 0px;
  }
  .xl_clg-4 {
    column-gap: 4px;
  }
  .xl_clg-8 {
    column-gap: 8px;
  }
  .xl_clg-16 {
    column-gap: 16px;
  }
  .xl_clg-24 {
    column-gap: 24px;
  }
  .xl_clg-32 {
    column-gap: 32px;
  }
  .xl_clg-40 {
    column-gap: 40px;
  }
  .xl_clg-80 {
    column-gap: 80px;
  }
  .xl_o-0 {
    opacity: 0;
  }
  .xl_o-10 {
    opacity: 0.1;
  }
  .xl_o-20 {
    opacity: 0.2;
  }
  .xl_o-30 {
    opacity: 0.3;
  }
  .xl_o-40 {
    opacity: 0.4;
  }
  .xl_o-50 {
    opacity: 0.5;
  }
  .xl_o-60 {
    opacity: 0.6;
  }
  .xl_o-70 {
    opacity: 0.7;
  }
  .xl_o-80 {
    opacity: 0.9;
  }
  .xl_o-100 {
    opacity: 1;
  }
  .xl_w-0 {
    width: 0;
  }
  .xl_w-half {
    width: 50%;
  }
  .xl_w-full {
    width: 100%;
  }
  .xl_w-window {
    width: 100vw;
  }
  .xl_w-64 {
    width: 64px;
  }
  .xl_w-128 {
    width: 128px;
  }
  .xl_w-256 {
    width: 256px;
  }
  .xl_w-512 {
    width: 512px;
  }
  .xl_w-100 {
    width: 100px;
  }
  .xl_w-200 {
    width: 200px;
  }
  .xl_w-300 {
    width: 300px;
  }
  .xl_w-400 {
    width: 400px;
  }
  .xl_w-500 {
    width: 500px;
  }
  .xl_w-600 {
    width: 600px;
  }
  .xl_h-0 {
    height: 0;
  }
  .xl_h-half {
    height: 50%;
  }
  .xl_h-full {
    height: 100%;
  }
  .xl_h-window {
    height: 100vh;
  }
  .xl_h-64 {
    height: 64px;
  }
  .xl_h-128 {
    height: 128px;
  }
  .xl_h-256 {
    height: 256px;
  }
  .xl_h-512 {
    height: 512px;
  }
  .xl_h-100 {
    height: 100px;
  }
  .xl_h-200 {
    height: 200px;
  }
  .xl_h-300 {
    height: 300px;
  }
  .xl_h-400 {
    height: 400px;
  }
  .xl_h-500 {
    height: 500px;
  }
  .xl_h-600 {
    height: 600px;
  }
  .xl_maxw-0 {
    max-width: 0px;
  }
  .xl_maxw-1 {
    max-width: 1px;
  }
  .xl_maxw-128 {
    max-width: 128px;
  }
  .xl_maxw-256 {
    max-width: 256px;
  }
  .xl_maxw-512 {
    max-width: 512px;
  }
  .xl_maxw-640 {
    max-width: 640px;
  }
  .xl_maxw-half {
    max-width: 50%;
  }
  .xl_maxw-full {
    max-width: 100%;
  }
  .xl_maxh-0 {
    max-height: 0px;
  }
  .xl_maxh-1 {
    max-height: 1px;
  }
  .xl_maxh-128 {
    max-height: 128px;
  }
  .xl_maxh-256 {
    max-height: 256px;
  }
  .xl_maxh-512 {
    max-height: 512px;
  }
  .xl_maxh-640 {
    max-height: 640px;
  }
  .xl_maxh-half {
    max-height: 50%;
  }
  .xl_maxh-full {
    max-height: 100%;
  }
  .xl_ws-nowrap {
    white-space: nowrap;
  }
  .xl_ls-none {
    list-style: none;
  }
  .xl_ls-default {
    list-style: disc inside;
  }
  .xl_lsp-inside {
    list-style-position: inside;
  }
  .xl_lst-disc {
    list-style-type: disc;
  }
  .xl_bxsz-border-box {
    box-sizing: border-box;
  }
  .xl_bxsz-content-box {
    box-sizing: content-box;
  }
  .xl_bxsh-none {
    box-shadow: none;
  }
  .xl_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .xl_c-black {
    color: #000;
  }
  .xl_bgc-black {
    background-color: #000;
  }
  .xl_bc-black {
    border-color: #000;
  }
  .xl_c-333 {
    color: #333;
  }
  .xl_bgc-333 {
    background-color: #333;
  }
  .xl_bc-333 {
    border-color: #333;
  }
  .xl_c-4a4a4a {
    color: #4a4a4a;
  }
  .xl_bgc-4a4a4a {
    background-color: #4a4a4a;
  }
  .xl_bc-4a4a4a {
    border-color: #4a4a4a;
  }
  .xl_c-666 {
    color: #666;
  }
  .xl_bgc-666 {
    background-color: #666;
  }
  .xl_bc-666 {
    border-color: #666;
  }
  .xl_c-999 {
    color: #999;
  }
  .xl_bgc-999 {
    background-color: #999;
  }
  .xl_bc-999 {
    border-color: #999;
  }
  .xl_c-ccc {
    color: #ccc;
  }
  .xl_bgc-ccc {
    background-color: #ccc;
  }
  .xl_bc-ccc {
    border-color: #ccc;
  }
  .xl_c-ddd {
    color: #ddd;
  }
  .xl_bgc-ddd {
    background-color: #ddd;
  }
  .xl_bc-ddd {
    border-color: #ddd;
  }
  .xl_c-eee {
    color: #eee;
  }
  .xl_bgc-eee {
    background-color: #eee;
  }
  .xl_bc-eee {
    border-color: #eee;
  }
  .xl_c-f6f6f6 {
    color: #f6f6f6;
  }
  .xl_bgc-f6f6f6 {
    background-color: #f6f6f6;
  }
  .xl_bc-f6f6f6 {
    border-color: #f6f6f6;
  }
  .xl_c-white {
    color: #fff;
  }
  .xl_bgc-white {
    background-color: #fff;
  }
  .xl_bc-white {
    border-color: #fff;
  }
  .xl_c-primary {
    color: #5C5C5C;
  }
  .xl_bgc-primary {
    background-color: #5C5C5C;
  }
  .xl_bc-primary {
    border-color: #5C5C5C;
  }
  .xl_c-secondary {
    color: #a69180;
  }
  .xl_bgc-secondary {
    background-color: #a69180;
  }
  .xl_bc-secondary {
    border-color: #a69180;
  }
  .xl_c-error {
    color: #ffc597;
  }
  .xl_bgc-error {
    background-color: #ffc597;
  }
  .xl_bc-error {
    border-color: #ffc597;
  }
  .xl_c-success {
    color: green;
  }
  .xl_bgc-success {
    background-color: green;
  }
  .xl_bc-success {
    border-color: green;
  }
  .xl_c-border {
    color: #eee;
  }
  .xl_bgc-border {
    background-color: #eee;
  }
  .xl_bc-border {
    border-color: #eee;
  }
  .xl_c-text {
    color: #5C5C5C;
  }
  .xl_bgc-text {
    background-color: #5C5C5C;
  }
  .xl_bc-text {
    border-color: #5C5C5C;
  }
  .xl_c-text-faded {
    color: rgba(92, 92, 92, 0.6);
  }
  .xl_bgc-text-faded {
    background-color: rgba(92, 92, 92, 0.6);
  }
  .xl_bc-text-faded {
    border-color: rgba(92, 92, 92, 0.6);
  }
  .xl_container {
    margin-left: auto;
    margin-right: auto;
  }
  .xl_a-primary {
    color: #5C5C5C;
    transition: all ease-in-out 300ms;
  }
  .xl_a-primary:hover {
    color: #292929;
  }
  .xl_a-default {
    transition: all ease-in-out 300ms;
  }
  .xl_a-default:hover {
    color: #5C5C5C;
  }
  .xl_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .xl_flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .xl_flex-col {
    flex-basis: 0;
    flex-grow: 1;
  }
  .xl_flex-col-2 {
    flex-basis: 0;
    flex-grow: 2;
  }
  .xl_flex-col-3 {
    flex-basis: 0;
    flex-grow: 3;
  }
  .xl_flex-col-4 {
    flex-basis: 0;
    flex-grow: 4;
  }
  .xl_flex-col-5 {
    flex-basis: 0;
    flex-grow: 5;
  }
  .xl_flex-col-6 {
    flex-basis: 0;
    flex-grow: 6;
  }
  .xl_flex-col-7 {
    flex-basis: 0;
    flex-grow: 7;
  }
  .xl_flex-col-8 {
    flex-basis: 0;
    flex-grow: 8;
  }
  .xl_flex-col-9 {
    flex-basis: 0;
    flex-grow: 9;
  }
  .xl_flex-col-10 {
    flex-basis: 0;
    flex-grow: 10;
  }
  .xl_flex-col-11 {
    flex-basis: 0;
    flex-grow: 11;
  }
  .xl_invisible {
    display: none !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
*/
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;
}
@media only screen and (min-width: 992px) {
  .d-only {
    display: initial;
  }
}
@media only screen and (max-width: 767px) {
  .d-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .t-only {
    display: initial;
  }
}
@media only screen and (max-width: 767px) {
  .t-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .m-only {
    display: initial;
  }
}
.select-arrow {
  display: none;
}
.fl-r {
  display: flex;
  flex-direction: row;
}
.fl-r-g {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.fl-r-cen,
.fl-r-cen-g,
.fl-r-cen-g-12,
.fl-r-cen-g-16,
.fl-r-cen-g-24,
.fl-r-cen-g-32 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fl-r-cen-g {
  gap: 8px;
}
.fl-r-cen-g-12 {
  gap: 12px;
}
.fl-r-cen-g-16 {
  gap: 16px;
}
.fl-r-cen-g-24 {
  gap: 24px;
}
.fl-r-cen-g-32 {
  gap: 32px;
}
.fl-c-cen,
.fl-c-cen-g,
.fl-c-cen-g-16,
.fl-c-cen-g-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fl-c-cen-g,
.fl-c-cen-g-16,
.fl-c-cen-g-12 {
  gap: 8px;
}
.fl-c-cen-g-16 {
  gap: 16px;
}
.fl-c-cen-g-12 {
  gap: 12px;
}
.fl-c {
  display: flex;
  flex-direction: column;
}
.fl-c-g,
.fl-c-g-24 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fl-c-g.g-4 {
  gap: 4px;
}
.fl-c-g.g-16 {
  gap: 16px;
}
.fl-c-g-16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fl-c-g-24 {
  gap: 24px;
}
.fli-r,
.fli-r-cen,
.fli-r-cen-g,
.fli-r-cen-g-16 {
  display: inline-flex;
  flex-direction: row;
}
.fli-r-cen,
.fli-r-cen-g,
.fli-r-cen-g-16 {
  align-items: center;
}
.fli-r-cen-g,
.fli-r-cen-g-16 {
  gap: 8px;
}
.fli-r-cen-g-16 {
  gap: 16px;
}
.fli-c-cen-g,
.fli-c-cen-g-16 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fli-c-cen-g-16 {
  gap: 16px;
}
.img-block {
  display: block;
  object-fit: cover;
}
.img-rounded {
  border-radius: 400px;
}
.ai-end {
  align-items: end;
}
.fw-400 {
  font-weight: 400;
}
.ty-text {
  font-size: 14px;
  line-height: 150%;
}
.ty-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .ty-text {
    font-size: 20px;
    line-height: 160%;
  }
}
.g-8 {
  gap: 8px;
}
.g-16 {
  gap: 16px;
}
.z-1 {
  z-index: 1;
}
.jc-space-bet {
  justify-content: space-between;
}
.fls-0 {
  flex-shrink: 0;
}
.g-32 {
  gap: 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 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,
.mv-pixelperfect.is-shown .mv-pixelperfect-toolbar select {
  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: 8px;
  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: 60px;
  margin-right: 8px;
  display: none;
  height: 24px;
}
.mv-pixelperfect-select {
  display: none;
}
/*
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;
  text-align: left;
}
.mv-error-handling .c-error {
  color: red !important;
}
.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 : Jan 31, 2020, 11:43:17 AM
    Author     : mv
*/
#cookie-law {
  z-index: 1000;
}
#cookie-law .alert {
  background: transparent;
}
#cookie-law {
  text-align: center;
  background-color: #f9f1ea;
  font-size: 12px;
  position: fixed;
  z-index: 9999;
  padding: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #4b2c11;
}
#cookie-law .text {
  margin-bottom: 8px;
}
#cookie-law .btns {
  display: flex;
  gap: 8px;
  flex-direction: column;
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #cookie-law .btns {
    flex-direction: row;
    max-width: none;
    justify-content: center;
  }
}
#cookie-law .btn {
  width: auto;
  height: auto;
  min-width: 80px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  text-shadow: none;
  opacity: 1;
  background: #262121;
  color: #f0dab6;
  border: 0;
  font-family: inherit;
  margin: 0 4px;
  display: inline-block;
}
#cookie-popup {
  font-family: Helvetica;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}
#cookie-popup .popup-body {
  padding: 0;
}
#cookie-popup .cookie-popup-intro {
  padding: 24px;
  background-color: #ebebeb;
}
#cookie-popup .cookie-popup-intro:before,
#cookie-popup .cookie-popup-intro:after {
  content: " ";
  display: table;
}
#cookie-popup .cookie-popup-intro:after {
  clear: both;
}
#cookie-popup .cookie-popup-title {
  margin: 0;
  margin-bottom: 16px;
}
#cookie-popup .cookie-popup-text {
  margin-bottom: 16px;
}
#cookie-popup .f-left {
  float: left;
}
#cookie-popup .f-right {
  float: right;
}
#cookie-popup .ta-right {
  text-align: right;
}
#cookie-popup .form-cookie {
  padding: 24px;
  background-color: #fff;
}
#cookie-popup .form-cookie:before,
#cookie-popup .form-cookie:after {
  content: " ";
  display: table;
}
#cookie-popup .form-cookie:after {
  clear: both;
}
#cookie-popup .pt-24 {
  padding-top: 24px;
}
#cookie-popup .cookie-option {
  font-size: 11px;
  line-height: 18px;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #d8d8d8;
}
#cookie-popup .cookie-option:first-of-type {
  border-top: 1px solid #d8d8d8;
}
#cookie-popup .cookie-option img,
#cookie-popup .cookie-option .checkbox {
  float: left;
  margin-right: 8px;
}
#cookie-popup .cookie-title {
  font-size: 12px;
  font-weight: bold;
}
#cookie-popup .cookie-title,
#cookie-popup .cookie-desc {
  margin-left: 34px;
}
#cookie-popup .btn {
  width: auto;
  padding: 0 20px;
  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;
  height: 28px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#cookie-popup .btn.is-outline {
  color: #333;
  border: 2px solid currentColor;
  background: transparent;
}
#cookie-popup .btn.is-trans {
  color: inherit;
  background: transparent;
  border-color: transparent;
}
/*
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 21, 2020, 4:25:26 PM
    Author     : mv
*/
.lazyload,
.lazyloading {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
}
.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transition: filter 400ms, -webkit-filter 400ms, opacity 400ms;
}
/*@import 'components/popup.less';*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 1, 2020, 8:39:53 AM
    Author     : fpereira
*/
html,
body {
  height: 100%;
  font-family: 'Maecenas', serif;
  background: #fff;
  color: #5C5C5C;
  top: 16px;
}
body {
  text-align: center;
}
h1,
h2,
h3 {
  font-family: 'Maecenas', serif;
}
.container-480 {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  font-size: 10px;
}
[data-lazyanimation] {
  opacity: 0 !important;
}
.animated.fade-in-up {
  transition-duration: 300ms;
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  opacity: 1 !important;
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .d-only {
    display: initial;
  }
}
@media only screen and (max-width: 991px) {
  .d-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-only {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .m-only {
    display: initial;
  }
}
/*
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 : Jul 7, 2020, 5:52:37 PM
    Author     : fpereira
*/
:root {
  --header-height: 32px;
  --spacer: 8px;
}
@media only screen and (min-width: 992px) {
  :root {
    --header-height: 64px;
    --spacer: 16px;
  }
}
.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/mendessymington/bg-paper.jpg) fixed no-repeat top center;
  z-index: 0;
  opacity: 0.5;
}
.main-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main {
  padding: 0 var(--spacer) 80px;
  background: #C58A621A;
  overflow: hidden;
}
.header {
  height: var(--header-height);
  padding: 0 var(--spacer);
}
.logo svg {
  height: 14px;
  object-fit: cover;
  width: 200px;
  object-position: top;
  display: block;
}
@media only screen and (min-width: 992px) {
  .logo svg {
    width: auto;
    height: auto;
  }
}
.footer {
  font-family: 'Proxima Nova', serif;
  padding: 40px 16px;
  text-align: center;
}
.footer-brands a {
  font-weight: bold;
}
select {
  display: inline-block;
  width: 130px;
  background: #000;
  height: 24px;
  padding: 4px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: 'Proxima Nova', serif;
  font-size: 14px;
  line-height: 150%;
}
.hero {
  color: #1E1E1E;
}
.hero img {
  width: 408px;
  height: 408px;
  max-width: none;
  filter: drop-shadow(#5C5C5C1A 120px 20px 0px);
  margin-right: -100px;
}
.hero a {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero img {
    width: 620px;
    height: auto;
    aspect-ratio: 1;
  }
  .hero h1 {
    font-size: 72px;
    margin-bottom: 64px;
    line-height: 90%;
  }
  .hero a {
    font-size: 32px;
  }
  .hero .texts {
    width: 40%;
    padding-left: 10%;
  }
}
.wine {
  position: relative;
  padding: 16px;
  color: #1E1E1E;
}
.wine img {
  height: 400px;
}
.wine hr {
  margin: auto;
  max-width: 200px;
}
.wine .circle {
  width: 608.43px;
  height: 608.43px;
  border-radius: 500px;
  position: absolute;
  top: 100px;
  z-index: 0;
  pointer-events: none;
}
.wine.is-odd {
  text-align: right;
}
.wine.is-odd .wine-top {
  flex-direction: row-reverse;
}
.wine.is-odd hr {
  margin-right: calc(-16px - var(--spacer));
}
.wine.is-odd .circle {
  right: -300px;
  background: #BB80591A;
}
.wine.is-even {
  text-align: left;
}
.wine.is-even hr {
  margin-left: calc(-16px - var(--spacer));
}
.wine.is-even .circle {
  left: -300px;
  background: #4F98B51A;
}
@media only screen and (min-width: 992px) {
  .wine img {
    /*width: 192.93px;*/
    height: 792.66px;
  }
  .wine h2 {
    font-size: 48px;
    line-height: 110%;
  }
  .wine .texts {
    margin-left: 32px;
    max-width: 390px;
  }
  .wine .ty-text {
    font-size: 16px;
  }
  .wine.is-even .circle {
    left: -100px;
  }
  .wine.is-even .wrapper {
    margin-left: 130px;
  }
  .wine.is-odd .circle {
    right: -100px;
  }
  .wine.is-odd .wrapper {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 130px;
  }
}
.feature {
  margin-top: 80px;
  color: #1E1E1E;
}
.feature img {
  width: 537.75px;
  height: 537.75px;
  max-width: none;
  filter: drop-shadow(#5C5C5C1A 0px 120px 0px);
  margin-right: -250px;
}
.feature hr {
  max-width: 200px;
  margin-left: calc(-16px - var(--spacer));
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .feature hr {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature h2 {
    font-size: 72px;
    line-height: 110%;
  }
  .feature .texts {
    max-width: 50%;
    margin-left: 130px;
    margin-top: -130px;
  }
  .feature img {
    width: 620px;
    height: auto;
    aspect-ratio: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .ty-text {
    font-size: 24px;
  }
  select {
    height: 32px;
    padding: 0 16px;
  }
  .feature h1,
  .hero h1 {
    font-size: 86.4px;
  }
  .feature img,
  .hero img {
    width: 744px;
  }
  .feature a,
  .hero a {
    font-size: 38.4px;
  }
  .wine .texts {
    max-width: 468px;
  }
  .wine h2 {
    font-size: 57.6px;
  }
  .wine .ty-text {
    font-size: 19.2px;
  }
}
/*
    Created on : 04/04/2025, 11:36:25
    Author     : ferna
*/
body.error .main {
  padding: 80px 0;
}
.page-error {
  text-align: center;
  justify-content: center;
}
.page-error .page-subtitle {
  margin-top: 24px;
}
.slpage-item-detail {
  padding: 24px 0;
}
.hero img,
.feature img {
  transition: filter linear 100ms;
}
.wine .circle,
.wine img {
  transition: transform linear 100ms;
}
