/*
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 20, 2019, 5:45:54 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
*/
:root {
  --dimen-header: 87px;
  --tpl-spacer-outer-mobile: 40px;
  --tpl-spacer-outer-tablet: 72px;
  --tpl-spacer-outer-desktop: 72px;
  --tpl-spacer-outer: 40px;
}
@media only screen and (min-width: 768px) {
  :root {
    --tpl-spacer-outer: 72px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --tpl-spacer-outer: 72px;
  }
}
/*
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: 8px 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: 8px 0;
  border-bottom: 1px solid #eee;
}
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.4rem;
  font-family: 'Barlow', Arial, sans-serif;
  color: #333;
  background: #f6f6f6;
  box-sizing: border-box;
}
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 {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff no-repeat center;
  background-size: 32px 32px;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 80px;
  color: #1D312C;
  display: block;
  cursor: pointer;
  z-index: 1;
  transition: color linear 1000ms;
}
.slick-arrow-prev {
  left: -16px;
  background-image: url(/images/icn-2-m-arrow-leftright.svg);
}
.slick-arrow-next {
  right: -16px;
  background-image: url(/images/icn-2-m-arrow-leftright.svg);
}
.slick-dots {
  bottom: -32px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #666666;
  opacity: 0.3;
  border-radius: 6px;
  transition: background-color linear 1000ms;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  opacity: 1;
}
.slick-initialized {
  opacity: 1;
  overflow: visible;
}
.slick-slider.with-slick-dots-bar .slick-dots li button {
  opacity: 1;
  width: 6px;
  height: 6px;
  padding: 0;
  transition: all ease-in-out 300ms;
}
.slick-slider.with-slick-dots-bar .slick-dots li.slick-active button {
  width: 84px;
}
.slick-slider.with-slick-dots-bar .slick-dots li button {
  background: #fff;
}
:root {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}
.swiper-container {
  position: relative;
  padding-bottom: 36px;
}
.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #1D312C;
}
.swiper-pagination-bullet {
  background: #666666;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff no-repeat center;
  background-size: 32px 32px;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 124px;
  color: #1D312C;
  display: block;
  z-index: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}
.swiper-button-prev {
  left: 0;
  background-image: url(/images/icn-arrow-left.svg);
}
.swiper-button-next {
  right: 0;
  background-image: url(/images/icn-arrow-right.svg);
}
/*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: @color-navy-fine-white-secondary;
}
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 0;
	right: 40px;
	color: @color-navy-fine-white-secondary;
}
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 0;
	right: 0;
	color: @color-navy-fine-white-secondary;
}
.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: @color-black;
	line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar td {
	width: 14.28%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: @color-black;
	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: @color-dark-grey-2;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
	background: @color-navy-fine-white-secondary;
	color: #fff;
	font-weight: bold;
}
*/
.pa-0 {
  padding: 0px !important;
}
.pa-1 {
  padding: 1px !important;
}
.pa-2 {
  padding: 2px !important;
}
.pa-4 {
  padding: 4px !important;
}
.pa-8 {
  padding: 8px !important;
}
.pa-16 {
  padding: 16px !important;
}
.pa-24 {
  padding: 24px !important;
}
.pa-32 {
  padding: 32px !important;
}
.pa-40 {
  padding: 40px !important;
}
.pa-48 {
  padding: 48px !important;
}
.pa-56 {
  padding: 56px !important;
}
.pa-64 {
  padding: 64px !important;
}
.pa-72 {
  padding: 72px !important;
}
.pa-80 {
  padding: 80px !important;
}
.pa-12 {
  padding: 12px !important;
}
.pa-20 {
  padding: 20px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 1px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.pr-2 {
  padding-right: 2px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !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;
}
.ma-12 {
  margin: 12px !important;
}
.ma-20 {
  margin: 20px !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;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-20 {
  margin-top: 20px !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;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-20 {
  margin-bottom: 20px !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;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-20 {
  margin-left: 20px !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;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-20 {
  margin-right: 20px !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-24 {
  border-radius: 24px !important;
}
.rd-32 {
  border-radius: 32px !important;
}
.rd-half {
  border-radius: 50% !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-64 {
  font-size: 64px !important;
}
.fs-small {
  font-size: smaller !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fl-italic {
  font-style: italic !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-10 {
  line-height: 10px !important;
}
.lh-12 {
  line-height: 12px !important;
}
.lh-14 {
  line-height: 14px !important;
}
.lh-16 {
  line-height: 16px !important;
}
.lh-18 {
  line-height: 18px !important;
}
.lh-20 {
  line-height: 20px !important;
}
.lh-24 {
  line-height: 24px !important;
}
.lh-26 {
  line-height: 26px !important;
}
.lh-28 {
  line-height: 28px !important;
}
.lh-32 {
  line-height: 32px !important;
}
.lh-40 {
  line-height: 40px !important;
}
.lh-48 {
  line-height: 48px !important;
}
.lh-64 {
  line-height: 64px !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
.ta-center {
  text-align: center !important;
}
.ta-justify {
  text-align: justify !important;
}
.tt-lowercase {
  text-transform: lowercase !important;
}
.tt-uppercase {
  text-transform: uppercase !important;
}
.tt-none {
  text-transform: none !important;
}
.td-none {
  text-decoration: none !important;
}
.td-underline {
  text-decoration: underline !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.cl-none {
  clear: none !important;
}
.cl-both {
  clear: both !important;
}
.cl-left {
  clear: left !important;
}
.cl-right {
  clear: right !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-grid {
  display: grid !important;
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-static {
  position: static !important;
}
.p-fixed {
  position: fixed !important;
}
.of-cover {
  object-fit: cover !important;
}
.of-contain {
  object-fit: contain !important;
}
.t-0 {
  top: 0px !important;
}
.t-1 {
  top: 1px !important;
}
.t-2 {
  top: 2px !important;
}
.t-4 {
  top: 4px !important;
}
.t-8 {
  top: 8px !important;
}
.t-16 {
  top: 16px !important;
}
.t-24 {
  top: 24px !important;
}
.t-32 {
  top: 32px !important;
}
.t-40 {
  top: 40px !important;
}
.t-48 {
  top: 48px !important;
}
.t-56 {
  top: 56px !important;
}
.t-64 {
  top: 64px !important;
}
.t-72 {
  top: 72px !important;
}
.t-80 {
  top: 80px !important;
}
.t-12 {
  top: 12px !important;
}
.t-20 {
  top: 20px !important;
}
.l-0 {
  left: 0px !important;
}
.l-1 {
  left: 1px !important;
}
.l-2 {
  left: 2px !important;
}
.l-4 {
  left: 4px !important;
}
.l-8 {
  left: 8px !important;
}
.l-16 {
  left: 16px !important;
}
.l-24 {
  left: 24px !important;
}
.l-32 {
  left: 32px !important;
}
.l-40 {
  left: 40px !important;
}
.l-48 {
  left: 48px !important;
}
.l-56 {
  left: 56px !important;
}
.l-64 {
  left: 64px !important;
}
.l-72 {
  left: 72px !important;
}
.l-80 {
  left: 80px !important;
}
.l-12 {
  left: 12px !important;
}
.l-20 {
  left: 20px !important;
}
.r-0 {
  right: 0px !important;
}
.r-1 {
  right: 1px !important;
}
.r-2 {
  right: 2px !important;
}
.r-4 {
  right: 4px !important;
}
.r-8 {
  right: 8px !important;
}
.r-16 {
  right: 16px !important;
}
.r-24 {
  right: 24px !important;
}
.r-32 {
  right: 32px !important;
}
.r-40 {
  right: 40px !important;
}
.r-48 {
  right: 48px !important;
}
.r-56 {
  right: 56px !important;
}
.r-64 {
  right: 64px !important;
}
.r-72 {
  right: 72px !important;
}
.r-80 {
  right: 80px !important;
}
.r-12 {
  right: 12px !important;
}
.r-20 {
  right: 20px !important;
}
.b-0 {
  bottom: 0px !important;
}
.b-1 {
  bottom: 1px !important;
}
.b-2 {
  bottom: 2px !important;
}
.b-4 {
  bottom: 4px !important;
}
.b-8 {
  bottom: 8px !important;
}
.b-16 {
  bottom: 16px !important;
}
.b-24 {
  bottom: 24px !important;
}
.b-32 {
  bottom: 32px !important;
}
.b-40 {
  bottom: 40px !important;
}
.b-48 {
  bottom: 48px !important;
}
.b-56 {
  bottom: 56px !important;
}
.b-64 {
  bottom: 64px !important;
}
.b-72 {
  bottom: 72px !important;
}
.b-80 {
  bottom: 80px !important;
}
.b-12 {
  bottom: 12px !important;
}
.b-20 {
  bottom: 20px !important;
}
.cls-1 {
  columns: 1 !important;
}
.cls-2 {
  columns: 2 !important;
}
.cls-3 {
  columns: 3 !important;
}
.cls-4 {
  columns: 4 !important;
}
.cls-5 {
  columns: 5 !important;
}
.cls-6 {
  columns: 6 !important;
}
.clc-1 {
  column-count: 1 !important;
}
.clc-2 {
  column-count: 2 !important;
}
.clc-3 {
  column-count: 3 !important;
}
.clc-4 {
  column-count: 4 !important;
}
.clc-5 {
  column-count: 5 !important;
}
.clc-6 {
  column-count: 6 !important;
}
.clg-0 {
  column-gap: 0px !important;
}
.clg-4 {
  column-gap: 4px !important;
}
.clg-8 {
  column-gap: 8px !important;
}
.clg-16 {
  column-gap: 16px !important;
}
.clg-24 {
  column-gap: 24px !important;
}
.clg-32 {
  column-gap: 32px !important;
}
.clg-40 {
  column-gap: 40px !important;
}
.clg-80 {
  column-gap: 80px !important;
}
.o-0 {
  opacity: 0 !important;
}
.o-10 {
  opacity: 0.1 !important;
}
.o-20 {
  opacity: 0.2 !important;
}
.o-30 {
  opacity: 0.3 !important;
}
.o-40 {
  opacity: 0.4 !important;
}
.o-50 {
  opacity: 0.5 !important;
}
.o-60 {
  opacity: 0.6 !important;
}
.o-70 {
  opacity: 0.7 !important;
}
.o-80 {
  opacity: 0.9 !important;
}
.o-100 {
  opacity: 1 !important;
}
.w-0 {
  width: 0 !important;
}
.w-auto {
  width: auto !important;
}
.w-half {
  width: 50% !important;
}
.w-full {
  width: 100% !important;
}
.w-window {
  width: 100vw !important;
}
.w-8 {
  width: 8px !important;
}
.w-16 {
  width: 16px !important;
}
.w-32 {
  width: 32px !important;
}
.w-56 {
  width: 56px !important;
}
.w-64 {
  width: 64px !important;
}
.w-96 {
  width: 96px !important;
}
.w-128 {
  width: 128px !important;
}
.w-256 {
  width: 256px !important;
}
.w-512 {
  width: 512px !important;
}
.w-100 {
  width: 100px !important;
}
.w-200 {
  width: 200px !important;
}
.w-300 {
  width: 300px !important;
}
.w-400 {
  width: 400px !important;
}
.w-500 {
  width: 500px !important;
}
.w-600 {
  width: 600px !important;
}
.h-0 {
  height: 0 !important;
}
.h-auto {
  height: auto !important;
}
.h-half {
  height: 50% !important;
}
.h-full {
  height: 100% !important;
}
.h-window {
  height: 100vh !important;
}
.h-8 {
  height: 8px !important;
}
.h-16 {
  height: 16px !important;
}
.h-32 {
  height: 32px !important;
}
.h-56 {
  height: 56px !important;
}
.h-64 {
  height: 64px !important;
}
.h-96 {
  height: 96px !important;
}
.h-128 {
  height: 128px !important;
}
.h-256 {
  height: 256px !important;
}
.h-512 {
  height: 512px !important;
}
.h-100 {
  height: 100px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.maxw-0 {
  max-width: 0px !important;
}
.maxw-1 {
  max-width: 1px !important;
}
.maxw-128 {
  max-width: 128px !important;
}
.maxw-256 {
  max-width: 256px !important;
}
.maxw-512 {
  max-width: 512px !important;
}
.maxw-640 {
  max-width: 640px !important;
}
.maxw-auto {
  max-width: auto !important;
}
.maxw-half {
  max-width: 50% !important;
}
.maxw-full {
  max-width: 100% !important;
}
.maxw-window {
  max-width: 100vw !important;
}
.maxh-0 {
  max-height: 0px !important;
}
.maxh-1 {
  max-height: 1px !important;
}
.maxh-128 {
  max-height: 128px !important;
}
.maxh-256 {
  max-height: 256px !important;
}
.maxh-512 {
  max-height: 512px !important;
}
.maxh-640 {
  max-height: 640px !important;
}
.maxh-auto {
  max-height: auto !important;
}
.maxh-half {
  max-height: 50% !important;
}
.maxh-full {
  max-height: 100% !important;
}
.maxh-window {
  max-height: 100vh !important;
}
.minw-0 {
  min-width: 0px !important;
}
.minw-1 {
  min-width: 1px !important;
}
.minw-128 {
  min-width: 128px !important;
}
.minw-256 {
  min-width: 256px !important;
}
.minw-512 {
  min-width: 512px !important;
}
.minw-640 {
  min-width: 640px !important;
}
.minw-auto {
  min-width: auto !important;
}
.minw-half {
  min-width: 50% !important;
}
.minw-full {
  min-width: 100% !important;
}
.minw-window {
  min-width: 100vw !important;
}
.minh-0 {
  min-height: 0px !important;
}
.minh-1 {
  min-height: 1px !important;
}
.minh-128 {
  min-height: 128px !important;
}
.minh-256 {
  min-height: 256px !important;
}
.minh-512 {
  min-height: 512px !important;
}
.minh-640 {
  min-height: 640px !important;
}
.minh-auto {
  min-height: auto !important;
}
.minh-half {
  min-height: 50% !important;
}
.minh-full {
  min-height: 100% !important;
}
.minh-window {
  min-height: 100vh !important;
}
.ws-nowrap {
  white-space: nowrap !important;
}
.ls-none {
  list-style: none !important;
}
.ls-default {
  list-style: disc inside !important;
}
.lsp-inside {
  list-style-position: inside !important;
}
.lst-disc {
  list-style-type: disc !important;
}
.bxsz-border-box {
  box-sizing: border-box !important;
}
.bxsz-content-box {
  box-sizing: content-box !important;
}
.bxsh-none {
  box-shadow: none !important;
}
.bxsh-default {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.jc-center {
  justify-content: center !important;
}
.jc-space-between {
  justify-content: space-between !important;
}
.ov-auto {
  overflow: auto !important;
}
.ov-hidden {
  overflow: hidden !important;
}
.ov-visible {
  overflow: visible !important;
}
.od-0 {
  order: 0 !important;
}
.od-1 {
  order: 1 !important;
}
.od-2 {
  order: 2 !important;
}
.od-3 {
  order: 3 !important;
}
.od-4 {
  order: 4 !important;
}
.od-5 {
  order: 5 !important;
}
.od-6 {
  order: 6 !important;
}
.od-7 {
  order: 7 !important;
}
.od-8 {
  order: 8 !important;
}
.od-9 {
  order: 9 !important;
}
.od-10 {
  order: 10 !important;
}
.od-11 {
  order: 11 !important;
}
.od-12 {
  order: 12 !important;
}
.ai-center {
  align-items: center !important;
}
.flg-1 {
  flex-grow: 1 !important;
}
.flg-2 {
  flex-grow: 2 !important;
}
.flg-3 {
  flex-grow: 3 !important;
}
.flg-4 {
  flex-grow: 4 !important;
}
.flb-0 {
  flex-basis: 0 !important;
}
.fld-column {
  flex-direction: column !important;
}
.fld-row {
  flex-direction: row !important;
}
.fld-row-reverse {
  flex-direction: row-reverse !important;
}
.fld-column-reverse {
  flex-direction: column-reverse !important;
}
.flw-wrap {
  flex-wrap: wrap !important;
}
.g-0 {
  gap: 0px !important;
}
.g-1 {
  gap: 1px !important;
}
.g-2 {
  gap: 2px !important;
}
.g-4 {
  gap: 4px !important;
}
.g-8 {
  gap: 8px !important;
}
.g-16 {
  gap: 16px !important;
}
.g-24 {
  gap: 24px !important;
}
.g-32 {
  gap: 32px !important;
}
.g-40 {
  gap: 40px !important;
}
.g-48 {
  gap: 48px !important;
}
.g-56 {
  gap: 56px !important;
}
.g-64 {
  gap: 64px !important;
}
.g-72 {
  gap: 72px !important;
}
.g-80 {
  gap: 80px !important;
}
.g-12 {
  gap: 12px !important;
}
.g-20 {
  gap: 20px !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.c-black {
  color: #000 !important;
}
.bgc-black {
  background-color: #000 !important;
}
.bc-black {
  border-color: #000 !important;
}
.c-333 {
  color: #333 !important;
}
.bgc-333 {
  background-color: #333 !important;
}
.bc-333 {
  border-color: #333 !important;
}
.c-4a4a4a {
  color: #4a4a4a !important;
}
.bgc-4a4a4a {
  background-color: #4a4a4a !important;
}
.bc-4a4a4a {
  border-color: #4a4a4a !important;
}
.c-666 {
  color: #666 !important;
}
.bgc-666 {
  background-color: #666 !important;
}
.bc-666 {
  border-color: #666 !important;
}
.c-999 {
  color: #999 !important;
}
.bgc-999 {
  background-color: #999 !important;
}
.bc-999 {
  border-color: #999 !important;
}
.c-ccc {
  color: #ccc !important;
}
.bgc-ccc {
  background-color: #ccc !important;
}
.bc-ccc {
  border-color: #ccc !important;
}
.c-ddd {
  color: #ddd !important;
}
.bgc-ddd {
  background-color: #ddd !important;
}
.bc-ddd {
  border-color: #ddd !important;
}
.c-eee {
  color: #eee !important;
}
.bgc-eee {
  background-color: #eee !important;
}
.bc-eee {
  border-color: #eee !important;
}
.c-f6f6f6 {
  color: #f6f6f6 !important;
}
.bgc-f6f6f6 {
  background-color: #f6f6f6 !important;
}
.bc-f6f6f6 {
  border-color: #f6f6f6 !important;
}
.c-white {
  color: #fff !important;
}
.bgc-white {
  background-color: #fff !important;
}
.bc-white {
  border-color: #fff !important;
}
.c-primary {
  color: #1D312C !important;
}
.bgc-primary {
  background-color: #1D312C !important;
}
.bc-primary {
  border-color: #1D312C !important;
}
.c-secondary {
  color: #1D312C !important;
}
.bgc-secondary {
  background-color: #1D312C !important;
}
.bc-secondary {
  border-color: #1D312C !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-gray-light-01 {
  color: #f2f2f2 !important;
}
.bgc-gray-light-01 {
  background-color: #f2f2f2 !important;
}
.bc-gray-light-01 {
  border-color: #f2f2f2 !important;
}
.c-gray-light-02 {
  color: #e9e9e9 !important;
}
.bgc-gray-light-02 {
  background-color: #e9e9e9 !important;
}
.bc-gray-light-02 {
  border-color: #e9e9e9 !important;
}
.c-gray-light-03 {
  color: #dddddd !important;
}
.bgc-gray-light-03 {
  background-color: #dddddd !important;
}
.bc-gray-light-03 {
  border-color: #dddddd !important;
}
.c-gray-light-04 {
  color: #cccccc !important;
}
.bgc-gray-light-04 {
  background-color: #cccccc !important;
}
.bc-gray-light-04 {
  border-color: #cccccc !important;
}
.c-dark-gray-dark-01 {
  color: #333333 !important;
}
.bgc-dark-gray-dark-01 {
  background-color: #333333 !important;
}
.bc-dark-gray-dark-01 {
  border-color: #333333 !important;
}
.c-dark-gray-dark-02 {
  color: #666666 !important;
}
.bgc-dark-gray-dark-02 {
  background-color: #666666 !important;
}
.bc-dark-gray-dark-02 {
  border-color: #666666 !important;
}
.c-dark-gray-dark-03 {
  color: #888888 !important;
}
.bgc-dark-gray-dark-03 {
  background-color: #888888 !important;
}
.bc-dark-gray-dark-03 {
  border-color: #888888 !important;
}
.c-site-white {
  color: rgba(255, 255, 255, 0.8) !important;
}
.bgc-site-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bc-site-white {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.c-site-black {
  color: #2c2823 !important;
}
.bgc-site-black {
  background-color: #2c2823 !important;
}
.bc-site-black {
  border-color: #2c2823 !important;
}
.c-site-green {
  color: #00453d !important;
}
.bgc-site-green {
  background-color: #00453d !important;
}
.bc-site-green {
  border-color: #00453d !important;
}
.c-site-brown {
  color: #482f0c !important;
}
.bgc-site-brown {
  background-color: #482f0c !important;
}
.bc-site-brown {
  border-color: #482f0c !important;
}
.c-site-red {
  color: #501305 !important;
}
.bgc-site-red {
  background-color: #501305 !important;
}
.bc-site-red {
  border-color: #501305 !important;
}
.c-site-pink {
  color: #f5b9a7 !important;
}
.bgc-site-pink {
  background-color: #f5b9a7 !important;
}
.bc-site-pink {
  border-color: #f5b9a7 !important;
}
.c-site-yellow {
  color: #ffb960 !important;
}
.bgc-site-yellow {
  background-color: #ffb960 !important;
}
.bc-site-yellow {
  border-color: #ffb960 !important;
}
.c-site-blue {
  color: #6af7e7 !important;
}
.bgc-site-blue {
  background-color: #6af7e7 !important;
}
.bc-site-blue {
  border-color: #6af7e7 !important;
}
.c-dark {
  color: #272420 !important;
}
.bgc-dark {
  background-color: #272420 !important;
}
.bc-dark {
  border-color: #272420 !important;
}
.a-primary {
  color: #1D312C !important;
  transition: all ease-in-out 300ms;
}
.a-primary:hover {
  color: #000000 !important;
}
.a-default {
  transition: all ease-in-out 300ms !important;
}
.a-default:hover {
  color: #1D312C !important;
}
.a-decoration {
  text-decoration: underline;
  transition: all ease-in-out 300ms !important;
}
.a-decoration:hover {
  color: #1D312C !important;
}
.vm {
  display: flex;
  align-items: center;
  height: 100%;
}
.invisible {
  display: none !important;
}
.tpl-no-spacer {
  padding-left: 0 !important;
}
@media all and (min-width: 576px) {
  .sm_pa-0 {
    padding: 0px !important;
  }
  .sm_pa-1 {
    padding: 1px !important;
  }
  .sm_pa-2 {
    padding: 2px !important;
  }
  .sm_pa-4 {
    padding: 4px !important;
  }
  .sm_pa-8 {
    padding: 8px !important;
  }
  .sm_pa-16 {
    padding: 16px !important;
  }
  .sm_pa-24 {
    padding: 24px !important;
  }
  .sm_pa-32 {
    padding: 32px !important;
  }
  .sm_pa-40 {
    padding: 40px !important;
  }
  .sm_pa-48 {
    padding: 48px !important;
  }
  .sm_pa-56 {
    padding: 56px !important;
  }
  .sm_pa-64 {
    padding: 64px !important;
  }
  .sm_pa-72 {
    padding: 72px !important;
  }
  .sm_pa-80 {
    padding: 80px !important;
  }
  .sm_pa-12 {
    padding: 12px !important;
  }
  .sm_pa-20 {
    padding: 20px !important;
  }
  .sm_pt-0 {
    padding-top: 0px !important;
  }
  .sm_pt-1 {
    padding-top: 1px !important;
  }
  .sm_pt-2 {
    padding-top: 2px !important;
  }
  .sm_pt-4 {
    padding-top: 4px !important;
  }
  .sm_pt-8 {
    padding-top: 8px !important;
  }
  .sm_pt-16 {
    padding-top: 16px !important;
  }
  .sm_pt-24 {
    padding-top: 24px !important;
  }
  .sm_pt-32 {
    padding-top: 32px !important;
  }
  .sm_pt-40 {
    padding-top: 40px !important;
  }
  .sm_pt-48 {
    padding-top: 48px !important;
  }
  .sm_pt-56 {
    padding-top: 56px !important;
  }
  .sm_pt-64 {
    padding-top: 64px !important;
  }
  .sm_pt-72 {
    padding-top: 72px !important;
  }
  .sm_pt-80 {
    padding-top: 80px !important;
  }
  .sm_pt-12 {
    padding-top: 12px !important;
  }
  .sm_pt-20 {
    padding-top: 20px !important;
  }
  .sm_pb-0 {
    padding-bottom: 0px !important;
  }
  .sm_pb-1 {
    padding-bottom: 1px !important;
  }
  .sm_pb-2 {
    padding-bottom: 2px !important;
  }
  .sm_pb-4 {
    padding-bottom: 4px !important;
  }
  .sm_pb-8 {
    padding-bottom: 8px !important;
  }
  .sm_pb-16 {
    padding-bottom: 16px !important;
  }
  .sm_pb-24 {
    padding-bottom: 24px !important;
  }
  .sm_pb-32 {
    padding-bottom: 32px !important;
  }
  .sm_pb-40 {
    padding-bottom: 40px !important;
  }
  .sm_pb-48 {
    padding-bottom: 48px !important;
  }
  .sm_pb-56 {
    padding-bottom: 56px !important;
  }
  .sm_pb-64 {
    padding-bottom: 64px !important;
  }
  .sm_pb-72 {
    padding-bottom: 72px !important;
  }
  .sm_pb-80 {
    padding-bottom: 80px !important;
  }
  .sm_pb-12 {
    padding-bottom: 12px !important;
  }
  .sm_pb-20 {
    padding-bottom: 20px !important;
  }
  .sm_pl-0 {
    padding-left: 0px !important;
  }
  .sm_pl-1 {
    padding-left: 1px !important;
  }
  .sm_pl-2 {
    padding-left: 2px !important;
  }
  .sm_pl-4 {
    padding-left: 4px !important;
  }
  .sm_pl-8 {
    padding-left: 8px !important;
  }
  .sm_pl-16 {
    padding-left: 16px !important;
  }
  .sm_pl-24 {
    padding-left: 24px !important;
  }
  .sm_pl-32 {
    padding-left: 32px !important;
  }
  .sm_pl-40 {
    padding-left: 40px !important;
  }
  .sm_pl-48 {
    padding-left: 48px !important;
  }
  .sm_pl-56 {
    padding-left: 56px !important;
  }
  .sm_pl-64 {
    padding-left: 64px !important;
  }
  .sm_pl-72 {
    padding-left: 72px !important;
  }
  .sm_pl-80 {
    padding-left: 80px !important;
  }
  .sm_pl-12 {
    padding-left: 12px !important;
  }
  .sm_pl-20 {
    padding-left: 20px !important;
  }
  .sm_pr-0 {
    padding-right: 0px !important;
  }
  .sm_pr-1 {
    padding-right: 1px !important;
  }
  .sm_pr-2 {
    padding-right: 2px !important;
  }
  .sm_pr-4 {
    padding-right: 4px !important;
  }
  .sm_pr-8 {
    padding-right: 8px !important;
  }
  .sm_pr-16 {
    padding-right: 16px !important;
  }
  .sm_pr-24 {
    padding-right: 24px !important;
  }
  .sm_pr-32 {
    padding-right: 32px !important;
  }
  .sm_pr-40 {
    padding-right: 40px !important;
  }
  .sm_pr-48 {
    padding-right: 48px !important;
  }
  .sm_pr-56 {
    padding-right: 56px !important;
  }
  .sm_pr-64 {
    padding-right: 64px !important;
  }
  .sm_pr-72 {
    padding-right: 72px !important;
  }
  .sm_pr-80 {
    padding-right: 80px !important;
  }
  .sm_pr-12 {
    padding-right: 12px !important;
  }
  .sm_pr-20 {
    padding-right: 20px !important;
  }
  .sm_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .sm_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .sm_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .sm_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .sm_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .sm_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sm_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .sm_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .sm_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .sm_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .sm_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .sm_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm_py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .sm_py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .sm_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .sm_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .sm_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .sm_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sm_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .sm_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .sm_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .sm_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .sm_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .sm_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .sm_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm_px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .sm_px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sm_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sm_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .sm_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .sm_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .sm_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .sm_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .sm_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .sm_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .sm_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sm_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .sm_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .sm_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .sm_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .sm_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sm_my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .sm_my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sm_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .sm_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .sm_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .sm_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .sm_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .sm_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .sm_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .sm_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .sm_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sm_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .sm_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .sm_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .sm_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .sm_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sm_mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .sm_mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !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_ma-12 {
    margin: 12px !important;
  }
  .sm_ma-20 {
    margin: 20px !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_mt-12 {
    margin-top: 12px !important;
  }
  .sm_mt-20 {
    margin-top: 20px !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_mb-12 {
    margin-bottom: 12px !important;
  }
  .sm_mb-20 {
    margin-bottom: 20px !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_ml-12 {
    margin-left: 12px !important;
  }
  .sm_ml-20 {
    margin-left: 20px !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_mr-12 {
    margin-right: 12px !important;
  }
  .sm_mr-20 {
    margin-right: 20px !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-24 {
    border-radius: 24px !important;
  }
  .sm_rd-32 {
    border-radius: 32px !important;
  }
  .sm_rd-half {
    border-radius: 50% !important;
  }
  .sm_fs-10 {
    font-size: 10px !important;
  }
  .sm_fs-12 {
    font-size: 12px !important;
  }
  .sm_fs-14 {
    font-size: 14px !important;
  }
  .sm_fs-16 {
    font-size: 16px !important;
  }
  .sm_fs-18 {
    font-size: 18px !important;
  }
  .sm_fs-20 {
    font-size: 20px !important;
  }
  .sm_fs-24 {
    font-size: 24px !important;
  }
  .sm_fs-32 {
    font-size: 32px !important;
  }
  .sm_fs-48 {
    font-size: 48px !important;
  }
  .sm_fs-64 {
    font-size: 64px !important;
  }
  .sm_fs-small {
    font-size: smaller !important;
  }
  .sm_fw-300 {
    font-weight: 300 !important;
  }
  .sm_fw-400 {
    font-weight: 400 !important;
  }
  .sm_fw-500 {
    font-weight: 500 !important;
  }
  .sm_fw-600 {
    font-weight: 600 !important;
  }
  .sm_fw-700 {
    font-weight: 700 !important;
  }
  .sm_fw-900 {
    font-weight: 900 !important;
  }
  .sm_fw-normal {
    font-weight: normal !important;
  }
  .sm_fw-bold {
    font-weight: bold !important;
  }
  .sm_fl-italic {
    font-style: italic !important;
  }
  .sm_lh-1 {
    line-height: 1 !important;
  }
  .sm_lh-10 {
    line-height: 10px !important;
  }
  .sm_lh-12 {
    line-height: 12px !important;
  }
  .sm_lh-14 {
    line-height: 14px !important;
  }
  .sm_lh-16 {
    line-height: 16px !important;
  }
  .sm_lh-18 {
    line-height: 18px !important;
  }
  .sm_lh-20 {
    line-height: 20px !important;
  }
  .sm_lh-24 {
    line-height: 24px !important;
  }
  .sm_lh-26 {
    line-height: 26px !important;
  }
  .sm_lh-28 {
    line-height: 28px !important;
  }
  .sm_lh-32 {
    line-height: 32px !important;
  }
  .sm_lh-40 {
    line-height: 40px !important;
  }
  .sm_lh-48 {
    line-height: 48px !important;
  }
  .sm_lh-64 {
    line-height: 64px !important;
  }
  .sm_ta-left {
    text-align: left !important;
  }
  .sm_ta-right {
    text-align: right !important;
  }
  .sm_ta-center {
    text-align: center !important;
  }
  .sm_ta-justify {
    text-align: justify !important;
  }
  .sm_tt-lowercase {
    text-transform: lowercase !important;
  }
  .sm_tt-uppercase {
    text-transform: uppercase !important;
  }
  .sm_tt-none {
    text-transform: none !important;
  }
  .sm_td-none {
    text-decoration: none !important;
  }
  .sm_td-underline {
    text-decoration: underline !important;
  }
  .sm_f-left {
    float: left !important;
  }
  .sm_f-right {
    float: right !important;
  }
  .sm_cl-none {
    clear: none !important;
  }
  .sm_cl-both {
    clear: both !important;
  }
  .sm_cl-left {
    clear: left !important;
  }
  .sm_cl-right {
    clear: right !important;
  }
  .sm_d-none {
    display: none !important;
  }
  .sm_d-block {
    display: block !important;
  }
  .sm_d-inline {
    display: inline !important;
  }
  .sm_d-inline-block {
    display: inline-block !important;
  }
  .sm_d-flex {
    display: flex !important;
  }
  .sm_d-inline-flex {
    display: inline-flex !important;
  }
  .sm_d-table {
    display: table !important;
  }
  .sm_d-table-cell {
    display: table-cell !important;
  }
  .sm_d-grid {
    display: grid !important;
  }
  .sm_p-absolute {
    position: absolute !important;
  }
  .sm_p-relative {
    position: relative !important;
  }
  .sm_p-static {
    position: static !important;
  }
  .sm_p-fixed {
    position: fixed !important;
  }
  .sm_of-cover {
    object-fit: cover !important;
  }
  .sm_of-contain {
    object-fit: contain !important;
  }
  .sm_t-0 {
    top: 0px !important;
  }
  .sm_t-1 {
    top: 1px !important;
  }
  .sm_t-2 {
    top: 2px !important;
  }
  .sm_t-4 {
    top: 4px !important;
  }
  .sm_t-8 {
    top: 8px !important;
  }
  .sm_t-16 {
    top: 16px !important;
  }
  .sm_t-24 {
    top: 24px !important;
  }
  .sm_t-32 {
    top: 32px !important;
  }
  .sm_t-40 {
    top: 40px !important;
  }
  .sm_t-48 {
    top: 48px !important;
  }
  .sm_t-56 {
    top: 56px !important;
  }
  .sm_t-64 {
    top: 64px !important;
  }
  .sm_t-72 {
    top: 72px !important;
  }
  .sm_t-80 {
    top: 80px !important;
  }
  .sm_t-12 {
    top: 12px !important;
  }
  .sm_t-20 {
    top: 20px !important;
  }
  .sm_l-0 {
    left: 0px !important;
  }
  .sm_l-1 {
    left: 1px !important;
  }
  .sm_l-2 {
    left: 2px !important;
  }
  .sm_l-4 {
    left: 4px !important;
  }
  .sm_l-8 {
    left: 8px !important;
  }
  .sm_l-16 {
    left: 16px !important;
  }
  .sm_l-24 {
    left: 24px !important;
  }
  .sm_l-32 {
    left: 32px !important;
  }
  .sm_l-40 {
    left: 40px !important;
  }
  .sm_l-48 {
    left: 48px !important;
  }
  .sm_l-56 {
    left: 56px !important;
  }
  .sm_l-64 {
    left: 64px !important;
  }
  .sm_l-72 {
    left: 72px !important;
  }
  .sm_l-80 {
    left: 80px !important;
  }
  .sm_l-12 {
    left: 12px !important;
  }
  .sm_l-20 {
    left: 20px !important;
  }
  .sm_r-0 {
    right: 0px !important;
  }
  .sm_r-1 {
    right: 1px !important;
  }
  .sm_r-2 {
    right: 2px !important;
  }
  .sm_r-4 {
    right: 4px !important;
  }
  .sm_r-8 {
    right: 8px !important;
  }
  .sm_r-16 {
    right: 16px !important;
  }
  .sm_r-24 {
    right: 24px !important;
  }
  .sm_r-32 {
    right: 32px !important;
  }
  .sm_r-40 {
    right: 40px !important;
  }
  .sm_r-48 {
    right: 48px !important;
  }
  .sm_r-56 {
    right: 56px !important;
  }
  .sm_r-64 {
    right: 64px !important;
  }
  .sm_r-72 {
    right: 72px !important;
  }
  .sm_r-80 {
    right: 80px !important;
  }
  .sm_r-12 {
    right: 12px !important;
  }
  .sm_r-20 {
    right: 20px !important;
  }
  .sm_b-0 {
    bottom: 0px !important;
  }
  .sm_b-1 {
    bottom: 1px !important;
  }
  .sm_b-2 {
    bottom: 2px !important;
  }
  .sm_b-4 {
    bottom: 4px !important;
  }
  .sm_b-8 {
    bottom: 8px !important;
  }
  .sm_b-16 {
    bottom: 16px !important;
  }
  .sm_b-24 {
    bottom: 24px !important;
  }
  .sm_b-32 {
    bottom: 32px !important;
  }
  .sm_b-40 {
    bottom: 40px !important;
  }
  .sm_b-48 {
    bottom: 48px !important;
  }
  .sm_b-56 {
    bottom: 56px !important;
  }
  .sm_b-64 {
    bottom: 64px !important;
  }
  .sm_b-72 {
    bottom: 72px !important;
  }
  .sm_b-80 {
    bottom: 80px !important;
  }
  .sm_b-12 {
    bottom: 12px !important;
  }
  .sm_b-20 {
    bottom: 20px !important;
  }
  .sm_cls-1 {
    columns: 1 !important;
  }
  .sm_cls-2 {
    columns: 2 !important;
  }
  .sm_cls-3 {
    columns: 3 !important;
  }
  .sm_cls-4 {
    columns: 4 !important;
  }
  .sm_cls-5 {
    columns: 5 !important;
  }
  .sm_cls-6 {
    columns: 6 !important;
  }
  .sm_clc-1 {
    column-count: 1 !important;
  }
  .sm_clc-2 {
    column-count: 2 !important;
  }
  .sm_clc-3 {
    column-count: 3 !important;
  }
  .sm_clc-4 {
    column-count: 4 !important;
  }
  .sm_clc-5 {
    column-count: 5 !important;
  }
  .sm_clc-6 {
    column-count: 6 !important;
  }
  .sm_clg-0 {
    column-gap: 0px !important;
  }
  .sm_clg-4 {
    column-gap: 4px !important;
  }
  .sm_clg-8 {
    column-gap: 8px !important;
  }
  .sm_clg-16 {
    column-gap: 16px !important;
  }
  .sm_clg-24 {
    column-gap: 24px !important;
  }
  .sm_clg-32 {
    column-gap: 32px !important;
  }
  .sm_clg-40 {
    column-gap: 40px !important;
  }
  .sm_clg-80 {
    column-gap: 80px !important;
  }
  .sm_o-0 {
    opacity: 0 !important;
  }
  .sm_o-10 {
    opacity: 0.1 !important;
  }
  .sm_o-20 {
    opacity: 0.2 !important;
  }
  .sm_o-30 {
    opacity: 0.3 !important;
  }
  .sm_o-40 {
    opacity: 0.4 !important;
  }
  .sm_o-50 {
    opacity: 0.5 !important;
  }
  .sm_o-60 {
    opacity: 0.6 !important;
  }
  .sm_o-70 {
    opacity: 0.7 !important;
  }
  .sm_o-80 {
    opacity: 0.9 !important;
  }
  .sm_o-100 {
    opacity: 1 !important;
  }
  .sm_w-0 {
    width: 0 !important;
  }
  .sm_w-auto {
    width: auto !important;
  }
  .sm_w-half {
    width: 50% !important;
  }
  .sm_w-full {
    width: 100% !important;
  }
  .sm_w-window {
    width: 100vw !important;
  }
  .sm_w-8 {
    width: 8px !important;
  }
  .sm_w-16 {
    width: 16px !important;
  }
  .sm_w-32 {
    width: 32px !important;
  }
  .sm_w-56 {
    width: 56px !important;
  }
  .sm_w-64 {
    width: 64px !important;
  }
  .sm_w-96 {
    width: 96px !important;
  }
  .sm_w-128 {
    width: 128px !important;
  }
  .sm_w-256 {
    width: 256px !important;
  }
  .sm_w-512 {
    width: 512px !important;
  }
  .sm_w-100 {
    width: 100px !important;
  }
  .sm_w-200 {
    width: 200px !important;
  }
  .sm_w-300 {
    width: 300px !important;
  }
  .sm_w-400 {
    width: 400px !important;
  }
  .sm_w-500 {
    width: 500px !important;
  }
  .sm_w-600 {
    width: 600px !important;
  }
  .sm_h-0 {
    height: 0 !important;
  }
  .sm_h-auto {
    height: auto !important;
  }
  .sm_h-half {
    height: 50% !important;
  }
  .sm_h-full {
    height: 100% !important;
  }
  .sm_h-window {
    height: 100vh !important;
  }
  .sm_h-8 {
    height: 8px !important;
  }
  .sm_h-16 {
    height: 16px !important;
  }
  .sm_h-32 {
    height: 32px !important;
  }
  .sm_h-56 {
    height: 56px !important;
  }
  .sm_h-64 {
    height: 64px !important;
  }
  .sm_h-96 {
    height: 96px !important;
  }
  .sm_h-128 {
    height: 128px !important;
  }
  .sm_h-256 {
    height: 256px !important;
  }
  .sm_h-512 {
    height: 512px !important;
  }
  .sm_h-100 {
    height: 100px !important;
  }
  .sm_h-200 {
    height: 200px !important;
  }
  .sm_h-300 {
    height: 300px !important;
  }
  .sm_h-400 {
    height: 400px !important;
  }
  .sm_h-500 {
    height: 500px !important;
  }
  .sm_h-600 {
    height: 600px !important;
  }
  .sm_maxw-0 {
    max-width: 0px !important;
  }
  .sm_maxw-1 {
    max-width: 1px !important;
  }
  .sm_maxw-128 {
    max-width: 128px !important;
  }
  .sm_maxw-256 {
    max-width: 256px !important;
  }
  .sm_maxw-512 {
    max-width: 512px !important;
  }
  .sm_maxw-640 {
    max-width: 640px !important;
  }
  .sm_maxw-auto {
    max-width: auto !important;
  }
  .sm_maxw-half {
    max-width: 50% !important;
  }
  .sm_maxw-full {
    max-width: 100% !important;
  }
  .sm_maxw-window {
    max-width: 100vw !important;
  }
  .sm_maxh-0 {
    max-height: 0px !important;
  }
  .sm_maxh-1 {
    max-height: 1px !important;
  }
  .sm_maxh-128 {
    max-height: 128px !important;
  }
  .sm_maxh-256 {
    max-height: 256px !important;
  }
  .sm_maxh-512 {
    max-height: 512px !important;
  }
  .sm_maxh-640 {
    max-height: 640px !important;
  }
  .sm_maxh-auto {
    max-height: auto !important;
  }
  .sm_maxh-half {
    max-height: 50% !important;
  }
  .sm_maxh-full {
    max-height: 100% !important;
  }
  .sm_maxh-window {
    max-height: 100vh !important;
  }
  .sm_minw-0 {
    min-width: 0px !important;
  }
  .sm_minw-1 {
    min-width: 1px !important;
  }
  .sm_minw-128 {
    min-width: 128px !important;
  }
  .sm_minw-256 {
    min-width: 256px !important;
  }
  .sm_minw-512 {
    min-width: 512px !important;
  }
  .sm_minw-640 {
    min-width: 640px !important;
  }
  .sm_minw-auto {
    min-width: auto !important;
  }
  .sm_minw-half {
    min-width: 50% !important;
  }
  .sm_minw-full {
    min-width: 100% !important;
  }
  .sm_minw-window {
    min-width: 100vw !important;
  }
  .sm_minh-0 {
    min-height: 0px !important;
  }
  .sm_minh-1 {
    min-height: 1px !important;
  }
  .sm_minh-128 {
    min-height: 128px !important;
  }
  .sm_minh-256 {
    min-height: 256px !important;
  }
  .sm_minh-512 {
    min-height: 512px !important;
  }
  .sm_minh-640 {
    min-height: 640px !important;
  }
  .sm_minh-auto {
    min-height: auto !important;
  }
  .sm_minh-half {
    min-height: 50% !important;
  }
  .sm_minh-full {
    min-height: 100% !important;
  }
  .sm_minh-window {
    min-height: 100vh !important;
  }
  .sm_ws-nowrap {
    white-space: nowrap !important;
  }
  .sm_ls-none {
    list-style: none !important;
  }
  .sm_ls-default {
    list-style: disc inside !important;
  }
  .sm_lsp-inside {
    list-style-position: inside !important;
  }
  .sm_lst-disc {
    list-style-type: disc !important;
  }
  .sm_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .sm_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .sm_bxsh-none {
    box-shadow: none !important;
  }
  .sm_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .sm_jc-center {
    justify-content: center !important;
  }
  .sm_jc-space-between {
    justify-content: space-between !important;
  }
  .sm_ov-auto {
    overflow: auto !important;
  }
  .sm_ov-hidden {
    overflow: hidden !important;
  }
  .sm_ov-visible {
    overflow: visible !important;
  }
  .sm_od-0 {
    order: 0 !important;
  }
  .sm_od-1 {
    order: 1 !important;
  }
  .sm_od-2 {
    order: 2 !important;
  }
  .sm_od-3 {
    order: 3 !important;
  }
  .sm_od-4 {
    order: 4 !important;
  }
  .sm_od-5 {
    order: 5 !important;
  }
  .sm_od-6 {
    order: 6 !important;
  }
  .sm_od-7 {
    order: 7 !important;
  }
  .sm_od-8 {
    order: 8 !important;
  }
  .sm_od-9 {
    order: 9 !important;
  }
  .sm_od-10 {
    order: 10 !important;
  }
  .sm_od-11 {
    order: 11 !important;
  }
  .sm_od-12 {
    order: 12 !important;
  }
  .sm_ai-center {
    align-items: center !important;
  }
  .sm_flg-1 {
    flex-grow: 1 !important;
  }
  .sm_flg-2 {
    flex-grow: 2 !important;
  }
  .sm_flg-3 {
    flex-grow: 3 !important;
  }
  .sm_flg-4 {
    flex-grow: 4 !important;
  }
  .sm_flb-0 {
    flex-basis: 0 !important;
  }
  .sm_fld-column {
    flex-direction: column !important;
  }
  .sm_fld-row {
    flex-direction: row !important;
  }
  .sm_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm_flw-wrap {
    flex-wrap: wrap !important;
  }
  .sm_g-0 {
    gap: 0px !important;
  }
  .sm_g-1 {
    gap: 1px !important;
  }
  .sm_g-2 {
    gap: 2px !important;
  }
  .sm_g-4 {
    gap: 4px !important;
  }
  .sm_g-8 {
    gap: 8px !important;
  }
  .sm_g-16 {
    gap: 16px !important;
  }
  .sm_g-24 {
    gap: 24px !important;
  }
  .sm_g-32 {
    gap: 32px !important;
  }
  .sm_g-40 {
    gap: 40px !important;
  }
  .sm_g-48 {
    gap: 48px !important;
  }
  .sm_g-56 {
    gap: 56px !important;
  }
  .sm_g-64 {
    gap: 64px !important;
  }
  .sm_g-72 {
    gap: 72px !important;
  }
  .sm_g-80 {
    gap: 80px !important;
  }
  .sm_g-12 {
    gap: 12px !important;
  }
  .sm_g-20 {
    gap: 20px !important;
  }
  .sm_z-1 {
    z-index: 1 !important;
  }
  .sm_z-2 {
    z-index: 2 !important;
  }
  .sm_z-3 {
    z-index: 3 !important;
  }
  .sm_z-4 {
    z-index: 4 !important;
  }
  .sm_c-black {
    color: #000 !important;
  }
  .sm_bgc-black {
    background-color: #000 !important;
  }
  .sm_bc-black {
    border-color: #000 !important;
  }
  .sm_c-333 {
    color: #333 !important;
  }
  .sm_bgc-333 {
    background-color: #333 !important;
  }
  .sm_bc-333 {
    border-color: #333 !important;
  }
  .sm_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .sm_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .sm_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .sm_c-666 {
    color: #666 !important;
  }
  .sm_bgc-666 {
    background-color: #666 !important;
  }
  .sm_bc-666 {
    border-color: #666 !important;
  }
  .sm_c-999 {
    color: #999 !important;
  }
  .sm_bgc-999 {
    background-color: #999 !important;
  }
  .sm_bc-999 {
    border-color: #999 !important;
  }
  .sm_c-ccc {
    color: #ccc !important;
  }
  .sm_bgc-ccc {
    background-color: #ccc !important;
  }
  .sm_bc-ccc {
    border-color: #ccc !important;
  }
  .sm_c-ddd {
    color: #ddd !important;
  }
  .sm_bgc-ddd {
    background-color: #ddd !important;
  }
  .sm_bc-ddd {
    border-color: #ddd !important;
  }
  .sm_c-eee {
    color: #eee !important;
  }
  .sm_bgc-eee {
    background-color: #eee !important;
  }
  .sm_bc-eee {
    border-color: #eee !important;
  }
  .sm_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .sm_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .sm_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .sm_c-white {
    color: #fff !important;
  }
  .sm_bgc-white {
    background-color: #fff !important;
  }
  .sm_bc-white {
    border-color: #fff !important;
  }
  .sm_c-primary {
    color: #1D312C !important;
  }
  .sm_bgc-primary {
    background-color: #1D312C !important;
  }
  .sm_bc-primary {
    border-color: #1D312C !important;
  }
  .sm_c-secondary {
    color: #1D312C !important;
  }
  .sm_bgc-secondary {
    background-color: #1D312C !important;
  }
  .sm_bc-secondary {
    border-color: #1D312C !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-gray-light-01 {
    color: #f2f2f2 !important;
  }
  .sm_bgc-gray-light-01 {
    background-color: #f2f2f2 !important;
  }
  .sm_bc-gray-light-01 {
    border-color: #f2f2f2 !important;
  }
  .sm_c-gray-light-02 {
    color: #e9e9e9 !important;
  }
  .sm_bgc-gray-light-02 {
    background-color: #e9e9e9 !important;
  }
  .sm_bc-gray-light-02 {
    border-color: #e9e9e9 !important;
  }
  .sm_c-gray-light-03 {
    color: #dddddd !important;
  }
  .sm_bgc-gray-light-03 {
    background-color: #dddddd !important;
  }
  .sm_bc-gray-light-03 {
    border-color: #dddddd !important;
  }
  .sm_c-gray-light-04 {
    color: #cccccc !important;
  }
  .sm_bgc-gray-light-04 {
    background-color: #cccccc !important;
  }
  .sm_bc-gray-light-04 {
    border-color: #cccccc !important;
  }
  .sm_c-dark-gray-dark-01 {
    color: #333333 !important;
  }
  .sm_bgc-dark-gray-dark-01 {
    background-color: #333333 !important;
  }
  .sm_bc-dark-gray-dark-01 {
    border-color: #333333 !important;
  }
  .sm_c-dark-gray-dark-02 {
    color: #666666 !important;
  }
  .sm_bgc-dark-gray-dark-02 {
    background-color: #666666 !important;
  }
  .sm_bc-dark-gray-dark-02 {
    border-color: #666666 !important;
  }
  .sm_c-dark-gray-dark-03 {
    color: #888888 !important;
  }
  .sm_bgc-dark-gray-dark-03 {
    background-color: #888888 !important;
  }
  .sm_bc-dark-gray-dark-03 {
    border-color: #888888 !important;
  }
  .sm_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .sm_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .sm_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .sm_c-site-black {
    color: #2c2823 !important;
  }
  .sm_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .sm_bc-site-black {
    border-color: #2c2823 !important;
  }
  .sm_c-site-green {
    color: #00453d !important;
  }
  .sm_bgc-site-green {
    background-color: #00453d !important;
  }
  .sm_bc-site-green {
    border-color: #00453d !important;
  }
  .sm_c-site-brown {
    color: #482f0c !important;
  }
  .sm_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .sm_bc-site-brown {
    border-color: #482f0c !important;
  }
  .sm_c-site-red {
    color: #501305 !important;
  }
  .sm_bgc-site-red {
    background-color: #501305 !important;
  }
  .sm_bc-site-red {
    border-color: #501305 !important;
  }
  .sm_c-site-pink {
    color: #f5b9a7 !important;
  }
  .sm_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .sm_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .sm_c-site-yellow {
    color: #ffb960 !important;
  }
  .sm_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .sm_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .sm_c-site-blue {
    color: #6af7e7 !important;
  }
  .sm_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .sm_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .sm_c-dark {
    color: #272420 !important;
  }
  .sm_bgc-dark {
    background-color: #272420 !important;
  }
  .sm_bc-dark {
    border-color: #272420 !important;
  }
  .sm_a-primary {
    color: #1D312C !important;
    transition: all ease-in-out 300ms;
  }
  .sm_a-primary:hover {
    color: #000000 !important;
  }
  .sm_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .sm_a-default:hover {
    color: #1D312C !important;
  }
  .sm_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .sm_a-decoration:hover {
    color: #1D312C !important;
  }
  .sm_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sm_invisible {
    display: none !important;
  }
  .sm_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 768px) {
  .md_pa-0 {
    padding: 0px !important;
  }
  .md_pa-1 {
    padding: 1px !important;
  }
  .md_pa-2 {
    padding: 2px !important;
  }
  .md_pa-4 {
    padding: 4px !important;
  }
  .md_pa-8 {
    padding: 8px !important;
  }
  .md_pa-16 {
    padding: 16px !important;
  }
  .md_pa-24 {
    padding: 24px !important;
  }
  .md_pa-32 {
    padding: 32px !important;
  }
  .md_pa-40 {
    padding: 40px !important;
  }
  .md_pa-48 {
    padding: 48px !important;
  }
  .md_pa-56 {
    padding: 56px !important;
  }
  .md_pa-64 {
    padding: 64px !important;
  }
  .md_pa-72 {
    padding: 72px !important;
  }
  .md_pa-80 {
    padding: 80px !important;
  }
  .md_pa-12 {
    padding: 12px !important;
  }
  .md_pa-20 {
    padding: 20px !important;
  }
  .md_pt-0 {
    padding-top: 0px !important;
  }
  .md_pt-1 {
    padding-top: 1px !important;
  }
  .md_pt-2 {
    padding-top: 2px !important;
  }
  .md_pt-4 {
    padding-top: 4px !important;
  }
  .md_pt-8 {
    padding-top: 8px !important;
  }
  .md_pt-16 {
    padding-top: 16px !important;
  }
  .md_pt-24 {
    padding-top: 24px !important;
  }
  .md_pt-32 {
    padding-top: 32px !important;
  }
  .md_pt-40 {
    padding-top: 40px !important;
  }
  .md_pt-48 {
    padding-top: 48px !important;
  }
  .md_pt-56 {
    padding-top: 56px !important;
  }
  .md_pt-64 {
    padding-top: 64px !important;
  }
  .md_pt-72 {
    padding-top: 72px !important;
  }
  .md_pt-80 {
    padding-top: 80px !important;
  }
  .md_pt-12 {
    padding-top: 12px !important;
  }
  .md_pt-20 {
    padding-top: 20px !important;
  }
  .md_pb-0 {
    padding-bottom: 0px !important;
  }
  .md_pb-1 {
    padding-bottom: 1px !important;
  }
  .md_pb-2 {
    padding-bottom: 2px !important;
  }
  .md_pb-4 {
    padding-bottom: 4px !important;
  }
  .md_pb-8 {
    padding-bottom: 8px !important;
  }
  .md_pb-16 {
    padding-bottom: 16px !important;
  }
  .md_pb-24 {
    padding-bottom: 24px !important;
  }
  .md_pb-32 {
    padding-bottom: 32px !important;
  }
  .md_pb-40 {
    padding-bottom: 40px !important;
  }
  .md_pb-48 {
    padding-bottom: 48px !important;
  }
  .md_pb-56 {
    padding-bottom: 56px !important;
  }
  .md_pb-64 {
    padding-bottom: 64px !important;
  }
  .md_pb-72 {
    padding-bottom: 72px !important;
  }
  .md_pb-80 {
    padding-bottom: 80px !important;
  }
  .md_pb-12 {
    padding-bottom: 12px !important;
  }
  .md_pb-20 {
    padding-bottom: 20px !important;
  }
  .md_pl-0 {
    padding-left: 0px !important;
  }
  .md_pl-1 {
    padding-left: 1px !important;
  }
  .md_pl-2 {
    padding-left: 2px !important;
  }
  .md_pl-4 {
    padding-left: 4px !important;
  }
  .md_pl-8 {
    padding-left: 8px !important;
  }
  .md_pl-16 {
    padding-left: 16px !important;
  }
  .md_pl-24 {
    padding-left: 24px !important;
  }
  .md_pl-32 {
    padding-left: 32px !important;
  }
  .md_pl-40 {
    padding-left: 40px !important;
  }
  .md_pl-48 {
    padding-left: 48px !important;
  }
  .md_pl-56 {
    padding-left: 56px !important;
  }
  .md_pl-64 {
    padding-left: 64px !important;
  }
  .md_pl-72 {
    padding-left: 72px !important;
  }
  .md_pl-80 {
    padding-left: 80px !important;
  }
  .md_pl-12 {
    padding-left: 12px !important;
  }
  .md_pl-20 {
    padding-left: 20px !important;
  }
  .md_pr-0 {
    padding-right: 0px !important;
  }
  .md_pr-1 {
    padding-right: 1px !important;
  }
  .md_pr-2 {
    padding-right: 2px !important;
  }
  .md_pr-4 {
    padding-right: 4px !important;
  }
  .md_pr-8 {
    padding-right: 8px !important;
  }
  .md_pr-16 {
    padding-right: 16px !important;
  }
  .md_pr-24 {
    padding-right: 24px !important;
  }
  .md_pr-32 {
    padding-right: 32px !important;
  }
  .md_pr-40 {
    padding-right: 40px !important;
  }
  .md_pr-48 {
    padding-right: 48px !important;
  }
  .md_pr-56 {
    padding-right: 56px !important;
  }
  .md_pr-64 {
    padding-right: 64px !important;
  }
  .md_pr-72 {
    padding-right: 72px !important;
  }
  .md_pr-80 {
    padding-right: 80px !important;
  }
  .md_pr-12 {
    padding-right: 12px !important;
  }
  .md_pr-20 {
    padding-right: 20px !important;
  }
  .md_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .md_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .md_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .md_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .md_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .md_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .md_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .md_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .md_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .md_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .md_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .md_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md_py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .md_py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .md_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .md_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .md_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .md_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .md_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .md_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .md_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .md_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .md_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .md_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .md_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md_px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .md_px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .md_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .md_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .md_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .md_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .md_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .md_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .md_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .md_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .md_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .md_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .md_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .md_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .md_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .md_my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .md_my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .md_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .md_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .md_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .md_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .md_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .md_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .md_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .md_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .md_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .md_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .md_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .md_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .md_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .md_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .md_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .md_mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .md_mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !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_ma-12 {
    margin: 12px !important;
  }
  .md_ma-20 {
    margin: 20px !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_mt-12 {
    margin-top: 12px !important;
  }
  .md_mt-20 {
    margin-top: 20px !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_mb-12 {
    margin-bottom: 12px !important;
  }
  .md_mb-20 {
    margin-bottom: 20px !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_ml-12 {
    margin-left: 12px !important;
  }
  .md_ml-20 {
    margin-left: 20px !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_mr-12 {
    margin-right: 12px !important;
  }
  .md_mr-20 {
    margin-right: 20px !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-24 {
    border-radius: 24px !important;
  }
  .md_rd-32 {
    border-radius: 32px !important;
  }
  .md_rd-half {
    border-radius: 50% !important;
  }
  .md_fs-10 {
    font-size: 10px !important;
  }
  .md_fs-12 {
    font-size: 12px !important;
  }
  .md_fs-14 {
    font-size: 14px !important;
  }
  .md_fs-16 {
    font-size: 16px !important;
  }
  .md_fs-18 {
    font-size: 18px !important;
  }
  .md_fs-20 {
    font-size: 20px !important;
  }
  .md_fs-24 {
    font-size: 24px !important;
  }
  .md_fs-32 {
    font-size: 32px !important;
  }
  .md_fs-48 {
    font-size: 48px !important;
  }
  .md_fs-64 {
    font-size: 64px !important;
  }
  .md_fs-small {
    font-size: smaller !important;
  }
  .md_fw-300 {
    font-weight: 300 !important;
  }
  .md_fw-400 {
    font-weight: 400 !important;
  }
  .md_fw-500 {
    font-weight: 500 !important;
  }
  .md_fw-600 {
    font-weight: 600 !important;
  }
  .md_fw-700 {
    font-weight: 700 !important;
  }
  .md_fw-900 {
    font-weight: 900 !important;
  }
  .md_fw-normal {
    font-weight: normal !important;
  }
  .md_fw-bold {
    font-weight: bold !important;
  }
  .md_fl-italic {
    font-style: italic !important;
  }
  .md_lh-1 {
    line-height: 1 !important;
  }
  .md_lh-10 {
    line-height: 10px !important;
  }
  .md_lh-12 {
    line-height: 12px !important;
  }
  .md_lh-14 {
    line-height: 14px !important;
  }
  .md_lh-16 {
    line-height: 16px !important;
  }
  .md_lh-18 {
    line-height: 18px !important;
  }
  .md_lh-20 {
    line-height: 20px !important;
  }
  .md_lh-24 {
    line-height: 24px !important;
  }
  .md_lh-26 {
    line-height: 26px !important;
  }
  .md_lh-28 {
    line-height: 28px !important;
  }
  .md_lh-32 {
    line-height: 32px !important;
  }
  .md_lh-40 {
    line-height: 40px !important;
  }
  .md_lh-48 {
    line-height: 48px !important;
  }
  .md_lh-64 {
    line-height: 64px !important;
  }
  .md_ta-left {
    text-align: left !important;
  }
  .md_ta-right {
    text-align: right !important;
  }
  .md_ta-center {
    text-align: center !important;
  }
  .md_ta-justify {
    text-align: justify !important;
  }
  .md_tt-lowercase {
    text-transform: lowercase !important;
  }
  .md_tt-uppercase {
    text-transform: uppercase !important;
  }
  .md_tt-none {
    text-transform: none !important;
  }
  .md_td-none {
    text-decoration: none !important;
  }
  .md_td-underline {
    text-decoration: underline !important;
  }
  .md_f-left {
    float: left !important;
  }
  .md_f-right {
    float: right !important;
  }
  .md_cl-none {
    clear: none !important;
  }
  .md_cl-both {
    clear: both !important;
  }
  .md_cl-left {
    clear: left !important;
  }
  .md_cl-right {
    clear: right !important;
  }
  .md_d-none {
    display: none !important;
  }
  .md_d-block {
    display: block !important;
  }
  .md_d-inline {
    display: inline !important;
  }
  .md_d-inline-block {
    display: inline-block !important;
  }
  .md_d-flex {
    display: flex !important;
  }
  .md_d-inline-flex {
    display: inline-flex !important;
  }
  .md_d-table {
    display: table !important;
  }
  .md_d-table-cell {
    display: table-cell !important;
  }
  .md_d-grid {
    display: grid !important;
  }
  .md_p-absolute {
    position: absolute !important;
  }
  .md_p-relative {
    position: relative !important;
  }
  .md_p-static {
    position: static !important;
  }
  .md_p-fixed {
    position: fixed !important;
  }
  .md_of-cover {
    object-fit: cover !important;
  }
  .md_of-contain {
    object-fit: contain !important;
  }
  .md_t-0 {
    top: 0px !important;
  }
  .md_t-1 {
    top: 1px !important;
  }
  .md_t-2 {
    top: 2px !important;
  }
  .md_t-4 {
    top: 4px !important;
  }
  .md_t-8 {
    top: 8px !important;
  }
  .md_t-16 {
    top: 16px !important;
  }
  .md_t-24 {
    top: 24px !important;
  }
  .md_t-32 {
    top: 32px !important;
  }
  .md_t-40 {
    top: 40px !important;
  }
  .md_t-48 {
    top: 48px !important;
  }
  .md_t-56 {
    top: 56px !important;
  }
  .md_t-64 {
    top: 64px !important;
  }
  .md_t-72 {
    top: 72px !important;
  }
  .md_t-80 {
    top: 80px !important;
  }
  .md_t-12 {
    top: 12px !important;
  }
  .md_t-20 {
    top: 20px !important;
  }
  .md_l-0 {
    left: 0px !important;
  }
  .md_l-1 {
    left: 1px !important;
  }
  .md_l-2 {
    left: 2px !important;
  }
  .md_l-4 {
    left: 4px !important;
  }
  .md_l-8 {
    left: 8px !important;
  }
  .md_l-16 {
    left: 16px !important;
  }
  .md_l-24 {
    left: 24px !important;
  }
  .md_l-32 {
    left: 32px !important;
  }
  .md_l-40 {
    left: 40px !important;
  }
  .md_l-48 {
    left: 48px !important;
  }
  .md_l-56 {
    left: 56px !important;
  }
  .md_l-64 {
    left: 64px !important;
  }
  .md_l-72 {
    left: 72px !important;
  }
  .md_l-80 {
    left: 80px !important;
  }
  .md_l-12 {
    left: 12px !important;
  }
  .md_l-20 {
    left: 20px !important;
  }
  .md_r-0 {
    right: 0px !important;
  }
  .md_r-1 {
    right: 1px !important;
  }
  .md_r-2 {
    right: 2px !important;
  }
  .md_r-4 {
    right: 4px !important;
  }
  .md_r-8 {
    right: 8px !important;
  }
  .md_r-16 {
    right: 16px !important;
  }
  .md_r-24 {
    right: 24px !important;
  }
  .md_r-32 {
    right: 32px !important;
  }
  .md_r-40 {
    right: 40px !important;
  }
  .md_r-48 {
    right: 48px !important;
  }
  .md_r-56 {
    right: 56px !important;
  }
  .md_r-64 {
    right: 64px !important;
  }
  .md_r-72 {
    right: 72px !important;
  }
  .md_r-80 {
    right: 80px !important;
  }
  .md_r-12 {
    right: 12px !important;
  }
  .md_r-20 {
    right: 20px !important;
  }
  .md_b-0 {
    bottom: 0px !important;
  }
  .md_b-1 {
    bottom: 1px !important;
  }
  .md_b-2 {
    bottom: 2px !important;
  }
  .md_b-4 {
    bottom: 4px !important;
  }
  .md_b-8 {
    bottom: 8px !important;
  }
  .md_b-16 {
    bottom: 16px !important;
  }
  .md_b-24 {
    bottom: 24px !important;
  }
  .md_b-32 {
    bottom: 32px !important;
  }
  .md_b-40 {
    bottom: 40px !important;
  }
  .md_b-48 {
    bottom: 48px !important;
  }
  .md_b-56 {
    bottom: 56px !important;
  }
  .md_b-64 {
    bottom: 64px !important;
  }
  .md_b-72 {
    bottom: 72px !important;
  }
  .md_b-80 {
    bottom: 80px !important;
  }
  .md_b-12 {
    bottom: 12px !important;
  }
  .md_b-20 {
    bottom: 20px !important;
  }
  .md_cls-1 {
    columns: 1 !important;
  }
  .md_cls-2 {
    columns: 2 !important;
  }
  .md_cls-3 {
    columns: 3 !important;
  }
  .md_cls-4 {
    columns: 4 !important;
  }
  .md_cls-5 {
    columns: 5 !important;
  }
  .md_cls-6 {
    columns: 6 !important;
  }
  .md_clc-1 {
    column-count: 1 !important;
  }
  .md_clc-2 {
    column-count: 2 !important;
  }
  .md_clc-3 {
    column-count: 3 !important;
  }
  .md_clc-4 {
    column-count: 4 !important;
  }
  .md_clc-5 {
    column-count: 5 !important;
  }
  .md_clc-6 {
    column-count: 6 !important;
  }
  .md_clg-0 {
    column-gap: 0px !important;
  }
  .md_clg-4 {
    column-gap: 4px !important;
  }
  .md_clg-8 {
    column-gap: 8px !important;
  }
  .md_clg-16 {
    column-gap: 16px !important;
  }
  .md_clg-24 {
    column-gap: 24px !important;
  }
  .md_clg-32 {
    column-gap: 32px !important;
  }
  .md_clg-40 {
    column-gap: 40px !important;
  }
  .md_clg-80 {
    column-gap: 80px !important;
  }
  .md_o-0 {
    opacity: 0 !important;
  }
  .md_o-10 {
    opacity: 0.1 !important;
  }
  .md_o-20 {
    opacity: 0.2 !important;
  }
  .md_o-30 {
    opacity: 0.3 !important;
  }
  .md_o-40 {
    opacity: 0.4 !important;
  }
  .md_o-50 {
    opacity: 0.5 !important;
  }
  .md_o-60 {
    opacity: 0.6 !important;
  }
  .md_o-70 {
    opacity: 0.7 !important;
  }
  .md_o-80 {
    opacity: 0.9 !important;
  }
  .md_o-100 {
    opacity: 1 !important;
  }
  .md_w-0 {
    width: 0 !important;
  }
  .md_w-auto {
    width: auto !important;
  }
  .md_w-half {
    width: 50% !important;
  }
  .md_w-full {
    width: 100% !important;
  }
  .md_w-window {
    width: 100vw !important;
  }
  .md_w-8 {
    width: 8px !important;
  }
  .md_w-16 {
    width: 16px !important;
  }
  .md_w-32 {
    width: 32px !important;
  }
  .md_w-56 {
    width: 56px !important;
  }
  .md_w-64 {
    width: 64px !important;
  }
  .md_w-96 {
    width: 96px !important;
  }
  .md_w-128 {
    width: 128px !important;
  }
  .md_w-256 {
    width: 256px !important;
  }
  .md_w-512 {
    width: 512px !important;
  }
  .md_w-100 {
    width: 100px !important;
  }
  .md_w-200 {
    width: 200px !important;
  }
  .md_w-300 {
    width: 300px !important;
  }
  .md_w-400 {
    width: 400px !important;
  }
  .md_w-500 {
    width: 500px !important;
  }
  .md_w-600 {
    width: 600px !important;
  }
  .md_h-0 {
    height: 0 !important;
  }
  .md_h-auto {
    height: auto !important;
  }
  .md_h-half {
    height: 50% !important;
  }
  .md_h-full {
    height: 100% !important;
  }
  .md_h-window {
    height: 100vh !important;
  }
  .md_h-8 {
    height: 8px !important;
  }
  .md_h-16 {
    height: 16px !important;
  }
  .md_h-32 {
    height: 32px !important;
  }
  .md_h-56 {
    height: 56px !important;
  }
  .md_h-64 {
    height: 64px !important;
  }
  .md_h-96 {
    height: 96px !important;
  }
  .md_h-128 {
    height: 128px !important;
  }
  .md_h-256 {
    height: 256px !important;
  }
  .md_h-512 {
    height: 512px !important;
  }
  .md_h-100 {
    height: 100px !important;
  }
  .md_h-200 {
    height: 200px !important;
  }
  .md_h-300 {
    height: 300px !important;
  }
  .md_h-400 {
    height: 400px !important;
  }
  .md_h-500 {
    height: 500px !important;
  }
  .md_h-600 {
    height: 600px !important;
  }
  .md_maxw-0 {
    max-width: 0px !important;
  }
  .md_maxw-1 {
    max-width: 1px !important;
  }
  .md_maxw-128 {
    max-width: 128px !important;
  }
  .md_maxw-256 {
    max-width: 256px !important;
  }
  .md_maxw-512 {
    max-width: 512px !important;
  }
  .md_maxw-640 {
    max-width: 640px !important;
  }
  .md_maxw-auto {
    max-width: auto !important;
  }
  .md_maxw-half {
    max-width: 50% !important;
  }
  .md_maxw-full {
    max-width: 100% !important;
  }
  .md_maxw-window {
    max-width: 100vw !important;
  }
  .md_maxh-0 {
    max-height: 0px !important;
  }
  .md_maxh-1 {
    max-height: 1px !important;
  }
  .md_maxh-128 {
    max-height: 128px !important;
  }
  .md_maxh-256 {
    max-height: 256px !important;
  }
  .md_maxh-512 {
    max-height: 512px !important;
  }
  .md_maxh-640 {
    max-height: 640px !important;
  }
  .md_maxh-auto {
    max-height: auto !important;
  }
  .md_maxh-half {
    max-height: 50% !important;
  }
  .md_maxh-full {
    max-height: 100% !important;
  }
  .md_maxh-window {
    max-height: 100vh !important;
  }
  .md_minw-0 {
    min-width: 0px !important;
  }
  .md_minw-1 {
    min-width: 1px !important;
  }
  .md_minw-128 {
    min-width: 128px !important;
  }
  .md_minw-256 {
    min-width: 256px !important;
  }
  .md_minw-512 {
    min-width: 512px !important;
  }
  .md_minw-640 {
    min-width: 640px !important;
  }
  .md_minw-auto {
    min-width: auto !important;
  }
  .md_minw-half {
    min-width: 50% !important;
  }
  .md_minw-full {
    min-width: 100% !important;
  }
  .md_minw-window {
    min-width: 100vw !important;
  }
  .md_minh-0 {
    min-height: 0px !important;
  }
  .md_minh-1 {
    min-height: 1px !important;
  }
  .md_minh-128 {
    min-height: 128px !important;
  }
  .md_minh-256 {
    min-height: 256px !important;
  }
  .md_minh-512 {
    min-height: 512px !important;
  }
  .md_minh-640 {
    min-height: 640px !important;
  }
  .md_minh-auto {
    min-height: auto !important;
  }
  .md_minh-half {
    min-height: 50% !important;
  }
  .md_minh-full {
    min-height: 100% !important;
  }
  .md_minh-window {
    min-height: 100vh !important;
  }
  .md_ws-nowrap {
    white-space: nowrap !important;
  }
  .md_ls-none {
    list-style: none !important;
  }
  .md_ls-default {
    list-style: disc inside !important;
  }
  .md_lsp-inside {
    list-style-position: inside !important;
  }
  .md_lst-disc {
    list-style-type: disc !important;
  }
  .md_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .md_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .md_bxsh-none {
    box-shadow: none !important;
  }
  .md_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .md_jc-center {
    justify-content: center !important;
  }
  .md_jc-space-between {
    justify-content: space-between !important;
  }
  .md_ov-auto {
    overflow: auto !important;
  }
  .md_ov-hidden {
    overflow: hidden !important;
  }
  .md_ov-visible {
    overflow: visible !important;
  }
  .md_od-0 {
    order: 0 !important;
  }
  .md_od-1 {
    order: 1 !important;
  }
  .md_od-2 {
    order: 2 !important;
  }
  .md_od-3 {
    order: 3 !important;
  }
  .md_od-4 {
    order: 4 !important;
  }
  .md_od-5 {
    order: 5 !important;
  }
  .md_od-6 {
    order: 6 !important;
  }
  .md_od-7 {
    order: 7 !important;
  }
  .md_od-8 {
    order: 8 !important;
  }
  .md_od-9 {
    order: 9 !important;
  }
  .md_od-10 {
    order: 10 !important;
  }
  .md_od-11 {
    order: 11 !important;
  }
  .md_od-12 {
    order: 12 !important;
  }
  .md_ai-center {
    align-items: center !important;
  }
  .md_flg-1 {
    flex-grow: 1 !important;
  }
  .md_flg-2 {
    flex-grow: 2 !important;
  }
  .md_flg-3 {
    flex-grow: 3 !important;
  }
  .md_flg-4 {
    flex-grow: 4 !important;
  }
  .md_flb-0 {
    flex-basis: 0 !important;
  }
  .md_fld-column {
    flex-direction: column !important;
  }
  .md_fld-row {
    flex-direction: row !important;
  }
  .md_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .md_flw-wrap {
    flex-wrap: wrap !important;
  }
  .md_g-0 {
    gap: 0px !important;
  }
  .md_g-1 {
    gap: 1px !important;
  }
  .md_g-2 {
    gap: 2px !important;
  }
  .md_g-4 {
    gap: 4px !important;
  }
  .md_g-8 {
    gap: 8px !important;
  }
  .md_g-16 {
    gap: 16px !important;
  }
  .md_g-24 {
    gap: 24px !important;
  }
  .md_g-32 {
    gap: 32px !important;
  }
  .md_g-40 {
    gap: 40px !important;
  }
  .md_g-48 {
    gap: 48px !important;
  }
  .md_g-56 {
    gap: 56px !important;
  }
  .md_g-64 {
    gap: 64px !important;
  }
  .md_g-72 {
    gap: 72px !important;
  }
  .md_g-80 {
    gap: 80px !important;
  }
  .md_g-12 {
    gap: 12px !important;
  }
  .md_g-20 {
    gap: 20px !important;
  }
  .md_z-1 {
    z-index: 1 !important;
  }
  .md_z-2 {
    z-index: 2 !important;
  }
  .md_z-3 {
    z-index: 3 !important;
  }
  .md_z-4 {
    z-index: 4 !important;
  }
  .md_c-black {
    color: #000 !important;
  }
  .md_bgc-black {
    background-color: #000 !important;
  }
  .md_bc-black {
    border-color: #000 !important;
  }
  .md_c-333 {
    color: #333 !important;
  }
  .md_bgc-333 {
    background-color: #333 !important;
  }
  .md_bc-333 {
    border-color: #333 !important;
  }
  .md_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .md_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .md_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .md_c-666 {
    color: #666 !important;
  }
  .md_bgc-666 {
    background-color: #666 !important;
  }
  .md_bc-666 {
    border-color: #666 !important;
  }
  .md_c-999 {
    color: #999 !important;
  }
  .md_bgc-999 {
    background-color: #999 !important;
  }
  .md_bc-999 {
    border-color: #999 !important;
  }
  .md_c-ccc {
    color: #ccc !important;
  }
  .md_bgc-ccc {
    background-color: #ccc !important;
  }
  .md_bc-ccc {
    border-color: #ccc !important;
  }
  .md_c-ddd {
    color: #ddd !important;
  }
  .md_bgc-ddd {
    background-color: #ddd !important;
  }
  .md_bc-ddd {
    border-color: #ddd !important;
  }
  .md_c-eee {
    color: #eee !important;
  }
  .md_bgc-eee {
    background-color: #eee !important;
  }
  .md_bc-eee {
    border-color: #eee !important;
  }
  .md_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .md_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .md_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .md_c-white {
    color: #fff !important;
  }
  .md_bgc-white {
    background-color: #fff !important;
  }
  .md_bc-white {
    border-color: #fff !important;
  }
  .md_c-primary {
    color: #1D312C !important;
  }
  .md_bgc-primary {
    background-color: #1D312C !important;
  }
  .md_bc-primary {
    border-color: #1D312C !important;
  }
  .md_c-secondary {
    color: #1D312C !important;
  }
  .md_bgc-secondary {
    background-color: #1D312C !important;
  }
  .md_bc-secondary {
    border-color: #1D312C !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-gray-light-01 {
    color: #f2f2f2 !important;
  }
  .md_bgc-gray-light-01 {
    background-color: #f2f2f2 !important;
  }
  .md_bc-gray-light-01 {
    border-color: #f2f2f2 !important;
  }
  .md_c-gray-light-02 {
    color: #e9e9e9 !important;
  }
  .md_bgc-gray-light-02 {
    background-color: #e9e9e9 !important;
  }
  .md_bc-gray-light-02 {
    border-color: #e9e9e9 !important;
  }
  .md_c-gray-light-03 {
    color: #dddddd !important;
  }
  .md_bgc-gray-light-03 {
    background-color: #dddddd !important;
  }
  .md_bc-gray-light-03 {
    border-color: #dddddd !important;
  }
  .md_c-gray-light-04 {
    color: #cccccc !important;
  }
  .md_bgc-gray-light-04 {
    background-color: #cccccc !important;
  }
  .md_bc-gray-light-04 {
    border-color: #cccccc !important;
  }
  .md_c-dark-gray-dark-01 {
    color: #333333 !important;
  }
  .md_bgc-dark-gray-dark-01 {
    background-color: #333333 !important;
  }
  .md_bc-dark-gray-dark-01 {
    border-color: #333333 !important;
  }
  .md_c-dark-gray-dark-02 {
    color: #666666 !important;
  }
  .md_bgc-dark-gray-dark-02 {
    background-color: #666666 !important;
  }
  .md_bc-dark-gray-dark-02 {
    border-color: #666666 !important;
  }
  .md_c-dark-gray-dark-03 {
    color: #888888 !important;
  }
  .md_bgc-dark-gray-dark-03 {
    background-color: #888888 !important;
  }
  .md_bc-dark-gray-dark-03 {
    border-color: #888888 !important;
  }
  .md_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .md_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .md_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .md_c-site-black {
    color: #2c2823 !important;
  }
  .md_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .md_bc-site-black {
    border-color: #2c2823 !important;
  }
  .md_c-site-green {
    color: #00453d !important;
  }
  .md_bgc-site-green {
    background-color: #00453d !important;
  }
  .md_bc-site-green {
    border-color: #00453d !important;
  }
  .md_c-site-brown {
    color: #482f0c !important;
  }
  .md_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .md_bc-site-brown {
    border-color: #482f0c !important;
  }
  .md_c-site-red {
    color: #501305 !important;
  }
  .md_bgc-site-red {
    background-color: #501305 !important;
  }
  .md_bc-site-red {
    border-color: #501305 !important;
  }
  .md_c-site-pink {
    color: #f5b9a7 !important;
  }
  .md_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .md_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .md_c-site-yellow {
    color: #ffb960 !important;
  }
  .md_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .md_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .md_c-site-blue {
    color: #6af7e7 !important;
  }
  .md_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .md_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .md_c-dark {
    color: #272420 !important;
  }
  .md_bgc-dark {
    background-color: #272420 !important;
  }
  .md_bc-dark {
    border-color: #272420 !important;
  }
  .md_a-primary {
    color: #1D312C !important;
    transition: all ease-in-out 300ms;
  }
  .md_a-primary:hover {
    color: #000000 !important;
  }
  .md_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .md_a-default:hover {
    color: #1D312C !important;
  }
  .md_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .md_a-decoration:hover {
    color: #1D312C !important;
  }
  .md_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .md_invisible {
    display: none !important;
  }
  .md_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 992px) {
  .lg_pa-0 {
    padding: 0px !important;
  }
  .lg_pa-1 {
    padding: 1px !important;
  }
  .lg_pa-2 {
    padding: 2px !important;
  }
  .lg_pa-4 {
    padding: 4px !important;
  }
  .lg_pa-8 {
    padding: 8px !important;
  }
  .lg_pa-16 {
    padding: 16px !important;
  }
  .lg_pa-24 {
    padding: 24px !important;
  }
  .lg_pa-32 {
    padding: 32px !important;
  }
  .lg_pa-40 {
    padding: 40px !important;
  }
  .lg_pa-48 {
    padding: 48px !important;
  }
  .lg_pa-56 {
    padding: 56px !important;
  }
  .lg_pa-64 {
    padding: 64px !important;
  }
  .lg_pa-72 {
    padding: 72px !important;
  }
  .lg_pa-80 {
    padding: 80px !important;
  }
  .lg_pa-12 {
    padding: 12px !important;
  }
  .lg_pa-20 {
    padding: 20px !important;
  }
  .lg_pt-0 {
    padding-top: 0px !important;
  }
  .lg_pt-1 {
    padding-top: 1px !important;
  }
  .lg_pt-2 {
    padding-top: 2px !important;
  }
  .lg_pt-4 {
    padding-top: 4px !important;
  }
  .lg_pt-8 {
    padding-top: 8px !important;
  }
  .lg_pt-16 {
    padding-top: 16px !important;
  }
  .lg_pt-24 {
    padding-top: 24px !important;
  }
  .lg_pt-32 {
    padding-top: 32px !important;
  }
  .lg_pt-40 {
    padding-top: 40px !important;
  }
  .lg_pt-48 {
    padding-top: 48px !important;
  }
  .lg_pt-56 {
    padding-top: 56px !important;
  }
  .lg_pt-64 {
    padding-top: 64px !important;
  }
  .lg_pt-72 {
    padding-top: 72px !important;
  }
  .lg_pt-80 {
    padding-top: 80px !important;
  }
  .lg_pt-12 {
    padding-top: 12px !important;
  }
  .lg_pt-20 {
    padding-top: 20px !important;
  }
  .lg_pb-0 {
    padding-bottom: 0px !important;
  }
  .lg_pb-1 {
    padding-bottom: 1px !important;
  }
  .lg_pb-2 {
    padding-bottom: 2px !important;
  }
  .lg_pb-4 {
    padding-bottom: 4px !important;
  }
  .lg_pb-8 {
    padding-bottom: 8px !important;
  }
  .lg_pb-16 {
    padding-bottom: 16px !important;
  }
  .lg_pb-24 {
    padding-bottom: 24px !important;
  }
  .lg_pb-32 {
    padding-bottom: 32px !important;
  }
  .lg_pb-40 {
    padding-bottom: 40px !important;
  }
  .lg_pb-48 {
    padding-bottom: 48px !important;
  }
  .lg_pb-56 {
    padding-bottom: 56px !important;
  }
  .lg_pb-64 {
    padding-bottom: 64px !important;
  }
  .lg_pb-72 {
    padding-bottom: 72px !important;
  }
  .lg_pb-80 {
    padding-bottom: 80px !important;
  }
  .lg_pb-12 {
    padding-bottom: 12px !important;
  }
  .lg_pb-20 {
    padding-bottom: 20px !important;
  }
  .lg_pl-0 {
    padding-left: 0px !important;
  }
  .lg_pl-1 {
    padding-left: 1px !important;
  }
  .lg_pl-2 {
    padding-left: 2px !important;
  }
  .lg_pl-4 {
    padding-left: 4px !important;
  }
  .lg_pl-8 {
    padding-left: 8px !important;
  }
  .lg_pl-16 {
    padding-left: 16px !important;
  }
  .lg_pl-24 {
    padding-left: 24px !important;
  }
  .lg_pl-32 {
    padding-left: 32px !important;
  }
  .lg_pl-40 {
    padding-left: 40px !important;
  }
  .lg_pl-48 {
    padding-left: 48px !important;
  }
  .lg_pl-56 {
    padding-left: 56px !important;
  }
  .lg_pl-64 {
    padding-left: 64px !important;
  }
  .lg_pl-72 {
    padding-left: 72px !important;
  }
  .lg_pl-80 {
    padding-left: 80px !important;
  }
  .lg_pl-12 {
    padding-left: 12px !important;
  }
  .lg_pl-20 {
    padding-left: 20px !important;
  }
  .lg_pr-0 {
    padding-right: 0px !important;
  }
  .lg_pr-1 {
    padding-right: 1px !important;
  }
  .lg_pr-2 {
    padding-right: 2px !important;
  }
  .lg_pr-4 {
    padding-right: 4px !important;
  }
  .lg_pr-8 {
    padding-right: 8px !important;
  }
  .lg_pr-16 {
    padding-right: 16px !important;
  }
  .lg_pr-24 {
    padding-right: 24px !important;
  }
  .lg_pr-32 {
    padding-right: 32px !important;
  }
  .lg_pr-40 {
    padding-right: 40px !important;
  }
  .lg_pr-48 {
    padding-right: 48px !important;
  }
  .lg_pr-56 {
    padding-right: 56px !important;
  }
  .lg_pr-64 {
    padding-right: 64px !important;
  }
  .lg_pr-72 {
    padding-right: 72px !important;
  }
  .lg_pr-80 {
    padding-right: 80px !important;
  }
  .lg_pr-12 {
    padding-right: 12px !important;
  }
  .lg_pr-20 {
    padding-right: 20px !important;
  }
  .lg_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .lg_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .lg_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .lg_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .lg_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .lg_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .lg_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .lg_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .lg_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .lg_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .lg_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .lg_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg_py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .lg_py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .lg_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .lg_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .lg_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .lg_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .lg_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .lg_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .lg_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .lg_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .lg_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .lg_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .lg_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg_px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .lg_px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .lg_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .lg_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .lg_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .lg_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .lg_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .lg_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .lg_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .lg_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .lg_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .lg_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .lg_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .lg_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .lg_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .lg_my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .lg_my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .lg_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .lg_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lg_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .lg_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .lg_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .lg_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .lg_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .lg_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lg_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .lg_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .lg_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .lg_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .lg_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .lg_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .lg_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .lg_mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .lg_mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !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_ma-12 {
    margin: 12px !important;
  }
  .lg_ma-20 {
    margin: 20px !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_mt-12 {
    margin-top: 12px !important;
  }
  .lg_mt-20 {
    margin-top: 20px !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_mb-12 {
    margin-bottom: 12px !important;
  }
  .lg_mb-20 {
    margin-bottom: 20px !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_ml-12 {
    margin-left: 12px !important;
  }
  .lg_ml-20 {
    margin-left: 20px !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_mr-12 {
    margin-right: 12px !important;
  }
  .lg_mr-20 {
    margin-right: 20px !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-24 {
    border-radius: 24px !important;
  }
  .lg_rd-32 {
    border-radius: 32px !important;
  }
  .lg_rd-half {
    border-radius: 50% !important;
  }
  .lg_fs-10 {
    font-size: 10px !important;
  }
  .lg_fs-12 {
    font-size: 12px !important;
  }
  .lg_fs-14 {
    font-size: 14px !important;
  }
  .lg_fs-16 {
    font-size: 16px !important;
  }
  .lg_fs-18 {
    font-size: 18px !important;
  }
  .lg_fs-20 {
    font-size: 20px !important;
  }
  .lg_fs-24 {
    font-size: 24px !important;
  }
  .lg_fs-32 {
    font-size: 32px !important;
  }
  .lg_fs-48 {
    font-size: 48px !important;
  }
  .lg_fs-64 {
    font-size: 64px !important;
  }
  .lg_fs-small {
    font-size: smaller !important;
  }
  .lg_fw-300 {
    font-weight: 300 !important;
  }
  .lg_fw-400 {
    font-weight: 400 !important;
  }
  .lg_fw-500 {
    font-weight: 500 !important;
  }
  .lg_fw-600 {
    font-weight: 600 !important;
  }
  .lg_fw-700 {
    font-weight: 700 !important;
  }
  .lg_fw-900 {
    font-weight: 900 !important;
  }
  .lg_fw-normal {
    font-weight: normal !important;
  }
  .lg_fw-bold {
    font-weight: bold !important;
  }
  .lg_fl-italic {
    font-style: italic !important;
  }
  .lg_lh-1 {
    line-height: 1 !important;
  }
  .lg_lh-10 {
    line-height: 10px !important;
  }
  .lg_lh-12 {
    line-height: 12px !important;
  }
  .lg_lh-14 {
    line-height: 14px !important;
  }
  .lg_lh-16 {
    line-height: 16px !important;
  }
  .lg_lh-18 {
    line-height: 18px !important;
  }
  .lg_lh-20 {
    line-height: 20px !important;
  }
  .lg_lh-24 {
    line-height: 24px !important;
  }
  .lg_lh-26 {
    line-height: 26px !important;
  }
  .lg_lh-28 {
    line-height: 28px !important;
  }
  .lg_lh-32 {
    line-height: 32px !important;
  }
  .lg_lh-40 {
    line-height: 40px !important;
  }
  .lg_lh-48 {
    line-height: 48px !important;
  }
  .lg_lh-64 {
    line-height: 64px !important;
  }
  .lg_ta-left {
    text-align: left !important;
  }
  .lg_ta-right {
    text-align: right !important;
  }
  .lg_ta-center {
    text-align: center !important;
  }
  .lg_ta-justify {
    text-align: justify !important;
  }
  .lg_tt-lowercase {
    text-transform: lowercase !important;
  }
  .lg_tt-uppercase {
    text-transform: uppercase !important;
  }
  .lg_tt-none {
    text-transform: none !important;
  }
  .lg_td-none {
    text-decoration: none !important;
  }
  .lg_td-underline {
    text-decoration: underline !important;
  }
  .lg_f-left {
    float: left !important;
  }
  .lg_f-right {
    float: right !important;
  }
  .lg_cl-none {
    clear: none !important;
  }
  .lg_cl-both {
    clear: both !important;
  }
  .lg_cl-left {
    clear: left !important;
  }
  .lg_cl-right {
    clear: right !important;
  }
  .lg_d-none {
    display: none !important;
  }
  .lg_d-block {
    display: block !important;
  }
  .lg_d-inline {
    display: inline !important;
  }
  .lg_d-inline-block {
    display: inline-block !important;
  }
  .lg_d-flex {
    display: flex !important;
  }
  .lg_d-inline-flex {
    display: inline-flex !important;
  }
  .lg_d-table {
    display: table !important;
  }
  .lg_d-table-cell {
    display: table-cell !important;
  }
  .lg_d-grid {
    display: grid !important;
  }
  .lg_p-absolute {
    position: absolute !important;
  }
  .lg_p-relative {
    position: relative !important;
  }
  .lg_p-static {
    position: static !important;
  }
  .lg_p-fixed {
    position: fixed !important;
  }
  .lg_of-cover {
    object-fit: cover !important;
  }
  .lg_of-contain {
    object-fit: contain !important;
  }
  .lg_t-0 {
    top: 0px !important;
  }
  .lg_t-1 {
    top: 1px !important;
  }
  .lg_t-2 {
    top: 2px !important;
  }
  .lg_t-4 {
    top: 4px !important;
  }
  .lg_t-8 {
    top: 8px !important;
  }
  .lg_t-16 {
    top: 16px !important;
  }
  .lg_t-24 {
    top: 24px !important;
  }
  .lg_t-32 {
    top: 32px !important;
  }
  .lg_t-40 {
    top: 40px !important;
  }
  .lg_t-48 {
    top: 48px !important;
  }
  .lg_t-56 {
    top: 56px !important;
  }
  .lg_t-64 {
    top: 64px !important;
  }
  .lg_t-72 {
    top: 72px !important;
  }
  .lg_t-80 {
    top: 80px !important;
  }
  .lg_t-12 {
    top: 12px !important;
  }
  .lg_t-20 {
    top: 20px !important;
  }
  .lg_l-0 {
    left: 0px !important;
  }
  .lg_l-1 {
    left: 1px !important;
  }
  .lg_l-2 {
    left: 2px !important;
  }
  .lg_l-4 {
    left: 4px !important;
  }
  .lg_l-8 {
    left: 8px !important;
  }
  .lg_l-16 {
    left: 16px !important;
  }
  .lg_l-24 {
    left: 24px !important;
  }
  .lg_l-32 {
    left: 32px !important;
  }
  .lg_l-40 {
    left: 40px !important;
  }
  .lg_l-48 {
    left: 48px !important;
  }
  .lg_l-56 {
    left: 56px !important;
  }
  .lg_l-64 {
    left: 64px !important;
  }
  .lg_l-72 {
    left: 72px !important;
  }
  .lg_l-80 {
    left: 80px !important;
  }
  .lg_l-12 {
    left: 12px !important;
  }
  .lg_l-20 {
    left: 20px !important;
  }
  .lg_r-0 {
    right: 0px !important;
  }
  .lg_r-1 {
    right: 1px !important;
  }
  .lg_r-2 {
    right: 2px !important;
  }
  .lg_r-4 {
    right: 4px !important;
  }
  .lg_r-8 {
    right: 8px !important;
  }
  .lg_r-16 {
    right: 16px !important;
  }
  .lg_r-24 {
    right: 24px !important;
  }
  .lg_r-32 {
    right: 32px !important;
  }
  .lg_r-40 {
    right: 40px !important;
  }
  .lg_r-48 {
    right: 48px !important;
  }
  .lg_r-56 {
    right: 56px !important;
  }
  .lg_r-64 {
    right: 64px !important;
  }
  .lg_r-72 {
    right: 72px !important;
  }
  .lg_r-80 {
    right: 80px !important;
  }
  .lg_r-12 {
    right: 12px !important;
  }
  .lg_r-20 {
    right: 20px !important;
  }
  .lg_b-0 {
    bottom: 0px !important;
  }
  .lg_b-1 {
    bottom: 1px !important;
  }
  .lg_b-2 {
    bottom: 2px !important;
  }
  .lg_b-4 {
    bottom: 4px !important;
  }
  .lg_b-8 {
    bottom: 8px !important;
  }
  .lg_b-16 {
    bottom: 16px !important;
  }
  .lg_b-24 {
    bottom: 24px !important;
  }
  .lg_b-32 {
    bottom: 32px !important;
  }
  .lg_b-40 {
    bottom: 40px !important;
  }
  .lg_b-48 {
    bottom: 48px !important;
  }
  .lg_b-56 {
    bottom: 56px !important;
  }
  .lg_b-64 {
    bottom: 64px !important;
  }
  .lg_b-72 {
    bottom: 72px !important;
  }
  .lg_b-80 {
    bottom: 80px !important;
  }
  .lg_b-12 {
    bottom: 12px !important;
  }
  .lg_b-20 {
    bottom: 20px !important;
  }
  .lg_cls-1 {
    columns: 1 !important;
  }
  .lg_cls-2 {
    columns: 2 !important;
  }
  .lg_cls-3 {
    columns: 3 !important;
  }
  .lg_cls-4 {
    columns: 4 !important;
  }
  .lg_cls-5 {
    columns: 5 !important;
  }
  .lg_cls-6 {
    columns: 6 !important;
  }
  .lg_clc-1 {
    column-count: 1 !important;
  }
  .lg_clc-2 {
    column-count: 2 !important;
  }
  .lg_clc-3 {
    column-count: 3 !important;
  }
  .lg_clc-4 {
    column-count: 4 !important;
  }
  .lg_clc-5 {
    column-count: 5 !important;
  }
  .lg_clc-6 {
    column-count: 6 !important;
  }
  .lg_clg-0 {
    column-gap: 0px !important;
  }
  .lg_clg-4 {
    column-gap: 4px !important;
  }
  .lg_clg-8 {
    column-gap: 8px !important;
  }
  .lg_clg-16 {
    column-gap: 16px !important;
  }
  .lg_clg-24 {
    column-gap: 24px !important;
  }
  .lg_clg-32 {
    column-gap: 32px !important;
  }
  .lg_clg-40 {
    column-gap: 40px !important;
  }
  .lg_clg-80 {
    column-gap: 80px !important;
  }
  .lg_o-0 {
    opacity: 0 !important;
  }
  .lg_o-10 {
    opacity: 0.1 !important;
  }
  .lg_o-20 {
    opacity: 0.2 !important;
  }
  .lg_o-30 {
    opacity: 0.3 !important;
  }
  .lg_o-40 {
    opacity: 0.4 !important;
  }
  .lg_o-50 {
    opacity: 0.5 !important;
  }
  .lg_o-60 {
    opacity: 0.6 !important;
  }
  .lg_o-70 {
    opacity: 0.7 !important;
  }
  .lg_o-80 {
    opacity: 0.9 !important;
  }
  .lg_o-100 {
    opacity: 1 !important;
  }
  .lg_w-0 {
    width: 0 !important;
  }
  .lg_w-auto {
    width: auto !important;
  }
  .lg_w-half {
    width: 50% !important;
  }
  .lg_w-full {
    width: 100% !important;
  }
  .lg_w-window {
    width: 100vw !important;
  }
  .lg_w-8 {
    width: 8px !important;
  }
  .lg_w-16 {
    width: 16px !important;
  }
  .lg_w-32 {
    width: 32px !important;
  }
  .lg_w-56 {
    width: 56px !important;
  }
  .lg_w-64 {
    width: 64px !important;
  }
  .lg_w-96 {
    width: 96px !important;
  }
  .lg_w-128 {
    width: 128px !important;
  }
  .lg_w-256 {
    width: 256px !important;
  }
  .lg_w-512 {
    width: 512px !important;
  }
  .lg_w-100 {
    width: 100px !important;
  }
  .lg_w-200 {
    width: 200px !important;
  }
  .lg_w-300 {
    width: 300px !important;
  }
  .lg_w-400 {
    width: 400px !important;
  }
  .lg_w-500 {
    width: 500px !important;
  }
  .lg_w-600 {
    width: 600px !important;
  }
  .lg_h-0 {
    height: 0 !important;
  }
  .lg_h-auto {
    height: auto !important;
  }
  .lg_h-half {
    height: 50% !important;
  }
  .lg_h-full {
    height: 100% !important;
  }
  .lg_h-window {
    height: 100vh !important;
  }
  .lg_h-8 {
    height: 8px !important;
  }
  .lg_h-16 {
    height: 16px !important;
  }
  .lg_h-32 {
    height: 32px !important;
  }
  .lg_h-56 {
    height: 56px !important;
  }
  .lg_h-64 {
    height: 64px !important;
  }
  .lg_h-96 {
    height: 96px !important;
  }
  .lg_h-128 {
    height: 128px !important;
  }
  .lg_h-256 {
    height: 256px !important;
  }
  .lg_h-512 {
    height: 512px !important;
  }
  .lg_h-100 {
    height: 100px !important;
  }
  .lg_h-200 {
    height: 200px !important;
  }
  .lg_h-300 {
    height: 300px !important;
  }
  .lg_h-400 {
    height: 400px !important;
  }
  .lg_h-500 {
    height: 500px !important;
  }
  .lg_h-600 {
    height: 600px !important;
  }
  .lg_maxw-0 {
    max-width: 0px !important;
  }
  .lg_maxw-1 {
    max-width: 1px !important;
  }
  .lg_maxw-128 {
    max-width: 128px !important;
  }
  .lg_maxw-256 {
    max-width: 256px !important;
  }
  .lg_maxw-512 {
    max-width: 512px !important;
  }
  .lg_maxw-640 {
    max-width: 640px !important;
  }
  .lg_maxw-auto {
    max-width: auto !important;
  }
  .lg_maxw-half {
    max-width: 50% !important;
  }
  .lg_maxw-full {
    max-width: 100% !important;
  }
  .lg_maxw-window {
    max-width: 100vw !important;
  }
  .lg_maxh-0 {
    max-height: 0px !important;
  }
  .lg_maxh-1 {
    max-height: 1px !important;
  }
  .lg_maxh-128 {
    max-height: 128px !important;
  }
  .lg_maxh-256 {
    max-height: 256px !important;
  }
  .lg_maxh-512 {
    max-height: 512px !important;
  }
  .lg_maxh-640 {
    max-height: 640px !important;
  }
  .lg_maxh-auto {
    max-height: auto !important;
  }
  .lg_maxh-half {
    max-height: 50% !important;
  }
  .lg_maxh-full {
    max-height: 100% !important;
  }
  .lg_maxh-window {
    max-height: 100vh !important;
  }
  .lg_minw-0 {
    min-width: 0px !important;
  }
  .lg_minw-1 {
    min-width: 1px !important;
  }
  .lg_minw-128 {
    min-width: 128px !important;
  }
  .lg_minw-256 {
    min-width: 256px !important;
  }
  .lg_minw-512 {
    min-width: 512px !important;
  }
  .lg_minw-640 {
    min-width: 640px !important;
  }
  .lg_minw-auto {
    min-width: auto !important;
  }
  .lg_minw-half {
    min-width: 50% !important;
  }
  .lg_minw-full {
    min-width: 100% !important;
  }
  .lg_minw-window {
    min-width: 100vw !important;
  }
  .lg_minh-0 {
    min-height: 0px !important;
  }
  .lg_minh-1 {
    min-height: 1px !important;
  }
  .lg_minh-128 {
    min-height: 128px !important;
  }
  .lg_minh-256 {
    min-height: 256px !important;
  }
  .lg_minh-512 {
    min-height: 512px !important;
  }
  .lg_minh-640 {
    min-height: 640px !important;
  }
  .lg_minh-auto {
    min-height: auto !important;
  }
  .lg_minh-half {
    min-height: 50% !important;
  }
  .lg_minh-full {
    min-height: 100% !important;
  }
  .lg_minh-window {
    min-height: 100vh !important;
  }
  .lg_ws-nowrap {
    white-space: nowrap !important;
  }
  .lg_ls-none {
    list-style: none !important;
  }
  .lg_ls-default {
    list-style: disc inside !important;
  }
  .lg_lsp-inside {
    list-style-position: inside !important;
  }
  .lg_lst-disc {
    list-style-type: disc !important;
  }
  .lg_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .lg_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .lg_bxsh-none {
    box-shadow: none !important;
  }
  .lg_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .lg_jc-center {
    justify-content: center !important;
  }
  .lg_jc-space-between {
    justify-content: space-between !important;
  }
  .lg_ov-auto {
    overflow: auto !important;
  }
  .lg_ov-hidden {
    overflow: hidden !important;
  }
  .lg_ov-visible {
    overflow: visible !important;
  }
  .lg_od-0 {
    order: 0 !important;
  }
  .lg_od-1 {
    order: 1 !important;
  }
  .lg_od-2 {
    order: 2 !important;
  }
  .lg_od-3 {
    order: 3 !important;
  }
  .lg_od-4 {
    order: 4 !important;
  }
  .lg_od-5 {
    order: 5 !important;
  }
  .lg_od-6 {
    order: 6 !important;
  }
  .lg_od-7 {
    order: 7 !important;
  }
  .lg_od-8 {
    order: 8 !important;
  }
  .lg_od-9 {
    order: 9 !important;
  }
  .lg_od-10 {
    order: 10 !important;
  }
  .lg_od-11 {
    order: 11 !important;
  }
  .lg_od-12 {
    order: 12 !important;
  }
  .lg_ai-center {
    align-items: center !important;
  }
  .lg_flg-1 {
    flex-grow: 1 !important;
  }
  .lg_flg-2 {
    flex-grow: 2 !important;
  }
  .lg_flg-3 {
    flex-grow: 3 !important;
  }
  .lg_flg-4 {
    flex-grow: 4 !important;
  }
  .lg_flb-0 {
    flex-basis: 0 !important;
  }
  .lg_fld-column {
    flex-direction: column !important;
  }
  .lg_fld-row {
    flex-direction: row !important;
  }
  .lg_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg_flw-wrap {
    flex-wrap: wrap !important;
  }
  .lg_g-0 {
    gap: 0px !important;
  }
  .lg_g-1 {
    gap: 1px !important;
  }
  .lg_g-2 {
    gap: 2px !important;
  }
  .lg_g-4 {
    gap: 4px !important;
  }
  .lg_g-8 {
    gap: 8px !important;
  }
  .lg_g-16 {
    gap: 16px !important;
  }
  .lg_g-24 {
    gap: 24px !important;
  }
  .lg_g-32 {
    gap: 32px !important;
  }
  .lg_g-40 {
    gap: 40px !important;
  }
  .lg_g-48 {
    gap: 48px !important;
  }
  .lg_g-56 {
    gap: 56px !important;
  }
  .lg_g-64 {
    gap: 64px !important;
  }
  .lg_g-72 {
    gap: 72px !important;
  }
  .lg_g-80 {
    gap: 80px !important;
  }
  .lg_g-12 {
    gap: 12px !important;
  }
  .lg_g-20 {
    gap: 20px !important;
  }
  .lg_z-1 {
    z-index: 1 !important;
  }
  .lg_z-2 {
    z-index: 2 !important;
  }
  .lg_z-3 {
    z-index: 3 !important;
  }
  .lg_z-4 {
    z-index: 4 !important;
  }
  .lg_c-black {
    color: #000 !important;
  }
  .lg_bgc-black {
    background-color: #000 !important;
  }
  .lg_bc-black {
    border-color: #000 !important;
  }
  .lg_c-333 {
    color: #333 !important;
  }
  .lg_bgc-333 {
    background-color: #333 !important;
  }
  .lg_bc-333 {
    border-color: #333 !important;
  }
  .lg_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .lg_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .lg_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .lg_c-666 {
    color: #666 !important;
  }
  .lg_bgc-666 {
    background-color: #666 !important;
  }
  .lg_bc-666 {
    border-color: #666 !important;
  }
  .lg_c-999 {
    color: #999 !important;
  }
  .lg_bgc-999 {
    background-color: #999 !important;
  }
  .lg_bc-999 {
    border-color: #999 !important;
  }
  .lg_c-ccc {
    color: #ccc !important;
  }
  .lg_bgc-ccc {
    background-color: #ccc !important;
  }
  .lg_bc-ccc {
    border-color: #ccc !important;
  }
  .lg_c-ddd {
    color: #ddd !important;
  }
  .lg_bgc-ddd {
    background-color: #ddd !important;
  }
  .lg_bc-ddd {
    border-color: #ddd !important;
  }
  .lg_c-eee {
    color: #eee !important;
  }
  .lg_bgc-eee {
    background-color: #eee !important;
  }
  .lg_bc-eee {
    border-color: #eee !important;
  }
  .lg_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .lg_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .lg_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .lg_c-white {
    color: #fff !important;
  }
  .lg_bgc-white {
    background-color: #fff !important;
  }
  .lg_bc-white {
    border-color: #fff !important;
  }
  .lg_c-primary {
    color: #1D312C !important;
  }
  .lg_bgc-primary {
    background-color: #1D312C !important;
  }
  .lg_bc-primary {
    border-color: #1D312C !important;
  }
  .lg_c-secondary {
    color: #1D312C !important;
  }
  .lg_bgc-secondary {
    background-color: #1D312C !important;
  }
  .lg_bc-secondary {
    border-color: #1D312C !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-gray-light-01 {
    color: #f2f2f2 !important;
  }
  .lg_bgc-gray-light-01 {
    background-color: #f2f2f2 !important;
  }
  .lg_bc-gray-light-01 {
    border-color: #f2f2f2 !important;
  }
  .lg_c-gray-light-02 {
    color: #e9e9e9 !important;
  }
  .lg_bgc-gray-light-02 {
    background-color: #e9e9e9 !important;
  }
  .lg_bc-gray-light-02 {
    border-color: #e9e9e9 !important;
  }
  .lg_c-gray-light-03 {
    color: #dddddd !important;
  }
  .lg_bgc-gray-light-03 {
    background-color: #dddddd !important;
  }
  .lg_bc-gray-light-03 {
    border-color: #dddddd !important;
  }
  .lg_c-gray-light-04 {
    color: #cccccc !important;
  }
  .lg_bgc-gray-light-04 {
    background-color: #cccccc !important;
  }
  .lg_bc-gray-light-04 {
    border-color: #cccccc !important;
  }
  .lg_c-dark-gray-dark-01 {
    color: #333333 !important;
  }
  .lg_bgc-dark-gray-dark-01 {
    background-color: #333333 !important;
  }
  .lg_bc-dark-gray-dark-01 {
    border-color: #333333 !important;
  }
  .lg_c-dark-gray-dark-02 {
    color: #666666 !important;
  }
  .lg_bgc-dark-gray-dark-02 {
    background-color: #666666 !important;
  }
  .lg_bc-dark-gray-dark-02 {
    border-color: #666666 !important;
  }
  .lg_c-dark-gray-dark-03 {
    color: #888888 !important;
  }
  .lg_bgc-dark-gray-dark-03 {
    background-color: #888888 !important;
  }
  .lg_bc-dark-gray-dark-03 {
    border-color: #888888 !important;
  }
  .lg_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .lg_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .lg_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .lg_c-site-black {
    color: #2c2823 !important;
  }
  .lg_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .lg_bc-site-black {
    border-color: #2c2823 !important;
  }
  .lg_c-site-green {
    color: #00453d !important;
  }
  .lg_bgc-site-green {
    background-color: #00453d !important;
  }
  .lg_bc-site-green {
    border-color: #00453d !important;
  }
  .lg_c-site-brown {
    color: #482f0c !important;
  }
  .lg_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .lg_bc-site-brown {
    border-color: #482f0c !important;
  }
  .lg_c-site-red {
    color: #501305 !important;
  }
  .lg_bgc-site-red {
    background-color: #501305 !important;
  }
  .lg_bc-site-red {
    border-color: #501305 !important;
  }
  .lg_c-site-pink {
    color: #f5b9a7 !important;
  }
  .lg_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .lg_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .lg_c-site-yellow {
    color: #ffb960 !important;
  }
  .lg_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .lg_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .lg_c-site-blue {
    color: #6af7e7 !important;
  }
  .lg_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .lg_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .lg_c-dark {
    color: #272420 !important;
  }
  .lg_bgc-dark {
    background-color: #272420 !important;
  }
  .lg_bc-dark {
    border-color: #272420 !important;
  }
  .lg_a-primary {
    color: #1D312C !important;
    transition: all ease-in-out 300ms;
  }
  .lg_a-primary:hover {
    color: #000000 !important;
  }
  .lg_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .lg_a-default:hover {
    color: #1D312C !important;
  }
  .lg_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .lg_a-decoration:hover {
    color: #1D312C !important;
  }
  .lg_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .lg_invisible {
    display: none !important;
  }
  .lg_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 1200px) {
  .xl_pa-0 {
    padding: 0px !important;
  }
  .xl_pa-1 {
    padding: 1px !important;
  }
  .xl_pa-2 {
    padding: 2px !important;
  }
  .xl_pa-4 {
    padding: 4px !important;
  }
  .xl_pa-8 {
    padding: 8px !important;
  }
  .xl_pa-16 {
    padding: 16px !important;
  }
  .xl_pa-24 {
    padding: 24px !important;
  }
  .xl_pa-32 {
    padding: 32px !important;
  }
  .xl_pa-40 {
    padding: 40px !important;
  }
  .xl_pa-48 {
    padding: 48px !important;
  }
  .xl_pa-56 {
    padding: 56px !important;
  }
  .xl_pa-64 {
    padding: 64px !important;
  }
  .xl_pa-72 {
    padding: 72px !important;
  }
  .xl_pa-80 {
    padding: 80px !important;
  }
  .xl_pa-12 {
    padding: 12px !important;
  }
  .xl_pa-20 {
    padding: 20px !important;
  }
  .xl_pt-0 {
    padding-top: 0px !important;
  }
  .xl_pt-1 {
    padding-top: 1px !important;
  }
  .xl_pt-2 {
    padding-top: 2px !important;
  }
  .xl_pt-4 {
    padding-top: 4px !important;
  }
  .xl_pt-8 {
    padding-top: 8px !important;
  }
  .xl_pt-16 {
    padding-top: 16px !important;
  }
  .xl_pt-24 {
    padding-top: 24px !important;
  }
  .xl_pt-32 {
    padding-top: 32px !important;
  }
  .xl_pt-40 {
    padding-top: 40px !important;
  }
  .xl_pt-48 {
    padding-top: 48px !important;
  }
  .xl_pt-56 {
    padding-top: 56px !important;
  }
  .xl_pt-64 {
    padding-top: 64px !important;
  }
  .xl_pt-72 {
    padding-top: 72px !important;
  }
  .xl_pt-80 {
    padding-top: 80px !important;
  }
  .xl_pt-12 {
    padding-top: 12px !important;
  }
  .xl_pt-20 {
    padding-top: 20px !important;
  }
  .xl_pb-0 {
    padding-bottom: 0px !important;
  }
  .xl_pb-1 {
    padding-bottom: 1px !important;
  }
  .xl_pb-2 {
    padding-bottom: 2px !important;
  }
  .xl_pb-4 {
    padding-bottom: 4px !important;
  }
  .xl_pb-8 {
    padding-bottom: 8px !important;
  }
  .xl_pb-16 {
    padding-bottom: 16px !important;
  }
  .xl_pb-24 {
    padding-bottom: 24px !important;
  }
  .xl_pb-32 {
    padding-bottom: 32px !important;
  }
  .xl_pb-40 {
    padding-bottom: 40px !important;
  }
  .xl_pb-48 {
    padding-bottom: 48px !important;
  }
  .xl_pb-56 {
    padding-bottom: 56px !important;
  }
  .xl_pb-64 {
    padding-bottom: 64px !important;
  }
  .xl_pb-72 {
    padding-bottom: 72px !important;
  }
  .xl_pb-80 {
    padding-bottom: 80px !important;
  }
  .xl_pb-12 {
    padding-bottom: 12px !important;
  }
  .xl_pb-20 {
    padding-bottom: 20px !important;
  }
  .xl_pl-0 {
    padding-left: 0px !important;
  }
  .xl_pl-1 {
    padding-left: 1px !important;
  }
  .xl_pl-2 {
    padding-left: 2px !important;
  }
  .xl_pl-4 {
    padding-left: 4px !important;
  }
  .xl_pl-8 {
    padding-left: 8px !important;
  }
  .xl_pl-16 {
    padding-left: 16px !important;
  }
  .xl_pl-24 {
    padding-left: 24px !important;
  }
  .xl_pl-32 {
    padding-left: 32px !important;
  }
  .xl_pl-40 {
    padding-left: 40px !important;
  }
  .xl_pl-48 {
    padding-left: 48px !important;
  }
  .xl_pl-56 {
    padding-left: 56px !important;
  }
  .xl_pl-64 {
    padding-left: 64px !important;
  }
  .xl_pl-72 {
    padding-left: 72px !important;
  }
  .xl_pl-80 {
    padding-left: 80px !important;
  }
  .xl_pl-12 {
    padding-left: 12px !important;
  }
  .xl_pl-20 {
    padding-left: 20px !important;
  }
  .xl_pr-0 {
    padding-right: 0px !important;
  }
  .xl_pr-1 {
    padding-right: 1px !important;
  }
  .xl_pr-2 {
    padding-right: 2px !important;
  }
  .xl_pr-4 {
    padding-right: 4px !important;
  }
  .xl_pr-8 {
    padding-right: 8px !important;
  }
  .xl_pr-16 {
    padding-right: 16px !important;
  }
  .xl_pr-24 {
    padding-right: 24px !important;
  }
  .xl_pr-32 {
    padding-right: 32px !important;
  }
  .xl_pr-40 {
    padding-right: 40px !important;
  }
  .xl_pr-48 {
    padding-right: 48px !important;
  }
  .xl_pr-56 {
    padding-right: 56px !important;
  }
  .xl_pr-64 {
    padding-right: 64px !important;
  }
  .xl_pr-72 {
    padding-right: 72px !important;
  }
  .xl_pr-80 {
    padding-right: 80px !important;
  }
  .xl_pr-12 {
    padding-right: 12px !important;
  }
  .xl_pr-20 {
    padding-right: 20px !important;
  }
  .xl_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xl_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .xl_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .xl_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .xl_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .xl_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .xl_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .xl_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .xl_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xl_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .xl_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .xl_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .xl_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .xl_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl_py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .xl_py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xl_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xl_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .xl_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .xl_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .xl_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .xl_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xl_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .xl_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .xl_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xl_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .xl_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .xl_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .xl_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .xl_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl_px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .xl_px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xl_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xl_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .xl_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .xl_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .xl_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .xl_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .xl_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .xl_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .xl_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xl_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .xl_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .xl_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .xl_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .xl_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xl_my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .xl_my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xl_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xl_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xl_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .xl_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .xl_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .xl_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .xl_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .xl_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .xl_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .xl_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .xl_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .xl_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .xl_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .xl_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .xl_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xl_mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .xl_mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !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_ma-12 {
    margin: 12px !important;
  }
  .xl_ma-20 {
    margin: 20px !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_mt-12 {
    margin-top: 12px !important;
  }
  .xl_mt-20 {
    margin-top: 20px !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_mb-12 {
    margin-bottom: 12px !important;
  }
  .xl_mb-20 {
    margin-bottom: 20px !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_ml-12 {
    margin-left: 12px !important;
  }
  .xl_ml-20 {
    margin-left: 20px !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_mr-12 {
    margin-right: 12px !important;
  }
  .xl_mr-20 {
    margin-right: 20px !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-24 {
    border-radius: 24px !important;
  }
  .xl_rd-32 {
    border-radius: 32px !important;
  }
  .xl_rd-half {
    border-radius: 50% !important;
  }
  .xl_fs-10 {
    font-size: 10px !important;
  }
  .xl_fs-12 {
    font-size: 12px !important;
  }
  .xl_fs-14 {
    font-size: 14px !important;
  }
  .xl_fs-16 {
    font-size: 16px !important;
  }
  .xl_fs-18 {
    font-size: 18px !important;
  }
  .xl_fs-20 {
    font-size: 20px !important;
  }
  .xl_fs-24 {
    font-size: 24px !important;
  }
  .xl_fs-32 {
    font-size: 32px !important;
  }
  .xl_fs-48 {
    font-size: 48px !important;
  }
  .xl_fs-64 {
    font-size: 64px !important;
  }
  .xl_fs-small {
    font-size: smaller !important;
  }
  .xl_fw-300 {
    font-weight: 300 !important;
  }
  .xl_fw-400 {
    font-weight: 400 !important;
  }
  .xl_fw-500 {
    font-weight: 500 !important;
  }
  .xl_fw-600 {
    font-weight: 600 !important;
  }
  .xl_fw-700 {
    font-weight: 700 !important;
  }
  .xl_fw-900 {
    font-weight: 900 !important;
  }
  .xl_fw-normal {
    font-weight: normal !important;
  }
  .xl_fw-bold {
    font-weight: bold !important;
  }
  .xl_fl-italic {
    font-style: italic !important;
  }
  .xl_lh-1 {
    line-height: 1 !important;
  }
  .xl_lh-10 {
    line-height: 10px !important;
  }
  .xl_lh-12 {
    line-height: 12px !important;
  }
  .xl_lh-14 {
    line-height: 14px !important;
  }
  .xl_lh-16 {
    line-height: 16px !important;
  }
  .xl_lh-18 {
    line-height: 18px !important;
  }
  .xl_lh-20 {
    line-height: 20px !important;
  }
  .xl_lh-24 {
    line-height: 24px !important;
  }
  .xl_lh-26 {
    line-height: 26px !important;
  }
  .xl_lh-28 {
    line-height: 28px !important;
  }
  .xl_lh-32 {
    line-height: 32px !important;
  }
  .xl_lh-40 {
    line-height: 40px !important;
  }
  .xl_lh-48 {
    line-height: 48px !important;
  }
  .xl_lh-64 {
    line-height: 64px !important;
  }
  .xl_ta-left {
    text-align: left !important;
  }
  .xl_ta-right {
    text-align: right !important;
  }
  .xl_ta-center {
    text-align: center !important;
  }
  .xl_ta-justify {
    text-align: justify !important;
  }
  .xl_tt-lowercase {
    text-transform: lowercase !important;
  }
  .xl_tt-uppercase {
    text-transform: uppercase !important;
  }
  .xl_tt-none {
    text-transform: none !important;
  }
  .xl_td-none {
    text-decoration: none !important;
  }
  .xl_td-underline {
    text-decoration: underline !important;
  }
  .xl_f-left {
    float: left !important;
  }
  .xl_f-right {
    float: right !important;
  }
  .xl_cl-none {
    clear: none !important;
  }
  .xl_cl-both {
    clear: both !important;
  }
  .xl_cl-left {
    clear: left !important;
  }
  .xl_cl-right {
    clear: right !important;
  }
  .xl_d-none {
    display: none !important;
  }
  .xl_d-block {
    display: block !important;
  }
  .xl_d-inline {
    display: inline !important;
  }
  .xl_d-inline-block {
    display: inline-block !important;
  }
  .xl_d-flex {
    display: flex !important;
  }
  .xl_d-inline-flex {
    display: inline-flex !important;
  }
  .xl_d-table {
    display: table !important;
  }
  .xl_d-table-cell {
    display: table-cell !important;
  }
  .xl_d-grid {
    display: grid !important;
  }
  .xl_p-absolute {
    position: absolute !important;
  }
  .xl_p-relative {
    position: relative !important;
  }
  .xl_p-static {
    position: static !important;
  }
  .xl_p-fixed {
    position: fixed !important;
  }
  .xl_of-cover {
    object-fit: cover !important;
  }
  .xl_of-contain {
    object-fit: contain !important;
  }
  .xl_t-0 {
    top: 0px !important;
  }
  .xl_t-1 {
    top: 1px !important;
  }
  .xl_t-2 {
    top: 2px !important;
  }
  .xl_t-4 {
    top: 4px !important;
  }
  .xl_t-8 {
    top: 8px !important;
  }
  .xl_t-16 {
    top: 16px !important;
  }
  .xl_t-24 {
    top: 24px !important;
  }
  .xl_t-32 {
    top: 32px !important;
  }
  .xl_t-40 {
    top: 40px !important;
  }
  .xl_t-48 {
    top: 48px !important;
  }
  .xl_t-56 {
    top: 56px !important;
  }
  .xl_t-64 {
    top: 64px !important;
  }
  .xl_t-72 {
    top: 72px !important;
  }
  .xl_t-80 {
    top: 80px !important;
  }
  .xl_t-12 {
    top: 12px !important;
  }
  .xl_t-20 {
    top: 20px !important;
  }
  .xl_l-0 {
    left: 0px !important;
  }
  .xl_l-1 {
    left: 1px !important;
  }
  .xl_l-2 {
    left: 2px !important;
  }
  .xl_l-4 {
    left: 4px !important;
  }
  .xl_l-8 {
    left: 8px !important;
  }
  .xl_l-16 {
    left: 16px !important;
  }
  .xl_l-24 {
    left: 24px !important;
  }
  .xl_l-32 {
    left: 32px !important;
  }
  .xl_l-40 {
    left: 40px !important;
  }
  .xl_l-48 {
    left: 48px !important;
  }
  .xl_l-56 {
    left: 56px !important;
  }
  .xl_l-64 {
    left: 64px !important;
  }
  .xl_l-72 {
    left: 72px !important;
  }
  .xl_l-80 {
    left: 80px !important;
  }
  .xl_l-12 {
    left: 12px !important;
  }
  .xl_l-20 {
    left: 20px !important;
  }
  .xl_r-0 {
    right: 0px !important;
  }
  .xl_r-1 {
    right: 1px !important;
  }
  .xl_r-2 {
    right: 2px !important;
  }
  .xl_r-4 {
    right: 4px !important;
  }
  .xl_r-8 {
    right: 8px !important;
  }
  .xl_r-16 {
    right: 16px !important;
  }
  .xl_r-24 {
    right: 24px !important;
  }
  .xl_r-32 {
    right: 32px !important;
  }
  .xl_r-40 {
    right: 40px !important;
  }
  .xl_r-48 {
    right: 48px !important;
  }
  .xl_r-56 {
    right: 56px !important;
  }
  .xl_r-64 {
    right: 64px !important;
  }
  .xl_r-72 {
    right: 72px !important;
  }
  .xl_r-80 {
    right: 80px !important;
  }
  .xl_r-12 {
    right: 12px !important;
  }
  .xl_r-20 {
    right: 20px !important;
  }
  .xl_b-0 {
    bottom: 0px !important;
  }
  .xl_b-1 {
    bottom: 1px !important;
  }
  .xl_b-2 {
    bottom: 2px !important;
  }
  .xl_b-4 {
    bottom: 4px !important;
  }
  .xl_b-8 {
    bottom: 8px !important;
  }
  .xl_b-16 {
    bottom: 16px !important;
  }
  .xl_b-24 {
    bottom: 24px !important;
  }
  .xl_b-32 {
    bottom: 32px !important;
  }
  .xl_b-40 {
    bottom: 40px !important;
  }
  .xl_b-48 {
    bottom: 48px !important;
  }
  .xl_b-56 {
    bottom: 56px !important;
  }
  .xl_b-64 {
    bottom: 64px !important;
  }
  .xl_b-72 {
    bottom: 72px !important;
  }
  .xl_b-80 {
    bottom: 80px !important;
  }
  .xl_b-12 {
    bottom: 12px !important;
  }
  .xl_b-20 {
    bottom: 20px !important;
  }
  .xl_cls-1 {
    columns: 1 !important;
  }
  .xl_cls-2 {
    columns: 2 !important;
  }
  .xl_cls-3 {
    columns: 3 !important;
  }
  .xl_cls-4 {
    columns: 4 !important;
  }
  .xl_cls-5 {
    columns: 5 !important;
  }
  .xl_cls-6 {
    columns: 6 !important;
  }
  .xl_clc-1 {
    column-count: 1 !important;
  }
  .xl_clc-2 {
    column-count: 2 !important;
  }
  .xl_clc-3 {
    column-count: 3 !important;
  }
  .xl_clc-4 {
    column-count: 4 !important;
  }
  .xl_clc-5 {
    column-count: 5 !important;
  }
  .xl_clc-6 {
    column-count: 6 !important;
  }
  .xl_clg-0 {
    column-gap: 0px !important;
  }
  .xl_clg-4 {
    column-gap: 4px !important;
  }
  .xl_clg-8 {
    column-gap: 8px !important;
  }
  .xl_clg-16 {
    column-gap: 16px !important;
  }
  .xl_clg-24 {
    column-gap: 24px !important;
  }
  .xl_clg-32 {
    column-gap: 32px !important;
  }
  .xl_clg-40 {
    column-gap: 40px !important;
  }
  .xl_clg-80 {
    column-gap: 80px !important;
  }
  .xl_o-0 {
    opacity: 0 !important;
  }
  .xl_o-10 {
    opacity: 0.1 !important;
  }
  .xl_o-20 {
    opacity: 0.2 !important;
  }
  .xl_o-30 {
    opacity: 0.3 !important;
  }
  .xl_o-40 {
    opacity: 0.4 !important;
  }
  .xl_o-50 {
    opacity: 0.5 !important;
  }
  .xl_o-60 {
    opacity: 0.6 !important;
  }
  .xl_o-70 {
    opacity: 0.7 !important;
  }
  .xl_o-80 {
    opacity: 0.9 !important;
  }
  .xl_o-100 {
    opacity: 1 !important;
  }
  .xl_w-0 {
    width: 0 !important;
  }
  .xl_w-auto {
    width: auto !important;
  }
  .xl_w-half {
    width: 50% !important;
  }
  .xl_w-full {
    width: 100% !important;
  }
  .xl_w-window {
    width: 100vw !important;
  }
  .xl_w-8 {
    width: 8px !important;
  }
  .xl_w-16 {
    width: 16px !important;
  }
  .xl_w-32 {
    width: 32px !important;
  }
  .xl_w-56 {
    width: 56px !important;
  }
  .xl_w-64 {
    width: 64px !important;
  }
  .xl_w-96 {
    width: 96px !important;
  }
  .xl_w-128 {
    width: 128px !important;
  }
  .xl_w-256 {
    width: 256px !important;
  }
  .xl_w-512 {
    width: 512px !important;
  }
  .xl_w-100 {
    width: 100px !important;
  }
  .xl_w-200 {
    width: 200px !important;
  }
  .xl_w-300 {
    width: 300px !important;
  }
  .xl_w-400 {
    width: 400px !important;
  }
  .xl_w-500 {
    width: 500px !important;
  }
  .xl_w-600 {
    width: 600px !important;
  }
  .xl_h-0 {
    height: 0 !important;
  }
  .xl_h-auto {
    height: auto !important;
  }
  .xl_h-half {
    height: 50% !important;
  }
  .xl_h-full {
    height: 100% !important;
  }
  .xl_h-window {
    height: 100vh !important;
  }
  .xl_h-8 {
    height: 8px !important;
  }
  .xl_h-16 {
    height: 16px !important;
  }
  .xl_h-32 {
    height: 32px !important;
  }
  .xl_h-56 {
    height: 56px !important;
  }
  .xl_h-64 {
    height: 64px !important;
  }
  .xl_h-96 {
    height: 96px !important;
  }
  .xl_h-128 {
    height: 128px !important;
  }
  .xl_h-256 {
    height: 256px !important;
  }
  .xl_h-512 {
    height: 512px !important;
  }
  .xl_h-100 {
    height: 100px !important;
  }
  .xl_h-200 {
    height: 200px !important;
  }
  .xl_h-300 {
    height: 300px !important;
  }
  .xl_h-400 {
    height: 400px !important;
  }
  .xl_h-500 {
    height: 500px !important;
  }
  .xl_h-600 {
    height: 600px !important;
  }
  .xl_maxw-0 {
    max-width: 0px !important;
  }
  .xl_maxw-1 {
    max-width: 1px !important;
  }
  .xl_maxw-128 {
    max-width: 128px !important;
  }
  .xl_maxw-256 {
    max-width: 256px !important;
  }
  .xl_maxw-512 {
    max-width: 512px !important;
  }
  .xl_maxw-640 {
    max-width: 640px !important;
  }
  .xl_maxw-auto {
    max-width: auto !important;
  }
  .xl_maxw-half {
    max-width: 50% !important;
  }
  .xl_maxw-full {
    max-width: 100% !important;
  }
  .xl_maxw-window {
    max-width: 100vw !important;
  }
  .xl_maxh-0 {
    max-height: 0px !important;
  }
  .xl_maxh-1 {
    max-height: 1px !important;
  }
  .xl_maxh-128 {
    max-height: 128px !important;
  }
  .xl_maxh-256 {
    max-height: 256px !important;
  }
  .xl_maxh-512 {
    max-height: 512px !important;
  }
  .xl_maxh-640 {
    max-height: 640px !important;
  }
  .xl_maxh-auto {
    max-height: auto !important;
  }
  .xl_maxh-half {
    max-height: 50% !important;
  }
  .xl_maxh-full {
    max-height: 100% !important;
  }
  .xl_maxh-window {
    max-height: 100vh !important;
  }
  .xl_minw-0 {
    min-width: 0px !important;
  }
  .xl_minw-1 {
    min-width: 1px !important;
  }
  .xl_minw-128 {
    min-width: 128px !important;
  }
  .xl_minw-256 {
    min-width: 256px !important;
  }
  .xl_minw-512 {
    min-width: 512px !important;
  }
  .xl_minw-640 {
    min-width: 640px !important;
  }
  .xl_minw-auto {
    min-width: auto !important;
  }
  .xl_minw-half {
    min-width: 50% !important;
  }
  .xl_minw-full {
    min-width: 100% !important;
  }
  .xl_minw-window {
    min-width: 100vw !important;
  }
  .xl_minh-0 {
    min-height: 0px !important;
  }
  .xl_minh-1 {
    min-height: 1px !important;
  }
  .xl_minh-128 {
    min-height: 128px !important;
  }
  .xl_minh-256 {
    min-height: 256px !important;
  }
  .xl_minh-512 {
    min-height: 512px !important;
  }
  .xl_minh-640 {
    min-height: 640px !important;
  }
  .xl_minh-auto {
    min-height: auto !important;
  }
  .xl_minh-half {
    min-height: 50% !important;
  }
  .xl_minh-full {
    min-height: 100% !important;
  }
  .xl_minh-window {
    min-height: 100vh !important;
  }
  .xl_ws-nowrap {
    white-space: nowrap !important;
  }
  .xl_ls-none {
    list-style: none !important;
  }
  .xl_ls-default {
    list-style: disc inside !important;
  }
  .xl_lsp-inside {
    list-style-position: inside !important;
  }
  .xl_lst-disc {
    list-style-type: disc !important;
  }
  .xl_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .xl_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .xl_bxsh-none {
    box-shadow: none !important;
  }
  .xl_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .xl_jc-center {
    justify-content: center !important;
  }
  .xl_jc-space-between {
    justify-content: space-between !important;
  }
  .xl_ov-auto {
    overflow: auto !important;
  }
  .xl_ov-hidden {
    overflow: hidden !important;
  }
  .xl_ov-visible {
    overflow: visible !important;
  }
  .xl_od-0 {
    order: 0 !important;
  }
  .xl_od-1 {
    order: 1 !important;
  }
  .xl_od-2 {
    order: 2 !important;
  }
  .xl_od-3 {
    order: 3 !important;
  }
  .xl_od-4 {
    order: 4 !important;
  }
  .xl_od-5 {
    order: 5 !important;
  }
  .xl_od-6 {
    order: 6 !important;
  }
  .xl_od-7 {
    order: 7 !important;
  }
  .xl_od-8 {
    order: 8 !important;
  }
  .xl_od-9 {
    order: 9 !important;
  }
  .xl_od-10 {
    order: 10 !important;
  }
  .xl_od-11 {
    order: 11 !important;
  }
  .xl_od-12 {
    order: 12 !important;
  }
  .xl_ai-center {
    align-items: center !important;
  }
  .xl_flg-1 {
    flex-grow: 1 !important;
  }
  .xl_flg-2 {
    flex-grow: 2 !important;
  }
  .xl_flg-3 {
    flex-grow: 3 !important;
  }
  .xl_flg-4 {
    flex-grow: 4 !important;
  }
  .xl_flb-0 {
    flex-basis: 0 !important;
  }
  .xl_fld-column {
    flex-direction: column !important;
  }
  .xl_fld-row {
    flex-direction: row !important;
  }
  .xl_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl_flw-wrap {
    flex-wrap: wrap !important;
  }
  .xl_g-0 {
    gap: 0px !important;
  }
  .xl_g-1 {
    gap: 1px !important;
  }
  .xl_g-2 {
    gap: 2px !important;
  }
  .xl_g-4 {
    gap: 4px !important;
  }
  .xl_g-8 {
    gap: 8px !important;
  }
  .xl_g-16 {
    gap: 16px !important;
  }
  .xl_g-24 {
    gap: 24px !important;
  }
  .xl_g-32 {
    gap: 32px !important;
  }
  .xl_g-40 {
    gap: 40px !important;
  }
  .xl_g-48 {
    gap: 48px !important;
  }
  .xl_g-56 {
    gap: 56px !important;
  }
  .xl_g-64 {
    gap: 64px !important;
  }
  .xl_g-72 {
    gap: 72px !important;
  }
  .xl_g-80 {
    gap: 80px !important;
  }
  .xl_g-12 {
    gap: 12px !important;
  }
  .xl_g-20 {
    gap: 20px !important;
  }
  .xl_z-1 {
    z-index: 1 !important;
  }
  .xl_z-2 {
    z-index: 2 !important;
  }
  .xl_z-3 {
    z-index: 3 !important;
  }
  .xl_z-4 {
    z-index: 4 !important;
  }
  .xl_c-black {
    color: #000 !important;
  }
  .xl_bgc-black {
    background-color: #000 !important;
  }
  .xl_bc-black {
    border-color: #000 !important;
  }
  .xl_c-333 {
    color: #333 !important;
  }
  .xl_bgc-333 {
    background-color: #333 !important;
  }
  .xl_bc-333 {
    border-color: #333 !important;
  }
  .xl_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .xl_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .xl_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .xl_c-666 {
    color: #666 !important;
  }
  .xl_bgc-666 {
    background-color: #666 !important;
  }
  .xl_bc-666 {
    border-color: #666 !important;
  }
  .xl_c-999 {
    color: #999 !important;
  }
  .xl_bgc-999 {
    background-color: #999 !important;
  }
  .xl_bc-999 {
    border-color: #999 !important;
  }
  .xl_c-ccc {
    color: #ccc !important;
  }
  .xl_bgc-ccc {
    background-color: #ccc !important;
  }
  .xl_bc-ccc {
    border-color: #ccc !important;
  }
  .xl_c-ddd {
    color: #ddd !important;
  }
  .xl_bgc-ddd {
    background-color: #ddd !important;
  }
  .xl_bc-ddd {
    border-color: #ddd !important;
  }
  .xl_c-eee {
    color: #eee !important;
  }
  .xl_bgc-eee {
    background-color: #eee !important;
  }
  .xl_bc-eee {
    border-color: #eee !important;
  }
  .xl_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .xl_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .xl_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .xl_c-white {
    color: #fff !important;
  }
  .xl_bgc-white {
    background-color: #fff !important;
  }
  .xl_bc-white {
    border-color: #fff !important;
  }
  .xl_c-primary {
    color: #1D312C !important;
  }
  .xl_bgc-primary {
    background-color: #1D312C !important;
  }
  .xl_bc-primary {
    border-color: #1D312C !important;
  }
  .xl_c-secondary {
    color: #1D312C !important;
  }
  .xl_bgc-secondary {
    background-color: #1D312C !important;
  }
  .xl_bc-secondary {
    border-color: #1D312C !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-gray-light-01 {
    color: #f2f2f2 !important;
  }
  .xl_bgc-gray-light-01 {
    background-color: #f2f2f2 !important;
  }
  .xl_bc-gray-light-01 {
    border-color: #f2f2f2 !important;
  }
  .xl_c-gray-light-02 {
    color: #e9e9e9 !important;
  }
  .xl_bgc-gray-light-02 {
    background-color: #e9e9e9 !important;
  }
  .xl_bc-gray-light-02 {
    border-color: #e9e9e9 !important;
  }
  .xl_c-gray-light-03 {
    color: #dddddd !important;
  }
  .xl_bgc-gray-light-03 {
    background-color: #dddddd !important;
  }
  .xl_bc-gray-light-03 {
    border-color: #dddddd !important;
  }
  .xl_c-gray-light-04 {
    color: #cccccc !important;
  }
  .xl_bgc-gray-light-04 {
    background-color: #cccccc !important;
  }
  .xl_bc-gray-light-04 {
    border-color: #cccccc !important;
  }
  .xl_c-dark-gray-dark-01 {
    color: #333333 !important;
  }
  .xl_bgc-dark-gray-dark-01 {
    background-color: #333333 !important;
  }
  .xl_bc-dark-gray-dark-01 {
    border-color: #333333 !important;
  }
  .xl_c-dark-gray-dark-02 {
    color: #666666 !important;
  }
  .xl_bgc-dark-gray-dark-02 {
    background-color: #666666 !important;
  }
  .xl_bc-dark-gray-dark-02 {
    border-color: #666666 !important;
  }
  .xl_c-dark-gray-dark-03 {
    color: #888888 !important;
  }
  .xl_bgc-dark-gray-dark-03 {
    background-color: #888888 !important;
  }
  .xl_bc-dark-gray-dark-03 {
    border-color: #888888 !important;
  }
  .xl_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .xl_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xl_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xl_c-site-black {
    color: #2c2823 !important;
  }
  .xl_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .xl_bc-site-black {
    border-color: #2c2823 !important;
  }
  .xl_c-site-green {
    color: #00453d !important;
  }
  .xl_bgc-site-green {
    background-color: #00453d !important;
  }
  .xl_bc-site-green {
    border-color: #00453d !important;
  }
  .xl_c-site-brown {
    color: #482f0c !important;
  }
  .xl_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .xl_bc-site-brown {
    border-color: #482f0c !important;
  }
  .xl_c-site-red {
    color: #501305 !important;
  }
  .xl_bgc-site-red {
    background-color: #501305 !important;
  }
  .xl_bc-site-red {
    border-color: #501305 !important;
  }
  .xl_c-site-pink {
    color: #f5b9a7 !important;
  }
  .xl_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .xl_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .xl_c-site-yellow {
    color: #ffb960 !important;
  }
  .xl_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .xl_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .xl_c-site-blue {
    color: #6af7e7 !important;
  }
  .xl_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .xl_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .xl_c-dark {
    color: #272420 !important;
  }
  .xl_bgc-dark {
    background-color: #272420 !important;
  }
  .xl_bc-dark {
    border-color: #272420 !important;
  }
  .xl_a-primary {
    color: #1D312C !important;
    transition: all ease-in-out 300ms;
  }
  .xl_a-primary:hover {
    color: #000000 !important;
  }
  .xl_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .xl_a-default:hover {
    color: #1D312C !important;
  }
  .xl_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .xl_a-decoration:hover {
    color: #1D312C !important;
  }
  .xl_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .xl_invisible {
    display: none !important;
  }
  .xl_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .xxl_pa-0 {
    padding: 0px !important;
  }
  .xxl_pa-1 {
    padding: 1px !important;
  }
  .xxl_pa-2 {
    padding: 2px !important;
  }
  .xxl_pa-4 {
    padding: 4px !important;
  }
  .xxl_pa-8 {
    padding: 8px !important;
  }
  .xxl_pa-16 {
    padding: 16px !important;
  }
  .xxl_pa-24 {
    padding: 24px !important;
  }
  .xxl_pa-32 {
    padding: 32px !important;
  }
  .xxl_pa-40 {
    padding: 40px !important;
  }
  .xxl_pa-48 {
    padding: 48px !important;
  }
  .xxl_pa-56 {
    padding: 56px !important;
  }
  .xxl_pa-64 {
    padding: 64px !important;
  }
  .xxl_pa-72 {
    padding: 72px !important;
  }
  .xxl_pa-80 {
    padding: 80px !important;
  }
  .xxl_pa-12 {
    padding: 12px !important;
  }
  .xxl_pa-20 {
    padding: 20px !important;
  }
  .xxl_pt-0 {
    padding-top: 0px !important;
  }
  .xxl_pt-1 {
    padding-top: 1px !important;
  }
  .xxl_pt-2 {
    padding-top: 2px !important;
  }
  .xxl_pt-4 {
    padding-top: 4px !important;
  }
  .xxl_pt-8 {
    padding-top: 8px !important;
  }
  .xxl_pt-16 {
    padding-top: 16px !important;
  }
  .xxl_pt-24 {
    padding-top: 24px !important;
  }
  .xxl_pt-32 {
    padding-top: 32px !important;
  }
  .xxl_pt-40 {
    padding-top: 40px !important;
  }
  .xxl_pt-48 {
    padding-top: 48px !important;
  }
  .xxl_pt-56 {
    padding-top: 56px !important;
  }
  .xxl_pt-64 {
    padding-top: 64px !important;
  }
  .xxl_pt-72 {
    padding-top: 72px !important;
  }
  .xxl_pt-80 {
    padding-top: 80px !important;
  }
  .xxl_pt-12 {
    padding-top: 12px !important;
  }
  .xxl_pt-20 {
    padding-top: 20px !important;
  }
  .xxl_pb-0 {
    padding-bottom: 0px !important;
  }
  .xxl_pb-1 {
    padding-bottom: 1px !important;
  }
  .xxl_pb-2 {
    padding-bottom: 2px !important;
  }
  .xxl_pb-4 {
    padding-bottom: 4px !important;
  }
  .xxl_pb-8 {
    padding-bottom: 8px !important;
  }
  .xxl_pb-16 {
    padding-bottom: 16px !important;
  }
  .xxl_pb-24 {
    padding-bottom: 24px !important;
  }
  .xxl_pb-32 {
    padding-bottom: 32px !important;
  }
  .xxl_pb-40 {
    padding-bottom: 40px !important;
  }
  .xxl_pb-48 {
    padding-bottom: 48px !important;
  }
  .xxl_pb-56 {
    padding-bottom: 56px !important;
  }
  .xxl_pb-64 {
    padding-bottom: 64px !important;
  }
  .xxl_pb-72 {
    padding-bottom: 72px !important;
  }
  .xxl_pb-80 {
    padding-bottom: 80px !important;
  }
  .xxl_pb-12 {
    padding-bottom: 12px !important;
  }
  .xxl_pb-20 {
    padding-bottom: 20px !important;
  }
  .xxl_pl-0 {
    padding-left: 0px !important;
  }
  .xxl_pl-1 {
    padding-left: 1px !important;
  }
  .xxl_pl-2 {
    padding-left: 2px !important;
  }
  .xxl_pl-4 {
    padding-left: 4px !important;
  }
  .xxl_pl-8 {
    padding-left: 8px !important;
  }
  .xxl_pl-16 {
    padding-left: 16px !important;
  }
  .xxl_pl-24 {
    padding-left: 24px !important;
  }
  .xxl_pl-32 {
    padding-left: 32px !important;
  }
  .xxl_pl-40 {
    padding-left: 40px !important;
  }
  .xxl_pl-48 {
    padding-left: 48px !important;
  }
  .xxl_pl-56 {
    padding-left: 56px !important;
  }
  .xxl_pl-64 {
    padding-left: 64px !important;
  }
  .xxl_pl-72 {
    padding-left: 72px !important;
  }
  .xxl_pl-80 {
    padding-left: 80px !important;
  }
  .xxl_pl-12 {
    padding-left: 12px !important;
  }
  .xxl_pl-20 {
    padding-left: 20px !important;
  }
  .xxl_pr-0 {
    padding-right: 0px !important;
  }
  .xxl_pr-1 {
    padding-right: 1px !important;
  }
  .xxl_pr-2 {
    padding-right: 2px !important;
  }
  .xxl_pr-4 {
    padding-right: 4px !important;
  }
  .xxl_pr-8 {
    padding-right: 8px !important;
  }
  .xxl_pr-16 {
    padding-right: 16px !important;
  }
  .xxl_pr-24 {
    padding-right: 24px !important;
  }
  .xxl_pr-32 {
    padding-right: 32px !important;
  }
  .xxl_pr-40 {
    padding-right: 40px !important;
  }
  .xxl_pr-48 {
    padding-right: 48px !important;
  }
  .xxl_pr-56 {
    padding-right: 56px !important;
  }
  .xxl_pr-64 {
    padding-right: 64px !important;
  }
  .xxl_pr-72 {
    padding-right: 72px !important;
  }
  .xxl_pr-80 {
    padding-right: 80px !important;
  }
  .xxl_pr-12 {
    padding-right: 12px !important;
  }
  .xxl_pr-20 {
    padding-right: 20px !important;
  }
  .xxl_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xxl_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .xxl_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .xxl_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .xxl_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .xxl_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .xxl_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .xxl_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .xxl_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xxl_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .xxl_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .xxl_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .xxl_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .xxl_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xxl_py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .xxl_py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xxl_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xxl_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .xxl_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .xxl_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .xxl_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .xxl_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xxl_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .xxl_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .xxl_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xxl_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .xxl_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .xxl_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .xxl_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .xxl_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xxl_px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .xxl_px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xxl_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xxl_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .xxl_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .xxl_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .xxl_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .xxl_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .xxl_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .xxl_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .xxl_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xxl_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .xxl_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .xxl_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .xxl_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .xxl_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xxl_my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .xxl_my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xxl_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xxl_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xxl_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .xxl_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .xxl_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .xxl_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .xxl_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .xxl_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .xxl_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .xxl_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .xxl_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .xxl_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .xxl_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .xxl_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .xxl_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xxl_mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .xxl_mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .xxl_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xxl_ma-0 {
    margin: 0px !important;
  }
  .xxl_ma-1 {
    margin: 1px !important;
  }
  .xxl_ma-2 {
    margin: 2px !important;
  }
  .xxl_ma-4 {
    margin: 4px !important;
  }
  .xxl_ma-8 {
    margin: 8px !important;
  }
  .xxl_ma-16 {
    margin: 16px !important;
  }
  .xxl_ma-24 {
    margin: 24px !important;
  }
  .xxl_ma-32 {
    margin: 32px !important;
  }
  .xxl_ma-40 {
    margin: 40px !important;
  }
  .xxl_ma-48 {
    margin: 48px !important;
  }
  .xxl_ma-56 {
    margin: 56px !important;
  }
  .xxl_ma-64 {
    margin: 64px !important;
  }
  .xxl_ma-72 {
    margin: 72px !important;
  }
  .xxl_ma-80 {
    margin: 80px !important;
  }
  .xxl_ma-12 {
    margin: 12px !important;
  }
  .xxl_ma-20 {
    margin: 20px !important;
  }
  .xxl_mt-0 {
    margin-top: 0px !important;
  }
  .xxl_mt-1 {
    margin-top: 1px !important;
  }
  .xxl_mt-2 {
    margin-top: 2px !important;
  }
  .xxl_mt-4 {
    margin-top: 4px !important;
  }
  .xxl_mt-8 {
    margin-top: 8px !important;
  }
  .xxl_mt-16 {
    margin-top: 16px !important;
  }
  .xxl_mt-24 {
    margin-top: 24px !important;
  }
  .xxl_mt-32 {
    margin-top: 32px !important;
  }
  .xxl_mt-40 {
    margin-top: 40px !important;
  }
  .xxl_mt-48 {
    margin-top: 48px !important;
  }
  .xxl_mt-56 {
    margin-top: 56px !important;
  }
  .xxl_mt-64 {
    margin-top: 64px !important;
  }
  .xxl_mt-72 {
    margin-top: 72px !important;
  }
  .xxl_mt-80 {
    margin-top: 80px !important;
  }
  .xxl_mt-12 {
    margin-top: 12px !important;
  }
  .xxl_mt-20 {
    margin-top: 20px !important;
  }
  .xxl_mb-0 {
    margin-bottom: 0px !important;
  }
  .xxl_mb-1 {
    margin-bottom: 1px !important;
  }
  .xxl_mb-2 {
    margin-bottom: 2px !important;
  }
  .xxl_mb-4 {
    margin-bottom: 4px !important;
  }
  .xxl_mb-8 {
    margin-bottom: 8px !important;
  }
  .xxl_mb-16 {
    margin-bottom: 16px !important;
  }
  .xxl_mb-24 {
    margin-bottom: 24px !important;
  }
  .xxl_mb-32 {
    margin-bottom: 32px !important;
  }
  .xxl_mb-40 {
    margin-bottom: 40px !important;
  }
  .xxl_mb-48 {
    margin-bottom: 48px !important;
  }
  .xxl_mb-56 {
    margin-bottom: 56px !important;
  }
  .xxl_mb-64 {
    margin-bottom: 64px !important;
  }
  .xxl_mb-72 {
    margin-bottom: 72px !important;
  }
  .xxl_mb-80 {
    margin-bottom: 80px !important;
  }
  .xxl_mb-12 {
    margin-bottom: 12px !important;
  }
  .xxl_mb-20 {
    margin-bottom: 20px !important;
  }
  .xxl_ml-0 {
    margin-left: 0px !important;
  }
  .xxl_ml-1 {
    margin-left: 1px !important;
  }
  .xxl_ml-2 {
    margin-left: 2px !important;
  }
  .xxl_ml-4 {
    margin-left: 4px !important;
  }
  .xxl_ml-8 {
    margin-left: 8px !important;
  }
  .xxl_ml-16 {
    margin-left: 16px !important;
  }
  .xxl_ml-24 {
    margin-left: 24px !important;
  }
  .xxl_ml-32 {
    margin-left: 32px !important;
  }
  .xxl_ml-40 {
    margin-left: 40px !important;
  }
  .xxl_ml-48 {
    margin-left: 48px !important;
  }
  .xxl_ml-56 {
    margin-left: 56px !important;
  }
  .xxl_ml-64 {
    margin-left: 64px !important;
  }
  .xxl_ml-72 {
    margin-left: 72px !important;
  }
  .xxl_ml-80 {
    margin-left: 80px !important;
  }
  .xxl_ml-12 {
    margin-left: 12px !important;
  }
  .xxl_ml-20 {
    margin-left: 20px !important;
  }
  .xxl_mr-0 {
    margin-right: 0px !important;
  }
  .xxl_mr-1 {
    margin-right: 1px !important;
  }
  .xxl_mr-2 {
    margin-right: 2px !important;
  }
  .xxl_mr-4 {
    margin-right: 4px !important;
  }
  .xxl_mr-8 {
    margin-right: 8px !important;
  }
  .xxl_mr-16 {
    margin-right: 16px !important;
  }
  .xxl_mr-24 {
    margin-right: 24px !important;
  }
  .xxl_mr-32 {
    margin-right: 32px !important;
  }
  .xxl_mr-40 {
    margin-right: 40px !important;
  }
  .xxl_mr-48 {
    margin-right: 48px !important;
  }
  .xxl_mr-56 {
    margin-right: 56px !important;
  }
  .xxl_mr-64 {
    margin-right: 64px !important;
  }
  .xxl_mr-72 {
    margin-right: 72px !important;
  }
  .xxl_mr-80 {
    margin-right: 80px !important;
  }
  .xxl_mr-12 {
    margin-right: 12px !important;
  }
  .xxl_mr-20 {
    margin-right: 20px !important;
  }
  .xxl_bg-none {
    background: none !important;
  }
  .xxl_bgr-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xxl_bgi-none {
    background-image: none !important;
  }
  .xxl_bgp-center {
    background-position: center !important;
  }
  .xxl_bgp-top {
    background-position: top !important;
  }
  .xxl_bgp-left {
    background-position: left !important;
  }
  .xxl_bgp-right {
    background-position: right !important;
  }
  .xxl_bgp-bottom {
    background-position: bottom !important;
  }
  .xxl_bgs-cover {
    background-size: cover !important;
  }
  .xxl_bgs-contain {
    background-size: contain !important;
  }
  .xxl_bd-0 {
    border: 0 !important;
  }
  .xxl_bd-1 {
    border: 1px solid #eee !important;
  }
  .xxl_bd-2 {
    border: 2px solid #eee !important;
  }
  .xxl_bd-4 {
    border: 4px solid #eee !important;
  }
  .xxl_bt-0 {
    border-top: 0 !important;
  }
  .xxl_bt-1 {
    border-top: 1px solid #eee !important;
  }
  .xxl_bt-2 {
    border-top: 2px solid #eee !important;
  }
  .xxl_bt-4 {
    border-top: 4px solid #eee !important;
  }
  .xxl_bb-0 {
    border-bottom: 0 !important;
  }
  .xxl_bb-1 {
    border-bottom: 1px solid #eee !important;
  }
  .xxl_bb-2 {
    border-bottom: 2px solid #eee !important;
  }
  .xxl_bb-4 {
    border-bottom: 4px solid #eee !important;
  }
  .xxl_bl-0 {
    border-left: 0 !important;
  }
  .xxl_bl-1 {
    border-left: 1px solid #eee !important;
  }
  .xxl_bl-2 {
    border-left: 2px solid #eee !important;
  }
  .xxl_bl-4 {
    border-left: 4px solid #eee !important;
  }
  .xxl_br-0 {
    border-right: 0 !important;
  }
  .xxl_br-1 {
    border-right: 1px solid #eee !important;
  }
  .xxl_br-2 {
    border-right: 2px solid #eee !important;
  }
  .xxl_br-4 {
    border-right: 4px solid #eee !important;
  }
  .xxl_bw-0 {
    border-width: 0 !important;
  }
  .xxl_bw-1 {
    border-width: 1 !important;
  }
  .xxl_bw-2 {
    border-width: 2 !important;
  }
  .xxl_bw-4 {
    border-width: 4 !important;
  }
  .xxl_bs-solid {
    border-style: solid !important;
  }
  .xxl_rd-0 {
    border-radius: 0px !important;
  }
  .xxl_rd-2 {
    border-radius: 2px !important;
  }
  .xxl_rd-4 {
    border-radius: 4px !important;
  }
  .xxl_rd-8 {
    border-radius: 8px !important;
  }
  .xxl_rd-16 {
    border-radius: 16px !important;
  }
  .xxl_rd-24 {
    border-radius: 24px !important;
  }
  .xxl_rd-32 {
    border-radius: 32px !important;
  }
  .xxl_rd-half {
    border-radius: 50% !important;
  }
  .xxl_fs-10 {
    font-size: 10px !important;
  }
  .xxl_fs-12 {
    font-size: 12px !important;
  }
  .xxl_fs-14 {
    font-size: 14px !important;
  }
  .xxl_fs-16 {
    font-size: 16px !important;
  }
  .xxl_fs-18 {
    font-size: 18px !important;
  }
  .xxl_fs-20 {
    font-size: 20px !important;
  }
  .xxl_fs-24 {
    font-size: 24px !important;
  }
  .xxl_fs-32 {
    font-size: 32px !important;
  }
  .xxl_fs-48 {
    font-size: 48px !important;
  }
  .xxl_fs-64 {
    font-size: 64px !important;
  }
  .xxl_fs-small {
    font-size: smaller !important;
  }
  .xxl_fw-300 {
    font-weight: 300 !important;
  }
  .xxl_fw-400 {
    font-weight: 400 !important;
  }
  .xxl_fw-500 {
    font-weight: 500 !important;
  }
  .xxl_fw-600 {
    font-weight: 600 !important;
  }
  .xxl_fw-700 {
    font-weight: 700 !important;
  }
  .xxl_fw-900 {
    font-weight: 900 !important;
  }
  .xxl_fw-normal {
    font-weight: normal !important;
  }
  .xxl_fw-bold {
    font-weight: bold !important;
  }
  .xxl_fl-italic {
    font-style: italic !important;
  }
  .xxl_lh-1 {
    line-height: 1 !important;
  }
  .xxl_lh-10 {
    line-height: 10px !important;
  }
  .xxl_lh-12 {
    line-height: 12px !important;
  }
  .xxl_lh-14 {
    line-height: 14px !important;
  }
  .xxl_lh-16 {
    line-height: 16px !important;
  }
  .xxl_lh-18 {
    line-height: 18px !important;
  }
  .xxl_lh-20 {
    line-height: 20px !important;
  }
  .xxl_lh-24 {
    line-height: 24px !important;
  }
  .xxl_lh-26 {
    line-height: 26px !important;
  }
  .xxl_lh-28 {
    line-height: 28px !important;
  }
  .xxl_lh-32 {
    line-height: 32px !important;
  }
  .xxl_lh-40 {
    line-height: 40px !important;
  }
  .xxl_lh-48 {
    line-height: 48px !important;
  }
  .xxl_lh-64 {
    line-height: 64px !important;
  }
  .xxl_ta-left {
    text-align: left !important;
  }
  .xxl_ta-right {
    text-align: right !important;
  }
  .xxl_ta-center {
    text-align: center !important;
  }
  .xxl_ta-justify {
    text-align: justify !important;
  }
  .xxl_tt-lowercase {
    text-transform: lowercase !important;
  }
  .xxl_tt-uppercase {
    text-transform: uppercase !important;
  }
  .xxl_tt-none {
    text-transform: none !important;
  }
  .xxl_td-none {
    text-decoration: none !important;
  }
  .xxl_td-underline {
    text-decoration: underline !important;
  }
  .xxl_f-left {
    float: left !important;
  }
  .xxl_f-right {
    float: right !important;
  }
  .xxl_cl-none {
    clear: none !important;
  }
  .xxl_cl-both {
    clear: both !important;
  }
  .xxl_cl-left {
    clear: left !important;
  }
  .xxl_cl-right {
    clear: right !important;
  }
  .xxl_d-none {
    display: none !important;
  }
  .xxl_d-block {
    display: block !important;
  }
  .xxl_d-inline {
    display: inline !important;
  }
  .xxl_d-inline-block {
    display: inline-block !important;
  }
  .xxl_d-flex {
    display: flex !important;
  }
  .xxl_d-inline-flex {
    display: inline-flex !important;
  }
  .xxl_d-table {
    display: table !important;
  }
  .xxl_d-table-cell {
    display: table-cell !important;
  }
  .xxl_d-grid {
    display: grid !important;
  }
  .xxl_p-absolute {
    position: absolute !important;
  }
  .xxl_p-relative {
    position: relative !important;
  }
  .xxl_p-static {
    position: static !important;
  }
  .xxl_p-fixed {
    position: fixed !important;
  }
  .xxl_of-cover {
    object-fit: cover !important;
  }
  .xxl_of-contain {
    object-fit: contain !important;
  }
  .xxl_t-0 {
    top: 0px !important;
  }
  .xxl_t-1 {
    top: 1px !important;
  }
  .xxl_t-2 {
    top: 2px !important;
  }
  .xxl_t-4 {
    top: 4px !important;
  }
  .xxl_t-8 {
    top: 8px !important;
  }
  .xxl_t-16 {
    top: 16px !important;
  }
  .xxl_t-24 {
    top: 24px !important;
  }
  .xxl_t-32 {
    top: 32px !important;
  }
  .xxl_t-40 {
    top: 40px !important;
  }
  .xxl_t-48 {
    top: 48px !important;
  }
  .xxl_t-56 {
    top: 56px !important;
  }
  .xxl_t-64 {
    top: 64px !important;
  }
  .xxl_t-72 {
    top: 72px !important;
  }
  .xxl_t-80 {
    top: 80px !important;
  }
  .xxl_t-12 {
    top: 12px !important;
  }
  .xxl_t-20 {
    top: 20px !important;
  }
  .xxl_l-0 {
    left: 0px !important;
  }
  .xxl_l-1 {
    left: 1px !important;
  }
  .xxl_l-2 {
    left: 2px !important;
  }
  .xxl_l-4 {
    left: 4px !important;
  }
  .xxl_l-8 {
    left: 8px !important;
  }
  .xxl_l-16 {
    left: 16px !important;
  }
  .xxl_l-24 {
    left: 24px !important;
  }
  .xxl_l-32 {
    left: 32px !important;
  }
  .xxl_l-40 {
    left: 40px !important;
  }
  .xxl_l-48 {
    left: 48px !important;
  }
  .xxl_l-56 {
    left: 56px !important;
  }
  .xxl_l-64 {
    left: 64px !important;
  }
  .xxl_l-72 {
    left: 72px !important;
  }
  .xxl_l-80 {
    left: 80px !important;
  }
  .xxl_l-12 {
    left: 12px !important;
  }
  .xxl_l-20 {
    left: 20px !important;
  }
  .xxl_r-0 {
    right: 0px !important;
  }
  .xxl_r-1 {
    right: 1px !important;
  }
  .xxl_r-2 {
    right: 2px !important;
  }
  .xxl_r-4 {
    right: 4px !important;
  }
  .xxl_r-8 {
    right: 8px !important;
  }
  .xxl_r-16 {
    right: 16px !important;
  }
  .xxl_r-24 {
    right: 24px !important;
  }
  .xxl_r-32 {
    right: 32px !important;
  }
  .xxl_r-40 {
    right: 40px !important;
  }
  .xxl_r-48 {
    right: 48px !important;
  }
  .xxl_r-56 {
    right: 56px !important;
  }
  .xxl_r-64 {
    right: 64px !important;
  }
  .xxl_r-72 {
    right: 72px !important;
  }
  .xxl_r-80 {
    right: 80px !important;
  }
  .xxl_r-12 {
    right: 12px !important;
  }
  .xxl_r-20 {
    right: 20px !important;
  }
  .xxl_b-0 {
    bottom: 0px !important;
  }
  .xxl_b-1 {
    bottom: 1px !important;
  }
  .xxl_b-2 {
    bottom: 2px !important;
  }
  .xxl_b-4 {
    bottom: 4px !important;
  }
  .xxl_b-8 {
    bottom: 8px !important;
  }
  .xxl_b-16 {
    bottom: 16px !important;
  }
  .xxl_b-24 {
    bottom: 24px !important;
  }
  .xxl_b-32 {
    bottom: 32px !important;
  }
  .xxl_b-40 {
    bottom: 40px !important;
  }
  .xxl_b-48 {
    bottom: 48px !important;
  }
  .xxl_b-56 {
    bottom: 56px !important;
  }
  .xxl_b-64 {
    bottom: 64px !important;
  }
  .xxl_b-72 {
    bottom: 72px !important;
  }
  .xxl_b-80 {
    bottom: 80px !important;
  }
  .xxl_b-12 {
    bottom: 12px !important;
  }
  .xxl_b-20 {
    bottom: 20px !important;
  }
  .xxl_cls-1 {
    columns: 1 !important;
  }
  .xxl_cls-2 {
    columns: 2 !important;
  }
  .xxl_cls-3 {
    columns: 3 !important;
  }
  .xxl_cls-4 {
    columns: 4 !important;
  }
  .xxl_cls-5 {
    columns: 5 !important;
  }
  .xxl_cls-6 {
    columns: 6 !important;
  }
  .xxl_clc-1 {
    column-count: 1 !important;
  }
  .xxl_clc-2 {
    column-count: 2 !important;
  }
  .xxl_clc-3 {
    column-count: 3 !important;
  }
  .xxl_clc-4 {
    column-count: 4 !important;
  }
  .xxl_clc-5 {
    column-count: 5 !important;
  }
  .xxl_clc-6 {
    column-count: 6 !important;
  }
  .xxl_clg-0 {
    column-gap: 0px !important;
  }
  .xxl_clg-4 {
    column-gap: 4px !important;
  }
  .xxl_clg-8 {
    column-gap: 8px !important;
  }
  .xxl_clg-16 {
    column-gap: 16px !important;
  }
  .xxl_clg-24 {
    column-gap: 24px !important;
  }
  .xxl_clg-32 {
    column-gap: 32px !important;
  }
  .xxl_clg-40 {
    column-gap: 40px !important;
  }
  .xxl_clg-80 {
    column-gap: 80px !important;
  }
  .xxl_o-0 {
    opacity: 0 !important;
  }
  .xxl_o-10 {
    opacity: 0.1 !important;
  }
  .xxl_o-20 {
    opacity: 0.2 !important;
  }
  .xxl_o-30 {
    opacity: 0.3 !important;
  }
  .xxl_o-40 {
    opacity: 0.4 !important;
  }
  .xxl_o-50 {
    opacity: 0.5 !important;
  }
  .xxl_o-60 {
    opacity: 0.6 !important;
  }
  .xxl_o-70 {
    opacity: 0.7 !important;
  }
  .xxl_o-80 {
    opacity: 0.9 !important;
  }
  .xxl_o-100 {
    opacity: 1 !important;
  }
  .xxl_w-0 {
    width: 0 !important;
  }
  .xxl_w-auto {
    width: auto !important;
  }
  .xxl_w-half {
    width: 50% !important;
  }
  .xxl_w-full {
    width: 100% !important;
  }
  .xxl_w-window {
    width: 100vw !important;
  }
  .xxl_w-8 {
    width: 8px !important;
  }
  .xxl_w-16 {
    width: 16px !important;
  }
  .xxl_w-32 {
    width: 32px !important;
  }
  .xxl_w-56 {
    width: 56px !important;
  }
  .xxl_w-64 {
    width: 64px !important;
  }
  .xxl_w-96 {
    width: 96px !important;
  }
  .xxl_w-128 {
    width: 128px !important;
  }
  .xxl_w-256 {
    width: 256px !important;
  }
  .xxl_w-512 {
    width: 512px !important;
  }
  .xxl_w-100 {
    width: 100px !important;
  }
  .xxl_w-200 {
    width: 200px !important;
  }
  .xxl_w-300 {
    width: 300px !important;
  }
  .xxl_w-400 {
    width: 400px !important;
  }
  .xxl_w-500 {
    width: 500px !important;
  }
  .xxl_w-600 {
    width: 600px !important;
  }
  .xxl_h-0 {
    height: 0 !important;
  }
  .xxl_h-auto {
    height: auto !important;
  }
  .xxl_h-half {
    height: 50% !important;
  }
  .xxl_h-full {
    height: 100% !important;
  }
  .xxl_h-window {
    height: 100vh !important;
  }
  .xxl_h-8 {
    height: 8px !important;
  }
  .xxl_h-16 {
    height: 16px !important;
  }
  .xxl_h-32 {
    height: 32px !important;
  }
  .xxl_h-56 {
    height: 56px !important;
  }
  .xxl_h-64 {
    height: 64px !important;
  }
  .xxl_h-96 {
    height: 96px !important;
  }
  .xxl_h-128 {
    height: 128px !important;
  }
  .xxl_h-256 {
    height: 256px !important;
  }
  .xxl_h-512 {
    height: 512px !important;
  }
  .xxl_h-100 {
    height: 100px !important;
  }
  .xxl_h-200 {
    height: 200px !important;
  }
  .xxl_h-300 {
    height: 300px !important;
  }
  .xxl_h-400 {
    height: 400px !important;
  }
  .xxl_h-500 {
    height: 500px !important;
  }
  .xxl_h-600 {
    height: 600px !important;
  }
  .xxl_maxw-0 {
    max-width: 0px !important;
  }
  .xxl_maxw-1 {
    max-width: 1px !important;
  }
  .xxl_maxw-128 {
    max-width: 128px !important;
  }
  .xxl_maxw-256 {
    max-width: 256px !important;
  }
  .xxl_maxw-512 {
    max-width: 512px !important;
  }
  .xxl_maxw-640 {
    max-width: 640px !important;
  }
  .xxl_maxw-auto {
    max-width: auto !important;
  }
  .xxl_maxw-half {
    max-width: 50% !important;
  }
  .xxl_maxw-full {
    max-width: 100% !important;
  }
  .xxl_maxw-window {
    max-width: 100vw !important;
  }
  .xxl_maxh-0 {
    max-height: 0px !important;
  }
  .xxl_maxh-1 {
    max-height: 1px !important;
  }
  .xxl_maxh-128 {
    max-height: 128px !important;
  }
  .xxl_maxh-256 {
    max-height: 256px !important;
  }
  .xxl_maxh-512 {
    max-height: 512px !important;
  }
  .xxl_maxh-640 {
    max-height: 640px !important;
  }
  .xxl_maxh-auto {
    max-height: auto !important;
  }
  .xxl_maxh-half {
    max-height: 50% !important;
  }
  .xxl_maxh-full {
    max-height: 100% !important;
  }
  .xxl_maxh-window {
    max-height: 100vh !important;
  }
  .xxl_minw-0 {
    min-width: 0px !important;
  }
  .xxl_minw-1 {
    min-width: 1px !important;
  }
  .xxl_minw-128 {
    min-width: 128px !important;
  }
  .xxl_minw-256 {
    min-width: 256px !important;
  }
  .xxl_minw-512 {
    min-width: 512px !important;
  }
  .xxl_minw-640 {
    min-width: 640px !important;
  }
  .xxl_minw-auto {
    min-width: auto !important;
  }
  .xxl_minw-half {
    min-width: 50% !important;
  }
  .xxl_minw-full {
    min-width: 100% !important;
  }
  .xxl_minw-window {
    min-width: 100vw !important;
  }
  .xxl_minh-0 {
    min-height: 0px !important;
  }
  .xxl_minh-1 {
    min-height: 1px !important;
  }
  .xxl_minh-128 {
    min-height: 128px !important;
  }
  .xxl_minh-256 {
    min-height: 256px !important;
  }
  .xxl_minh-512 {
    min-height: 512px !important;
  }
  .xxl_minh-640 {
    min-height: 640px !important;
  }
  .xxl_minh-auto {
    min-height: auto !important;
  }
  .xxl_minh-half {
    min-height: 50% !important;
  }
  .xxl_minh-full {
    min-height: 100% !important;
  }
  .xxl_minh-window {
    min-height: 100vh !important;
  }
  .xxl_ws-nowrap {
    white-space: nowrap !important;
  }
  .xxl_ls-none {
    list-style: none !important;
  }
  .xxl_ls-default {
    list-style: disc inside !important;
  }
  .xxl_lsp-inside {
    list-style-position: inside !important;
  }
  .xxl_lst-disc {
    list-style-type: disc !important;
  }
  .xxl_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .xxl_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .xxl_bxsh-none {
    box-shadow: none !important;
  }
  .xxl_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl_jc-center {
    justify-content: center !important;
  }
  .xxl_jc-space-between {
    justify-content: space-between !important;
  }
  .xxl_ov-auto {
    overflow: auto !important;
  }
  .xxl_ov-hidden {
    overflow: hidden !important;
  }
  .xxl_ov-visible {
    overflow: visible !important;
  }
  .xxl_od-0 {
    order: 0 !important;
  }
  .xxl_od-1 {
    order: 1 !important;
  }
  .xxl_od-2 {
    order: 2 !important;
  }
  .xxl_od-3 {
    order: 3 !important;
  }
  .xxl_od-4 {
    order: 4 !important;
  }
  .xxl_od-5 {
    order: 5 !important;
  }
  .xxl_od-6 {
    order: 6 !important;
  }
  .xxl_od-7 {
    order: 7 !important;
  }
  .xxl_od-8 {
    order: 8 !important;
  }
  .xxl_od-9 {
    order: 9 !important;
  }
  .xxl_od-10 {
    order: 10 !important;
  }
  .xxl_od-11 {
    order: 11 !important;
  }
  .xxl_od-12 {
    order: 12 !important;
  }
  .xxl_ai-center {
    align-items: center !important;
  }
  .xxl_flg-1 {
    flex-grow: 1 !important;
  }
  .xxl_flg-2 {
    flex-grow: 2 !important;
  }
  .xxl_flg-3 {
    flex-grow: 3 !important;
  }
  .xxl_flg-4 {
    flex-grow: 4 !important;
  }
  .xxl_flb-0 {
    flex-basis: 0 !important;
  }
  .xxl_fld-column {
    flex-direction: column !important;
  }
  .xxl_fld-row {
    flex-direction: row !important;
  }
  .xxl_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxl_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xxl_flw-wrap {
    flex-wrap: wrap !important;
  }
  .xxl_g-0 {
    gap: 0px !important;
  }
  .xxl_g-1 {
    gap: 1px !important;
  }
  .xxl_g-2 {
    gap: 2px !important;
  }
  .xxl_g-4 {
    gap: 4px !important;
  }
  .xxl_g-8 {
    gap: 8px !important;
  }
  .xxl_g-16 {
    gap: 16px !important;
  }
  .xxl_g-24 {
    gap: 24px !important;
  }
  .xxl_g-32 {
    gap: 32px !important;
  }
  .xxl_g-40 {
    gap: 40px !important;
  }
  .xxl_g-48 {
    gap: 48px !important;
  }
  .xxl_g-56 {
    gap: 56px !important;
  }
  .xxl_g-64 {
    gap: 64px !important;
  }
  .xxl_g-72 {
    gap: 72px !important;
  }
  .xxl_g-80 {
    gap: 80px !important;
  }
  .xxl_g-12 {
    gap: 12px !important;
  }
  .xxl_g-20 {
    gap: 20px !important;
  }
  .xxl_z-1 {
    z-index: 1 !important;
  }
  .xxl_z-2 {
    z-index: 2 !important;
  }
  .xxl_z-3 {
    z-index: 3 !important;
  }
  .xxl_z-4 {
    z-index: 4 !important;
  }
  .xxl_c-black {
    color: #000 !important;
  }
  .xxl_bgc-black {
    background-color: #000 !important;
  }
  .xxl_bc-black {
    border-color: #000 !important;
  }
  .xxl_c-333 {
    color: #333 !important;
  }
  .xxl_bgc-333 {
    background-color: #333 !important;
  }
  .xxl_bc-333 {
    border-color: #333 !important;
  }
  .xxl_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .xxl_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .xxl_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .xxl_c-666 {
    color: #666 !important;
  }
  .xxl_bgc-666 {
    background-color: #666 !important;
  }
  .xxl_bc-666 {
    border-color: #666 !important;
  }
  .xxl_c-999 {
    color: #999 !important;
  }
  .xxl_bgc-999 {
    background-color: #999 !important;
  }
  .xxl_bc-999 {
    border-color: #999 !important;
  }
  .xxl_c-ccc {
    color: #ccc !important;
  }
  .xxl_bgc-ccc {
    background-color: #ccc !important;
  }
  .xxl_bc-ccc {
    border-color: #ccc !important;
  }
  .xxl_c-ddd {
    color: #ddd !important;
  }
  .xxl_bgc-ddd {
    background-color: #ddd !important;
  }
  .xxl_bc-ddd {
    border-color: #ddd !important;
  }
  .xxl_c-eee {
    color: #eee !important;
  }
  .xxl_bgc-eee {
    background-color: #eee !important;
  }
  .xxl_bc-eee {
    border-color: #eee !important;
  }
  .xxl_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .xxl_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .xxl_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .xxl_c-white {
    color: #fff !important;
  }
  .xxl_bgc-white {
    background-color: #fff !important;
  }
  .xxl_bc-white {
    border-color: #fff !important;
  }
  .xxl_c-primary {
    color: #1D312C !important;
  }
  .xxl_bgc-primary {
    background-color: #1D312C !important;
  }
  .xxl_bc-primary {
    border-color: #1D312C !important;
  }
  .xxl_c-secondary {
    color: #1D312C !important;
  }
  .xxl_bgc-secondary {
    background-color: #1D312C !important;
  }
  .xxl_bc-secondary {
    border-color: #1D312C !important;
  }
  .xxl_c-error {
    color: #ec1d24 !important;
  }
  .xxl_bgc-error {
    background-color: #ec1d24 !important;
  }
  .xxl_bc-error {
    border-color: #ec1d24 !important;
  }
  .xxl_c-success {
    color: green !important;
  }
  .xxl_bgc-success {
    background-color: green !important;
  }
  .xxl_bc-success {
    border-color: green !important;
  }
  .xxl_c-border {
    color: #eee !important;
  }
  .xxl_bgc-border {
    background-color: #eee !important;
  }
  .xxl_bc-border {
    border-color: #eee !important;
  }
  .xxl_c-text {
    color: #333 !important;
  }
  .xxl_bgc-text {
    background-color: #333 !important;
  }
  .xxl_bc-text {
    border-color: #333 !important;
  }
  .xxl_c-text-faded {
    color: #666 !important;
  }
  .xxl_bgc-text-faded {
    background-color: #666 !important;
  }
  .xxl_bc-text-faded {
    border-color: #666 !important;
  }
  .xxl_c-gray-light-01 {
    color: #f2f2f2 !important;
  }
  .xxl_bgc-gray-light-01 {
    background-color: #f2f2f2 !important;
  }
  .xxl_bc-gray-light-01 {
    border-color: #f2f2f2 !important;
  }
  .xxl_c-gray-light-02 {
    color: #e9e9e9 !important;
  }
  .xxl_bgc-gray-light-02 {
    background-color: #e9e9e9 !important;
  }
  .xxl_bc-gray-light-02 {
    border-color: #e9e9e9 !important;
  }
  .xxl_c-gray-light-03 {
    color: #dddddd !important;
  }
  .xxl_bgc-gray-light-03 {
    background-color: #dddddd !important;
  }
  .xxl_bc-gray-light-03 {
    border-color: #dddddd !important;
  }
  .xxl_c-gray-light-04 {
    color: #cccccc !important;
  }
  .xxl_bgc-gray-light-04 {
    background-color: #cccccc !important;
  }
  .xxl_bc-gray-light-04 {
    border-color: #cccccc !important;
  }
  .xxl_c-dark-gray-dark-01 {
    color: #333333 !important;
  }
  .xxl_bgc-dark-gray-dark-01 {
    background-color: #333333 !important;
  }
  .xxl_bc-dark-gray-dark-01 {
    border-color: #333333 !important;
  }
  .xxl_c-dark-gray-dark-02 {
    color: #666666 !important;
  }
  .xxl_bgc-dark-gray-dark-02 {
    background-color: #666666 !important;
  }
  .xxl_bc-dark-gray-dark-02 {
    border-color: #666666 !important;
  }
  .xxl_c-dark-gray-dark-03 {
    color: #888888 !important;
  }
  .xxl_bgc-dark-gray-dark-03 {
    background-color: #888888 !important;
  }
  .xxl_bc-dark-gray-dark-03 {
    border-color: #888888 !important;
  }
  .xxl_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .xxl_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xxl_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xxl_c-site-black {
    color: #2c2823 !important;
  }
  .xxl_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .xxl_bc-site-black {
    border-color: #2c2823 !important;
  }
  .xxl_c-site-green {
    color: #00453d !important;
  }
  .xxl_bgc-site-green {
    background-color: #00453d !important;
  }
  .xxl_bc-site-green {
    border-color: #00453d !important;
  }
  .xxl_c-site-brown {
    color: #482f0c !important;
  }
  .xxl_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .xxl_bc-site-brown {
    border-color: #482f0c !important;
  }
  .xxl_c-site-red {
    color: #501305 !important;
  }
  .xxl_bgc-site-red {
    background-color: #501305 !important;
  }
  .xxl_bc-site-red {
    border-color: #501305 !important;
  }
  .xxl_c-site-pink {
    color: #f5b9a7 !important;
  }
  .xxl_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .xxl_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .xxl_c-site-yellow {
    color: #ffb960 !important;
  }
  .xxl_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .xxl_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .xxl_c-site-blue {
    color: #6af7e7 !important;
  }
  .xxl_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .xxl_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .xxl_c-dark {
    color: #272420 !important;
  }
  .xxl_bgc-dark {
    background-color: #272420 !important;
  }
  .xxl_bc-dark {
    border-color: #272420 !important;
  }
  .xxl_a-primary {
    color: #1D312C !important;
    transition: all ease-in-out 300ms;
  }
  .xxl_a-primary:hover {
    color: #000000 !important;
  }
  .xxl_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .xxl_a-default:hover {
    color: #1D312C !important;
  }
  .xxl_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .xxl_a-decoration:hover {
    color: #1D312C !important;
  }
  .xxl_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .xxl_invisible {
    display: none !important;
  }
  .xxl_tpl-no-spacer {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 1900px) {
  .xxxl_pa-0 {
    padding: 0px !important;
  }
  .xxxl_pa-1 {
    padding: 1px !important;
  }
  .xxxl_pa-2 {
    padding: 2px !important;
  }
  .xxxl_pa-4 {
    padding: 4px !important;
  }
  .xxxl_pa-8 {
    padding: 8px !important;
  }
  .xxxl_pa-16 {
    padding: 16px !important;
  }
  .xxxl_pa-24 {
    padding: 24px !important;
  }
  .xxxl_pa-32 {
    padding: 32px !important;
  }
  .xxxl_pa-40 {
    padding: 40px !important;
  }
  .xxxl_pa-48 {
    padding: 48px !important;
  }
  .xxxl_pa-56 {
    padding: 56px !important;
  }
  .xxxl_pa-64 {
    padding: 64px !important;
  }
  .xxxl_pa-72 {
    padding: 72px !important;
  }
  .xxxl_pa-80 {
    padding: 80px !important;
  }
  .xxxl_pa-12 {
    padding: 12px !important;
  }
  .xxxl_pa-20 {
    padding: 20px !important;
  }
  .xxxl_pt-0 {
    padding-top: 0px !important;
  }
  .xxxl_pt-1 {
    padding-top: 1px !important;
  }
  .xxxl_pt-2 {
    padding-top: 2px !important;
  }
  .xxxl_pt-4 {
    padding-top: 4px !important;
  }
  .xxxl_pt-8 {
    padding-top: 8px !important;
  }
  .xxxl_pt-16 {
    padding-top: 16px !important;
  }
  .xxxl_pt-24 {
    padding-top: 24px !important;
  }
  .xxxl_pt-32 {
    padding-top: 32px !important;
  }
  .xxxl_pt-40 {
    padding-top: 40px !important;
  }
  .xxxl_pt-48 {
    padding-top: 48px !important;
  }
  .xxxl_pt-56 {
    padding-top: 56px !important;
  }
  .xxxl_pt-64 {
    padding-top: 64px !important;
  }
  .xxxl_pt-72 {
    padding-top: 72px !important;
  }
  .xxxl_pt-80 {
    padding-top: 80px !important;
  }
  .xxxl_pt-12 {
    padding-top: 12px !important;
  }
  .xxxl_pt-20 {
    padding-top: 20px !important;
  }
  .xxxl_pb-0 {
    padding-bottom: 0px !important;
  }
  .xxxl_pb-1 {
    padding-bottom: 1px !important;
  }
  .xxxl_pb-2 {
    padding-bottom: 2px !important;
  }
  .xxxl_pb-4 {
    padding-bottom: 4px !important;
  }
  .xxxl_pb-8 {
    padding-bottom: 8px !important;
  }
  .xxxl_pb-16 {
    padding-bottom: 16px !important;
  }
  .xxxl_pb-24 {
    padding-bottom: 24px !important;
  }
  .xxxl_pb-32 {
    padding-bottom: 32px !important;
  }
  .xxxl_pb-40 {
    padding-bottom: 40px !important;
  }
  .xxxl_pb-48 {
    padding-bottom: 48px !important;
  }
  .xxxl_pb-56 {
    padding-bottom: 56px !important;
  }
  .xxxl_pb-64 {
    padding-bottom: 64px !important;
  }
  .xxxl_pb-72 {
    padding-bottom: 72px !important;
  }
  .xxxl_pb-80 {
    padding-bottom: 80px !important;
  }
  .xxxl_pb-12 {
    padding-bottom: 12px !important;
  }
  .xxxl_pb-20 {
    padding-bottom: 20px !important;
  }
  .xxxl_pl-0 {
    padding-left: 0px !important;
  }
  .xxxl_pl-1 {
    padding-left: 1px !important;
  }
  .xxxl_pl-2 {
    padding-left: 2px !important;
  }
  .xxxl_pl-4 {
    padding-left: 4px !important;
  }
  .xxxl_pl-8 {
    padding-left: 8px !important;
  }
  .xxxl_pl-16 {
    padding-left: 16px !important;
  }
  .xxxl_pl-24 {
    padding-left: 24px !important;
  }
  .xxxl_pl-32 {
    padding-left: 32px !important;
  }
  .xxxl_pl-40 {
    padding-left: 40px !important;
  }
  .xxxl_pl-48 {
    padding-left: 48px !important;
  }
  .xxxl_pl-56 {
    padding-left: 56px !important;
  }
  .xxxl_pl-64 {
    padding-left: 64px !important;
  }
  .xxxl_pl-72 {
    padding-left: 72px !important;
  }
  .xxxl_pl-80 {
    padding-left: 80px !important;
  }
  .xxxl_pl-12 {
    padding-left: 12px !important;
  }
  .xxxl_pl-20 {
    padding-left: 20px !important;
  }
  .xxxl_pr-0 {
    padding-right: 0px !important;
  }
  .xxxl_pr-1 {
    padding-right: 1px !important;
  }
  .xxxl_pr-2 {
    padding-right: 2px !important;
  }
  .xxxl_pr-4 {
    padding-right: 4px !important;
  }
  .xxxl_pr-8 {
    padding-right: 8px !important;
  }
  .xxxl_pr-16 {
    padding-right: 16px !important;
  }
  .xxxl_pr-24 {
    padding-right: 24px !important;
  }
  .xxxl_pr-32 {
    padding-right: 32px !important;
  }
  .xxxl_pr-40 {
    padding-right: 40px !important;
  }
  .xxxl_pr-48 {
    padding-right: 48px !important;
  }
  .xxxl_pr-56 {
    padding-right: 56px !important;
  }
  .xxxl_pr-64 {
    padding-right: 64px !important;
  }
  .xxxl_pr-72 {
    padding-right: 72px !important;
  }
  .xxxl_pr-80 {
    padding-right: 80px !important;
  }
  .xxxl_pr-12 {
    padding-right: 12px !important;
  }
  .xxxl_pr-20 {
    padding-right: 20px !important;
  }
  .xxxl_py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xxxl_py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .xxxl_py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .xxxl_py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .xxxl_py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .xxxl_py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .xxxl_py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .xxxl_py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .xxxl_py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xxxl_py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .xxxl_py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .xxxl_py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .xxxl_py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .xxxl_py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xxxl_py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .xxxl_py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xxxl_px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xxxl_px-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .xxxl_px-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .xxxl_px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .xxxl_px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .xxxl_px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xxxl_px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .xxxl_px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .xxxl_px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xxxl_px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .xxxl_px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .xxxl_px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .xxxl_px-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .xxxl_px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xxxl_px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .xxxl_px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xxxl_my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xxxl_my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .xxxl_my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .xxxl_my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .xxxl_my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .xxxl_my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .xxxl_my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .xxxl_my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .xxxl_my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xxxl_my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .xxxl_my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .xxxl_my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .xxxl_my-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .xxxl_my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xxxl_my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .xxxl_my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xxxl_my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xxxl_mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xxxl_mx-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .xxxl_mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .xxxl_mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .xxxl_mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .xxxl_mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .xxxl_mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .xxxl_mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .xxxl_mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .xxxl_mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .xxxl_mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .xxxl_mx-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .xxxl_mx-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .xxxl_mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xxxl_mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .xxxl_mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .xxxl_mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xxxl_ma-0 {
    margin: 0px !important;
  }
  .xxxl_ma-1 {
    margin: 1px !important;
  }
  .xxxl_ma-2 {
    margin: 2px !important;
  }
  .xxxl_ma-4 {
    margin: 4px !important;
  }
  .xxxl_ma-8 {
    margin: 8px !important;
  }
  .xxxl_ma-16 {
    margin: 16px !important;
  }
  .xxxl_ma-24 {
    margin: 24px !important;
  }
  .xxxl_ma-32 {
    margin: 32px !important;
  }
  .xxxl_ma-40 {
    margin: 40px !important;
  }
  .xxxl_ma-48 {
    margin: 48px !important;
  }
  .xxxl_ma-56 {
    margin: 56px !important;
  }
  .xxxl_ma-64 {
    margin: 64px !important;
  }
  .xxxl_ma-72 {
    margin: 72px !important;
  }
  .xxxl_ma-80 {
    margin: 80px !important;
  }
  .xxxl_ma-12 {
    margin: 12px !important;
  }
  .xxxl_ma-20 {
    margin: 20px !important;
  }
  .xxxl_mt-0 {
    margin-top: 0px !important;
  }
  .xxxl_mt-1 {
    margin-top: 1px !important;
  }
  .xxxl_mt-2 {
    margin-top: 2px !important;
  }
  .xxxl_mt-4 {
    margin-top: 4px !important;
  }
  .xxxl_mt-8 {
    margin-top: 8px !important;
  }
  .xxxl_mt-16 {
    margin-top: 16px !important;
  }
  .xxxl_mt-24 {
    margin-top: 24px !important;
  }
  .xxxl_mt-32 {
    margin-top: 32px !important;
  }
  .xxxl_mt-40 {
    margin-top: 40px !important;
  }
  .xxxl_mt-48 {
    margin-top: 48px !important;
  }
  .xxxl_mt-56 {
    margin-top: 56px !important;
  }
  .xxxl_mt-64 {
    margin-top: 64px !important;
  }
  .xxxl_mt-72 {
    margin-top: 72px !important;
  }
  .xxxl_mt-80 {
    margin-top: 80px !important;
  }
  .xxxl_mt-12 {
    margin-top: 12px !important;
  }
  .xxxl_mt-20 {
    margin-top: 20px !important;
  }
  .xxxl_mb-0 {
    margin-bottom: 0px !important;
  }
  .xxxl_mb-1 {
    margin-bottom: 1px !important;
  }
  .xxxl_mb-2 {
    margin-bottom: 2px !important;
  }
  .xxxl_mb-4 {
    margin-bottom: 4px !important;
  }
  .xxxl_mb-8 {
    margin-bottom: 8px !important;
  }
  .xxxl_mb-16 {
    margin-bottom: 16px !important;
  }
  .xxxl_mb-24 {
    margin-bottom: 24px !important;
  }
  .xxxl_mb-32 {
    margin-bottom: 32px !important;
  }
  .xxxl_mb-40 {
    margin-bottom: 40px !important;
  }
  .xxxl_mb-48 {
    margin-bottom: 48px !important;
  }
  .xxxl_mb-56 {
    margin-bottom: 56px !important;
  }
  .xxxl_mb-64 {
    margin-bottom: 64px !important;
  }
  .xxxl_mb-72 {
    margin-bottom: 72px !important;
  }
  .xxxl_mb-80 {
    margin-bottom: 80px !important;
  }
  .xxxl_mb-12 {
    margin-bottom: 12px !important;
  }
  .xxxl_mb-20 {
    margin-bottom: 20px !important;
  }
  .xxxl_ml-0 {
    margin-left: 0px !important;
  }
  .xxxl_ml-1 {
    margin-left: 1px !important;
  }
  .xxxl_ml-2 {
    margin-left: 2px !important;
  }
  .xxxl_ml-4 {
    margin-left: 4px !important;
  }
  .xxxl_ml-8 {
    margin-left: 8px !important;
  }
  .xxxl_ml-16 {
    margin-left: 16px !important;
  }
  .xxxl_ml-24 {
    margin-left: 24px !important;
  }
  .xxxl_ml-32 {
    margin-left: 32px !important;
  }
  .xxxl_ml-40 {
    margin-left: 40px !important;
  }
  .xxxl_ml-48 {
    margin-left: 48px !important;
  }
  .xxxl_ml-56 {
    margin-left: 56px !important;
  }
  .xxxl_ml-64 {
    margin-left: 64px !important;
  }
  .xxxl_ml-72 {
    margin-left: 72px !important;
  }
  .xxxl_ml-80 {
    margin-left: 80px !important;
  }
  .xxxl_ml-12 {
    margin-left: 12px !important;
  }
  .xxxl_ml-20 {
    margin-left: 20px !important;
  }
  .xxxl_mr-0 {
    margin-right: 0px !important;
  }
  .xxxl_mr-1 {
    margin-right: 1px !important;
  }
  .xxxl_mr-2 {
    margin-right: 2px !important;
  }
  .xxxl_mr-4 {
    margin-right: 4px !important;
  }
  .xxxl_mr-8 {
    margin-right: 8px !important;
  }
  .xxxl_mr-16 {
    margin-right: 16px !important;
  }
  .xxxl_mr-24 {
    margin-right: 24px !important;
  }
  .xxxl_mr-32 {
    margin-right: 32px !important;
  }
  .xxxl_mr-40 {
    margin-right: 40px !important;
  }
  .xxxl_mr-48 {
    margin-right: 48px !important;
  }
  .xxxl_mr-56 {
    margin-right: 56px !important;
  }
  .xxxl_mr-64 {
    margin-right: 64px !important;
  }
  .xxxl_mr-72 {
    margin-right: 72px !important;
  }
  .xxxl_mr-80 {
    margin-right: 80px !important;
  }
  .xxxl_mr-12 {
    margin-right: 12px !important;
  }
  .xxxl_mr-20 {
    margin-right: 20px !important;
  }
  .xxxl_bg-none {
    background: none !important;
  }
  .xxxl_bgr-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xxxl_bgi-none {
    background-image: none !important;
  }
  .xxxl_bgp-center {
    background-position: center !important;
  }
  .xxxl_bgp-top {
    background-position: top !important;
  }
  .xxxl_bgp-left {
    background-position: left !important;
  }
  .xxxl_bgp-right {
    background-position: right !important;
  }
  .xxxl_bgp-bottom {
    background-position: bottom !important;
  }
  .xxxl_bgs-cover {
    background-size: cover !important;
  }
  .xxxl_bgs-contain {
    background-size: contain !important;
  }
  .xxxl_bd-0 {
    border: 0 !important;
  }
  .xxxl_bd-1 {
    border: 1px solid #eee !important;
  }
  .xxxl_bd-2 {
    border: 2px solid #eee !important;
  }
  .xxxl_bd-4 {
    border: 4px solid #eee !important;
  }
  .xxxl_bt-0 {
    border-top: 0 !important;
  }
  .xxxl_bt-1 {
    border-top: 1px solid #eee !important;
  }
  .xxxl_bt-2 {
    border-top: 2px solid #eee !important;
  }
  .xxxl_bt-4 {
    border-top: 4px solid #eee !important;
  }
  .xxxl_bb-0 {
    border-bottom: 0 !important;
  }
  .xxxl_bb-1 {
    border-bottom: 1px solid #eee !important;
  }
  .xxxl_bb-2 {
    border-bottom: 2px solid #eee !important;
  }
  .xxxl_bb-4 {
    border-bottom: 4px solid #eee !important;
  }
  .xxxl_bl-0 {
    border-left: 0 !important;
  }
  .xxxl_bl-1 {
    border-left: 1px solid #eee !important;
  }
  .xxxl_bl-2 {
    border-left: 2px solid #eee !important;
  }
  .xxxl_bl-4 {
    border-left: 4px solid #eee !important;
  }
  .xxxl_br-0 {
    border-right: 0 !important;
  }
  .xxxl_br-1 {
    border-right: 1px solid #eee !important;
  }
  .xxxl_br-2 {
    border-right: 2px solid #eee !important;
  }
  .xxxl_br-4 {
    border-right: 4px solid #eee !important;
  }
  .xxxl_bw-0 {
    border-width: 0 !important;
  }
  .xxxl_bw-1 {
    border-width: 1 !important;
  }
  .xxxl_bw-2 {
    border-width: 2 !important;
  }
  .xxxl_bw-4 {
    border-width: 4 !important;
  }
  .xxxl_bs-solid {
    border-style: solid !important;
  }
  .xxxl_rd-0 {
    border-radius: 0px !important;
  }
  .xxxl_rd-2 {
    border-radius: 2px !important;
  }
  .xxxl_rd-4 {
    border-radius: 4px !important;
  }
  .xxxl_rd-8 {
    border-radius: 8px !important;
  }
  .xxxl_rd-16 {
    border-radius: 16px !important;
  }
  .xxxl_rd-24 {
    border-radius: 24px !important;
  }
  .xxxl_rd-32 {
    border-radius: 32px !important;
  }
  .xxxl_rd-half {
    border-radius: 50% !important;
  }
  .xxxl_fs-10 {
    font-size: 10px !important;
  }
  .xxxl_fs-12 {
    font-size: 12px !important;
  }
  .xxxl_fs-14 {
    font-size: 14px !important;
  }
  .xxxl_fs-16 {
    font-size: 16px !important;
  }
  .xxxl_fs-18 {
    font-size: 18px !important;
  }
  .xxxl_fs-20 {
    font-size: 20px !important;
  }
  .xxxl_fs-24 {
    font-size: 24px !important;
  }
  .xxxl_fs-32 {
    font-size: 32px !important;
  }
  .xxxl_fs-48 {
    font-size: 48px !important;
  }
  .xxxl_fs-64 {
    font-size: 64px !important;
  }
  .xxxl_fs-small {
    font-size: smaller !important;
  }
  .xxxl_fw-300 {
    font-weight: 300 !important;
  }
  .xxxl_fw-400 {
    font-weight: 400 !important;
  }
  .xxxl_fw-500 {
    font-weight: 500 !important;
  }
  .xxxl_fw-600 {
    font-weight: 600 !important;
  }
  .xxxl_fw-700 {
    font-weight: 700 !important;
  }
  .xxxl_fw-900 {
    font-weight: 900 !important;
  }
  .xxxl_fw-normal {
    font-weight: normal !important;
  }
  .xxxl_fw-bold {
    font-weight: bold !important;
  }
  .xxxl_fl-italic {
    font-style: italic !important;
  }
  .xxxl_lh-1 {
    line-height: 1 !important;
  }
  .xxxl_lh-10 {
    line-height: 10px !important;
  }
  .xxxl_lh-12 {
    line-height: 12px !important;
  }
  .xxxl_lh-14 {
    line-height: 14px !important;
  }
  .xxxl_lh-16 {
    line-height: 16px !important;
  }
  .xxxl_lh-18 {
    line-height: 18px !important;
  }
  .xxxl_lh-20 {
    line-height: 20px !important;
  }
  .xxxl_lh-24 {
    line-height: 24px !important;
  }
  .xxxl_lh-26 {
    line-height: 26px !important;
  }
  .xxxl_lh-28 {
    line-height: 28px !important;
  }
  .xxxl_lh-32 {
    line-height: 32px !important;
  }
  .xxxl_lh-40 {
    line-height: 40px !important;
  }
  .xxxl_lh-48 {
    line-height: 48px !important;
  }
  .xxxl_lh-64 {
    line-height: 64px !important;
  }
  .xxxl_ta-left {
    text-align: left !important;
  }
  .xxxl_ta-right {
    text-align: right !important;
  }
  .xxxl_ta-center {
    text-align: center !important;
  }
  .xxxl_ta-justify {
    text-align: justify !important;
  }
  .xxxl_tt-lowercase {
    text-transform: lowercase !important;
  }
  .xxxl_tt-uppercase {
    text-transform: uppercase !important;
  }
  .xxxl_tt-none {
    text-transform: none !important;
  }
  .xxxl_td-none {
    text-decoration: none !important;
  }
  .xxxl_td-underline {
    text-decoration: underline !important;
  }
  .xxxl_f-left {
    float: left !important;
  }
  .xxxl_f-right {
    float: right !important;
  }
  .xxxl_cl-none {
    clear: none !important;
  }
  .xxxl_cl-both {
    clear: both !important;
  }
  .xxxl_cl-left {
    clear: left !important;
  }
  .xxxl_cl-right {
    clear: right !important;
  }
  .xxxl_d-none {
    display: none !important;
  }
  .xxxl_d-block {
    display: block !important;
  }
  .xxxl_d-inline {
    display: inline !important;
  }
  .xxxl_d-inline-block {
    display: inline-block !important;
  }
  .xxxl_d-flex {
    display: flex !important;
  }
  .xxxl_d-inline-flex {
    display: inline-flex !important;
  }
  .xxxl_d-table {
    display: table !important;
  }
  .xxxl_d-table-cell {
    display: table-cell !important;
  }
  .xxxl_d-grid {
    display: grid !important;
  }
  .xxxl_p-absolute {
    position: absolute !important;
  }
  .xxxl_p-relative {
    position: relative !important;
  }
  .xxxl_p-static {
    position: static !important;
  }
  .xxxl_p-fixed {
    position: fixed !important;
  }
  .xxxl_of-cover {
    object-fit: cover !important;
  }
  .xxxl_of-contain {
    object-fit: contain !important;
  }
  .xxxl_t-0 {
    top: 0px !important;
  }
  .xxxl_t-1 {
    top: 1px !important;
  }
  .xxxl_t-2 {
    top: 2px !important;
  }
  .xxxl_t-4 {
    top: 4px !important;
  }
  .xxxl_t-8 {
    top: 8px !important;
  }
  .xxxl_t-16 {
    top: 16px !important;
  }
  .xxxl_t-24 {
    top: 24px !important;
  }
  .xxxl_t-32 {
    top: 32px !important;
  }
  .xxxl_t-40 {
    top: 40px !important;
  }
  .xxxl_t-48 {
    top: 48px !important;
  }
  .xxxl_t-56 {
    top: 56px !important;
  }
  .xxxl_t-64 {
    top: 64px !important;
  }
  .xxxl_t-72 {
    top: 72px !important;
  }
  .xxxl_t-80 {
    top: 80px !important;
  }
  .xxxl_t-12 {
    top: 12px !important;
  }
  .xxxl_t-20 {
    top: 20px !important;
  }
  .xxxl_l-0 {
    left: 0px !important;
  }
  .xxxl_l-1 {
    left: 1px !important;
  }
  .xxxl_l-2 {
    left: 2px !important;
  }
  .xxxl_l-4 {
    left: 4px !important;
  }
  .xxxl_l-8 {
    left: 8px !important;
  }
  .xxxl_l-16 {
    left: 16px !important;
  }
  .xxxl_l-24 {
    left: 24px !important;
  }
  .xxxl_l-32 {
    left: 32px !important;
  }
  .xxxl_l-40 {
    left: 40px !important;
  }
  .xxxl_l-48 {
    left: 48px !important;
  }
  .xxxl_l-56 {
    left: 56px !important;
  }
  .xxxl_l-64 {
    left: 64px !important;
  }
  .xxxl_l-72 {
    left: 72px !important;
  }
  .xxxl_l-80 {
    left: 80px !important;
  }
  .xxxl_l-12 {
    left: 12px !important;
  }
  .xxxl_l-20 {
    left: 20px !important;
  }
  .xxxl_r-0 {
    right: 0px !important;
  }
  .xxxl_r-1 {
    right: 1px !important;
  }
  .xxxl_r-2 {
    right: 2px !important;
  }
  .xxxl_r-4 {
    right: 4px !important;
  }
  .xxxl_r-8 {
    right: 8px !important;
  }
  .xxxl_r-16 {
    right: 16px !important;
  }
  .xxxl_r-24 {
    right: 24px !important;
  }
  .xxxl_r-32 {
    right: 32px !important;
  }
  .xxxl_r-40 {
    right: 40px !important;
  }
  .xxxl_r-48 {
    right: 48px !important;
  }
  .xxxl_r-56 {
    right: 56px !important;
  }
  .xxxl_r-64 {
    right: 64px !important;
  }
  .xxxl_r-72 {
    right: 72px !important;
  }
  .xxxl_r-80 {
    right: 80px !important;
  }
  .xxxl_r-12 {
    right: 12px !important;
  }
  .xxxl_r-20 {
    right: 20px !important;
  }
  .xxxl_b-0 {
    bottom: 0px !important;
  }
  .xxxl_b-1 {
    bottom: 1px !important;
  }
  .xxxl_b-2 {
    bottom: 2px !important;
  }
  .xxxl_b-4 {
    bottom: 4px !important;
  }
  .xxxl_b-8 {
    bottom: 8px !important;
  }
  .xxxl_b-16 {
    bottom: 16px !important;
  }
  .xxxl_b-24 {
    bottom: 24px !important;
  }
  .xxxl_b-32 {
    bottom: 32px !important;
  }
  .xxxl_b-40 {
    bottom: 40px !important;
  }
  .xxxl_b-48 {
    bottom: 48px !important;
  }
  .xxxl_b-56 {
    bottom: 56px !important;
  }
  .xxxl_b-64 {
    bottom: 64px !important;
  }
  .xxxl_b-72 {
    bottom: 72px !important;
  }
  .xxxl_b-80 {
    bottom: 80px !important;
  }
  .xxxl_b-12 {
    bottom: 12px !important;
  }
  .xxxl_b-20 {
    bottom: 20px !important;
  }
  .xxxl_cls-1 {
    columns: 1 !important;
  }
  .xxxl_cls-2 {
    columns: 2 !important;
  }
  .xxxl_cls-3 {
    columns: 3 !important;
  }
  .xxxl_cls-4 {
    columns: 4 !important;
  }
  .xxxl_cls-5 {
    columns: 5 !important;
  }
  .xxxl_cls-6 {
    columns: 6 !important;
  }
  .xxxl_clc-1 {
    column-count: 1 !important;
  }
  .xxxl_clc-2 {
    column-count: 2 !important;
  }
  .xxxl_clc-3 {
    column-count: 3 !important;
  }
  .xxxl_clc-4 {
    column-count: 4 !important;
  }
  .xxxl_clc-5 {
    column-count: 5 !important;
  }
  .xxxl_clc-6 {
    column-count: 6 !important;
  }
  .xxxl_clg-0 {
    column-gap: 0px !important;
  }
  .xxxl_clg-4 {
    column-gap: 4px !important;
  }
  .xxxl_clg-8 {
    column-gap: 8px !important;
  }
  .xxxl_clg-16 {
    column-gap: 16px !important;
  }
  .xxxl_clg-24 {
    column-gap: 24px !important;
  }
  .xxxl_clg-32 {
    column-gap: 32px !important;
  }
  .xxxl_clg-40 {
    column-gap: 40px !important;
  }
  .xxxl_clg-80 {
    column-gap: 80px !important;
  }
  .xxxl_o-0 {
    opacity: 0 !important;
  }
  .xxxl_o-10 {
    opacity: 0.1 !important;
  }
  .xxxl_o-20 {
    opacity: 0.2 !important;
  }
  .xxxl_o-30 {
    opacity: 0.3 !important;
  }
  .xxxl_o-40 {
    opacity: 0.4 !important;
  }
  .xxxl_o-50 {
    opacity: 0.5 !important;
  }
  .xxxl_o-60 {
    opacity: 0.6 !important;
  }
  .xxxl_o-70 {
    opacity: 0.7 !important;
  }
  .xxxl_o-80 {
    opacity: 0.9 !important;
  }
  .xxxl_o-100 {
    opacity: 1 !important;
  }
  .xxxl_w-0 {
    width: 0 !important;
  }
  .xxxl_w-auto {
    width: auto !important;
  }
  .xxxl_w-half {
    width: 50% !important;
  }
  .xxxl_w-full {
    width: 100% !important;
  }
  .xxxl_w-window {
    width: 100vw !important;
  }
  .xxxl_w-8 {
    width: 8px !important;
  }
  .xxxl_w-16 {
    width: 16px !important;
  }
  .xxxl_w-32 {
    width: 32px !important;
  }
  .xxxl_w-56 {
    width: 56px !important;
  }
  .xxxl_w-64 {
    width: 64px !important;
  }
  .xxxl_w-96 {
    width: 96px !important;
  }
  .xxxl_w-128 {
    width: 128px !important;
  }
  .xxxl_w-256 {
    width: 256px !important;
  }
  .xxxl_w-512 {
    width: 512px !important;
  }
  .xxxl_w-100 {
    width: 100px !important;
  }
  .xxxl_w-200 {
    width: 200px !important;
  }
  .xxxl_w-300 {
    width: 300px !important;
  }
  .xxxl_w-400 {
    width: 400px !important;
  }
  .xxxl_w-500 {
    width: 500px !important;
  }
  .xxxl_w-600 {
    width: 600px !important;
  }
  .xxxl_h-0 {
    height: 0 !important;
  }
  .xxxl_h-auto {
    height: auto !important;
  }
  .xxxl_h-half {
    height: 50% !important;
  }
  .xxxl_h-full {
    height: 100% !important;
  }
  .xxxl_h-window {
    height: 100vh !important;
  }
  .xxxl_h-8 {
    height: 8px !important;
  }
  .xxxl_h-16 {
    height: 16px !important;
  }
  .xxxl_h-32 {
    height: 32px !important;
  }
  .xxxl_h-56 {
    height: 56px !important;
  }
  .xxxl_h-64 {
    height: 64px !important;
  }
  .xxxl_h-96 {
    height: 96px !important;
  }
  .xxxl_h-128 {
    height: 128px !important;
  }
  .xxxl_h-256 {
    height: 256px !important;
  }
  .xxxl_h-512 {
    height: 512px !important;
  }
  .xxxl_h-100 {
    height: 100px !important;
  }
  .xxxl_h-200 {
    height: 200px !important;
  }
  .xxxl_h-300 {
    height: 300px !important;
  }
  .xxxl_h-400 {
    height: 400px !important;
  }
  .xxxl_h-500 {
    height: 500px !important;
  }
  .xxxl_h-600 {
    height: 600px !important;
  }
  .xxxl_maxw-0 {
    max-width: 0px !important;
  }
  .xxxl_maxw-1 {
    max-width: 1px !important;
  }
  .xxxl_maxw-128 {
    max-width: 128px !important;
  }
  .xxxl_maxw-256 {
    max-width: 256px !important;
  }
  .xxxl_maxw-512 {
    max-width: 512px !important;
  }
  .xxxl_maxw-640 {
    max-width: 640px !important;
  }
  .xxxl_maxw-auto {
    max-width: auto !important;
  }
  .xxxl_maxw-half {
    max-width: 50% !important;
  }
  .xxxl_maxw-full {
    max-width: 100% !important;
  }
  .xxxl_maxw-window {
    max-width: 100vw !important;
  }
  .xxxl_maxh-0 {
    max-height: 0px !important;
  }
  .xxxl_maxh-1 {
    max-height: 1px !important;
  }
  .xxxl_maxh-128 {
    max-height: 128px !important;
  }
  .xxxl_maxh-256 {
    max-height: 256px !important;
  }
  .xxxl_maxh-512 {
    max-height: 512px !important;
  }
  .xxxl_maxh-640 {
    max-height: 640px !important;
  }
  .xxxl_maxh-auto {
    max-height: auto !important;
  }
  .xxxl_maxh-half {
    max-height: 50% !important;
  }
  .xxxl_maxh-full {
    max-height: 100% !important;
  }
  .xxxl_maxh-window {
    max-height: 100vh !important;
  }
  .xxxl_minw-0 {
    min-width: 0px !important;
  }
  .xxxl_minw-1 {
    min-width: 1px !important;
  }
  .xxxl_minw-128 {
    min-width: 128px !important;
  }
  .xxxl_minw-256 {
    min-width: 256px !important;
  }
  .xxxl_minw-512 {
    min-width: 512px !important;
  }
  .xxxl_minw-640 {
    min-width: 640px !important;
  }
  .xxxl_minw-auto {
    min-width: auto !important;
  }
  .xxxl_minw-half {
    min-width: 50% !important;
  }
  .xxxl_minw-full {
    min-width: 100% !important;
  }
  .xxxl_minw-window {
    min-width: 100vw !important;
  }
  .xxxl_minh-0 {
    min-height: 0px !important;
  }
  .xxxl_minh-1 {
    min-height: 1px !important;
  }
  .xxxl_minh-128 {
    min-height: 128px !important;
  }
  .xxxl_minh-256 {
    min-height: 256px !important;
  }
  .xxxl_minh-512 {
    min-height: 512px !important;
  }
  .xxxl_minh-640 {
    min-height: 640px !important;
  }
  .xxxl_minh-auto {
    min-height: auto !important;
  }
  .xxxl_minh-half {
    min-height: 50% !important;
  }
  .xxxl_minh-full {
    min-height: 100% !important;
  }
  .xxxl_minh-window {
    min-height: 100vh !important;
  }
  .xxxl_ws-nowrap {
    white-space: nowrap !important;
  }
  .xxxl_ls-none {
    list-style: none !important;
  }
  .xxxl_ls-default {
    list-style: disc inside !important;
  }
  .xxxl_lsp-inside {
    list-style-position: inside !important;
  }
  .xxxl_lst-disc {
    list-style-type: disc !important;
  }
  .xxxl_bxsz-border-box {
    box-sizing: border-box !important;
  }
  .xxxl_bxsz-content-box {
    box-sizing: content-box !important;
  }
  .xxxl_bxsh-none {
    box-shadow: none !important;
  }
  .xxxl_bxsh-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .xxxl_jc-center {
    justify-content: center !important;
  }
  .xxxl_jc-space-between {
    justify-content: space-between !important;
  }
  .xxxl_ov-auto {
    overflow: auto !important;
  }
  .xxxl_ov-hidden {
    overflow: hidden !important;
  }
  .xxxl_ov-visible {
    overflow: visible !important;
  }
  .xxxl_od-0 {
    order: 0 !important;
  }
  .xxxl_od-1 {
    order: 1 !important;
  }
  .xxxl_od-2 {
    order: 2 !important;
  }
  .xxxl_od-3 {
    order: 3 !important;
  }
  .xxxl_od-4 {
    order: 4 !important;
  }
  .xxxl_od-5 {
    order: 5 !important;
  }
  .xxxl_od-6 {
    order: 6 !important;
  }
  .xxxl_od-7 {
    order: 7 !important;
  }
  .xxxl_od-8 {
    order: 8 !important;
  }
  .xxxl_od-9 {
    order: 9 !important;
  }
  .xxxl_od-10 {
    order: 10 !important;
  }
  .xxxl_od-11 {
    order: 11 !important;
  }
  .xxxl_od-12 {
    order: 12 !important;
  }
  .xxxl_ai-center {
    align-items: center !important;
  }
  .xxxl_flg-1 {
    flex-grow: 1 !important;
  }
  .xxxl_flg-2 {
    flex-grow: 2 !important;
  }
  .xxxl_flg-3 {
    flex-grow: 3 !important;
  }
  .xxxl_flg-4 {
    flex-grow: 4 !important;
  }
  .xxxl_flb-0 {
    flex-basis: 0 !important;
  }
  .xxxl_fld-column {
    flex-direction: column !important;
  }
  .xxxl_fld-row {
    flex-direction: row !important;
  }
  .xxxl_fld-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxxl_fld-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xxxl_flw-wrap {
    flex-wrap: wrap !important;
  }
  .xxxl_g-0 {
    gap: 0px !important;
  }
  .xxxl_g-1 {
    gap: 1px !important;
  }
  .xxxl_g-2 {
    gap: 2px !important;
  }
  .xxxl_g-4 {
    gap: 4px !important;
  }
  .xxxl_g-8 {
    gap: 8px !important;
  }
  .xxxl_g-16 {
    gap: 16px !important;
  }
  .xxxl_g-24 {
    gap: 24px !important;
  }
  .xxxl_g-32 {
    gap: 32px !important;
  }
  .xxxl_g-40 {
    gap: 40px !important;
  }
  .xxxl_g-48 {
    gap: 48px !important;
  }
  .xxxl_g-56 {
    gap: 56px !important;
  }
  .xxxl_g-64 {
    gap: 64px !important;
  }
  .xxxl_g-72 {
    gap: 72px !important;
  }
  .xxxl_g-80 {
    gap: 80px !important;
  }
  .xxxl_g-12 {
    gap: 12px !important;
  }
  .xxxl_g-20 {
    gap: 20px !important;
  }
  .xxxl_z-1 {
    z-index: 1 !important;
  }
  .xxxl_z-2 {
    z-index: 2 !important;
  }
  .xxxl_z-3 {
    z-index: 3 !important;
  }
  .xxxl_z-4 {
    z-index: 4 !important;
  }
  .xxxl_c-black {
    color: #000 !important;
  }
  .xxxl_bgc-black {
    background-color: #000 !important;
  }
  .xxxl_bc-black {
    border-color: #000 !important;
  }
  .xxxl_c-333 {
    color: #333 !important;
  }
  .xxxl_bgc-333 {
    background-color: #333 !important;
  }
  .xxxl_bc-333 {
    border-color: #333 !important;
  }
  .xxxl_c-4a4a4a {
    color: #4a4a4a !important;
  }
  .xxxl_bgc-4a4a4a {
    background-color: #4a4a4a !important;
  }
  .xxxl_bc-4a4a4a {
    border-color: #4a4a4a !important;
  }
  .xxxl_c-666 {
    color: #666 !important;
  }
  .xxxl_bgc-666 {
    background-color: #666 !important;
  }
  .xxxl_bc-666 {
    border-color: #666 !important;
  }
  .xxxl_c-999 {
    color: #999 !important;
  }
  .xxxl_bgc-999 {
    background-color: #999 !important;
  }
  .xxxl_bc-999 {
    border-color: #999 !important;
  }
  .xxxl_c-ccc {
    color: #ccc !important;
  }
  .xxxl_bgc-ccc {
    background-color: #ccc !important;
  }
  .xxxl_bc-ccc {
    border-color: #ccc !important;
  }
  .xxxl_c-ddd {
    color: #ddd !important;
  }
  .xxxl_bgc-ddd {
    background-color: #ddd !important;
  }
  .xxxl_bc-ddd {
    border-color: #ddd !important;
  }
  .xxxl_c-eee {
    color: #eee !important;
  }
  .xxxl_bgc-eee {
    background-color: #eee !important;
  }
  .xxxl_bc-eee {
    border-color: #eee !important;
  }
  .xxxl_c-f6f6f6 {
    color: #f6f6f6 !important;
  }
  .xxxl_bgc-f6f6f6 {
    background-color: #f6f6f6 !important;
  }
  .xxxl_bc-f6f6f6 {
    border-color: #f6f6f6 !important;
  }
  .xxxl_c-white {
    color: #fff !important;
  }
  .xxxl_bgc-white {
    background-color: #fff !important;
  }
  .xxxl_bc-white {
    border-color: #fff !important;
  }
  .xxxl_c-primary {
    color: #1D312C !important;
  }
  .xxxl_bgc-primary {
    background-color: #1D312C !important;
  }
  .xxxl_bc-primary {
    border-color: #1D312C !important;
  }
  .xxxl_c-secondary {
    color: #1D312C !important;
  }
  .xxxl_bgc-secondary {
    background-color: #1D312C !important;
  }
  .xxxl_bc-secondary {
    border-color: #1D312C !important;
  }
  .xxxl_c-error {
    color: #ec1d24 !important;
  }
  .xxxl_bgc-error {
    background-color: #ec1d24 !important;
  }
  .xxxl_bc-error {
    border-color: #ec1d24 !important;
  }
  .xxxl_c-success {
    color: green !important;
  }
  .xxxl_bgc-success {
    background-color: green !important;
  }
  .xxxl_bc-success {
    border-color: green !important;
  }
  .xxxl_c-border {
    color: #eee !important;
  }
  .xxxl_bgc-border {
    background-color: #eee !important;
  }
  .xxxl_bc-border {
    border-color: #eee !important;
  }
  .xxxl_c-text {
    color: #333 !important;
  }
  .xxxl_bgc-text {
    background-color: #333 !important;
  }
  .xxxl_bc-text {
    border-color: #333 !important;
  }
  .xxxl_c-text-faded {
    color: #666 !important;
  }
  .xxxl_bgc-text-faded {
    background-color: #666 !important;
  }
  .xxxl_bc-text-faded {
    border-color: #666 !important;
  }
  .xxxl_c-gray-light-01 {
    color: #f2f2f2 !important;
  }
  .xxxl_bgc-gray-light-01 {
    background-color: #f2f2f2 !important;
  }
  .xxxl_bc-gray-light-01 {
    border-color: #f2f2f2 !important;
  }
  .xxxl_c-gray-light-02 {
    color: #e9e9e9 !important;
  }
  .xxxl_bgc-gray-light-02 {
    background-color: #e9e9e9 !important;
  }
  .xxxl_bc-gray-light-02 {
    border-color: #e9e9e9 !important;
  }
  .xxxl_c-gray-light-03 {
    color: #dddddd !important;
  }
  .xxxl_bgc-gray-light-03 {
    background-color: #dddddd !important;
  }
  .xxxl_bc-gray-light-03 {
    border-color: #dddddd !important;
  }
  .xxxl_c-gray-light-04 {
    color: #cccccc !important;
  }
  .xxxl_bgc-gray-light-04 {
    background-color: #cccccc !important;
  }
  .xxxl_bc-gray-light-04 {
    border-color: #cccccc !important;
  }
  .xxxl_c-dark-gray-dark-01 {
    color: #333333 !important;
  }
  .xxxl_bgc-dark-gray-dark-01 {
    background-color: #333333 !important;
  }
  .xxxl_bc-dark-gray-dark-01 {
    border-color: #333333 !important;
  }
  .xxxl_c-dark-gray-dark-02 {
    color: #666666 !important;
  }
  .xxxl_bgc-dark-gray-dark-02 {
    background-color: #666666 !important;
  }
  .xxxl_bc-dark-gray-dark-02 {
    border-color: #666666 !important;
  }
  .xxxl_c-dark-gray-dark-03 {
    color: #888888 !important;
  }
  .xxxl_bgc-dark-gray-dark-03 {
    background-color: #888888 !important;
  }
  .xxxl_bc-dark-gray-dark-03 {
    border-color: #888888 !important;
  }
  .xxxl_c-site-white {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .xxxl_bgc-site-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xxxl_bc-site-white {
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  .xxxl_c-site-black {
    color: #2c2823 !important;
  }
  .xxxl_bgc-site-black {
    background-color: #2c2823 !important;
  }
  .xxxl_bc-site-black {
    border-color: #2c2823 !important;
  }
  .xxxl_c-site-green {
    color: #00453d !important;
  }
  .xxxl_bgc-site-green {
    background-color: #00453d !important;
  }
  .xxxl_bc-site-green {
    border-color: #00453d !important;
  }
  .xxxl_c-site-brown {
    color: #482f0c !important;
  }
  .xxxl_bgc-site-brown {
    background-color: #482f0c !important;
  }
  .xxxl_bc-site-brown {
    border-color: #482f0c !important;
  }
  .xxxl_c-site-red {
    color: #501305 !important;
  }
  .xxxl_bgc-site-red {
    background-color: #501305 !important;
  }
  .xxxl_bc-site-red {
    border-color: #501305 !important;
  }
  .xxxl_c-site-pink {
    color: #f5b9a7 !important;
  }
  .xxxl_bgc-site-pink {
    background-color: #f5b9a7 !important;
  }
  .xxxl_bc-site-pink {
    border-color: #f5b9a7 !important;
  }
  .xxxl_c-site-yellow {
    color: #ffb960 !important;
  }
  .xxxl_bgc-site-yellow {
    background-color: #ffb960 !important;
  }
  .xxxl_bc-site-yellow {
    border-color: #ffb960 !important;
  }
  .xxxl_c-site-blue {
    color: #6af7e7 !important;
  }
  .xxxl_bgc-site-blue {
    background-color: #6af7e7 !important;
  }
  .xxxl_bc-site-blue {
    border-color: #6af7e7 !important;
  }
  .xxxl_c-dark {
    color: #272420 !important;
  }
  .xxxl_bgc-dark {
    background-color: #272420 !important;
  }
  .xxxl_bc-dark {
    border-color: #272420 !important;
  }
  .xxxl_a-primary {
    color: #1D312C !important;
    transition: all ease-in-out 300ms;
  }
  .xxxl_a-primary:hover {
    color: #000000 !important;
  }
  .xxxl_a-default {
    transition: all ease-in-out 300ms !important;
  }
  .xxxl_a-default:hover {
    color: #1D312C !important;
  }
  .xxxl_a-decoration {
    text-decoration: underline;
    transition: all ease-in-out 300ms !important;
  }
  .xxxl_a-decoration:hover {
    color: #1D312C !important;
  }
  .xxxl_vm {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .xxxl_invisible {
    display: none !important;
  }
  .xxxl_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
*/
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;
}
.fl-align-xy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl-align-x {
  display: flex;
  justify-content: center;
}
.fl-align-y {
  display: flex;
  align-items: center;
}
.fl-column {
  display: flex;
  flex-direction: column;
}
.ws-oneline {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fl-row {
  display: flex;
  flex-direction: row;
}
.fl-row-cy {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.old-price {
  color: #437166;
  text-decoration: line-through;
  font-size: 16px;
}
small.old-price {
  font-size: smaller;
}
.flg-1 {
  flex-grow: 1;
}
.flw-wrap {
  flex-wrap: wrap;
}
.ai-center {
  align-items: center;
}
.ai-end {
  align-items: end;
}
.jc-center {
  justify-content: center;
}
.jc-space-bet {
  justify-content: space-between;
}
.fl-r {
  display: flex;
  flex-direction: row;
}
.fl-r-g {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.fl-r-cen,
.fl-r-cen-g,
.fl-r-cen-g-12,
.fl-r-cen-g-16,
.fl-r-cen-g-24,
.fl-r-cen-g-32 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fl-r-cen-g {
  gap: 8px;
}
.fl-r-cen-g-12 {
  gap: 12px;
}
.fl-r-cen-g-16 {
  gap: 16px;
}
.fl-r-cen-g-24 {
  gap: 24px;
}
.fl-r-cen-g-32 {
  gap: 32px;
}
.fl-c-cen,
.fl-c-cen-g,
.fl-c-cen-g-16,
.fl-c-cen-g-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fl-c-cen-g,
.fl-c-cen-g-16,
.fl-c-cen-g-12 {
  gap: 8px;
}
.fl-c-cen-g-16 {
  gap: 16px;
}
.fl-c-cen-g-12 {
  gap: 12px;
}
.fl-c {
  display: flex;
  flex-direction: column;
}
.fl-c-g,
.fl-c-g-24 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fl-c-g-16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fl-c-g-24 {
  gap: 24px;
}
.fli-r,
.fli-r-cen,
.fli-r-cen-g,
.fli-r-cen-g-16 {
  display: inline-flex;
  flex-direction: row;
}
.fli-r-cen,
.fli-r-cen-g,
.fli-r-cen-g-16 {
  align-items: center;
}
.fli-r-cen-g,
.fli-r-cen-g-16 {
  gap: 8px;
}
.fli-r-cen-g-16 {
  gap: 16px;
}
.fli-c-cen-g,
.fli-c-cen-g-16 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fli-c-cen-g-16 {
  gap: 16px;
}
.ov-hidden {
  overflow: hidden;
}
.rg-4 {
  row-gap: 4px;
}
.rg-8 {
  row-gap: 8px;
}
.rg-16 {
  row-gap: 16px;
}
.rg-12 {
  row-gap: 12px;
}
.rg-24 {
  row-gap: 24px;
}
.text-max-lines {
  --nlines: 1;
}
.text-max-lines[data-nlines="1"] {
  --nlines: 1;
}
.text-max-lines[data-nlines="2"] {
  --nlines: 2;
}
.text-max-lines[data-nlines="3"] {
  --nlines: 3;
}
.text-max-lines[data-nlines="4"] {
  --nlines: 4;
}
.text-max-lines[data-nlines="8"] {
  --nlines: 8;
}
.c-pointer {
  cursor: pointer;
}
.img-block {
  display: block;
  object-fit: cover;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.flex-col {
  flex-basis: 0;
  flex-grow: 1;
}
.flex-col-2 {
  flex-basis: 0;
  flex-grow: 2;
}
.flex-col-3 {
  flex-basis: 0;
  flex-grow: 3;
}
.flex-col-4 {
  flex-basis: 0;
  flex-grow: 4;
}
.flex-col-5 {
  flex-basis: 0;
  flex-grow: 5;
}
.flex-col-6 {
  flex-basis: 0;
  flex-grow: 6;
}
.flex-col-7 {
  flex-basis: 0;
  flex-grow: 7;
}
.flex-col-8 {
  flex-basis: 0;
  flex-grow: 8;
}
.flex-col-9 {
  flex-basis: 0;
  flex-grow: 9;
}
.flex-col-10 {
  flex-basis: 0;
  flex-grow: 10;
}
.flex-col-11 {
  flex-basis: 0;
  flex-grow: 11;
}
.invisible {
  display: none !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 12, 2020, 9:45:53 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 30, 2019, 2:46:50 PM
    Author     : mv
*/
.tpl-container,
.tpl-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  .tpl-container,
  .tpl-container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-container,
  .tpl-container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .lg_tpl-container,
  .lg_tpl-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tpl-container {
  max-width: 1280px;
}
.tpl-row {
  display: flex;
  flex-wrap: wrap;
  /*column-gap: @tpl-spacer-inner;*/
}
.tpl-row.is-centered {
  align-items: center;
  justify-content: center;
}
.tpl-row.is-centered-x {
  justify-content: center;
}
.tpl-row.is-centered-y {
  align-items: center;
}
.tpl-row {
  margin-left: -8px;
  margin-right: -8px;
}
.tpl-col {
  /*	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;*/
  margin-left: 8px;
  margin-right: 8px;
}
.tpl-col.is-1 {
  width: calc(8.333333333333332% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-1 {
  margin-left: calc(8.333333333333332% + 16px / 2);
}
.tpl-col.is-2 {
  width: calc(16.666666666666664% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-2 {
  margin-left: calc(16.666666666666664% + 16px / 2);
}
.tpl-col.is-3 {
  width: calc(25% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-3 {
  margin-left: calc(25% + 16px / 2);
}
.tpl-col.is-4 {
  width: calc(33.33333333333333% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-4 {
  margin-left: calc(33.33333333333333% + 16px / 2);
}
.tpl-col.is-5 {
  width: calc(41.66666666666667% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-5 {
  margin-left: calc(41.66666666666667% + 16px / 2);
}
.tpl-col.is-6 {
  width: calc(50% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-6 {
  margin-left: calc(50% + 16px / 2);
}
.tpl-col.is-7 {
  width: calc(58.333333333333336% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-7 {
  margin-left: calc(58.333333333333336% + 16px / 2);
}
.tpl-col.is-8 {
  width: calc(66.66666666666666% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-8 {
  margin-left: calc(66.66666666666666% + 16px / 2);
}
.tpl-col.is-9 {
  width: calc(75% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-9 {
  margin-left: calc(75% + 16px / 2);
}
.tpl-col.is-10 {
  width: calc(83.33333333333334% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-10 {
  margin-left: calc(83.33333333333334% + 16px / 2);
}
.tpl-col.is-11 {
  width: calc(91.66666666666666% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-11 {
  margin-left: calc(91.66666666666666% + 16px / 2);
}
.tpl-col.is-12 {
  width: calc(100% - 16px);
  /*flex-basis: calc(@p - @spacer-inner);*/
}
.tpl-col.is-offset-12 {
  margin-left: calc(100% + 16px / 2);
}
@media only screen and (min-width: 576px) {
  .tpl-col.is-sm-0 {
    width: calc(0% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .tpl-col.is-sm-1 {
    width: calc(8.333333333333332% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .tpl-col.is-sm-2 {
    width: calc(16.666666666666664% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .tpl-col.is-sm-3 {
    width: calc(25% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .tpl-col.is-sm-4 {
    width: calc(33.33333333333333% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .tpl-col.is-sm-5 {
    width: calc(41.66666666666667% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .tpl-col.is-sm-6 {
    width: calc(50% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .tpl-col.is-sm-7 {
    width: calc(58.333333333333336% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .tpl-col.is-sm-8 {
    width: calc(66.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .tpl-col.is-sm-9 {
    width: calc(75% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .tpl-col.is-sm-10 {
    width: calc(83.33333333333334% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .tpl-col.is-sm-11 {
    width: calc(91.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .tpl-col.is-sm-12 {
    width: calc(100% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-sm-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 768px) {
  .tpl-col.is-md-0 {
    width: calc(0% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .tpl-col.is-md-1 {
    width: calc(8.333333333333332% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .tpl-col.is-md-2 {
    width: calc(16.666666666666664% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .tpl-col.is-md-3 {
    width: calc(25% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .tpl-col.is-md-4 {
    width: calc(33.33333333333333% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .tpl-col.is-md-5 {
    width: calc(41.66666666666667% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .tpl-col.is-md-6 {
    width: calc(50% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .tpl-col.is-md-7 {
    width: calc(58.333333333333336% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .tpl-col.is-md-8 {
    width: calc(66.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .tpl-col.is-md-9 {
    width: calc(75% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .tpl-col.is-md-10 {
    width: calc(83.33333333333334% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .tpl-col.is-md-11 {
    width: calc(91.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .tpl-col.is-md-12 {
    width: calc(100% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-md-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 992px) {
  .tpl-col.is-lg-0 {
    width: calc(0% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .tpl-col.is-lg-1 {
    width: calc(8.333333333333332% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .tpl-col.is-lg-2 {
    width: calc(16.666666666666664% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .tpl-col.is-lg-3 {
    width: calc(25% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .tpl-col.is-lg-4 {
    width: calc(33.33333333333333% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .tpl-col.is-lg-5 {
    width: calc(41.66666666666667% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .tpl-col.is-lg-6 {
    width: calc(50% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .tpl-col.is-lg-7 {
    width: calc(58.333333333333336% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .tpl-col.is-lg-8 {
    width: calc(66.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .tpl-col.is-lg-9 {
    width: calc(75% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .tpl-col.is-lg-10 {
    width: calc(83.33333333333334% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .tpl-col.is-lg-11 {
    width: calc(91.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .tpl-col.is-lg-12 {
    width: calc(100% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-lg-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-col.is-xl-0 {
    width: calc(0% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .tpl-col.is-xl-1 {
    width: calc(8.333333333333332% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .tpl-col.is-xl-2 {
    width: calc(16.666666666666664% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .tpl-col.is-xl-3 {
    width: calc(25% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .tpl-col.is-xl-4 {
    width: calc(33.33333333333333% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .tpl-col.is-xl-5 {
    width: calc(41.66666666666667% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .tpl-col.is-xl-6 {
    width: calc(50% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .tpl-col.is-xl-7 {
    width: calc(58.333333333333336% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .tpl-col.is-xl-8 {
    width: calc(66.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .tpl-col.is-xl-9 {
    width: calc(75% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .tpl-col.is-xl-10 {
    width: calc(83.33333333333334% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .tpl-col.is-xl-11 {
    width: calc(91.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .tpl-col.is-xl-12 {
    width: calc(100% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xl-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 1400px) {
  .tpl-col.is-xxl-0 {
    width: calc(0% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .tpl-col.is-xxl-1 {
    width: calc(8.333333333333332% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .tpl-col.is-xxl-2 {
    width: calc(16.666666666666664% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .tpl-col.is-xxl-3 {
    width: calc(25% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .tpl-col.is-xxl-4 {
    width: calc(33.33333333333333% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .tpl-col.is-xxl-5 {
    width: calc(41.66666666666667% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .tpl-col.is-xxl-6 {
    width: calc(50% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .tpl-col.is-xxl-7 {
    width: calc(58.333333333333336% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .tpl-col.is-xxl-8 {
    width: calc(66.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .tpl-col.is-xxl-9 {
    width: calc(75% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .tpl-col.is-xxl-10 {
    width: calc(83.33333333333334% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .tpl-col.is-xxl-11 {
    width: calc(91.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .tpl-col.is-xxl-12 {
    width: calc(100% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxl-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 1900px) {
  .tpl-col.is-xxxl-0 {
    width: calc(0% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .tpl-col.is-xxxl-1 {
    width: calc(8.333333333333332% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .tpl-col.is-xxxl-2 {
    width: calc(16.666666666666664% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .tpl-col.is-xxxl-3 {
    width: calc(25% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .tpl-col.is-xxxl-4 {
    width: calc(33.33333333333333% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .tpl-col.is-xxxl-5 {
    width: calc(41.66666666666667% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .tpl-col.is-xxxl-6 {
    width: calc(50% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .tpl-col.is-xxxl-7 {
    width: calc(58.333333333333336% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .tpl-col.is-xxxl-8 {
    width: calc(66.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .tpl-col.is-xxxl-9 {
    width: calc(75% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .tpl-col.is-xxxl-10 {
    width: calc(83.33333333333334% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .tpl-col.is-xxxl-11 {
    width: calc(91.66666666666666% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .tpl-col.is-xxxl-12 {
    width: calc(100% - 16px);
    /*flex-basis: calc(@p - @spacer-inner);*/
  }
  .tpl-col.is-xxxl-offset-12 {
    margin-left: calc(100% + 16px / 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, 11:51:11 AM
    Author     : mv
*/
.ty-64 {
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
  font-family: 'Barlow';
}
.ty-48 {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  font-family: 'Barlow';
}
.ty-40 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  font-family: 'Barlow';
}
.ty-32 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  font-family: 'Barlow';
}
.ty-24 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-family: 'Barlow';
}
.ty-18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-family: 'Barlow';
}
.ty-16 {
  font-size: 16px;
  line-height: 22px;
}
.ty-14 {
  font-size: 14px;
  line-height: 18px;
}
.ty-12 {
  font-size: 12px;
  line-height: 18px;
}
.ty-text {
  font-size: 16px;
  line-height: 24px;
}
.ty-text a {
  color: #1D312C;
  transition: all ease-in-out 300ms;
}
.ty-text a:hover {
  color: #000000;
}
.ty-text li {
  margin-left: 16px;
  list-style: disc outside;
}
.ty-tagtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12.8px;
  line-height: 24px;
  /* identical to box height, or 187% */
  text-align: center;
  letter-spacing: 0.4em;
}
.ty-title-100 {
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
}
.ty-subtitle-38 {
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
}
.ty-subtext-18 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
/*
    Created on : 03/04/2023, 15:16:52
    Author     : ferna
*/
body.is-old-page {
  background: #F9F7F2;
}
body.is-old-page main {
  padding-top: var(--dimen-header);
}
body.is-old-page .page-title {
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 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 : 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;
}
/*
    Created on : 01/02/2023, 17:18:47
    Author     : ferna
*/
#cookie-law {
  z-index: 1000;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 24px;
}
#cookie-law .btn {
  text-transform: uppercase;
}
#cookie-law .ty-text {
  font-size: 12px;
  line-height: 18px;
  max-width: 800px;
}
.cookie-option {
  padding: 8px 12px;
  line-height: 24px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 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-m {
    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) and (max-width: 1400px) {
  .mv-pixelperfect-img.is-xl {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .mv-pixelperfect-img.is-xxl {
    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;
}
/*
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, 3:15:17 PM
    Author     : mv
*/
.page {
  align-items: center;
  color: #fff;
}
.page-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  display: flex;
  /*padding: 68px 0;*/
  flex-direction: column;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0.3));
  /*	header{
		
	}
	
	
		
		flex-grow: 1;
		flex-direction: column;
		justify-content: end;
	}
	
	*/
}
.page-content header {
  padding: 68px 0;
}
.page-content .middle {
  flex-grow: 1;
  display: flex;
  align-items: end;
}
.page-content .text {
  font-size: 16px;
  line-height: 22px;
}
.page-content .footer {
  text-align: center;
  padding: 22px;
}
.page-bg {
  position: absolute;
  lefT: 0;
  top: 0;
  z-index: 1;
}
.img-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.img-container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.img-container img.next {
  opacity: 1;
  z-index: 1;
}
.img-container img.prev {
  opacity: 1;
  z-index: 2;
}
.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  visibility: hidden;
}
#page-2 {
  min-height: 100vh;
  background-color: #f6f6f6;
}
.section {
  color: #4a4a4a;
}
.section h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 84px;
  padding-bottom: 24px;
}
.section .block {
  background: #fff;
  border-radius: 8px;
  max-width: 460px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
.section .block .text {
  padding: 24px;
}
.section .block img {
  max-width: 100%;
  display: block;
}
#section-1 .map {
  position: relative;
}
#section-1 .map a {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: block;
  width: 46px;
  height: 46px;
  background: url(/static/img/ic-map-hover.svg) no-repeat;
  background-size: cover;
}
#section-1 .map a:hover {
  opacity: 0.8;
}
#section-2 .block {
  background: transparent;
}
#section-2 .rsp {
  padding: 8px 24px;
  display: none;
  border-radius: 8px;
  background-color: #e6e6e6;
  font-size: 15px;
  margin: 24px auto;
}
#section-2 form {
  min-height: 410px;
  position: relative;
}
#section-2 form .content {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#section-2 form button {
  border: 0;
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: block;
  width: 46px;
  height: 46px;
  background: url(/static/img/ic-send-hover.svg) no-repeat;
  background-size: cover;
}
#section-2 form button:hover {
  opacity: 0.8;
  /*background-image: url(/static/img/ic-send-hover.svg);*/
}
#section-2 form input,
#section-2 form textarea {
  width: 100%;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 24px;
  line-height: 16px;
  font-family: 'Barlow';
  font-size: 14px;
}
#section-2 form textarea {
  border: 0;
  height: 194px;
  resize: none;
}
footer {
  padding: 20px;
  background: #f0f0f0;
  color: #9b9b9b;
  font-size: 11px;
  text-align: center;
}
#page-3 {
  background: #f6f6f6;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0.3));
  color: #4a4a4a;
}
#page-3 header {
  padding: 68px 0;
}
#page-3 .text {
  padding-bottom: 24px;
}
