/*
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 #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: 'Mulish', Arial, sans-serif;
}
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*/
.slick-notinitialized {
  opacity: 0;
  overflow: hidden;
}
.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 20px;
  transform: none;
  color: #ffffff;
  font-size: 48px;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
  z-index: 1;
  transition: color linear 1000ms;
}
@media only screen and (min-width: 1200px) {
  .slick-arrow {
    font-size: 56px;
    width: 56px;
    height: 56px;
  }
}
.slick-icon-prev {
  left: 16px;
}
.slick-icon-next {
  right: 16px;
}
.slick-dots {
  bottom: 16px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 6px;
  transition: background-color linear 1000ms;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  background: rgba(255, 255, 0);
}
.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: #004280;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 0;
  right: 40px;
  color: #004280;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  right: 0;
  color: #004280;
}
.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: #747474;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: #004280;
  color: #fff;
  font-weight: bold;
}
.pa-0 {
  padding: 0px !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-80 {
  padding: 80px !important;
}
.pt-0 {
  padding-top: 0px !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-80 {
  padding-top: 80px !important;
}
.pb-0 {
  padding-bottom: 0px !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-80 {
  padding-bottom: 80px !important;
}
.pl-0 {
  padding-left: 0px !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-80 {
  padding-left: 80px !important;
}
.pr-0 {
  padding-right: 0px !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-80 {
  padding-right: 80px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !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-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !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-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !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-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-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-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 #eee !important;
}
.bd-2 {
  border: 2px solid #eee !important;
}
.bd-4 {
  border: 4px solid #eee !important;
}
.bt-0 {
  border-top: 0 !important;
}
.bt-1 {
  border-top: 1px solid #eee !important;
}
.bt-2 {
  border-top: 2px solid #eee !important;
}
.bt-4 {
  border-top: 4px solid #eee !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.bb-1 {
  border-bottom: 1px solid #eee !important;
}
.bb-2 {
  border-bottom: 2px solid #eee !important;
}
.bb-4 {
  border-bottom: 4px solid #eee !important;
}
.bl-0 {
  border-left: 0 !important;
}
.bl-1 {
  border-left: 1px solid #eee !important;
}
.bl-2 {
  border-left: 2px solid #eee !important;
}
.bl-4 {
  border-left: 4px solid #eee !important;
}
.br-0 {
  border-right: 0 !important;
}
.br-1 {
  border-right: 1px solid #eee !important;
}
.br-2 {
  border-right: 2px solid #eee !important;
}
.br-4 {
  border-right: 4px solid #eee !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-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-900 {
  font-weight: 900 !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-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-80 {
  top: 80px !important;
}
.l-0 {
  left: 0px !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-80 {
  left: 80px !important;
}
.r-0 {
  right: 0px !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-80 {
  right: 80px !important;
}
.b-0 {
  bottom: 0px !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-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-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-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-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-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-half {
  max-width: 50% !important;
}
.maxw-full {
  max-width: 100% !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-half {
  max-height: 50% !important;
}
.maxh-full {
  max-height: 100% !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;
}
.ov-auto {
  overflow: auto !important;
}
.ov-hidden {
  overflow: hidden !important;
}
.ov-visible {
  overflow: visible !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: #ec1d24 !important;
}
.bgc-primary {
  background-color: #ec1d24 !important;
}
.bc-primary {
  border-color: #ec1d24 !important;
}
.c-secondary {
  color: #ec1d24 !important;
}
.bgc-secondary {
  background-color: #ec1d24 !important;
}
.bc-secondary {
  border-color: #ec1d24 !important;
}
.c-error {
  color: #ec1d24 !important;
}
.bgc-error {
  background-color: #ec1d24 !important;
}
.bc-error {
  border-color: #ec1d24 !important;
}
.c-success {
  color: green !important;
}
.bgc-success {
  background-color: green !important;
}
.bc-success {
  border-color: green !important;
}
.c-border {
  color: #eee !important;
}
.bgc-border {
  background-color: #eee !important;
}
.bc-border {
  border-color: #eee !important;
}
.c-text {
  color: #333 !important;
}
.bgc-text {
  background-color: #333 !important;
}
.bc-text {
  border-color: #333 !important;
}
.c-text-faded {
  color: #666 !important;
}
.bgc-text-faded {
  background-color: #666 !important;
}
.bc-text-faded {
  border-color: #666 !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: #f8f8f8 !important;
}
.bgc-light-grey-2 {
  background-color: #f8f8f8 !important;
}
.bc-light-grey-2 {
  border-color: #f8f8f8 !important;
}
.c-dark-grey-1 {
  color: #3a3838 !important;
}
.bgc-dark-grey-1 {
  background-color: #3a3838 !important;
}
.bc-dark-grey-1 {
  border-color: #3a3838 !important;
}
.c-dark-grey-2 {
  color: #747474 !important;
}
.bgc-dark-grey-2 {
  background-color: #747474 !important;
}
.bc-dark-grey-2 {
  border-color: #747474 !important;
}
.c-dark-grey-3 {
  color: #d2d2d2 !important;
}
.bgc-dark-grey-3 {
  background-color: #d2d2d2 !important;
}
.bc-dark-grey-3 {
  border-color: #d2d2d2 !important;
}
.c-pale-magenta {
  color: #e166a6 !important;
}
.bgc-pale-magenta {
  background-color: #e166a6 !important;
}
.bc-pale-magenta {
  border-color: #e166a6 !important;
}
.c-armadillo-vintage {
  color: #3c3730 !important;
}
.bgc-armadillo-vintage {
  background-color: #3c3730 !important;
}
.bc-armadillo-vintage {
  border-color: #3c3730 !important;
}
.c-dark-red-lbv {
  color: #8f363a !important;
}
.bgc-dark-red-lbv {
  background-color: #8f363a !important;
}
.bc-dark-red-lbv {
  border-color: #8f363a !important;
}
.c-burnt-orange-10-yo {
  color: #8c4935 !important;
}
.bgc-burnt-orange-10-yo {
  background-color: #8c4935 !important;
}
.bc-burnt-orange-10-yo {
  border-color: #8c4935 !important;
}
.c-silver-20-yo {
  color: #5c5752 !important;
}
.bgc-silver-20-yo {
  background-color: #5c5752 !important;
}
.bc-silver-20-yo {
  border-color: #5c5752 !important;
}
.c-pink-fine-ruby {
  color: #e05dae !important;
}
.bgc-pink-fine-ruby {
  background-color: #e05dae !important;
}
.bc-pink-fine-ruby {
  border-color: #e05dae !important;
}
.c-coral-special-reserve {
  color: #ff2852 !important;
}
.bgc-coral-special-reserve {
  background-color: #ff2852 !important;
}
.bc-coral-special-reserve {
  border-color: #ff2852 !important;
}
.c-yellow-fine-tawny {
  color: #ffff00 !important;
}
.bgc-yellow-fine-tawny {
  background-color: #ffff00 !important;
}
.bc-yellow-fine-tawny {
  border-color: #ffff00 !important;
}
.c-blue-fine-white {
  color: #00b0ff !important;
}
.bgc-blue-fine-white {
  background-color: #00b0ff !important;
}
.bc-blue-fine-white {
  border-color: #00b0ff !important;
}
.c-purple-fine-ruby-secondary {
  color: #3c1b2c !important;
}
.bgc-purple-fine-ruby-secondary {
  background-color: #3c1b2c !important;
}
.bc-purple-fine-ruby-secondary {
  border-color: #3c1b2c !important;
}
.c-navy-fine-white-secondary {
  color: #004280 !important;
}
.bgc-navy-fine-white-secondary {
  background-color: #004280 !important;
}
.bc-navy-fine-white-secondary {
  border-color: #004280 !important;
}
.a-primary {
  color: #ec1d24 !important;
  transition: all ease-in-out 300ms;
}
.a-primary:hover {
  color: #960d11 !important;
}
.a-default {
  transition: all ease-in-out 300ms !important;
}
.a-default:hover {
  color: #ec1d24 !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-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-80 {
    padding: 80px !important;
  }
  .sm_pt-0 {
    padding-top: 0px !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-80 {
    padding-top: 80px !important;
  }
  .sm_pb-0 {
    padding-bottom: 0px !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-80 {
    padding-bottom: 80px !important;
  }
  .sm_pl-0 {
    padding-left: 0px !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-80 {
    padding-left: 80px !important;
  }
  .sm_pr-0 {
    padding-right: 0px !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-80 {
    padding-right: 80px !important;
  }
  .sm_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !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-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !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-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-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-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 #eee !important;
  }
  .sm_bd-2 {
    border: 2px solid #eee !important;
  }
  .sm_bd-4 {
    border: 4px solid #eee !important;
  }
  .sm_bt-0 {
    border-top: 0 !important;
  }
  .sm_bt-1 {
    border-top: 1px solid #eee !important;
  }
  .sm_bt-2 {
    border-top: 2px solid #eee !important;
  }
  .sm_bt-4 {
    border-top: 4px solid #eee !important;
  }
  .sm_bb-0 {
    border-bottom: 0 !important;
  }
  .sm_bb-1 {
    border-bottom: 1px solid #eee !important;
  }
  .sm_bb-2 {
    border-bottom: 2px solid #eee !important;
  }
  .sm_bb-4 {
    border-bottom: 4px solid #eee !important;
  }
  .sm_bl-0 {
    border-left: 0 !important;
  }
  .sm_bl-1 {
    border-left: 1px solid #eee !important;
  }
  .sm_bl-2 {
    border-left: 2px solid #eee !important;
  }
  .sm_bl-4 {
    border-left: 4px solid #eee !important;
  }
  .sm_br-0 {
    border-right: 0 !important;
  }
  .sm_br-1 {
    border-right: 1px solid #eee !important;
  }
  .sm_br-2 {
    border-right: 2px solid #eee !important;
  }
  .sm_br-4 {
    border-right: 4px solid #eee !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-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-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-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-80 {
    top: 80px !important;
  }
  .sm_l-0 {
    left: 0px !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-80 {
    left: 80px !important;
  }
  .sm_r-0 {
    right: 0px !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-80 {
    right: 80px !important;
  }
  .sm_b-0 {
    bottom: 0px !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-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-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-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-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-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-half {
    max-width: 50% !important;
  }
  .sm_maxw-full {
    max-width: 100% !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-half {
    max-height: 50% !important;
  }
  .sm_maxh-full {
    max-height: 100% !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_ov-auto {
    overflow: auto !important;
  }
  .sm_ov-hidden {
    overflow: hidden !important;
  }
  .sm_ov-visible {
    overflow: visible !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: #ec1d24 !important;
  }
  .sm_bgc-primary {
    background-color: #ec1d24 !important;
  }
  .sm_bc-primary {
    border-color: #ec1d24 !important;
  }
  .sm_c-secondary {
    color: #ec1d24 !important;
  }
  .sm_bgc-secondary {
    background-color: #ec1d24 !important;
  }
  .sm_bc-secondary {
    border-color: #ec1d24 !important;
  }
  .sm_c-error {
    color: #ec1d24 !important;
  }
  .sm_bgc-error {
    background-color: #ec1d24 !important;
  }
  .sm_bc-error {
    border-color: #ec1d24 !important;
  }
  .sm_c-success {
    color: green !important;
  }
  .sm_bgc-success {
    background-color: green !important;
  }
  .sm_bc-success {
    border-color: green !important;
  }
  .sm_c-border {
    color: #eee !important;
  }
  .sm_bgc-border {
    background-color: #eee !important;
  }
  .sm_bc-border {
    border-color: #eee !important;
  }
  .sm_c-text {
    color: #333 !important;
  }
  .sm_bgc-text {
    background-color: #333 !important;
  }
  .sm_bc-text {
    border-color: #333 !important;
  }
  .sm_c-text-faded {
    color: #666 !important;
  }
  .sm_bgc-text-faded {
    background-color: #666 !important;
  }
  .sm_bc-text-faded {
    border-color: #666 !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: #f8f8f8 !important;
  }
  .sm_bgc-light-grey-2 {
    background-color: #f8f8f8 !important;
  }
  .sm_bc-light-grey-2 {
    border-color: #f8f8f8 !important;
  }
  .sm_c-dark-grey-1 {
    color: #3a3838 !important;
  }
  .sm_bgc-dark-grey-1 {
    background-color: #3a3838 !important;
  }
  .sm_bc-dark-grey-1 {
    border-color: #3a3838 !important;
  }
  .sm_c-dark-grey-2 {
    color: #747474 !important;
  }
  .sm_bgc-dark-grey-2 {
    background-color: #747474 !important;
  }
  .sm_bc-dark-grey-2 {
    border-color: #747474 !important;
  }
  .sm_c-dark-grey-3 {
    color: #d2d2d2 !important;
  }
  .sm_bgc-dark-grey-3 {
    background-color: #d2d2d2 !important;
  }
  .sm_bc-dark-grey-3 {
    border-color: #d2d2d2 !important;
  }
  .sm_c-pale-magenta {
    color: #e166a6 !important;
  }
  .sm_bgc-pale-magenta {
    background-color: #e166a6 !important;
  }
  .sm_bc-pale-magenta {
    border-color: #e166a6 !important;
  }
  .sm_c-armadillo-vintage {
    color: #3c3730 !important;
  }
  .sm_bgc-armadillo-vintage {
    background-color: #3c3730 !important;
  }
  .sm_bc-armadillo-vintage {
    border-color: #3c3730 !important;
  }
  .sm_c-dark-red-lbv {
    color: #8f363a !important;
  }
  .sm_bgc-dark-red-lbv {
    background-color: #8f363a !important;
  }
  .sm_bc-dark-red-lbv {
    border-color: #8f363a !important;
  }
  .sm_c-burnt-orange-10-yo {
    color: #8c4935 !important;
  }
  .sm_bgc-burnt-orange-10-yo {
    background-color: #8c4935 !important;
  }
  .sm_bc-burnt-orange-10-yo {
    border-color: #8c4935 !important;
  }
  .sm_c-silver-20-yo {
    color: #5c5752 !important;
  }
  .sm_bgc-silver-20-yo {
    background-color: #5c5752 !important;
  }
  .sm_bc-silver-20-yo {
    border-color: #5c5752 !important;
  }
  .sm_c-pink-fine-ruby {
    color: #e05dae !important;
  }
  .sm_bgc-pink-fine-ruby {
    background-color: #e05dae !important;
  }
  .sm_bc-pink-fine-ruby {
    border-color: #e05dae !important;
  }
  .sm_c-coral-special-reserve {
    color: #ff2852 !important;
  }
  .sm_bgc-coral-special-reserve {
    background-color: #ff2852 !important;
  }
  .sm_bc-coral-special-reserve {
    border-color: #ff2852 !important;
  }
  .sm_c-yellow-fine-tawny {
    color: #ffff00 !important;
  }
  .sm_bgc-yellow-fine-tawny {
    background-color: #ffff00 !important;
  }
  .sm_bc-yellow-fine-tawny {
    border-color: #ffff00 !important;
  }
  .sm_c-blue-fine-white {
    color: #00b0ff !important;
  }
  .sm_bgc-blue-fine-white {
    background-color: #00b0ff !important;
  }
  .sm_bc-blue-fine-white {
    border-color: #00b0ff !important;
  }
  .sm_c-purple-fine-ruby-secondary {
    color: #3c1b2c !important;
  }
  .sm_bgc-purple-fine-ruby-secondary {
    background-color: #3c1b2c !important;
  }
  .sm_bc-purple-fine-ruby-secondary {
    border-color: #3c1b2c !important;
  }
  .sm_c-navy-fine-white-secondary {
    color: #004280 !important;
  }
  .sm_bgc-navy-fine-white-secondary {
    background-color: #004280 !important;
  }
  .sm_bc-navy-fine-white-secondary {
    border-color: #004280 !important;
  }
  .sm_a-primary {
    color: #ec1d24 !important;
    transition: all ease-in-out 300ms;
  }
  .sm_a-primary:hover {
    color: #960d11 !important;
  }
  .sm_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .sm_a-default:hover {
    color: #ec1d24 !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-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-80 {
    padding: 80px !important;
  }
  .md_pt-0 {
    padding-top: 0px !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-80 {
    padding-top: 80px !important;
  }
  .md_pb-0 {
    padding-bottom: 0px !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-80 {
    padding-bottom: 80px !important;
  }
  .md_pl-0 {
    padding-left: 0px !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-80 {
    padding-left: 80px !important;
  }
  .md_pr-0 {
    padding-right: 0px !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-80 {
    padding-right: 80px !important;
  }
  .md_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !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-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !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-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-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-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 #eee !important;
  }
  .md_bd-2 {
    border: 2px solid #eee !important;
  }
  .md_bd-4 {
    border: 4px solid #eee !important;
  }
  .md_bt-0 {
    border-top: 0 !important;
  }
  .md_bt-1 {
    border-top: 1px solid #eee !important;
  }
  .md_bt-2 {
    border-top: 2px solid #eee !important;
  }
  .md_bt-4 {
    border-top: 4px solid #eee !important;
  }
  .md_bb-0 {
    border-bottom: 0 !important;
  }
  .md_bb-1 {
    border-bottom: 1px solid #eee !important;
  }
  .md_bb-2 {
    border-bottom: 2px solid #eee !important;
  }
  .md_bb-4 {
    border-bottom: 4px solid #eee !important;
  }
  .md_bl-0 {
    border-left: 0 !important;
  }
  .md_bl-1 {
    border-left: 1px solid #eee !important;
  }
  .md_bl-2 {
    border-left: 2px solid #eee !important;
  }
  .md_bl-4 {
    border-left: 4px solid #eee !important;
  }
  .md_br-0 {
    border-right: 0 !important;
  }
  .md_br-1 {
    border-right: 1px solid #eee !important;
  }
  .md_br-2 {
    border-right: 2px solid #eee !important;
  }
  .md_br-4 {
    border-right: 4px solid #eee !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-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-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-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-80 {
    top: 80px !important;
  }
  .md_l-0 {
    left: 0px !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-80 {
    left: 80px !important;
  }
  .md_r-0 {
    right: 0px !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-80 {
    right: 80px !important;
  }
  .md_b-0 {
    bottom: 0px !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-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-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-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-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-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-half {
    max-width: 50% !important;
  }
  .md_maxw-full {
    max-width: 100% !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-half {
    max-height: 50% !important;
  }
  .md_maxh-full {
    max-height: 100% !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_ov-auto {
    overflow: auto !important;
  }
  .md_ov-hidden {
    overflow: hidden !important;
  }
  .md_ov-visible {
    overflow: visible !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: #ec1d24 !important;
  }
  .md_bgc-primary {
    background-color: #ec1d24 !important;
  }
  .md_bc-primary {
    border-color: #ec1d24 !important;
  }
  .md_c-secondary {
    color: #ec1d24 !important;
  }
  .md_bgc-secondary {
    background-color: #ec1d24 !important;
  }
  .md_bc-secondary {
    border-color: #ec1d24 !important;
  }
  .md_c-error {
    color: #ec1d24 !important;
  }
  .md_bgc-error {
    background-color: #ec1d24 !important;
  }
  .md_bc-error {
    border-color: #ec1d24 !important;
  }
  .md_c-success {
    color: green !important;
  }
  .md_bgc-success {
    background-color: green !important;
  }
  .md_bc-success {
    border-color: green !important;
  }
  .md_c-border {
    color: #eee !important;
  }
  .md_bgc-border {
    background-color: #eee !important;
  }
  .md_bc-border {
    border-color: #eee !important;
  }
  .md_c-text {
    color: #333 !important;
  }
  .md_bgc-text {
    background-color: #333 !important;
  }
  .md_bc-text {
    border-color: #333 !important;
  }
  .md_c-text-faded {
    color: #666 !important;
  }
  .md_bgc-text-faded {
    background-color: #666 !important;
  }
  .md_bc-text-faded {
    border-color: #666 !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: #f8f8f8 !important;
  }
  .md_bgc-light-grey-2 {
    background-color: #f8f8f8 !important;
  }
  .md_bc-light-grey-2 {
    border-color: #f8f8f8 !important;
  }
  .md_c-dark-grey-1 {
    color: #3a3838 !important;
  }
  .md_bgc-dark-grey-1 {
    background-color: #3a3838 !important;
  }
  .md_bc-dark-grey-1 {
    border-color: #3a3838 !important;
  }
  .md_c-dark-grey-2 {
    color: #747474 !important;
  }
  .md_bgc-dark-grey-2 {
    background-color: #747474 !important;
  }
  .md_bc-dark-grey-2 {
    border-color: #747474 !important;
  }
  .md_c-dark-grey-3 {
    color: #d2d2d2 !important;
  }
  .md_bgc-dark-grey-3 {
    background-color: #d2d2d2 !important;
  }
  .md_bc-dark-grey-3 {
    border-color: #d2d2d2 !important;
  }
  .md_c-pale-magenta {
    color: #e166a6 !important;
  }
  .md_bgc-pale-magenta {
    background-color: #e166a6 !important;
  }
  .md_bc-pale-magenta {
    border-color: #e166a6 !important;
  }
  .md_c-armadillo-vintage {
    color: #3c3730 !important;
  }
  .md_bgc-armadillo-vintage {
    background-color: #3c3730 !important;
  }
  .md_bc-armadillo-vintage {
    border-color: #3c3730 !important;
  }
  .md_c-dark-red-lbv {
    color: #8f363a !important;
  }
  .md_bgc-dark-red-lbv {
    background-color: #8f363a !important;
  }
  .md_bc-dark-red-lbv {
    border-color: #8f363a !important;
  }
  .md_c-burnt-orange-10-yo {
    color: #8c4935 !important;
  }
  .md_bgc-burnt-orange-10-yo {
    background-color: #8c4935 !important;
  }
  .md_bc-burnt-orange-10-yo {
    border-color: #8c4935 !important;
  }
  .md_c-silver-20-yo {
    color: #5c5752 !important;
  }
  .md_bgc-silver-20-yo {
    background-color: #5c5752 !important;
  }
  .md_bc-silver-20-yo {
    border-color: #5c5752 !important;
  }
  .md_c-pink-fine-ruby {
    color: #e05dae !important;
  }
  .md_bgc-pink-fine-ruby {
    background-color: #e05dae !important;
  }
  .md_bc-pink-fine-ruby {
    border-color: #e05dae !important;
  }
  .md_c-coral-special-reserve {
    color: #ff2852 !important;
  }
  .md_bgc-coral-special-reserve {
    background-color: #ff2852 !important;
  }
  .md_bc-coral-special-reserve {
    border-color: #ff2852 !important;
  }
  .md_c-yellow-fine-tawny {
    color: #ffff00 !important;
  }
  .md_bgc-yellow-fine-tawny {
    background-color: #ffff00 !important;
  }
  .md_bc-yellow-fine-tawny {
    border-color: #ffff00 !important;
  }
  .md_c-blue-fine-white {
    color: #00b0ff !important;
  }
  .md_bgc-blue-fine-white {
    background-color: #00b0ff !important;
  }
  .md_bc-blue-fine-white {
    border-color: #00b0ff !important;
  }
  .md_c-purple-fine-ruby-secondary {
    color: #3c1b2c !important;
  }
  .md_bgc-purple-fine-ruby-secondary {
    background-color: #3c1b2c !important;
  }
  .md_bc-purple-fine-ruby-secondary {
    border-color: #3c1b2c !important;
  }
  .md_c-navy-fine-white-secondary {
    color: #004280 !important;
  }
  .md_bgc-navy-fine-white-secondary {
    background-color: #004280 !important;
  }
  .md_bc-navy-fine-white-secondary {
    border-color: #004280 !important;
  }
  .md_a-primary {
    color: #ec1d24 !important;
    transition: all ease-in-out 300ms;
  }
  .md_a-primary:hover {
    color: #960d11 !important;
  }
  .md_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .md_a-default:hover {
    color: #ec1d24 !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-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-80 {
    padding: 80px !important;
  }
  .lg_pt-0 {
    padding-top: 0px !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-80 {
    padding-top: 80px !important;
  }
  .lg_pb-0 {
    padding-bottom: 0px !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-80 {
    padding-bottom: 80px !important;
  }
  .lg_pl-0 {
    padding-left: 0px !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-80 {
    padding-left: 80px !important;
  }
  .lg_pr-0 {
    padding-right: 0px !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-80 {
    padding-right: 80px !important;
  }
  .lg_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !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-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !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-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-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-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 #eee !important;
  }
  .lg_bd-2 {
    border: 2px solid #eee !important;
  }
  .lg_bd-4 {
    border: 4px solid #eee !important;
  }
  .lg_bt-0 {
    border-top: 0 !important;
  }
  .lg_bt-1 {
    border-top: 1px solid #eee !important;
  }
  .lg_bt-2 {
    border-top: 2px solid #eee !important;
  }
  .lg_bt-4 {
    border-top: 4px solid #eee !important;
  }
  .lg_bb-0 {
    border-bottom: 0 !important;
  }
  .lg_bb-1 {
    border-bottom: 1px solid #eee !important;
  }
  .lg_bb-2 {
    border-bottom: 2px solid #eee !important;
  }
  .lg_bb-4 {
    border-bottom: 4px solid #eee !important;
  }
  .lg_bl-0 {
    border-left: 0 !important;
  }
  .lg_bl-1 {
    border-left: 1px solid #eee !important;
  }
  .lg_bl-2 {
    border-left: 2px solid #eee !important;
  }
  .lg_bl-4 {
    border-left: 4px solid #eee !important;
  }
  .lg_br-0 {
    border-right: 0 !important;
  }
  .lg_br-1 {
    border-right: 1px solid #eee !important;
  }
  .lg_br-2 {
    border-right: 2px solid #eee !important;
  }
  .lg_br-4 {
    border-right: 4px solid #eee !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-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-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-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-80 {
    top: 80px !important;
  }
  .lg_l-0 {
    left: 0px !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-80 {
    left: 80px !important;
  }
  .lg_r-0 {
    right: 0px !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-80 {
    right: 80px !important;
  }
  .lg_b-0 {
    bottom: 0px !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-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-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-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-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-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-half {
    max-width: 50% !important;
  }
  .lg_maxw-full {
    max-width: 100% !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-half {
    max-height: 50% !important;
  }
  .lg_maxh-full {
    max-height: 100% !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_ov-auto {
    overflow: auto !important;
  }
  .lg_ov-hidden {
    overflow: hidden !important;
  }
  .lg_ov-visible {
    overflow: visible !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: #ec1d24 !important;
  }
  .lg_bgc-primary {
    background-color: #ec1d24 !important;
  }
  .lg_bc-primary {
    border-color: #ec1d24 !important;
  }
  .lg_c-secondary {
    color: #ec1d24 !important;
  }
  .lg_bgc-secondary {
    background-color: #ec1d24 !important;
  }
  .lg_bc-secondary {
    border-color: #ec1d24 !important;
  }
  .lg_c-error {
    color: #ec1d24 !important;
  }
  .lg_bgc-error {
    background-color: #ec1d24 !important;
  }
  .lg_bc-error {
    border-color: #ec1d24 !important;
  }
  .lg_c-success {
    color: green !important;
  }
  .lg_bgc-success {
    background-color: green !important;
  }
  .lg_bc-success {
    border-color: green !important;
  }
  .lg_c-border {
    color: #eee !important;
  }
  .lg_bgc-border {
    background-color: #eee !important;
  }
  .lg_bc-border {
    border-color: #eee !important;
  }
  .lg_c-text {
    color: #333 !important;
  }
  .lg_bgc-text {
    background-color: #333 !important;
  }
  .lg_bc-text {
    border-color: #333 !important;
  }
  .lg_c-text-faded {
    color: #666 !important;
  }
  .lg_bgc-text-faded {
    background-color: #666 !important;
  }
  .lg_bc-text-faded {
    border-color: #666 !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: #f8f8f8 !important;
  }
  .lg_bgc-light-grey-2 {
    background-color: #f8f8f8 !important;
  }
  .lg_bc-light-grey-2 {
    border-color: #f8f8f8 !important;
  }
  .lg_c-dark-grey-1 {
    color: #3a3838 !important;
  }
  .lg_bgc-dark-grey-1 {
    background-color: #3a3838 !important;
  }
  .lg_bc-dark-grey-1 {
    border-color: #3a3838 !important;
  }
  .lg_c-dark-grey-2 {
    color: #747474 !important;
  }
  .lg_bgc-dark-grey-2 {
    background-color: #747474 !important;
  }
  .lg_bc-dark-grey-2 {
    border-color: #747474 !important;
  }
  .lg_c-dark-grey-3 {
    color: #d2d2d2 !important;
  }
  .lg_bgc-dark-grey-3 {
    background-color: #d2d2d2 !important;
  }
  .lg_bc-dark-grey-3 {
    border-color: #d2d2d2 !important;
  }
  .lg_c-pale-magenta {
    color: #e166a6 !important;
  }
  .lg_bgc-pale-magenta {
    background-color: #e166a6 !important;
  }
  .lg_bc-pale-magenta {
    border-color: #e166a6 !important;
  }
  .lg_c-armadillo-vintage {
    color: #3c3730 !important;
  }
  .lg_bgc-armadillo-vintage {
    background-color: #3c3730 !important;
  }
  .lg_bc-armadillo-vintage {
    border-color: #3c3730 !important;
  }
  .lg_c-dark-red-lbv {
    color: #8f363a !important;
  }
  .lg_bgc-dark-red-lbv {
    background-color: #8f363a !important;
  }
  .lg_bc-dark-red-lbv {
    border-color: #8f363a !important;
  }
  .lg_c-burnt-orange-10-yo {
    color: #8c4935 !important;
  }
  .lg_bgc-burnt-orange-10-yo {
    background-color: #8c4935 !important;
  }
  .lg_bc-burnt-orange-10-yo {
    border-color: #8c4935 !important;
  }
  .lg_c-silver-20-yo {
    color: #5c5752 !important;
  }
  .lg_bgc-silver-20-yo {
    background-color: #5c5752 !important;
  }
  .lg_bc-silver-20-yo {
    border-color: #5c5752 !important;
  }
  .lg_c-pink-fine-ruby {
    color: #e05dae !important;
  }
  .lg_bgc-pink-fine-ruby {
    background-color: #e05dae !important;
  }
  .lg_bc-pink-fine-ruby {
    border-color: #e05dae !important;
  }
  .lg_c-coral-special-reserve {
    color: #ff2852 !important;
  }
  .lg_bgc-coral-special-reserve {
    background-color: #ff2852 !important;
  }
  .lg_bc-coral-special-reserve {
    border-color: #ff2852 !important;
  }
  .lg_c-yellow-fine-tawny {
    color: #ffff00 !important;
  }
  .lg_bgc-yellow-fine-tawny {
    background-color: #ffff00 !important;
  }
  .lg_bc-yellow-fine-tawny {
    border-color: #ffff00 !important;
  }
  .lg_c-blue-fine-white {
    color: #00b0ff !important;
  }
  .lg_bgc-blue-fine-white {
    background-color: #00b0ff !important;
  }
  .lg_bc-blue-fine-white {
    border-color: #00b0ff !important;
  }
  .lg_c-purple-fine-ruby-secondary {
    color: #3c1b2c !important;
  }
  .lg_bgc-purple-fine-ruby-secondary {
    background-color: #3c1b2c !important;
  }
  .lg_bc-purple-fine-ruby-secondary {
    border-color: #3c1b2c !important;
  }
  .lg_c-navy-fine-white-secondary {
    color: #004280 !important;
  }
  .lg_bgc-navy-fine-white-secondary {
    background-color: #004280 !important;
  }
  .lg_bc-navy-fine-white-secondary {
    border-color: #004280 !important;
  }
  .lg_a-primary {
    color: #ec1d24 !important;
    transition: all ease-in-out 300ms;
  }
  .lg_a-primary:hover {
    color: #960d11 !important;
  }
  .lg_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .lg_a-default:hover {
    color: #ec1d24 !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-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-80 {
    padding: 80px !important;
  }
  .xl_pt-0 {
    padding-top: 0px !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-80 {
    padding-top: 80px !important;
  }
  .xl_pb-0 {
    padding-bottom: 0px !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-80 {
    padding-bottom: 80px !important;
  }
  .xl_pl-0 {
    padding-left: 0px !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-80 {
    padding-left: 80px !important;
  }
  .xl_pr-0 {
    padding-right: 0px !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-80 {
    padding-right: 80px !important;
  }
  .xl_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !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-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !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-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-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-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 #eee !important;
  }
  .xl_bd-2 {
    border: 2px solid #eee !important;
  }
  .xl_bd-4 {
    border: 4px solid #eee !important;
  }
  .xl_bt-0 {
    border-top: 0 !important;
  }
  .xl_bt-1 {
    border-top: 1px solid #eee !important;
  }
  .xl_bt-2 {
    border-top: 2px solid #eee !important;
  }
  .xl_bt-4 {
    border-top: 4px solid #eee !important;
  }
  .xl_bb-0 {
    border-bottom: 0 !important;
  }
  .xl_bb-1 {
    border-bottom: 1px solid #eee !important;
  }
  .xl_bb-2 {
    border-bottom: 2px solid #eee !important;
  }
  .xl_bb-4 {
    border-bottom: 4px solid #eee !important;
  }
  .xl_bl-0 {
    border-left: 0 !important;
  }
  .xl_bl-1 {
    border-left: 1px solid #eee !important;
  }
  .xl_bl-2 {
    border-left: 2px solid #eee !important;
  }
  .xl_bl-4 {
    border-left: 4px solid #eee !important;
  }
  .xl_br-0 {
    border-right: 0 !important;
  }
  .xl_br-1 {
    border-right: 1px solid #eee !important;
  }
  .xl_br-2 {
    border-right: 2px solid #eee !important;
  }
  .xl_br-4 {
    border-right: 4px solid #eee !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-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-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-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-80 {
    top: 80px !important;
  }
  .xl_l-0 {
    left: 0px !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-80 {
    left: 80px !important;
  }
  .xl_r-0 {
    right: 0px !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-80 {
    right: 80px !important;
  }
  .xl_b-0 {
    bottom: 0px !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-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-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-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-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-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-half {
    max-width: 50% !important;
  }
  .xl_maxw-full {
    max-width: 100% !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-half {
    max-height: 50% !important;
  }
  .xl_maxh-full {
    max-height: 100% !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_ov-auto {
    overflow: auto !important;
  }
  .xl_ov-hidden {
    overflow: hidden !important;
  }
  .xl_ov-visible {
    overflow: visible !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: #ec1d24 !important;
  }
  .xl_bgc-primary {
    background-color: #ec1d24 !important;
  }
  .xl_bc-primary {
    border-color: #ec1d24 !important;
  }
  .xl_c-secondary {
    color: #ec1d24 !important;
  }
  .xl_bgc-secondary {
    background-color: #ec1d24 !important;
  }
  .xl_bc-secondary {
    border-color: #ec1d24 !important;
  }
  .xl_c-error {
    color: #ec1d24 !important;
  }
  .xl_bgc-error {
    background-color: #ec1d24 !important;
  }
  .xl_bc-error {
    border-color: #ec1d24 !important;
  }
  .xl_c-success {
    color: green !important;
  }
  .xl_bgc-success {
    background-color: green !important;
  }
  .xl_bc-success {
    border-color: green !important;
  }
  .xl_c-border {
    color: #eee !important;
  }
  .xl_bgc-border {
    background-color: #eee !important;
  }
  .xl_bc-border {
    border-color: #eee !important;
  }
  .xl_c-text {
    color: #333 !important;
  }
  .xl_bgc-text {
    background-color: #333 !important;
  }
  .xl_bc-text {
    border-color: #333 !important;
  }
  .xl_c-text-faded {
    color: #666 !important;
  }
  .xl_bgc-text-faded {
    background-color: #666 !important;
  }
  .xl_bc-text-faded {
    border-color: #666 !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: #f8f8f8 !important;
  }
  .xl_bgc-light-grey-2 {
    background-color: #f8f8f8 !important;
  }
  .xl_bc-light-grey-2 {
    border-color: #f8f8f8 !important;
  }
  .xl_c-dark-grey-1 {
    color: #3a3838 !important;
  }
  .xl_bgc-dark-grey-1 {
    background-color: #3a3838 !important;
  }
  .xl_bc-dark-grey-1 {
    border-color: #3a3838 !important;
  }
  .xl_c-dark-grey-2 {
    color: #747474 !important;
  }
  .xl_bgc-dark-grey-2 {
    background-color: #747474 !important;
  }
  .xl_bc-dark-grey-2 {
    border-color: #747474 !important;
  }
  .xl_c-dark-grey-3 {
    color: #d2d2d2 !important;
  }
  .xl_bgc-dark-grey-3 {
    background-color: #d2d2d2 !important;
  }
  .xl_bc-dark-grey-3 {
    border-color: #d2d2d2 !important;
  }
  .xl_c-pale-magenta {
    color: #e166a6 !important;
  }
  .xl_bgc-pale-magenta {
    background-color: #e166a6 !important;
  }
  .xl_bc-pale-magenta {
    border-color: #e166a6 !important;
  }
  .xl_c-armadillo-vintage {
    color: #3c3730 !important;
  }
  .xl_bgc-armadillo-vintage {
    background-color: #3c3730 !important;
  }
  .xl_bc-armadillo-vintage {
    border-color: #3c3730 !important;
  }
  .xl_c-dark-red-lbv {
    color: #8f363a !important;
  }
  .xl_bgc-dark-red-lbv {
    background-color: #8f363a !important;
  }
  .xl_bc-dark-red-lbv {
    border-color: #8f363a !important;
  }
  .xl_c-burnt-orange-10-yo {
    color: #8c4935 !important;
  }
  .xl_bgc-burnt-orange-10-yo {
    background-color: #8c4935 !important;
  }
  .xl_bc-burnt-orange-10-yo {
    border-color: #8c4935 !important;
  }
  .xl_c-silver-20-yo {
    color: #5c5752 !important;
  }
  .xl_bgc-silver-20-yo {
    background-color: #5c5752 !important;
  }
  .xl_bc-silver-20-yo {
    border-color: #5c5752 !important;
  }
  .xl_c-pink-fine-ruby {
    color: #e05dae !important;
  }
  .xl_bgc-pink-fine-ruby {
    background-color: #e05dae !important;
  }
  .xl_bc-pink-fine-ruby {
    border-color: #e05dae !important;
  }
  .xl_c-coral-special-reserve {
    color: #ff2852 !important;
  }
  .xl_bgc-coral-special-reserve {
    background-color: #ff2852 !important;
  }
  .xl_bc-coral-special-reserve {
    border-color: #ff2852 !important;
  }
  .xl_c-yellow-fine-tawny {
    color: #ffff00 !important;
  }
  .xl_bgc-yellow-fine-tawny {
    background-color: #ffff00 !important;
  }
  .xl_bc-yellow-fine-tawny {
    border-color: #ffff00 !important;
  }
  .xl_c-blue-fine-white {
    color: #00b0ff !important;
  }
  .xl_bgc-blue-fine-white {
    background-color: #00b0ff !important;
  }
  .xl_bc-blue-fine-white {
    border-color: #00b0ff !important;
  }
  .xl_c-purple-fine-ruby-secondary {
    color: #3c1b2c !important;
  }
  .xl_bgc-purple-fine-ruby-secondary {
    background-color: #3c1b2c !important;
  }
  .xl_bc-purple-fine-ruby-secondary {
    border-color: #3c1b2c !important;
  }
  .xl_c-navy-fine-white-secondary {
    color: #004280 !important;
  }
  .xl_bgc-navy-fine-white-secondary {
    background-color: #004280 !important;
  }
  .xl_bc-navy-fine-white-secondary {
    border-color: #004280 !important;
  }
  .xl_a-primary {
    color: #ec1d24 !important;
    transition: all ease-in-out 300ms;
  }
  .xl_a-primary:hover {
    color: #960d11 !important;
  }
  .xl_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .xl_a-default:hover {
    color: #ec1d24 !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;
}
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: #ff2852;
}
@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: #ff2852;
  content: "";
}
.item-list-with-separator .ty-h4 {
  text-align: left;
  margin-bottom: 16px;
}
.item-list-with-separator .ty-bd-sm-300 {
  color: #3a3838;
}
.item-list-with-separator .ty-bd-sm-300 p {
  margin: 0 0 8px;
}
.bg-generic {
  background: url(/images/background.svg) center;
}
.bg-img {
  background: no-repeat bottom left;
  background-size: 232px auto;
}
.nextyear-message {
  margin: 16px 0;
  text-align: center;
  /*	display: none;
	
	transition: @transition-default;
	padding: 16px;
	color: #000;
	
	&.is-visible{
		background: rgba(255,255,153,.8);
	}*/
}
/*@import 'base/layout.less';*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 12, 2020, 9:45:53 AM
    Author     : mv
*/
.tpl-container,
.tpl-container-with-spacer,
.tpl-container-small-spacer,
.tpl-container-big-spacer {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .tpl-container,
  .tpl-container-with-spacer,
  .tpl-container-small-spacer,
  .tpl-container-big-spacer {
    max-width: 972px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-container,
  .tpl-container-with-spacer,
  .tpl-container-small-spacer,
  .tpl-container-big-spacer {
    max-width: 1272px;
  }
}
.tpl-container-with-spacer {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (min-width: 768px) {
  .tpl-container-with-spacer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.tpl-container-small-spacer {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (min-width: 768px) {
  .tpl-container-small-spacer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.tpl-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
.tpl-row > div {
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .tpl-row {
    margin-left: -24px;
  }
  .tpl-row > div {
    padding-left: 24px;
  }
}
.tpl-row-no-spacer {
  display: flex;
}
.tpl-col {
  flex-basis: 0;
  flex-grow: 1;
}
.tpl-col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.tpl-col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.tpl-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.tpl-col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.tpl-col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.tpl-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.tpl-col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.tpl-col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.tpl-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.tpl-col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.tpl-col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.tpl-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .sm_tpl-col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .sm_tpl-col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .sm_tpl-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm_tpl-col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .sm_tpl-col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .sm_tpl-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm_tpl-col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .sm_tpl-col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .sm_tpl-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm_tpl-col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .sm_tpl-col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .sm_tpl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .md_tpl-col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .md_tpl-col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .md_tpl-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md_tpl-col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .md_tpl-col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .md_tpl-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md_tpl-col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .md_tpl-col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .md_tpl-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md_tpl-col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .md_tpl-col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .md_tpl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .lg_tpl-col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .lg_tpl-col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .lg_tpl-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg_tpl-col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .lg_tpl-col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .lg_tpl-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg_tpl-col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .lg_tpl-col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .lg_tpl-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg_tpl-col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .lg_tpl-col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .lg_tpl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .xl_tpl-col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .xl_tpl-col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xl_tpl-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl_tpl-col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xl_tpl-col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .xl_tpl-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl_tpl-col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .xl_tpl-col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .xl_tpl-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl_tpl-col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .xl_tpl-col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .xl_tpl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tpl-row-img-list:before,
.tpl-row-img-list:after {
  content: " ";
  display: table;
}
.tpl-row-img-list:after {
  clear: both;
}
.tpl-row-img-list:before,
.tpl-row-img-list:after {
  content: " ";
  display: table;
}
.tpl-row-img-list:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .tpl-row-img-list .tpl-col-img {
    float: left;
    width: 224px;
  }
  .tpl-row-img-list .tpl-col-list {
    float: right;
    width: 310px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-row-img-list .tpl-col-img {
    width: 308px;
  }
  .tpl-row-img-list .tpl-col-list {
    width: 415px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-row-img-list .tpl-col-img {
    width: 392px;
  }
  .tpl-row-img-list .tpl-col-list {
    width: 520px;
  }
}
.tpl-row-1-5-5-1:before,
.tpl-row-1-5-5-1:after {
  content: " ";
  display: table;
}
.tpl-row-1-5-5-1:after {
  clear: both;
}
.tpl-row-1-5-5-1:before,
.tpl-row-1-5-5-1:after {
  content: " ";
  display: table;
}
.tpl-row-1-5-5-1:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .tpl-row-1-5-5-1 {
    margin-left: -24px;
  }
  .tpl-row-1-5-5-1 .tpl-col-1-5 {
    margin-left: 24px;
    float: left;
    width: calc(50% - 24px);
  }
  .tpl-row-1-5-5-1 .tpl-col-5-1 {
    margin-left: 24px;
    float: right;
    width: calc(50% - 24px);
  }
}
.tpl-grid-container {
  margin-left: auto;
  margin-right: auto;
}
.tpl-grid-row {
  display: flex;
  flex-wrap: wrap;
  /*background: fade(red, 10%);*/
}
.tpl-grid-row.is-centered {
  align-items: center;
  justify-content: center;
}
.tpl-grid-row.is-centered-x {
  justify-content: center;
}
.tpl-grid-col {
  /*	background: fade(blue, 10%);
	margin-bottom: 16px;*/
}
.tpl-grid-col.is-1 {
  width: calc(8.333333333333332% - 24px);
}
.tpl-grid-col.is-2 {
  width: calc(16.666666666666664% - 24px);
}
.tpl-grid-col.is-3 {
  width: calc(25% - 24px);
}
.tpl-grid-col.is-4 {
  width: calc(33.33333333333333% - 24px);
}
.tpl-grid-col.is-5 {
  width: calc(41.66666666666667% - 24px);
}
.tpl-grid-col.is-6 {
  width: calc(50% - 24px);
}
.tpl-grid-col.is-7 {
  width: calc(58.333333333333336% - 24px);
}
.tpl-grid-col.is-8 {
  width: calc(66.66666666666666% - 24px);
}
.tpl-grid-col.is-9 {
  width: calc(75% - 24px);
}
.tpl-grid-col.is-10 {
  width: calc(83.33333333333334% - 24px);
}
.tpl-grid-col.is-11 {
  width: calc(91.66666666666666% - 24px);
}
.tpl-grid-col.is-12 {
  width: calc(100% - 24px);
}
.tpl-grid-col.no-spacer-left {
  margin-left: -12px;
}
.tpl-grid-col.no-spacer-left.is-1 {
  width: calc(8.333333333333332% - 0px);
}
.tpl-grid-col.no-spacer-left.is-2 {
  width: calc(16.666666666666664% - 0px);
}
.tpl-grid-col.no-spacer-left.is-3 {
  width: calc(25% - 0px);
}
.tpl-grid-col.no-spacer-left.is-4 {
  width: calc(33.33333333333333% - 0px);
}
.tpl-grid-col.no-spacer-left.is-5 {
  width: calc(41.66666666666667% - 0px);
}
.tpl-grid-col.no-spacer-left.is-6 {
  width: calc(50% - 0px);
}
.tpl-grid-col.no-spacer-left.is-7 {
  width: calc(58.333333333333336% - 0px);
}
.tpl-grid-col.no-spacer-left.is-8 {
  width: calc(66.66666666666666% - 0px);
}
.tpl-grid-col.no-spacer-left.is-9 {
  width: calc(75% - 0px);
}
.tpl-grid-col.no-spacer-left.is-10 {
  width: calc(83.33333333333334% - 0px);
}
.tpl-grid-col.no-spacer-left.is-11 {
  width: calc(91.66666666666666% - 0px);
}
.tpl-grid-col.no-spacer-left.is-12 {
  width: calc(100% - 0px);
}
.tpl-grid-col.no-spacer-right {
  margin-right: -12px;
}
@media only screen and (max-width: 767px) {
  .tpl-grid-container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .tpl-grid-row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .tpl-grid-col {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(25% - 16px);
  }
  .tpl-grid-col.is-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .tpl-grid-col.is-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .tpl-grid-col.is-3 {
    width: calc(25% - 16px);
  }
  .tpl-grid-col.is-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .tpl-grid-col.is-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .tpl-grid-col.is-6 {
    width: calc(50% - 16px);
  }
  .tpl-grid-col.is-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .tpl-grid-col.is-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .tpl-grid-col.is-9 {
    width: calc(75% - 16px);
  }
  .tpl-grid-col.is-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .tpl-grid-col.is-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .tpl-grid-col.is-12 {
    width: calc(100% - 16px);
  }
  .tpl-grid-col.is-sm-1 {
    width: calc(25% - 16px);
  }
  .tpl-grid-col.is-sm-2 {
    width: calc(50% - 16px);
  }
  .tpl-grid-col.is-sm-3 {
    width: calc(75% - 16px);
  }
  .tpl-grid-col.is-sm-4 {
    width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 768px) {
  .tpl-grid-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tpl-grid-row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .tpl-grid-col {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(25% - 24px);
  }
  .tpl-grid-col.is-md-1 {
    width: calc(8.333333333333332% - 24px);
  }
  .tpl-grid-col.is-md-2 {
    width: calc(16.666666666666664% - 24px);
  }
  .tpl-grid-col.is-md-3 {
    width: calc(25% - 24px);
  }
  .tpl-grid-col.is-md-4 {
    width: calc(33.33333333333333% - 24px);
  }
  .tpl-grid-col.is-md-5 {
    width: calc(41.66666666666667% - 24px);
  }
  .tpl-grid-col.is-md-6 {
    width: calc(50% - 24px);
  }
  .tpl-grid-col.is-md-7 {
    width: calc(58.333333333333336% - 24px);
  }
  .tpl-grid-col.is-md-8 {
    width: calc(66.66666666666666% - 24px);
  }
  .tpl-grid-col.is-md-9 {
    width: calc(75% - 24px);
  }
  .tpl-grid-col.is-md-10 {
    width: calc(83.33333333333334% - 24px);
  }
  .tpl-grid-col.is-md-11 {
    width: calc(91.66666666666666% - 24px);
  }
  .tpl-grid-col.is-md-12 {
    width: calc(100% - 24px);
  }
  .tpl-grid-col.is-md-offset-1 {
    margin-left: calc(8.333333333333332% + 24px / 2);
  }
  .tpl-grid-col.is-md-offset-2 {
    margin-left: calc(16.666666666666664% + 24px / 2);
  }
  .tpl-grid-col.is-md-offset-3 {
    margin-left: calc(25% + 24px / 2);
  }
  .tpl-grid-col.is-md-offset-4 {
    margin-left: calc(33.33333333333333% + 24px / 2);
  }
  .tpl-grid-col.is-md-offset-5 {
    margin-left: calc(41.66666666666667% + 24px / 2);
  }
}
@media only screen and (min-width: 992px) {
  .tpl-grid-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tpl-grid-row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .tpl-grid-col {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(25% - 24px);
  }
  .tpl-grid-col.is-lg-1 {
    width: calc(8.333333333333332% - 24px);
  }
  .tpl-grid-col.is-lg-2 {
    width: calc(16.666666666666664% - 24px);
  }
  .tpl-grid-col.is-lg-3 {
    width: calc(25% - 24px);
  }
  .tpl-grid-col.is-lg-4 {
    width: calc(33.33333333333333% - 24px);
  }
  .tpl-grid-col.is-lg-5 {
    width: calc(41.66666666666667% - 24px);
  }
  .tpl-grid-col.is-lg-6 {
    width: calc(50% - 24px);
  }
  .tpl-grid-col.is-lg-7 {
    width: calc(58.333333333333336% - 24px);
  }
  .tpl-grid-col.is-lg-8 {
    width: calc(66.66666666666666% - 24px);
  }
  .tpl-grid-col.is-lg-9 {
    width: calc(75% - 24px);
  }
  .tpl-grid-col.is-lg-10 {
    width: calc(83.33333333333334% - 24px);
  }
  .tpl-grid-col.is-lg-11 {
    width: calc(91.66666666666666% - 24px);
  }
  .tpl-grid-col.is-lg-12 {
    width: calc(100% - 24px);
  }
  .tpl-grid-col.is-lg-offset-1 {
    margin-left: calc(8.333333333333332% + 24px / 2);
  }
  .tpl-grid-col.is-lg-offset-2 {
    margin-left: calc(16.666666666666664% + 24px / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-grid-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tpl-grid-row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .tpl-grid-col {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(25% - 24px);
  }
  .tpl-grid-col.is-xl-1 {
    width: calc(8.333333333333332% - 24px);
  }
  .tpl-grid-col.is-xl-2 {
    width: calc(16.666666666666664% - 24px);
  }
  .tpl-grid-col.is-xl-3 {
    width: calc(25% - 24px);
  }
  .tpl-grid-col.is-xl-4 {
    width: calc(33.33333333333333% - 24px);
  }
  .tpl-grid-col.is-xl-5 {
    width: calc(41.66666666666667% - 24px);
  }
  .tpl-grid-col.is-xl-6 {
    width: calc(50% - 24px);
  }
  .tpl-grid-col.is-xl-7 {
    width: calc(58.333333333333336% - 24px);
  }
  .tpl-grid-col.is-xl-8 {
    width: calc(66.66666666666666% - 24px);
  }
  .tpl-grid-col.is-xl-9 {
    width: calc(75% - 24px);
  }
  .tpl-grid-col.is-xl-10 {
    width: calc(83.33333333333334% - 24px);
  }
  .tpl-grid-col.is-xl-11 {
    width: calc(91.66666666666666% - 24px);
  }
  .tpl-grid-col.is-xl-12 {
    width: calc(100% - 24px);
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-grid-container {
    max-width: 1272px;
  }
}
/*
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: 'Abadi MT Std';
  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: 'Abadi MT Std';
  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: 'Abadi MT Std';
  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: 'Abadi MT Std';
  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: 'Mulish';
  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: 'Mulish';
  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: 'Mulish';
  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: 'Mulish';
  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: 'Abadi MT Std';
  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: #3a3838;
}
.ty-text {
  font-family: 'Mulish';
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.3px;
  color: #3a3838;
}
.ty-text-18-md-22 {
  color: #3a3838;
  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: #3a3838;
  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: #000;
  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: #ff2852;
  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;
}
/*
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;
}
.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;
}
/*@import 'libs/cookie-law.less';*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 16, 2020, 2:16:22 PM
    Author     : fpereira
*/
.header-main {
  background: #fff;
  padding: 4px 0;
  /*height: 58px;*/
}
@media only screen and (min-width: 768px) {
  .header-main {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-main {
    padding: 12px 0 0;
  }
}
.header-top {
  height: 58px;
}
.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: 768px) {
  .header-top {
    height: 73px;
  }
}
@media only screen and (min-width: 992px) {
  .header-top {
    height: 100px;
  }
}
.header-top-bar {
  display: flex;
  width: 100%;
  align-items: center;
}
.header-top-center,
.header-top-right,
.header-top-left {
  width: 33.33333%;
}
.header-top-center {
  text-align: center;
}
.header-top-right {
  text-align: right;
}
.header-bottom {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header-bottom {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .header-menu-btn {
    display: none;
  }
}
.header-lang a,
.header-menu a {
  text-align: center;
}
.header-lang a:hover,
.header-menu a:hover {
  color: #000000;
}
.header-menu {
  border-top: 1px solid #d2d2d2;
}
.header-lang {
  height: 28px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .header-lang {
    display: block;
  }
}
.header-lang a {
  margin-left: 32px;
  display: inline-block;
  border-bottom-width: 1px;
}
/*LOGO*/
.header-logo-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 58px;
}
@media only screen and (min-width: 768px) {
  .header-logo-link {
    height: 73px;
  }
}
@media only screen and (min-width: 992px) {
  .header-logo-link {
    height: 87px;
  }
}
.header-logo,
.header-logo-small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.header-logo {
  height: 100%;
}
.header-logo-small {
  opacity: 0;
  margin: 16px auto;
}
.form-pageheader {
  padding: 48px 32px;
  background: url(/images/background.svg) center;
  text-align: center;
}
.form-pageheader .ty-h1 {
  margin-bottom: 32px;
}
.form-pageheader .btn,
.form-pageheader .form-control,
.form-pageheader .select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-pageheader {
    padding: 48px 48px 56px;
  }
  .form-pageheader .btn {
    float: right;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .form-pageheader {
    padding: 88px 48px;
  }
}
@media only screen and (min-width: 768px) {
  .form-pageheader-wrapper {
    max-width: 472px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .header-main,
  .header-top-right,
  .header-logo-link,
  .header-logo,
  .header-logo-small,
  .header-menu a {
    transition: all ease-in-out 300ms;
  }
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
  }
  .main-main {
    padding-top: 174px;
  }
  body.is-header-small-resizing .header-main {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  }
  body.is-header-small .btn-menu,
  body.is-header-small .header-top,
  body.is-header-small .header-top-bar,
  body.is-header-small .header-logo-link {
    height: 50px;
  }
  body.is-header-small .header-logo {
    opacity: 0;
  }
  body.is-header-small .header-logo-small {
    opacity: 1;
  }
  body.is-header-small .header-main {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
    padding-top: 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 15, 2020, 5:06:02 PM
    Author     : mv
*/
.footer-top {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.footer-top-bg {
  background: url(/images/pattern-footer.svg);
}
.footer-top-left,
.footer-top-separator,
.footer-top-right {
  float: left;
}
.footer-top-left {
  width: 44%;
}
.footer-top-separator {
  width: 12%;
}
.footer-top-right {
  width: 44%;
}
/*SOCIAL*/
.footer-social-title {
  text-align: left;
  margin-bottom: 8px;
}
.footer-social-icons a {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  border-radius: 50px;
  overflow: hidden;
  transition: all ease-in-out 300ms;
  border: 1px solid #000;
  border-radius: 32px;
}
.footer-social-icons a:hover {
  background-color: #ffffff;
}
.footer-social-icons a .fab {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-social {
    display: inline-flex;
  }
  .footer-social-title {
    margin-bottom: 0;
    margin-right: 16px;
    line-height: 32px;
  }
}
/*NEWSLETTER*/
.footer-newsletter {
  text-align: left;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .footer-newsletter {
    text-align: center;
    line-height: 32px;
  }
}
.footer-newsletter u {
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: all ease-in-out 300ms;
}
.footer-newsletter:hover u {
  border-bottom-width: 3px;
}
.footer-bottom {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 12px;
}
.footer-bottom a {
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 12px 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  transition: all ease-in-out 300ms;
}
@media only screen and (min-width: 768px) {
  .footer-bottom a {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
  }
}
.footer-bottom img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footer-bottom img {
    margin-bottom: 0;
  }
}
.footer-bottom-menu {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer-bottom-menu {
    flex-direction: row;
    width: 100%;
  }
}
.footer-bottom-item {
  flex-grow: 1;
  /*flex-basis: 0;*/
}
.footer-bottom-item:not(.is-img) a:hover {
  border-bottom: 1px solid #fff;
}
/*COPY*/
.footer-copy {
  text-align: center;
  padding: 0 24px 32px;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .footer-copy {
    font-size: 12px;
    line-height: 16px;
    padding: 0 16px 16px;
  }
}
/*
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: #747474;
  /*background: #fff;*/
  font-family: 'Mulish';
  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: 52px;
  padding: 12px 16px 12px 24px;
  border-radius: 26px;
  border: solid 1px #c4c4c4;
  padding-right: 40px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Mulish';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -0.3px;
  color: #000000;
}
.select select option {
  /*			font-family: @font-text, sans-serif;
			line-height: 35px;*/
}
.select select.has-placeholder {
  font-weight: 300;
  color: #747474;
}
.select .select-arrow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 15px;
  right: 16px;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: url(/images/icon-24-arrow-down.svg) no-repeat center;
}
/*
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
*/
.btns {
  /*.clearfix();*/
  display: flex;
  gap: 16px;
}
.btns .btn {
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .btns {
    justify-content: end;
    text-align: right;
  }
  .btns .btn {
    width: auto;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: transparent;
  border: 2px solid currentColor;
  color: #000000;
  border-radius: 26px;
  padding: 12px 48px;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  white-space: nowrap;
}
.btn .fa {
  margin-right: 12px;
}
.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[disabled] {
  opacity: 0.5 !important;
  cursor: default;
}
.btn.is-primary {
  background-color: #ff2852;
  color: #fff;
  border: 0;
}
.btn.is-primary:not([disabled]):hover {
  background: #f5002f;
}
.btn.is-secondary-white {
  background: #fff;
}
.btn.is-secondary-white:not([disabled]):hover {
  background: #f2f2f2;
}
.btn.is-32 {
  font-size: 12px;
  height: 32px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .btn.is-small {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.btn-tertiary {
  margin: 0 0 1px;
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.btn-tertiary:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: all ease-in-out 300ms;
}
.btn-tertiary:hover:after {
  height: 3px;
}
.btn-menu,
.btn-lang {
  display: block;
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.53px;
  color: #747474;
  text-transform: uppercase;
  white-space: nowrap;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all ease-in-out 300ms;
}
.btn-menu:hover,
.btn-lang:hover,
.btn-menu.is-active,
.btn-lang.is-active {
  color: #000000;
  border-bottom-color: #000000;
}
.btn-menu.is-border-top:hover,
.btn-lang.is-border-top:hover,
.btn-menu.is-border-top.is-active,
.btn-lang.is-border-top.is-active {
  color: #000000;
  border-top-color: #000000;
  border-bottom-color: transparent;
}
.btn-menu {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}
.btn-lang {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.btn-option {
  width: 130px;
  height: 130px;
  padding: 24px;
  border-radius: 67px;
  border: 0;
  background-color: #f2f2f2;
  font-size: 22px;
  font-weight: 600;
  transition: all ease-in-out 300ms;
  outline: none;
}
.btn-option img {
  display: block;
  margin: 0 auto 4px;
}
.btn-option.is-active {
  background-color: #ffff00;
}
@media only screen and (min-width: 768px) {
  .btn-option {
    width: 134px;
    height: 134px;
  }
}
/*
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: flex;
  position: relative;
  line-height: 18px;
  /*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: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 2px;
  border: solid 2px #000;
  background: #fff;
}
.checkbox .checkbox-text,
.checkbox .checkbox-txt {
  padding-left: 8px;
  font-weight: 300;
  font-size: 13px;
  color: #3a3838;
}
.checkbox .checkbox-fake::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.checkbox .checkbox-fake::after {
  height: 5px;
  width: 11px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 1px;
  top: 2px;
  color: #fff;
  /*		height: 16px;
		width: 16px;
		left: 2px;
		top: 2px;
		background: #000;*/
}
.checkbox .checkbox-input + .checkbox-fake::after {
  content: none;
}
.checkbox .checkbox-input:checked + .checkbox-fake {
  background: #ff2852;
  border-color: #ff2852;
}
.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: #747474;
  opacity: 1;
  /* Firefox */
  font-weight: 300;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #747474;
  font-weight: 300;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #747474;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .form-row-groupbtn {
    display: flex;
  }
  .form-row-groupbtn .form-control-group {
    flex-grow: 1;
  }
}
@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: #3a3838;
  font-size: 18px;
  line-height: 26px;
}
.form-success,
.form-error {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: block;
  text-align: left;
  padding: 8px 16px 8px 24px;
}
.form-success:empty,
.form-error:empty {
  display: none;
}
.form-success {
  color: green;
}
.form-error {
  color: #ff2852;
}
.fake-control,
.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 12px 16px 12px 24px;
  border-radius: 26px;
  border: solid 1px #c4c4c4;
  padding-right: 40px;
  cursor: pointer;
  background: #fff;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -0.3px;
}
.fake-control.has-placeholder,
.form-control.has-placeholder {
  font-weight: 300;
  color: #747474;
}
textarea.form-control {
  height: 184px;
  resize: none;
}
.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 #004280;
  border-color: #004280;
  outline: none;
}
form.is-submited .checkbox-input:invalid + .checkbox-fake,
form.is-submited .select select:invalid,
form.is-submited .form-control:invalid {
  border-color: #ff2852;
  box-shadow: 0px 0px 0px 1px #ff2852;
  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: 'Abadi MT Std';
  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: #3a3838;
}
.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: #747474;
  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: #ec1d24 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;
}
@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-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 .popup-container {
  max-width: 480px;
}
@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;
  }
}
#age-popup .popup-header {
  padding-top: 48px;
}
@media only screen and (min-width: 992px) {
  #age-popup .popup-header {
    padding-top: 56px;
  }
}
#age-popup .popup-footer {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  #age-popup .popup-footer {
    padding-bottom: 56px;
  }
}
#age-popup .popup-header,
#age-popup .popup-body,
#age-popup .popup-footer {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  #age-popup .popup-header,
  #age-popup .popup-body,
  #age-popup .popup-footer {
    max-width: 474px;
  }
}
/*
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: #3a3838;
  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 16, 2020, 3:45:13 PM
    Author     : fpereira
*/
.hero-img {
  /*height: 100px;*/
  border-bottom: 8px solid #ffff00;
}
.hero-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .hero-img {
    /*height: 200px;*/
  }
}
@media only screen and (min-width: 992px) {
  .hero-img {
    /*height: 250px;*/
  }
}
@media only screen and (min-width: 1200px) {
  .hero-img {
    /*height: 477px;*/
  }
}
.hero-map {
  height: 100px;
  border-bottom: 8px solid #ffff00;
}
.hero-map iframe {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .hero-map {
    height: 200px;
  }
  .hero-map iframe {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-map {
    height: 250px;
  }
  .hero-map iframe {
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-map {
    height: 477px;
  }
  .hero-map iframe {
    height: 477px;
  }
}
.page-header-brand {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .page-header-brand img {
    height: 59px;
  }
}
@media only screen and (min-width: 992px) {
  .page-header-brand {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header-brand img {
    width: 80px;
  }
}
.page-header-title {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .page-header-title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header-title {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header-tagline {
    font-size: 22px;
    line-height: 34px;
  }
}
.page-header-texts {
  padding-top: 24px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .page-header-texts {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header-texts {
    /*padding-bottom: 48px;*/
    max-width: 806px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
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
*/
.mobile-menu {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transition: all ease-in-out 300ms;
  z-index: 400;
}
@media only screen and (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu-box {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 343px;
  background: #fff;
  padding: 24px 32px 60px;
  transform: translateX(100%);
  transition: all ease-in-out 300ms;
}
@media only screen and (min-width: 768px) {
  .mobile-menu-box {
    padding: 40px 32px 60px;
  }
}
.mobile-menu-box .btn-menu {
  position: relative;
}
.mobile-menu-box .btn-menu:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  transition: all ease-in-out 300ms;
  background: transparent;
}
.mobile-menu-box .btn-menu:hover,
.mobile-menu-box .btn-menu.is-active {
  color: #000000;
}
.mobile-menu-box .btn-menu:hover:after,
.mobile-menu-box .btn-menu.is-active:after {
  background: #000;
  height: 2px;
}
.mobile-menu-close-btn {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 401;
  display: none;
  transition: all ease-in-out 300ms;
}
@media only screen and (min-width: 768px) {
  .mobile-menu-close-btn {
    top: 37px;
    right: 24px;
  }
}
.mobile-menu-lang {
  margin-bottom: 16px;
}
.mobile-menu-lang:before,
.mobile-menu-lang:after {
  content: " ";
  display: table;
}
.mobile-menu-lang:after {
  clear: both;
}
.mobile-menu-lang:before,
.mobile-menu-lang:after {
  content: " ";
  display: table;
}
.mobile-menu-lang:after {
  clear: both;
}
.mobile-menu-lang .btn-lang {
  margin-right: 40px;
  float: left;
}
.mobile-menu-main {
  padding-top: 8px;
  padding-bottom: 28px;
  padding-right: 24px;
}
.mobile-menu-main .btn-menu {
  height: 56px;
  border-bottom: 1px solid #d2d2d2;
  justify-content: left;
}
@media only screen and (min-width: 768px) {
  .mobile-menu-main {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .mobile-menu-main .btn-menu {
    height: 60px;
  }
}
.mobile-menu-sec {
  padding-right: 24px;
}
.mobile-menu-sec .btn-menu {
  height: 44px;
  justify-content: left;
}
body.has-mobilemenu-open .mobile-menu {
  opacity: 1;
}
body.has-mobilemenu-open .mobile-menu-box {
  transform: translateX(0);
}
body.has-mobilemenu-open .mobile-menu-close-btn {
  transform: rotate(-360deg);
}
/*
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: 20px 32px;
  z-index: 100;
  background: #fff;
  box-shadow: 0 -1px 0 0 #d2d2d2;
  text-align: center;
}
.cookies-box .btns {
  display: flex;
  gap: 8px;
  flex-direction: column;
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cookies-box .btns {
    flex-direction: row;
    max-width: none;
    justify-content: center;
  }
}
.cookies-box .btn {
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.cookies-box-text {
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.22px;
  color: #3a3838;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .cookies-box-text {
    margin-bottom: 0;
    margin-right: 16px;
    text-align: left;
  }
}
.cookie-popup {
  font-family: 'Mulish';
  /*font-size: 12px;*/
  /*line-height: 1.5;*/
  /*color: #333333;*/
}
@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 {
  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 .form-cookie:before,
.cookie-popup .form-cookie:after {
  content: " ";
  display: table;
}
.cookie-popup .form-cookie:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cookie-popup .form-cookie {
    padding: 48px;
  }
}
.cookie-popup .btns {
  display: flex;
  gap: 8px;
}
.cookie-popup .btn {
  width: auto;
  height: auto;
  padding: 5px 16px 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;
  box-sizing: border-box;
  height: 28px;
}
.cookie-popup .btn.is-outline {
  color: #333;
  border: 2px solid currentColor;
  background: transparent;
}
.cookie-popup .btn.is-trans {
  background-color: transparent;
  color: #333;
  border: 0;
}
.cookie-popup .btn.is-trans:not([disabled]):hover {
  background: transparent;
}
.cookie-popup-intro {
  padding: 24px;
  background-color: #ebebeb;
}
.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;
}
@media only screen and (min-width: 768px) {
  .cookie-popup-intro {
    padding: 48px;
  }
}
.cookie-popup-title {
  margin: 0 0 16px;
  font-family: 'Abadi MT Std';
  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;
  margin: 0;
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .cookie-popup-title {
    font-size: 28px;
    line-height: 1.07;
  }
}
@media only screen and (min-width: 992px) {
  .cookie-popup-title {
    font-size: 35px;
    line-height: 1.06;
  }
}
.cookie-popup-text {
  margin-bottom: 16px;
}
.cookie-option {
  font-size: 11px;
  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;
  margin-right: 8px;
}
.cookie-title {
  font-size: 12px;
  font-weight: bold;
}
.cookie-title,
.cookie-desc {
  margin-left: 34px;
}
/*
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 13, 2021, 3:40:11 PM
    Author     : mv
*/
@media only screen and (min-width: 768px) {
  .item-list-container .item-list {
    padding: 0;
  }
  .item-list-container .item-list .sep-small {
    top: 0;
  }
}
.item-list-text {
  font-size: 18px;
  line-height: 26px;
}
/*
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 2, 2021, 10:34:06 AM
    Author     : mv
*/
.textbox.is-gray .textbox-wrapper {
  background-color: #f8f8f8;
}
.textbox-texts {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .textbox-texts {
    padding: 56px 0;
  }
}
.textbox-title {
  text-align: left;
  margin-bottom: 16px;
}
/*
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 3, 2021, 6:49:05 PM
    Author     : mv
*/
.parallax-container-stamp {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media only screen and (min-width: 1200px) {
  .parallax-container-stamp {
    max-width: 1272px;
    margin-left: auto;
    margin-right: auto;
  }
}
.parallax-item-stamp {
  opacity: 0;
  background: no-repeat center;
  background-size: auto 100%;
  background-position: left;
  position: absolute;
  transition: opacity ease-in-out 300ms;
  width: calc(75% - 16px);
}
.parallax-item-stamp-hat {
  background-image: url(/images/tou/hat.svg);
  width: 89.3px;
  height: 45px;
  top: 150px;
  right: 24px;
}
@media only screen and (min-width: 768px) {
  .parallax-item-stamp-hat {
    width: 148.8px;
    height: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax-item-stamp-hat {
    right: 230px;
  }
}
.parallax-item-stamp-glass {
  background-image: url(/images/tou/glass.svg);
  width: 89.1px;
  height: 109.2px;
  bottom: -140px;
  left: 24px;
}
@media only screen and (min-width: 768px) {
  .parallax-item-stamp-glass {
    width: 148.5px;
    height: 182px;
    left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax-item-stamp-glass {
    left: 230px;
  }
}
.parallax-item-stamp-baloon {
  background-image: url(/images/tou/baloon.svg);
  width: 83.5px;
  height: 88.2px;
  bottom: -60px;
  left: calc(50% - 40px);
}
@media only screen and (min-width: 768px) {
  .parallax-item-stamp-baloon {
    width: 139.2px;
    height: 147px;
    left: calc(50% - 70px);
  }
}
.visit-block .parallax-item-stamp-1,
.story-item .parallax-item-stamp-1 {
  bottom: 32px;
  right: 0;
  height: 63px;
  background-image: url(/images/brand-marks-established.svg);
}
.visit-block .parallax-item-stamp-2,
.story-item .parallax-item-stamp-2 {
  top: 0;
  left: 0;
  height: 387px;
  background-image: url(/images/brand-marks-crown.svg);
  background-position: right;
}
.visit-block .parallax-item-stamp-3,
.story-item .parallax-item-stamp-3 {
  bottom: 32px;
  right: 32px;
  height: 103px;
  background-image: url(/images/brand-marks-sr.svg);
  background-position: right;
  background-size: contain;
}
.visit-block .parallax-item-stamp-4,
.story-item .parallax-item-stamp-4 {
  top: 30%;
  left: 0;
  height: 338px;
  background-image: url(/images/brand-marks-ruby-stamp.svg);
  background-position: right;
}
.visit-block .parallax-item-stamp-5,
.story-item .parallax-item-stamp-5 {
  bottom: 0;
  left: 0;
  height: 252px;
  background-image: url(/images/brand-marks-signature.svg);
  background-position: right;
}
.visit-block .parallax-item-stamp-6,
.story-item .parallax-item-stamp-6 {
  bottom: 0;
  left: 0;
  height: 500px;
  background-image: url(/images/brand-marks-crown.svg);
  background-position: right;
}
@media only screen and (min-width: 768px) {
  .visit-block .parallax-item-stamp-5,
  .story-item .parallax-item-stamp-5,
  .visit-block .parallax-item-stamp-1,
  .story-item .parallax-item-stamp-1 {
    width: calc(41.66666667% - 24px);
  }
  .visit-block .parallax-item-stamp-4,
  .story-item .parallax-item-stamp-4,
  .visit-block .parallax-item-stamp-2,
  .story-item .parallax-item-stamp-2 {
    width: calc(25% - 24px);
  }
  .visit-block .parallax-item-stamp-3,
  .story-item .parallax-item-stamp-3,
  .visit-block .parallax-item-stamp-6,
  .story-item .parallax-item-stamp-6 {
    width: calc(33.33333333% - 24px);
  }
}
@media only screen and (min-width: 1200px) {
  .visit-block .parallax-item-stamp-1,
  .story-item .parallax-item-stamp-1,
  .visit-block .parallax-item-stamp-3,
  .story-item .parallax-item-stamp-3 {
    right: 24px;
    left: auto;
    background-position: right;
  }
  .visit-block .parallax-item-stamp-2,
  .story-item .parallax-item-stamp-2 {
    width: 526px;
    left: auto;
    right: 75%;
  }
  .visit-block .parallax-item-stamp-4,
  .story-item .parallax-item-stamp-4 {
    width: 338px;
    left: auto;
    right: 75%;
    top: auto;
    bottom: 32px;
  }
  .visit-block .parallax-item-stamp-5,
  .story-item .parallax-item-stamp-5 {
    width: 808px;
    left: auto;
    right: 58.33333333%;
  }
  .visit-block .parallax-item-stamp-6,
  .story-item .parallax-item-stamp-6 {
    width: 680px;
    left: auto;
    right: 83.33333333%;
  }
}
/*
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 : Jun 29, 2021, 10:08:54 AM
    Author     : mv
*/
.tou-buy {
  z-index: 9999;
  position: relative;
  height: 400px;
  background: url(/images/bg-tou.jpg) no-repeat top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  color: #fff;
  justify-content: flex-end;
  padding: 40px;
  align-items: center;
}
.tou-buy .btn {
  min-width: 180px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .tou-buy {
    height: 496px;
  }
}
@media only screen and (min-width: 1200px) {
  .tou-buy {
    height: 648px;
  }
}
.tou-buy-advice {
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}
.tou-buy-wine-13 {
  background: url(/images/bg-tou-13.jpg) no-repeat center;
  background-size: cover;
}
.tou-buy-wine-14 {
  background: url(/images/bg-tou-14.jpg) no-repeat center;
  background-size: cover;
}
.tou-buy-wine-15 {
  background: url(/images/bg-tou-15.jpg) no-repeat center;
  background-size: cover;
}
/*
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 : Oct 26, 2022, 4:29:52 PM
    Author     : mv
*/
.alert {
  padding: 16px 24px;
  border-radius: 15px;
  background-color: rgba(210, 210, 210, 0.2);
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #3a3838;
  flex-grow: 1;
}
.alert.is-error {
  background-color: rgba(255, 40, 82, 0.2);
}
/*
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:19:24 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 : Nov 12, 2020, 3:19:24 PM
    Author     : mv
*/
.wine-hp {
  display: block;
  padding: 24px 16px;
  background: #3a3838;
  color: #ffffff;
}
.wine-hp:before,
.wine-hp:after {
  content: " ";
  display: table;
}
.wine-hp:after {
  clear: both;
}
.wine-hp:before,
.wine-hp:after {
  content: " ";
  display: table;
}
.wine-hp:after {
  clear: both;
}
.wine-hp .wine-hp-img {
  float: left;
  width: 48px;
  height: 180px;
  margin-right: 16px;
  object-fit: cover;
  display: block;
}
.wine-hp .wine-hp-title {
  text-align: left;
  margin-top: 48px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
}
.wine-hp .wine-hp-text {
  text-align: left;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .wine-hp {
    padding: 24px 56px;
  }
  .wine-hp .wine-hp-img {
    margin-right: 32px;
  }
  .wine-hp .wine-hp-title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-hp {
    padding: 24px 16px;
  }
  .wine-hp .wine-hp-img {
    margin-right: 16px;
  }
  .wine-hp .wine-hp-title {
    margin-top: 16px;
    font-size: 22px;
    line-height: 24px;
  }
  .wine-hp .wine-hp-text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-hp .wine-hp-title {
    margin-top: 48px;
  }
}
/*
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:19:24 PM
    Author     : mv
*/
.wine-list {
  display: block;
  padding: 24px;
  background: #3a3838;
  color: #ffffff;
}
.wine-list:before,
.wine-list:after {
  content: " ";
  display: table;
}
.wine-list:after {
  clear: both;
}
.wine-list:before,
.wine-list:after {
  content: " ";
  display: table;
}
.wine-list:after {
  clear: both;
}
.wine-list .wine-list-img {
  float: left;
  width: 48px;
  height: 180px;
  margin-right: 24px;
  object-fit: contain;
  display: block;
}
.wine-list .wine-list-title {
  padding-top: 28px;
  text-align: left;
  margin-bottom: 12px;
}
.wine-list .wine-list-text {
  text-align: left;
  line-height: 26px;
}
.wine-list.is-sell .wine-list-img {
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .wine-list {
    padding: 24px 16px;
  }
  .wine-list .wine-list-img {
    margin-right: 16px;
  }
  .wine-list .wine-list-title {
    padding-top: 20px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-list {
    padding: 32px 24px;
  }
  .wine-list .wine-list-img {
    width: 64px;
    height: 240px;
    margin-right: 24px;
  }
  .wine-list .wine-list-title {
    padding-top: 48px;
    font-size: 35px;
    line-height: 37px;
  }
  .wine-list .wine-list-text {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-list {
    padding: 32px;
  }
  .wine-list .wine-list-img {
    margin-right: 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, 3:19:24 PM
    Author     : mv
*/
.wine-slide {
  display: block;
  height: 228px;
  padding: 24px 16px;
  text-align: left;
  background: #3a3838;
  color: #ffffff;
}
.wine-slide .ty-h4 {
  text-align: left;
  font-size: 25px;
  line-height: 26px;
  margin-top: 16px;
}
.wine-slide img,
.wine-slide .vm {
  height: 180px;
}
.wine-slide img {
  width: 48px;
  float: left;
  margin-right: 16px;
}
.wine-slide .ty-h3 {
  padding-top: 28px;
}
/*
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:19:24 PM
    Author     : mv
*/
.drink-list {
  background: #3a3838;
  color: #ffffff;
  height: 141px;
}
@media only screen and (min-width: 992px) {
  .drink-list {
    height: 202px;
  }
}
@media only screen and (min-width: 1200px) {
  .drink-list {
    height: 213px;
  }
}
.drink-list-img-wrapper {
  float: left;
  width: 48px;
  margin-left: 16px;
  margin-right: 16px;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .drink-list-img-wrapper {
    width: 64px;
    margin-left: 24px;
  }
}
.drink-list-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.drink-list-title {
  font-family: 'Abadi MT Std';
  margin-bottom: 8px;
  margin-right: 26px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.04;
  text-transform: uppercase;
  padding-top: 28px;
}
@media only screen and (min-width: 992px) {
  .drink-list-title {
    padding-top: 32px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .drink-list-title {
    padding-top: 48px;
    margin-right: 24px;
  }
}
.drink-list-text {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -0.3px;
  margin-right: 16px;
}
@media only screen and (min-width: 1200px) {
  .drink-list-text {
    margin-right: 24px;
  }
}
.drink-list-1 .drink-list-img {
  width: 30px;
}
@media only screen and (min-width: 1200px) {
  .drink-list-1 .drink-list-img {
    width: 39px;
  }
}
.drink-list-2 .drink-list-img {
  width: 48px;
}
@media only screen and (min-width: 1200px) {
  .drink-list-2 .drink-list-img {
    width: 64px;
  }
}
.drink-list-3 .drink-list-img {
  width: 38px;
}
@media only screen and (min-width: 1200px) {
  .drink-list-3 .drink-list-img {
    width: 50px;
  }
}
.drink-list-4 .drink-list-img {
  width: 31px;
}
@media only screen and (min-width: 1200px) {
  .drink-list-4 .drink-list-img {
    width: 41px;
  }
}
/*
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:19:24 PM
    Author     : mv
*/
.drink-slide {
  background: #3a3838;
  color: #ffffff;
  height: 202px;
}
@media only screen and (min-width: 992px) {
  .drink-slide {
    height: 213px;
  }
}
.drink-slide-img-wrapper {
  float: left;
  width: 48px;
  margin-left: 16px;
  margin-right: 16px;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .drink-slide-img-wrapper {
    width: 64px;
    margin-left: 24px;
  }
}
.drink-slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.drink-slide-title {
  font-family: 'Abadi MT Std';
  margin-bottom: 8px;
  margin-right: 26px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.04;
  text-transform: uppercase;
  padding-top: 28px;
}
@media only screen and (min-width: 768px) {
  .drink-slide-title {
    padding-top: 32px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .drink-slide-title {
    padding-top: 48px;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .drink-slide-title {
    padding-top: 64px;
  }
}
.drink-slide-text {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -0.3px;
  margin-right: 16px;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .drink-slide-text {
    margin-right: 24px;
  }
}
.drink-slide-1 .drink-slide-img {
  width: 30px;
}
@media only screen and (min-width: 992px) {
  .drink-slide-1 .drink-slide-img {
    width: 39px;
  }
}
.drink-slide-2 .drink-slide-img {
  width: 48px;
}
@media only screen and (min-width: 992px) {
  .drink-slide-2 .drink-slide-img {
    width: 64px;
  }
}
.drink-slide-3 .drink-slide-img {
  width: 38px;
}
@media only screen and (min-width: 992px) {
  .drink-slide-3 .drink-slide-img {
    width: 50px;
  }
}
.drink-slide-4 .drink-slide-img {
  width: 31px;
}
@media only screen and (min-width: 992px) {
  .drink-slide-4 .drink-slide-img {
    width: 41px;
  }
}
/*
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
*/
.hp-block {
  margin: 48px 0;
}
@media only screen and (min-width: 768px) {
  .hp-block {
    margin: 72px 0;
  }
}
@media only screen and (min-width: 992px) {
  .hp-text .ty-h1 {
    max-width: 420px;
    padding-top: 16px;
    margin-bottom: -12px;
  }
}
.home-story-slider .slider-item-left .btn {
  width: auto;
}
.home-story-slider .slider-item-left .ty-h1 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .home-story-slider .slider-item-left .ty-h1 {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .home-story-slider .slider-item-left .ty-h1 {
    margin-bottom: 40px;
  }
}
/*
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, 3:45:33 PM
    Author     : fpereira
*/
@media only screen and (max-width: 767px) {
  .page-wines .page-header-title {
    padding: 0 16px;
  }
}
.wine-cat-title {
  margin: 0;
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .wine-cat-title {
    padding: 56px 0 48px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-cat-title {
    padding: 72px 0 56px;
  }
}
.wine-list {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .wine-list {
    margin-bottom: 0;
  }
}
.vintage-banner {
  display: block;
  margin-bottom: 48px;
}
.vintage-banner img {
  min-height: 228px;
  object-fit: cover;
}
.vintage-banner .vintage-banner-txts {
  padding: 48px;
}
@media only screen and (min-width: 768px) {
  .vintage-banner img {
    height: 100%;
    object-position: right;
  }
  .vintage-banner .vintage-banner-txts {
    padding: 40px 32px;
  }
  .vintage-banner .ty-h3 {
    font-size: 25px;
  }
  .vintage-banner .ty-bd-sm {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .vintage-banner img {
    min-height: 304px;
  }
  .vintage-banner .vintage-banner-txts {
    padding: 56px 48px;
  }
  .vintage-banner .ty-h3 {
    font-size: 35px;
    line-height: 37px;
  }
  .vintage-banner .ty-bd-sm {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .vintage-banner .vintage-banner-txts {
    padding: 56px 72px;
  }
}
.vintage-stamp {
  position: relative;
}
.vintage-stamp img {
  position: absolute;
  bottom: 48px;
  left: -50vw;
  width: 680px;
  height: 500px;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .vintage-stamp img {
    left: -340px;
  }
}
@media only screen and (min-width: 992px) {
  .vintage-stamp img {
    left: -200px;
  }
}
/*
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, 9:50:26 PM
    Author     : mv
*/
.wine-detail-header {
  height: 237px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wine-detail-header {
    height: 430px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-header {
    height: 540px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-header {
    height: 600px;
  }
}
.wine-detail-buy {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .wine-detail-buy {
    position: absolute;
    right: 24px;
    top: 0;
    text-align: center;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-buy {
    right: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-buy {
    right: auto;
    left: 820px;
  }
}
.wine-detail-buy-advice {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 26px;
  opacity: 0.5;
}
.wine-detail-tagline {
  text-transform: uppercase;
  margin-bottom: 52px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  font-family: 'Abadi MT Std';
}
@media only screen and (min-width: 768px) {
  .wine-detail-tagline {
    font-size: 24px;
  }
}
.wine-detail-text-wrapper,
.wine-detail-header-container {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .wine-detail-text-wrapper,
  .wine-detail-header-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wine-detail-imgs {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 82px;
  text-align: center;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .wine-detail-imgs {
    top: 64px;
    left: 22px;
    width: 162px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-imgs {
    width: 225px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-imgs {
    /*width: 288px;*/
  }
}
.wine-detail-bottle {
  height: 224px;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .wine-detail-bottle {
    height: 460px;
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-bottle {
    height: 638px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-bottle {
    height: 820px;
  }
}
.wine-detail-brand {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wine-detail-brand {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-brand {
    padding: 0 16px;
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .wine-detail-brand {
    position: absolute;
    bottom: 166px;
    width: 240px;
    left: -320px;
    padding: 0;
    max-width: none;
    top: calc(600px - 64px + 56px);
    bottom: auto;
  }
}
.wine-detail-meta {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  left: 73px;
  padding: 32px;
  box-shadow: 3px -2px 14px 7px #0000000e;
}
.wine-detail-meta:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 20px;
  bottom: -20px;
  background: #fff;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .wine-detail-meta {
    bottom: 80px;
    left: 95px;
    padding: 40px 86px 40px 116px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-meta {
    bottom: 80px;
    left: 134.5px;
    padding: 48px 109px 48px 139px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-meta {
    bottom: 140px;
    left: 166px;
    padding: 48px 109px 48px 139px;
    width: calc(50vw + 166px + 109px + 139px + 13px);
  }
}
.wine-detail-title {
  text-align: left;
  margin-bottom: 0;
}
.wine-detail-texts {
  position: relative;
  padding: 52px 32px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .wine-detail-texts {
    margin-left: 95px;
    top: -80px;
    padding: 72px 86px 72px 116px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-texts {
    margin-left: 156.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail-texts {
    top: -140px;
    margin-left: 188px;
    width: calc(50vw + 166px + 109px + 129px);
  }
  .wine-detail-texts .wine-detail-tagline,
  .wine-detail-texts .ty-text {
    max-width: 704px;
  }
}
.wine-detail-texts h4 {
  color: #000;
}
.wine-detail-texts h4:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .wine-detail-texts h4 {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-detail-texts h4 {
    margin-top: 40px;
  }
}
.wine-slider {
  position: relative;
  background: #f8f8f8;
  padding: 32px 32px 48px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wine-slider {
    padding: 56px 24px 72px;
  }
}
.wine-slider .slick-arrow {
  position: absolute;
  top: -70px;
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #000000;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .wine-slider .slick-arrow {
    top: -88px;
    width: 64px;
    height: 64px;
    font-size: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .wine-slider .slick-arrow {
    top: -110px;
  }
}
.wine-slider .slick-prev {
  left: 0;
}
.wine-slider .slick-next {
  left: calc(100vw - 104px);
}
.wine-slider .slick-list {
  overflow: visible;
}
.wine-slider-title {
  margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .wine-slider-title {
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 768px) {
  .wine-slider-title {
    margin-bottom: 48px;
  }
}
.wine-slider-list .wine-slide {
  width: 225px;
  margin-right: 16px;
}
.wine-slider-list .wine-slide .ty-h4 {
  text-align: left;
}
.wine-slider-list .slick-icon-prev {
  left: 0;
}
.wine-slider-list .slick-icon-next {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .wine-slider-list:not(.slick-initialized) {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-slider {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail {
    overflow: hidden;
  }
  .wine-detail-stamp {
    background: url(/images/brand-marks-crown.svg) no-repeat center;
    position: absolute;
    width: 680px;
    height: 500px;
    right: -540px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wine-detail.is-sell .wine-detail-meta {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail.is-sell .wine-detail-imgs {
    width: 260px;
  }
}
.wine-detail.is-sell .wine-detail-bottle {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .wine-detail.is-sell .wine-detail-bottle {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .wine-detail.is-sell .wine-detail-bottle {
    height: auto;
    width: 100%;
  }
}
.wine-detail.is-sell .wine-detail-header {
  background-size: 120px;
}
.wine-detail.is-sell .wine-detail-brand {
  position: static;
  width: 140px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .wine-detail.is-sell .wine-detail-text-wrapper {
    min-height: 600px;
  }
}
#wine-detail-16 .wine-detail-header {
  background-size: contain;
}
/*
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 18, 2020, 6:00:52 PM
    Author     : mv
*/
.drinks-section {
  padding: 32px 0 56px;
}
@media only screen and (min-width: 768px) {
  .drinks-section {
    padding: 56px 0;
  }
}
@media only screen and (min-width: 992px) {
  .drinks-section {
    padding: 72px 0;
  }
}
.drinks-section-title {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .drinks-section-title {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .drinks-section-title {
    margin-bottom: 56px;
  }
}
.drinks-list {
  /*margin: 56px 0;*/
}
.drink-circle {
  margin: 0 auto;
  background: #e05dae;
  border-radius: 50%;
  overflow: hidden;
  width: 196px;
  height: 196px;
}
.drink-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .drink-circle {
    width: 256px;
    height: 256px;
  }
}
#drink-circle-1 img {
  width: 56px;
}
#drink-circle-2 img {
  width: 96px;
}
#drink-circle-3 img {
  width: 72px;
}
#drink-circle-4 img {
  width: 56px;
}
.drink-options-wrapper {
  text-align: center;
  margin-bottom: 32px;
}
.drink-options {
  display: inline-flex;
}
.drink-options .btn-option {
  margin: 0 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 : Nov 19, 2020, 10:20:13 AM
    Author     : mv
*/
.drink-detail-meta {
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .drink-detail-meta {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .drink-detail-meta {
    padding: 44px 0;
  }
}
.drink-detail-title {
  text-align: left;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .drink-detail-title {
    margin-bottom: 8px;
  }
}
.drink-detail-texts {
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .drink-detail-texts {
    padding: 56px 0;
  }
}
.drink-detail-img {
  width: 148px;
  height: 278px;
  object-position: top;
}
@media only screen and (max-width: 767px) {
  .drink-detail-img {
    position: absolute;
    right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .drink-detail-img {
    width: 162px;
    height: 294px;
  }
}
@media only screen and (min-width: 992px) {
  .drink-detail-img {
    width: 225px;
    height: 409px;
  }
}
@media only screen and (min-width: 1200px) {
  .drink-detail-img {
    width: 288px;
    height: 540px;
  }
}
.drink-detail-textwrapper {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .drink-detail-textwrapper {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .drink-detail-ingredients {
    max-width: 148px;
  }
}
.drink-detail-ingredients,
.drink-detail-method,
.drink-detail-occasion {
  margin-bottom: 32px;
}
.drink-detail-ingredients .ty-h4,
.drink-detail-method .ty-h4,
.drink-detail-occasion .ty-h4 {
  text-align: left;
  margin-top: 0;
}
.drink-detail-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.3px;
  color: #3a3838;
}
@media only screen and (min-width: 992px) {
  .drink-detail-ingredients,
  .drink-detail-method,
  .drink-detail-occasion {
    /*float: left;*/
    width: 390px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .drink-detail-occasion {
    position: absolute;
    top: 0;
    right: 0;
    width: 296px;
  }
}
@media only screen and (min-width: 1200px) {
  .drink-detail-occasion {
    width: 375px;
  }
}
.drink-slider {
  padding-left: 0;
  padding-right: 0;
}
.drink-slider .drink-slide {
  margin-bottom: 16px;
}
.drink-slider .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.drink-slider .slick-slider .slick-icon-prev {
  left: -8px;
}
.drink-slider .slick-slider .slick-icon-next {
  right: -8px;
}
.drink-slider .slick-slider .slick-list {
  width: 75%;
}
.drink-slider .slick-slider .drink-slide {
  width: 225px;
  margin-right: 16px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .drink-detail-1 .drink-detail-method {
    max-width: 148px;
  }
}
/*
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, 11:32:01 AM
    Author     : mv
*/
.wherebuy-pageheader {
  text-align: center;
  padding: 48px 0;
  background: url(/images/background.svg) center;
}
.wherebuy-pageheader .ty-h2 {
  margin-bottom: 32px;
}
.wherebuy-pageheader .form-control,
.wherebuy-pageheader .select {
  width: 100%;
}
.wherebuy-pageheader .select select.has-placeholder {
  font-weight: 600;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .wherebuy-pageheader {
    padding: 72px 0;
  }
}
.countries-list {
  padding: 48px 0;
}
.countries-list .btn-tertiary {
  transition: all ease-in-out 300ms;
  display: inline;
  border-bottom: 1px solid #000;
}
.countries-list .btn-tertiary:hover {
  border-bottom-width: 3px;
}
.countries-list .btn-tertiary:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .countries-list {
    columns: 2;
    padding: 72px 0;
  }
}
@media only screen and (min-width: 992px) {
  .countries-list {
    padding: 72px 0;
  }
}
.country-stores {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 32px;
}
@media only screen and (min-width: 768px) {
  .country-stores {
    padding: 8px 86px 0;
  }
}
@media only screen and (min-width: 992px) {
  .country-stores {
    padding: 8px 110px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .country-stores {
    padding: 8px 130px 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, 2:15:58 PM
    Author     : mv
*/
.contact-text {
  /*padding-left: 24px;*/
  margin-bottom: 48px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contact-text {
    /*margin-left: 24px;*/
  }
}
.contact-text .ty-h4 {
  text-align: left;
}
.contact-text .sep-small {
  position: absolute;
  top: 0;
  left: 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, 5:21:37 PM
    Author     : mv
*/
.newsletter-popup .btn {
  width: 100%;
}
.newsletter-popup .select {
  width: 100%;
}
.newsletter-popup .form-field {
  max-width: 291px;
  margin: 0 auto 24px;
}
.newsletter-popup .popup-container {
  padding: 0 32px 32px;
}
.newsletter-popup .popup-body {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .newsletter-popup .btn {
    width: 210px;
  }
  .newsletter-popup .popup-content {
    text-align: center;
  }
  .newsletter-popup .popup-container {
    padding: 48px 62px;
    max-width: 596px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-popup .popup-container {
    max-width: 800px;
    padding: 56px 166px;
  }
}
/*
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:56:03 PM
    Author     : mv
*/
.slpage-detail {
  padding: 48px 0;
  /*	margin-left: auto;
	margin-right: auto;
	padding: 48px 32px;
	
	.responsive-md({
		max-width: 596px;
	});
	
	.responsive-lg({
		max-width: 806px;
	});
	
	.responsive-xl({
		max-width: 1016px;
	});*/
}
.slpage-detail-header {
  margin-bottom: 48px;
}
.slpage-detail-title {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .slpage-detail-title {
    margin-bottom: 48px;
  }
}
/*
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, 8:54:51 AM
    Author     : mv
*/
/** HEADER **/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-header-trader .page-header-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 590px;
  }
}
/** COMMON TRADE BLOCKS **/
.trade-block {
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .trade-block {
    padding: 56px 0;
  }
}
@media only screen and (min-width: 992px) {
  .trade-block {
    padding: 72px 0;
  }
}
/** DISTRIBUTORS **/
@media only screen and (min-width: 768px) {
  .distributors .ty-h2 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .distributors-form {
    max-width: 472px;
    /*padding-bottom: 32px;*/
  }
}
.distributors-list {
  display: none;
  padding-top: 24px;
}
/** DOWNLOADS **/
.downloads-section-title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .downloads-section-title {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .downloads-section-title {
    margin-bottom: 48px;
  }
}
.item-list {
  position: relative;
  padding: 24px;
}
.item-list a:not(.btn-tertiary) {
  text-decoration: underline;
}
.item-list .sep-small {
  position: absolute;
  top: 24px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .item-list {
    padding-left: 0;
  }
  .item-list .sep-small {
    left: -24px;
  }
}
.item-list.is-no-pad-top {
  padding-top: 0;
}
.item-list.is-no-pad-top .sep-small {
  top: 0;
}
/** DOWNLOADS **/
.schoolofport-section-title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .schoolofport-section-title {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .schoolofport-section-title {
    margin-bottom: 48px;
  }
}
.schoolofport-img {
  height: 311px;
  object-fit: contain;
  background-color: #396367;
}
@media only screen and (min-width: 768px) {
  .schoolofport-img {
    height: 224px;
  }
}
@media only screen and (min-width: 992px) {
  .schoolofport-img {
    height: 308px;
  }
}
@media only screen and (min-width: 1200px) {
  .schoolofport-img {
    height: 392px;
  }
}
/*
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, 2:12:15 PM
    Author     : mv
*/
.story-part-1 {
  /*	.story-item.is-1{
		background: url(/images/brand-marks-established.svg) no-repeat bottom right;
		background-position: calc(100% + 90px) calc(100% - 24px);
		background-size: auto 63px;
	}
	
	.story-item.is-2{
		background: url(/images/brand-marks-crown.svg) no-repeat bottom right;
		background-position: calc(100% + 90px) calc(100% - 24px);
		background-size: auto 63px;
	}*/
}
.story-item {
  padding: 32px 0;
}
.story-item:before,
.story-item:after {
  content: " ";
  display: table;
}
.story-item:after {
  clear: both;
}
.story-item:before,
.story-item:after {
  content: " ";
  display: table;
}
.story-item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .story-item .item-list {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .story-item .item-list {
    padding: 0;
  }
  .story-item .item-list .sep-small {
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .story-item {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 992px) {
  .story-item {
    padding: 72px 0;
  }
}
.story-item-text p:first-child {
  margin-top: 0;
}
.story-item-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .story-item-text {
    font-size: 22px;
    line-height: 34px;
  }
}
.history-separator {
  padding: 32px 0;
}
.history-separator .sep-full {
  height: 4px;
}
@media only screen and (min-width: 768px) {
  .history-separator {
    padding: 48px 0;
  }
}
.history-separator-bar {
  text-align: center;
  position: relative;
  margin-bottom: 8px;
}
.history-separator-bar:before,
.history-separator-bar:after {
  border-radius: 4px;
  position: absolute;
  top: 38px;
  width: calc(50% - 64px);
  height: 8px;
  background: #ff2852;
  content: "";
}
.history-separator-bar:before {
  left: 0;
}
.history-separator-bar:after {
  right: 0;
}
.history-separator-bar img {
  display: block;
  margin: 0 auto;
}
.history-quote {
  margin: 12px 0 20px;
  font-family: 'Mulish';
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.28;
  letter-spacing: -0.9px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .history-quote {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .history-quote {
    max-width: 800px;
  }
}
.history-author {
  margin: 20px 0 40px;
  font-family: 'Mulish';
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.44;
  letter-spacing: -0.5px;
  text-align: center;
}
/*STAMPS*/
.story-part-1 .separator {
  position: relative;
  z-index: 3;
}
.story-item {
  position: relative;
}
.story-main-container {
  position: relative;
  z-index: 2;
}
/*
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 24, 2020, 8:37:08 AM
    Author     : mv
*/
.wine-vintage {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .wine-vintage {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-vintage {
    padding-top: 72px;
  }
  .wine-vintage .ty-h2 {
    margin-bottom: 72px;
  }
}
.wine-vintage-bottles {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .wine-vintage-bottles {
    padding-top: 52px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wine-vintage-bottles {
    padding-top: 72px;
    /*padding-bottom: 72px;*/
  }
}
.wine-year {
  height: 188px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .wine-year {
    height: 240px;
  }
}
.wine-year-img {
  float: left;
  width: 50px;
  margin-right: 32px;
}
@media only screen and (min-width: 768px) {
  .wine-year-img {
    width: 64px;
  }
}
.wine-year-title {
  color: #000;
  text-align: left;
  margin-bottom: 8px;
}
.wine-year-tagline {
  color: #3a3838;
  margin-bottom: 16px;
}
.wine-vintage-tabs {
  margin-bottom: 32px;
  min-height: 320px;
}
@media only screen and (min-width: 768px) {
  .wine-vintage-tabs .item-list-with-separator {
    margin-left: -24px;
  }
}
.wine-vintage-separator .sep-full {
  margin: 0;
}
.vintage-textbox {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .vintage-textbox {
    margin-bottom: 48px;
  }
}
/*
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 24, 2020, 11:24:24 AM
    Author     : mv
*/
.visit-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.visit-block {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) {
  .visit-block {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 992px) {
  .visit-block {
    padding: 72px 0;
  }
}
.visit-intro {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .visit-intro .item-list {
    padding: 0;
  }
  .visit-intro .item-list .sep-small {
    top: 0;
  }
}
.visit-information-title {
  margin: 0 0 8px;
}
.tasting-intro {
  color: #3a3838;
}
@media only screen and (min-width: 768px) {
  .tasting-intro .ty-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
  }
}
.visit-form {
  margin: 24px auto;
}
@media only screen and (min-width: 768px) {
  .visit-form {
    /*max-width: 600px;*/
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 992px) {
  .visit-form {
    /*max-width: none;*/
  }
}
.visit-form .fake-control,
.visit-form .form-control {
  background: no-repeat 16px center;
  margin-bottom: 16px;
  font-weight: 300;
}
.visit-form .form-control,
.visit-form .fake-control-text {
  padding-left: 56px;
}
@media only screen and (min-width: 992px) {
  .visit-form .form-control-group.is-block {
    display: block;
  }
  .visit-form .form-control-group.is-block:before,
  .visit-form .form-control-group.is-block:after {
    content: " ";
    display: table;
  }
  .visit-form .form-control-group.is-block:after {
    clear: both;
  }
  .visit-form .form-control-group.is-block:before,
  .visit-form .form-control-group.is-block:after {
    content: " ";
    display: table;
  }
  .visit-form .form-control-group.is-block:after {
    clear: both;
  }
  .visit-form .form-control-group.is-block .select,
  .visit-form .form-control-group.is-block .form-control {
    float: left;
    width: 33.3333%;
  }
}
.visit-form .select {
  width: 100%;
  margin-bottom: 16px;
}
.visit-form .select select {
  background: no-repeat 16px center;
  padding-left: 52px;
}
.visit-form .btn {
  margin-top: 8px;
  background-color: #ff2852;
  color: white;
  width: 100%;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .visit-form .btn {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .visit-form .btn {
    margin-top: 0;
  }
}
.visit-form .form-control-name {
  background-image: url(/images/icon-form-name.svg);
}
.visit-form .form-control-email {
  background-image: url(/images/icon-form-email.svg);
}
.visit-form .fake-control-date,
.visit-form .form-control-date,
.visit-form .select-date select {
  background: no-repeat 16px center url(/images/icon-form-date.svg), url(/images/icon-24-arrow-down.svg) no-repeat calc(100% - 16px) center;
}
.visit-form .fake-control-guests,
.visit-form .form-control-guests,
.visit-form .select-guests select {
  background: no-repeat 16px center url(/images/icon-form-guests.svg), url(/images/icon-24-arrow-down.svg) no-repeat calc(100% - 16px) center;
}
.visit-form .fake-control-language,
.visit-form .form-control-language,
.visit-form .select-language select {
  background: no-repeat 16px center url(/images/icon-form-language.svg), url(/images/icon-24-arrow-down.svg) no-repeat calc(100% - 16px) center;
}
.visit-form .form-control-country,
.visit-form .select-country select {
  background-image: url(/images/icon-form-country.svg);
}
.visit-form.is-disabled {
  pointer-events: none !important;
  cursor: default !important;
}
.visit-form.is-disabled .form-control-group {
  opacity: 0.5;
}
.visit-form-btns:before,
.visit-form-btns:after {
  content: " ";
  display: table;
}
.visit-form-btns:after {
  clear: both;
}
.visit-form-btns:before,
.visit-form-btns:after {
  content: " ";
  display: table;
}
.visit-form-btns:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .visit-form-btns {
    text-align: right;
  }
}
.visit-block {
  position: relative;
}
.visit-block > .tpl-grid-container {
  position: relative;
  z-index: 1;
}
.visit-block .parallax-container-stamp {
  z-index: 0;
}
.visit-block .parallax-item-stamp-2 {
  top: 100px;
}
.visit-date-alert {
  display: none;
}
.visit-date-alert.is-active {
  display: flex;
}
/*
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 24, 2020, 11:24:24 AM
    Author     : mv
*/
.tasting-wrapper {
  background: url(/images/background.png) center;
  padding: 48px 32px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tasting-wrapper {
    padding: 56px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .tasting-header .ty-h1 {
    margin-bottom: 16px;
  }
}
.tasting-header .ty-h2 {
  margin-bottom: 32px;
}
.tasting-experience-cat {
  margin-bottom: 32px;
}
.tasting-experience-cat:last-child {
  margin: 0 -32px;
  background: #fff;
  padding: 32px;
}
@media only screen and (min-width: 768px) {
  .tasting-experience-cat .ty-h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tasting-experiences {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    justify-content: center;
  }
  .tasting-experiences .experience {
    width: calc(33% - 24px);
    margin-left: 24px;
    padding-top: 48px;
  }
}
.experience {
  position: relative;
  margin-bottom: 24px;
  padding: 32px 24px 32px;
  box-shadow: 0 2px 10px 0 #0000001a;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .experience {
    padding-bottom: 160px;
  }
}
.experience .ty-h4 {
  margin-bottom: 8px;
}
.experience .ty-bd-sm-300 {
  color: #3a3838;
  margin-bottom: 24px;
  line-height: 36px;
}
.experience .ty-note {
  margin-bottom: 24px;
}
.experience .btn {
  text-align: center;
  width: 100%;
}
.experience:hover .btn {
  background-color: #f2f2f2;
}
.experience em {
  color: #ff2852;
}
.experience input {
  border: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 48px;
  width: 60px;
}
.experience.is-tasting .experience-text {
  font-size: 15px;
  line-height: 23px;
}
@media only screen and (min-width: 768px) {
  .experience-top {
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .experience-top {
    height: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .experience-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px 32px 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 24, 2020, 11:24:24 AM
    Author     : mv
*/
.picnic-wrapper {
  text-align: center;
}
.picnic-header {
  background: url(/images/background.png) center;
  height: 444px;
  padding: 48px 32px;
}
@media only screen and (min-width: 768px) {
  .picnic-header {
    height: 534px;
    padding: 56px 0;
  }
}
@media only screen and (min-width: 992px) {
  .picnic-header {
    height: 687px;
  }
}
.picnic-header .ty-h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 806px;
}
@media only screen and (min-width: 768px) {
  .picnic-header .ty-h1 {
    margin-bottom: 16px;
    max-width: 596px;
  }
}
.picnic-header .ty-h2 {
  margin-bottom: 32px;
}
.picnic-images .slick-dots .slick-active button {
  background: #ff2852;
}
@media only screen and (min-width: 768px) {
  .picnic-images {
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    justify-content: center;
  }
  .picnic-images img {
    width: calc(50% - 24px);
    margin-left: 24px;
    /*padding-top: 48px;*/
  }
}
.picnic-experiences {
  margin-top: -124px;
  padding: 48px 32px;
}
@media only screen and (min-width: 768px) {
  .picnic-experiences {
    padding: 56px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .picnic-experiences {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    justify-content: center;
  }
  .picnic-experiences .experience {
    width: calc(50% - 24px);
    margin-left: 24px;
    padding-top: 48px;
  }
}
.picnic-btns {
  padding: 0 32px 48px;
}
@media only screen and (min-width: 768px) {
  .picnic-btns {
    padding: 0 24px 56px;
  }
}
/*
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 27, 2020, 2:25:32 PM
    Author     : fpereira
*/
.resume-text {
  padding-top: 4px;
}
.resume-text ul {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .resume-text ul {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.resume-text ul li {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .resume-text ul li {
    display: inline-block;
    margin: 10px 16px;
  }
  .resume-text ul li:before {
    width: 24px;
  }
}
.resume-form {
  display: none;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .experience-edit .form-label {
    font-size: 16px;
    height: 52px;
    display: flex;
    align-items: end;
  }
}
@media only screen and (min-width: 768px) {
  .details-form {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
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 : Jun 29, 2021, 10:11:50 AM
    Author     : mv
*/
.tou-header {
  position: relative;
  height: 580px;
}
@media only screen and (min-width: 768px) {
  .tou-header {
    height: 549px;
  }
}
@media only screen and (min-width: 992px) {
  .tou-header {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .tou-header {
    height: 775px;
  }
}
.tou-header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 30px;
  z-index: 1;
}
.tou-header-top img {
  max-width: 330px;
}
@media only screen and (min-width: 768px) {
  .tou-header-top {
    padding-top: 16px;
  }
  .tou-header-top img {
    max-width: none;
    height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .tou-header-top {
    padding-top: 24px;
  }
}
.tou-header-buy .btn {
  height: 32px;
}
.tou-header-buy .tou-buy-advice {
  font-size: 10px;
  opacity: 0.5;
}
.tou-header-gradient {
  background: linear-gradient(to right, #195D7A, #B3181D, #E95F10);
  height: 476px;
}
@media only screen and (min-width: 768px) {
  .tou-header-gradient {
    height: 468px;
  }
}
@media only screen and (min-width: 992px) {
  .tou-header-gradient {
    height: 601px;
  }
}
@media only screen and (min-width: 1200px) {
  .tou-header-gradient {
    height: 677px;
  }
}
.tou-header-draws,
.tou-header-bottles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1272px;
  margin: 0 auto;
}
.tou-header-bottle {
  height: 100%;
  position: relative;
  width: 33.33%;
  float: left;
  text-align: center;
}
.tou-header-bottle-draw {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: 74px;
}
@media only screen and (min-width: 768px) {
  .tou-header-bottle-draw {
    bottom: 82px;
  }
}
@media only screen and (min-width: 992px) {
  .tou-header-bottle-draw {
    bottom: 99px;
  }
}
.tou-header-bottle-img {
  height: 397px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  display: block;
  margin: 0 auto;
  transition: all ease-in-out 300ms;
}
@media only screen and (min-width: 768px) {
  .tou-header-bottle-img {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .tou-header-bottle-img {
    height: 510px;
  }
}
@media only screen and (min-width: 1200px) {
  .tou-header-bottle-img {
    height: 560px;
  }
}
.tou-header-bottle-img:hover {
  transform: scale(1.05);
}
.tou-header-bottle-title {
  font-family: 'Catorze27 Style 1';
  font-size: 20px;
  font-weight: 900;
  padding-top: 8px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .tou-header-draws {
    display: none;
  }
}
.tou-header-bottles.slick-initialized .slick-dots li button {
  opacity: 0.4;
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  padding: 0;
  transition: all ease-in-out 300ms;
}
.tou-header-bottles.slick-initialized .slick-dots .slick-active button {
  opacity: 1;
}
.tou-header-bottles.slick-initialized .tou-header-bottle {
  width: 160px;
  height: 550px;
  background-size: 100% 480px;
  background-repeat: no-repeat;
}
.tou-header-bottles.slick-initialized .tou-header-bottle-title {
  font-size: 26px;
}
.tou-header-bottles.slick-initialized .slick-list {
  width: 187.5px;
  margin: 0 auto;
  overflow: visible;
}
.tou-header-draws.slick-initialized .slick-track {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #195d7a, #b3181d, #e95f10) repeat scroll 0% 0%;
}
.tou-header-draws.slick-initialized .tou-header-draw,
.tou-header-draws.slick-initialized .tou-header-draw-img {
  height: 480px;
}
.tou-header-draws.slick-initialized .tou-header-draw-img {
  object-fit: contain;
  object-position: bottom;
}
@media only screen and (max-width: 767px) {
  .tou-header-gradient {
    display: none;
  }
}
/*
.tou-header-bottles.slick-initialized{ 
	top: 80px;
	
	
	
	&.is-partial{
		.slick-list{
			width: 375px / 2;
			margin: 0 auto;
			overflow: visible;
		}
	}
	
	&.is-full{
		.tou-header-bottle{
			&.is-1{
				background-image: linear-gradient(to right, #195D7A, #B3181D);
			}

			&.is-2{
				background-image: linear-gradient(to right, #B3181D, #E95F10);
			}

			&.is-3{
				background-image: linear-gradient(to right, #E95F10, #195D7A);
			}
		}
	}
}
*/
.tou-intro {
  position: relative;
  padding: 32px 0 56px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tou-intro {
    padding: 64px 0;
  }
}
@media only screen and (min-width: 992px) {
  .tou-intro {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tou-intro {
    padding: 100px 0;
  }
}
.tou-intro-title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  line-height: 52px;
  font-family: 'Catorze27 Style 1';
}
@media only screen and (min-width: 992px) {
  .tou-intro-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
.tou-intro-text {
  font-size: 16px;
  font-family: 'Brandon Grotesque';
}
@media only screen and (min-width: 992px) {
  .tou-intro-text {
    font-size: 18px;
  }
}
.tou-texts {
  position: relative;
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .tou-texts {
    padding: 76px 0;
  }
}
@media only screen and (min-width: 992px) {
  .tou-texts {
    padding: 80px 0 126px;
  }
}
.tou-texts img {
  width: 100%;
}
.tou-texts video {
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .tou-texts video {
    height: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .tou-texts video {
    height: 200px;
  }
}
#video-popup .popup-container {
  max-width: none;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
}
#video-popup .popup-overlay {
  background: rgba(0, 0, 0, 0.9);
}
#video-popup .popup-wrapper {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #video-popup .popup-wrapper {
    padding: 40px;
  }
}
#video-popup video {
  width: 100%;
  height: 100%;
}
#video-popup iframe {
  display: block;
}
@media only screen and (min-width: 768px) {
  #video-popup iframe {
    height: 480px;
  }
}
@media only screen and (min-width: 992px) {
  #video-popup iframe {
    height: 532px;
  }
}
@media only screen and (min-width: 1200px) {
  #video-popup iframe {
    height: 640px;
  }
}
/*
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 2, 2021, 5:22:55 PM
    Author     : mv
*/
.store {
  position: relative;
}
.store .parallax-item-stamp-baloon {
  top: 40px;
  left: 24px;
  right: auto;
  bottom: auto;
}
.store .parallax-item-stamp-glass {
  top: 140px;
  left: auto;
  right: 24px;
  bottom: auto;
}
.store .parallax-item-stamp-hat {
  top: auto;
  left: calc(50% - 204px);
  right: auto;
  bottom: -20px;
}
.store-header-top {
  text-align: center;
  padding: 72px 0 30px;
}
.store-header-img {
  max-height: 99px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 12px;
}
.store-note {
  font-weight: bold;
  text-align: center;
  padding: 0 40px;
  margin: -8px auto 24px;
  max-width: 800px;
}
.store-note p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .store-note {
    margin-bottom: 52px;
  }
}
.store-wine {
  padding: 32px;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  overflow: hidden;
  font-weight: 900;
  font-family: 'Catorze27 Style 1';
  color: #fff;
}
.store-wine .moreless-btns {
  background: #fff;
  border-radius: 20px;
  height: 40px;
}
.store-wine input {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  width: 54px;
  border: 0;
  margin: 7px 10px;
  font-family: 'Catorze27 Style 1';
  line-height: 1;
  margin: 0;
  padding: 0;
}
.store-wine button {
  padding: 10px;
}
.store-wine button img {
  width: 19px;
  height: 19px;
}
.store-wine-draw {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.store-wine-bottle {
  height: 242px;
}
@media only screen and (min-width: 768px) {
  .store-wine-bottle {
    height: 323.2px;
  }
}
@media only screen and (min-width: 992px) {
  .store-wine-bottle {
    height: 404px;
  }
}
.store-wine-title {
  margin: 16px 0 0;
  font-size: 26px;
}
.store-wine-price {
  font-size: 18px;
  margin-bottom: 8px;
}
.store-resume {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin: 16px 0 24px;
  font-family: 'Catorze27 Style 1';
  transition: all ease-in-out 300ms;
}
.store-checkout {
  text-align: center;
  padding-bottom: 100px;
}
.store-buy-advice {
  opacity: 0.5;
  font-family: Mulish;
  font-size: 10px;
  font-weight: bold;
  line-height: 26px;
  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 : Jul 7, 2021, 11:58:51 AM
    Author     : mv
*/
.checkout-summary {
  background-color: #f8f8f8;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.checkout-summary hr {
  margin: 16px 0;
  border-bottom-color: #d8d8d8;
}
.checkout-product {
  line-height: 20px;
  margin-bottom: 8px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .checkout-form .checkout-summary {
    /*position: fixed;*/
    /*			position: absolute;
			top:0;
			right:0;*/
  }
}
body.page-paralax {
  opacity: 0;
  transition: opacity ease-in-out 300ms;
}
body.page-paralax.is-loaded {
  opacity: 1;
  transition-duration: 600ms;
}
body.page-paralax.is-unloaded {
  opacity: 0.5;
}
body.has-pageheader .main-main {
  padding-top: 0 !important;
  background: #fff;
  position: relative;
  z-index: 1;
}
body.has-pageheader .page-header-wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
}
body.has-pageheader .hero-img {
  z-index: 0;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  body.has-pageheader .hero-img {
    top: 180px;
  }
}
body.is-pageheader-fixed .hero-img {
  position: fixed;
  top: 100px;
  top: 80px;
}
.z-1 {
  z-index: 1;
}
