.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:244,222,223;--color-secondary-1:218,145,149;--color-secondary-2:180,34,42;--color-secondary-3:90,17,21;--color-secondary-4:27,5,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Futura-Medium-01";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#cf191d;background-image:url("https://images.assets-landingi.com/uc/e1b95bec-b12c-4cf8-8887-0379a9e7af6f/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM { border-width: 0; border-radius: 0; }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container { border-width: 0; border-radius: 0; }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container { border-width: 0; border-radius: 0; }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container { border-width: 0; border-radius: 0; }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container { background-color: transparent; background-image: none; }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container > .video-iframe-container { display: none; }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row > .video-iframe-container { display: none; }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container { border-width: 0; border-radius: 0; }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container { background-color: transparent; background-image: none; }#K26usETnwGCPGTiA9KfUvbw66orKmbCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container > .video-iframe-container { display: none; }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row > .video-iframe-container { display: none; }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container { border-width: 0; border-radius: 0; }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ { background-color: transparent; background-image: none; }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row .container > .video-iframe-container { display: none; }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row > .video-iframe-container { display: none; }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ { border-width: 0; border-radius: 0; }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container { background-color: transparent; background-image: none; }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container > .video-iframe-container { display: none; }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row > .video-iframe-container { display: none; }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container { border-width: 0; border-radius: 0; }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container { font-size:0.875rem;font-family:arial;height:112.5rem;width:75rem;position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss { background-color: transparent; background-image: none; }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row .container > .video-iframe-container { display: none; }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row > .video-iframe-container { display: none; }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss { border-width: 0; border-radius: 0; }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection { position:relative;display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO { background-color: transparent; background-image: none; }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row .container > .video-iframe-container { display: none; }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row > .video-iframe-container { display: none; }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO { border-width: 0; border-radius: 0; }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo.adaptive-delivery-prevent-bg, #THyJibESKXS0HNvpJtKZtha1FWP6WpLo.lazyload, #THyJibESKXS0HNvpJtKZtha1FWP6WpLo.lazyloading { background-image: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { background-color: transparent; background-image: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container > .video-iframe-container { display: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row > .video-iframe-container { display: none; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { border-width: 0; border-radius: 0; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#821219;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u.adaptive-delivery-prevent-bg, #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u.lazyload, #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u.lazyloading { background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { background-color: transparent; background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { border-width: 0; border-radius: 0; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.6875rem;left:4.75rem;display:block; }
#y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:17.1875rem;display:block; }
#duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpbvW1tBBy5qMept4yeL4cTsZPQQyUKG { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:29.6875rem;display:block; }
#uvoa1USNkOXsC9fgNF6A5H4WeUmx267W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:54.6875rem;display:block; }
#VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:42.1875rem;display:block; }
#bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#821219;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.adaptive-delivery-prevent-bg, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyload, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyloading { background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { border-width: 0; border-radius: 0; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#z3eWTGHNNH1ZP8CEzO4Py6y2JLwiU6x0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5rem;top:0.78125rem;left:69rem;overflow:hidden;display:block; }
#WthLx12B3fWep5hARGk6TrOgWQiBIiHn { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:futura-bold-03;font-size:1.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.64453125rem;left:0rem;height:2.9003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n231qFmkgTKoLsQl9innx27eLr49oIo0 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"great vibes";font-size:5rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:0.791015625rem;left:36.625rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:28.375rem;top:19.15625rem;left:24.28125rem;overflow:hidden;display:none; }
#gcDlCqKUsCOn5gy0Bw7c6C7CiBbNEUiW { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.75rem;top:7.259765625rem;left:69.375rem;overflow:hidden;display:block; }
#IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2rem;top:1rem;left:35rem;overflow:hidden;display:block; }
#ZyerEI2AJdpsi81xbySIfW8tVgudS3Me { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.1875rem;top:3.64453125rem;left:72.28125rem;overflow:hidden;display:block; }
#y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5625rem;top:6.54296875rem;left:21.96875rem;overflow:hidden;display:block; }
#Iko1vQyZxBx1DTTQA6nO9rE1XFE5vgzn { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5625rem;top:1.21875rem;left:0.9375rem;overflow:hidden;display:block; }
#k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.6875rem;left:56.9375rem;display:block; }
#smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c.adaptive-delivery-prevent-bg, #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c.lazyload, #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c.lazyloading { background-image: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { background-color: transparent; background-image: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container > .video-iframe-container { display: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row > .video-iframe-container { display: none; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { border-width: 0; border-radius: 0; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { position:relative;display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { background-color: transparent; background-image: none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container > .video-iframe-container { display: none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row > .video-iframe-container { display: none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { border-width: 0; border-radius: 0; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container { background-color: transparent; background-image: none; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container > .video-iframe-container { display: none; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row > .video-iframe-container { display: none; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container { border-width: 0; border-radius: 0; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#HudZCA6NBcp30IuoqRA6pKTf36IWdvmX { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dEMN967H2TT8R19aIWePepb7kU8wcGbb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#MrTNkBbNl9EPiShStTEMIAptTcopMTWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container { background-color: transparent; background-image: none; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container > .video-iframe-container { display: none; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row > .video-iframe-container { display: none; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container { border-width: 0; border-radius: 0; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#GDL7VXwKJFCyGu7PLoCMb9buOVZGcXni { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#x9SOZnZcUAzhTaQTlQdnRDcVLuFUqVaz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#WWQd3SQxkMCR8127za43pTmD64GxHOZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container { background-color: transparent; background-image: none; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container > .video-iframe-container { display: none; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row > .video-iframe-container { display: none; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container { border-width: 0; border-radius: 0; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#TiP1Qdoso3fLIcuyQSIINgVqCIEzNUWw { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Gcq1RczlgvgKXg4Z82AiD9z3BD4HHpkU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container { background-color: transparent; background-image: none; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container > .video-iframe-container { display: none; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row > .video-iframe-container { display: none; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container { border-width: 0; border-radius: 0; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#KkrSoO35DT6hBlH0IwxBX3TJXz6f4PfR { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uaFEp6uRh5dsacf4dR4E8BFsuiRMH8gW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container { background-color: transparent; background-image: none; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container > .video-iframe-container { display: none; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row > .video-iframe-container { display: none; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container { border-width: 0; border-radius: 0; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#I9RzIylAk0zsUyTMZT24OHzbBzL4dvCQ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HL0WGsND2acMC3FIWz7Tgp9ZTOo5GpbH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container { background-color: transparent; background-image: none; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container > .video-iframe-container { display: none; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row > .video-iframe-container { display: none; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container { border-width: 0; border-radius: 0; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#uXWB0MDZHQu7nM3nEbdZMwvxhVxTNtds { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZevbGFAC4S0GTsJ9HhMM7IDEvhCwIaH9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#cliEPUparbqQixOf7URw7RNegCbAu4lT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container { background-color: transparent; background-image: none; }#cliEPUparbqQixOf7URw7RNegCbAu4lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container > .video-iframe-container { display: none; }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row > .video-iframe-container { display: none; }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container { border-width: 0; border-radius: 0; }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#T8z0Jp6shEWlgK0lFp4r2gW3FZHwGolg { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GVxnhmXqZsFDz6JWp9Kky4VTKR7sk8x4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container { background-color: transparent; background-image: none; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container > .video-iframe-container { display: none; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row > .video-iframe-container { display: none; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container { border-width: 0; border-radius: 0; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#QfmWr16ZHaEuLBrDtFEdMZeJWp8OUicN { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zV1eZke6XZuS7cq09INRsfSLEe5sO2N1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { background-color: transparent; background-image: none; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container > .video-iframe-container { display: none; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row > .video-iframe-container { display: none; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { border-width: 0; border-radius: 0; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#TNcw7xFQNCt8gt2ItS36c8P7CLyl8oV6 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Cv0orSMSw5THoofTnAt8yrd6Pa3RfH9h { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { position:relative;display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#5a1115;background-image:none;top:3.0625rem;left:32.1875rem;display:block; }
#eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#5a1115;background-image:none;top:3.0625rem;left:33.4375rem;display:block; }
#JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#5a1115;background-image:none;top:3.0625rem;left:34.6875rem;display:block; }
#iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.125rem;left:45.5625rem;overflow:hidden;display:block; }
#TvktHFG0LvSAUBR8M28Bzlox7EqKPcfX { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#5a1115;background-image:none;top:3.0625rem;left:35.9375rem;display:block; }
#w10y1BHuZN0DA2Bl0TIAOtF0mrhytFUR { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#5a1115;background-image:none;top:3.0625rem;left:37.1875rem;display:block; }
#NRnwFq7LUT5a9k0ov6W7NlRbzz5Xczpq { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#5a1115;background-image:none;top:3.0625rem;left:38.4375rem;display:block; }
#vrTkgFpSZIqAMN0ccoWOJnU5ZUIUWMbQ { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#5a1115;background-image:none;top:3.0625rem;left:39.6875rem;display:block; }
#cawbsJBTBsf7dGi1kB7Sb4R8PRanZKPM { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#5a1115;background-image:none;top:3.0625rem;left:41rem;display:block; }
#sXJehHK4i7b3Ce5Cm1Lg8Ur8QI1CUmz1 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#5a1115;background-image:none;top:3.0625rem;left:42.3125rem;display:block; }
#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { position:relative;display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { background-color: transparent; background-image: none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container > .video-iframe-container { display: none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row > .video-iframe-container { display: none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { border-width: 0; border-radius: 0; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { color:#b4222a;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0270824432373rem;left:13.4375rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi { position:relative;display:block; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi { background-color: transparent; background-image: none; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row .container > .video-iframe-container { display: none; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row > .video-iframe-container { display: none; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi { border-width: 0; border-radius: 0; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U5FBkVM2MkVvhobsB2H9vEbuXJn6aoXC { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.125rem;left:19.5625rem;display:block; }
#pPmx7TVyuSOhTB5F1y0Q2rezd4A3SwlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiT3OFoJy9Q8pm2SSzAXKA7KXxexfHFF { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.690625rem;height:2.940625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.125rem;left:41.6875rem;display:block; }
#CEme4Fwga0MNpABqpa2GNrRRoaLLKFR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgETN7B9fERMRxvZSMRKXpxC5Rb87gtQ { background-color:transparent;background-image:none;border-top:0.125rem solid #ccaa75;border-left:0.125rem solid #ccaa75;border-right:0.125rem solid #ccaa75;border-bottom:0.125rem solid #ccaa75;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#381d17;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.878125rem;height:2.940625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.125rem;left:30.75rem;display:block; }
#u1mWWULRKN2eR6Zd7Psvv0ILuW1cn5Lw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { position:relative;display:block; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { background-color: transparent; background-image: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container > .video-iframe-container { display: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row > .video-iframe-container { display: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { border-width: 0; border-radius: 0; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wlqP9TbEa9kx6T9zLUhCFt9QL3wrFIWK { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#LQpGqKldgLC81qqgWza15oZLvIR5bl2t { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#u3p8dwcMspulThAdTb2OUTUUmCw6mLF8 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lDoUBrh5pyPMLkmqqNktKU7k5RRHoJ0G { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rGz6SyGTpbliUp3VKUCWzg2T2tZQGQM4 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#p3q1lTtIAAdvJ6ytB4f5oMT3Ed7CXirr { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#vfdMmqT103eNdrD7DMzX0Hyyb9DKQ776 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#fNZDTzH7GAI5POgclra63GHtT4ceh2aq { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#S6DyQw4ElqTucEuJwbnnWaeAWBUPy6gT { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.81225rem;width:13.81225rem;top:3.30322265625rem;left:1.834716796875rem;overflow:hidden;display:block; }
#zHsfNeWZHDRnCl9FI8nKR5UZlKtegGeE { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rPufRwHbnRXGMoywAo0uTxUkBEfzd4ci { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuRdlVLuybJv5ibZN0ni3HNcySPRA6Fo { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.375rem;left:0.8125rem;height:3.4375rem;font-style:normal;display:block; }
#kZHB1Mu2x8nOtK62XuJ1t5VLFc7JuBFP { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461456298828rem;left:4.75rem;height:2.1rem;font-style:normal;display:block; }
#aQ5QH0M8VdPSA5AQcnKsOrLeyAl1nP0M { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.1875rem;height:0.7875rem;font-style:normal;display:block; }
#cEOuczgCdd8Rwf81qIFI4UDorwXXBX4G { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.073944091797rem;left:0.5625rem;height:1.4rem;font-style:normal;display:block; }
#dpgqVs6mIqld7RtK2OhmOefTwT4c7JTe { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#LPlIp0iOgbsTv9CdH7p8d9oifGAyJkcB { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#yJTxZ93nfyN3pvuVbWxyNvhhEsZsTL3o { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#m79dASPFxSWJzJvxZnHBerQEvbrbeAc0 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#QTTCuTznduaFtvX9WMDKxisNvHKdRGLJ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#BqR8fz3Z796cHQET7slNZ28ubi8HWQoh { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#ySSHqMlafP1lUI6kTCWIDmwsv0mZ9ap1 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#BTV7u3UcoDkSJlsVtZwfmwZr6rudDeDN { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#xxMAS0wwImUcVsJHavHKTlCGHxuFZ4Og { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#rrsL9ZS82meJZmbeWlUywwFlkyJ5i6JX { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gtBVT48czEOBJQQTe3fNmM2vcmoicQI2 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#i2Bi1pzI4ZW95zbOSF6qdBq5kUymvgyo { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Oe8L7Q4lcas8vJbqTVlONsvFZzd3HaIl { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BWsmgvETIlETzaCDKTVAHWA1VAQ3UMQD { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:1.3999rem;font-style:normal;display:block; }
#C9BDoDmXdT2ke4vFFOdzI3eHXQxkUGeH { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.225rem;font-style:normal;display:none; }
#C6XbWE8zETKodRCfLqqAh44KvJdyT3oR { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:2.4250001907349rem;left:20.875rem;overflow:hidden;display:block; }
#OucszwBhZwn8k9kTKaZK8fM20i1rbqLw { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLnJLhLXp4A1TE6s7wKz5Hb95OdhRrQl { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.5625rem;height:3.4375rem;font-style:normal;display:block; }
#Wvi3qlrvR05Xya7O3VLG6VO740lvfscA { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.437501907349rem;height:2.1rem;font-style:normal;display:block; }
#fL2PS6dT6mWGHPbFFglJt9hTfAeLkoPd { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.843751907349rem;height:0.7875rem;font-style:normal;display:block; }
#nu3ezOxt0ZBSyWvps8CR9JH4zBSHt0At { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.0625rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#Qx5elUWwwXVr61Glm0CQnreUJh9JJrXT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#WicaoGCnKgLUzeatieU7t5mqQ0HG6Z2U { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#BUJMTiCqZIvq6OCCB77X4HUwv3l9Ml1O { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#iCf50Ps0a2iME0JRIpSoeFzwukysSQdQ { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#qTynJCMpnwI0Olyv4mdgEaBvQTquDdd4 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#srKrfcDra9NRL7TdaCsKzMzeKCp8Toe6 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#t4ASuiG78FXQSeOlvMmzPkVyqVe3708E { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#I6SDmMlDubzRFhpbwHP4EW7RJ73hC82v { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#WvgBK16GByuArxixygyCbIMqAhO9W5UT { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pqploaKV8hls1sdZiQMroXFuyF3cZMNk { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Df5Qucfba8nLJqJ0uXzoTcImg9X2U80f { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Od093bo344inoIJKxZTgG4iyGxEBJZlI { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Ap4EVnVN3ioJX92VfIydTceR2spk4dlf { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125rem;height:2.8rem;font-style:normal;display:block; }
#ww3xZTczCC9m1aBE56HbslR5Mid17KJ6 { color:#381d17;display:block;width:15.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:2.45rem;font-style:normal;display:none; }
#utyUT97T6owaxrcnINvIGppabnqseoUq { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.312125rem;width:14.312125rem;top:3.0535888671875rem;left:39.08447265625rem;overflow:hidden;display:block; }
#La0sgnbV5zJ4PAygsyLF9k40VMNeJ3kR { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ixOUxF1kKMVvIgCnLx0MAQy8JiHMlxDx { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:39.625rem;height:3.4375rem;font-style:normal;display:block; }
#yWlRRumgsQmvH9BDcM2nMHInQZySKmHx { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.3125rem;left:41.625rem;height:2.1rem;font-style:normal;display:block; }
#G6Qhz0QVEGDiDxTCAQvhgBaamR82M17O { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.9375rem;left:42.687501907349rem;height:0.7875rem;font-style:normal;display:block; }
#HioEbbnwn0DXpK5g6S4cLrgb4KcmdhyR { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.0625rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#uT4MPK7k5ntsK3tq5VR61ZkuFu44mxtP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#JuFz5IWd1W7gF8oW7x9NVAZZ3fstG6r3 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xZnOUam9fr22CcdRmowQNoZSSyhE1N19 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#ymoh7T70OJzv3P3xVdfNOncOF5OdDiIm { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#oV9zhuhLyqaMcMVmCLvSsWC4faTTDvJz { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#Tw1AFsv8lT5o8kGxruNHus50h0tMyTiG { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#VIStl5e233MEOxmLDJeVwSGIBOp6yFql { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#vGHr41tqpQM5Mwb7dnl0w507u2My1VXb { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#IX61BBCgzKJcKgLmCQRkDILPJCKfCRvJ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#CiTmiSDiQTkUb6he600bA5TvNHDvgrBB { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#QvcEIu22A1Ja663aaVPPuTamzSm2TPQd { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#VxsB0vtbgJq7ls1FewMXprfuqKB6COHI { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NNXLKuXJJw8T4rOoxwcyV9cm8yHESF20 { color:#381d17;display:block;width:17.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:2.8rem;font-style:normal;display:block; }
#aD3S6QSbGAcDdqzbTbLi1c1JM3OTxUa3 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:2.772216796875rem;left:57.615356445312rem;overflow:hidden;display:block; }
#ax5Rv0faPoK2OZvTywI3v6mC8LAlydNt { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfWcWBvJXoT3VwVuBMU5BGB9lN8hxJHK { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.25rem;left:58.375001907349rem;height:3.4375rem;font-style:normal;display:block; }
#T63RsqqSxOiih2BPPQdZhbIEgNdXEPw0 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:60.312501907349rem;height:2.1rem;font-style:normal;display:block; }
#p7OTNqlVwcET9ArBGqdnv4aTqffgLi9U { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.562501907349rem;height:0.7875rem;font-style:normal;display:block; }
#rckQMyMNKddTflNmB4Kkc9PMpcpTNxCD { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.0625rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#SoRsPaeVfH42JTBX4ig1JkMi5dVi0Okw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#TOx49xiJ4UlrfT9QTPhVxcb4Ihz8IBVm { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DwIg7vldNXToNcaal1lUdLetbpfyM7Rk { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#maCEbT6whwTGZZGU0zRIQv8PCHgi4piB { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#vZvNdApZstUFcbrMRr0U7QKdCST3GQi7 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#XLseTTRdxuSX3yUm9sNbsvpotrrF3hXi { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#lwtduyEmyKtGfbQbiguU29b4ax0NWxza { position:relative;display:block; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza { background-color: transparent; background-image: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container > .video-iframe-container { display: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row > .video-iframe-container { display: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza { border-width: 0; border-radius: 0; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ctk1ggUZaEi4sKsETA4Mn1RQE3A85aIz { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Xnmn4C0GTCssHTCvU3fhLBG8bzhn1Tes { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#OaeTn7XpMQDRNoqQxxcr2sRLhp9ZFvNr { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KL9g8tNruTzUAzkkOMisinhLQGeQfe0t { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#D2iAZ5eTnSi5HEzFbqBT1aeUGfsMkm2u { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#ptms297eHRsOMZfwQ2VXKXdBqnvrv03o { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#D5RkdKaDRRAr0i3Dmor00qqCREV6DnQq { color:#381d17;display:block;width:16.75rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#tOVAfGXllXGTGLDmdJNAMg20hJkzhcSl { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#BGPS7uNzgz5MmRr4858NbqTnJc1ZXeUQ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:15.0625rem;top:2.67822265625rem;left:1.209716796875rem;overflow:hidden;display:block; }
#OQVKy1eETGOV01AyFL8PK2fhLoRQ3TLz { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zmvRh7xUNeQ5XyxZuWIl0ylwUOrzrsRt { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDNuzrykrIQcNknr3BE3gy0LzzfDs2lz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:2.1871337890625rem;height:3.4375rem;font-style:normal;display:block; }
#OMaGExiII4Vy9GVRJsC8SzaTQggaRCdw { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461456298828rem;left:4.375rem;height:2.1rem;font-style:normal;display:block; }
#yOoT4RmZHp6oPsdcoPd1gdPI3Ch9RdMF { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.0625rem;height:0.7875rem;font-style:normal;display:block; }
#RlVzJ3yevv3tFbzRO24IS73prkNeH1X1 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.448608398438rem;left:0.5621337890625rem;height:1.4rem;font-style:normal;display:block; }
#G6avPvgIhkokTXhCCGxXguc0wF0id592 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#OUknaMvzBsq3EDSrH6bVAOsy2lnyAEpT { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#EnZP245SgGsduirulPTwDCHXV8s2wB93 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.5rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#RDbvERMq9ohkBdCDhftHSJ3L3ye8V1N5 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#Aa9NAkV7xkoehGdTaMoLrKxw5cG9RTHz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#XgSkxvPBP8tzzohTKRFZRo20NqBBV9Fa { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#u9BIi2SUKoJTMKbTB1iF5AAwQOwOdbT6 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#BZ0tTTGJ7O1iGD4PIWU4ExdMLnN4TKED { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#T1iM1ATf3UMD0p5qGPqcawhZiRNI8gA2 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#lpWJiyohsSVzDenSAtLkrXoqiGteaVQV { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#x5FVhuM3HnUk3etwk9gVBZTTII0I0Xzg { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#rFce7SC4MMZ03vnS49P9l1oqyJZiAgVS { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#TJK2cEs9avpTEikkFqvTRaXhpmui8y6D { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pGWW8mSeNwTTQJr0veSHGfO8Ta5cDyE1 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:1.3999rem;font-style:normal;display:block; }
#yPIiVEc72d5cJnMZdVd4QsS1hxCapyGu { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.225rem;font-style:normal;display:none; }
#Km8OfGFzZn2T4MWKx9WVak25BW45Ftoc { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:2.99072265625rem;left:20.272216796875rem;overflow:hidden;display:block; }
#vNphy6hfTb0MReA2JcLnBfXq1b65hzDc { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ozed75Hmbd5F0JVd2ULzDQiT5aIOkFLt { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.24951171875rem;left:19.499755859375rem;height:3.4375rem;font-style:normal;display:block; }
#XnMTclP7MgTuOF2bQh00im0Gg0ZLmNNl { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.374877929688rem;height:2.1rem;font-style:normal;display:block; }
#Jexl1ClhZPlXyMZanFUaOAZeqgd5ZvQT { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.781251907349rem;height:0.7875rem;font-style:normal;display:block; }
#gDfyI1a0znkO5MTCRxCVvMdIEimu0l4T { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.375rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#IdvF9IMKWJTOkLpfPagNzaeshJntlAO1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#U0ZTDEN4TGdzrbu9hkwGp03TlxFDMnbn { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#llgFdeXLDl1WwmTx5l2vvOCJxGNhXOiV { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#xCXNz4fZZOproUw5Wmpl2l8TpSwMaPeC { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.4375rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#oGJJJn6b3FcLUhzzDEW8gK334il7d6XT { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#wTqLzEWWPkdIW1SDl3ZccF58IcTaDllD { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#PH6KvZTWd90dxMrS1ZMWmSpyfixfWm30 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#RUXPGKm4T2XokBXpxwRC7dlbJG5G00In { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rmUZT8k4sRXPWnkMn5T8BpJ9yKcKhnsN { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#QIEbRmnOvBZrFN3o4uSCbnyJmteEIO3y { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#A2QtqmCh7he45f01PfXIHv9uLeqqAgxa { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HktsogUIUPw63tZt57MyprLb4uQPXlR1 { color:#381d17;display:block;width:11.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:38.125rem;height:1.3999rem;font-style:normal;display:block; }
#MNdclTVxTRi163b2vWW4NJOGoEPv0l4I { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.624625rem;width:14.624625rem;top:2.724609375rem;left:38.92822265625rem;overflow:hidden;display:block; }
#rAm7NWzG4zEgwBsmmdD91siBfvIk3dwI { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNkZ0Tw07QAXIny03ze70Mms52a8uEdW { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.375rem;left:38.312501907349rem;height:;font-style:normal;display:block; }
#Fa9kV9oTyJSTGsqbS76x7nqQMcif6XPJ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.3125rem;left:42.312501907349rem;height:2.0996125rem;font-style:normal;display:block; }
#WOWcOKy4wZBIOVoLWp07SrBBUvx64sRZ { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.9375rem;left:42.812501907349rem;height:0.7875rem;font-style:normal;display:block; }
#ihEy9cTFVsEEk7IR3LH8UKhB1csEVtVF { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.062501907349rem;height:;font-style:normal;display:block; }
#EuodMPxblNTbRRrVM9Glih4bFbw6B6si { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#CSlqfmqmtu6R3CtFcE76p8iXzDoOSSiK { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#zEuQDSiPHL4xxo4a8LIbE9dkMzikKh1w { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#lpVr7B5E2ZSwTbspoKtaqMwIiPTT6UIT { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#q1VBdDO4u3tOgfH2yLTcqZ2dqrWumE3d { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.4375rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#k3vd0GTDR8i41lhmD4yVFS8VdqzqOMwJ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#RGVanQ4V0PaR1kdbyxaNlC4ibh7gzK1O { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#wLJrpb2F5HDTZ5owdMOU0KGkvT8IL99g { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Dmi6y6DeIUpgmFpSVUB6CpU9w5ufLCkX { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#cvay1F8i9sN8uT8dlW4pr9IKlv71WCS8 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#P2WC0m9TfBaDH2fv3NQrueFKiw1Tysmp { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#x7wDvIL91PkAkzaf9C6eN56AgbTbQHtB { color:#381d17;display:block;width:17.9375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:2.8rem;font-style:normal;display:block; }
#f39CJKb4xQZKAcTOt5TqsAE7esvoDkKw { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.624625rem;width:14.624625rem;top:2.8973388671875rem;left:57.740478515625rem;overflow:hidden;display:block; }
#odbueoG1J3UTbLbwT4p8TDGC5e2v1vos { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpPRPpSEuAwPg6Ov3DpfC3SAwr9tprSV { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.25rem;left:58.375001907349rem;height:;font-style:normal;display:block; }
#Xo8nZkZhdTGVXf3LWbayi1aebWPZpV6D { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:60.500001907349rem;height:2.0996125rem;font-style:normal;display:block; }
#kTH8P9ZLwTxiNaXRxwuRU26OTAv9z13O { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.750001907349rem;height:0.7875rem;font-style:normal;display:block; }
#SPv6oB3WhNoMCyxo1C2sGLCt8gSH7CoD { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.375rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#nspK9oa3fAWWKyT7Tx6zT8ylh08h96pF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#GqPcpy1OQUwchoOgmswcWviEX6vL2TPv { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#N0FhBhWTS4uSAfwsq2sbkaBFeTTItysT { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.4375rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#ViMG12sf6DtIvtwfxJmeDKNp4PpNvTPk { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#scE3vQh9iTXzyqk5iKcdnNBoyE436S0b { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#MVJ3c8kTUMocMmkh0XDv31czplpwy0MR { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#X312FGoawAp9GW6BsfXgh6upNK7VURPw { position:relative;display:block; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { background-color: transparent; background-image: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { border-width: 0; border-radius: 0; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oz2maBJolR5tQoWLpIz5ZEfES9Fmlc88 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#pHXhhZXJoEhT6lqlcVeTaWyrPENdSQQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { position:relative;display:block; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { background-color: transparent; background-image: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container > .video-iframe-container { display: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row > .video-iframe-container { display: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { border-width: 0; border-radius: 0; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gi6phVDrx94oQbdyNEXA6ZheyoP4kRRE { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#vP6CaXsKmnnD4ExtAhUtptAxfOTp0Tde { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#dfCQ3371HZcKqAS9g0xm0LpeKc6mv3Nw { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#o8GtQ7TZHlt0K5tnNfgAkLH81vgzZfrl { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#cfS1beGxwiLT8rTh5N9hiQkTl6KqAsmD { color:#381d17;display:block;width:11.4375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.187500953674rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#x3pxFVcl4PzCVL1Wpz2Kgp3le3TJG2ZK { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:1.225rem;font-style:normal;display:block; }
#ga333erIU109aXNnvQJTVxsstAr5ENn1 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:1.0625rem;left:2.0375003814698rem;overflow:hidden;display:block; }
#q4Qp1SynilZzT8QQM0VxJvAv7VNy9G2J { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:0.6875rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8h1HZl07gSbqN9PoXuffTF6XaHn6Opu { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.500000953674rem;left:0.8125rem;height:3.4375rem;font-style:normal;display:block; }
#H2z9OxI75AasPpuoH6bRDvHptVUg5V5A { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.648957252502rem;left:4.75rem;height:2.1rem;font-style:normal;display:block; }
#TrLiyLW9c83oBQf9Smi3iHlxJVNgRTMB { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.8125rem;left:0.84375rem;height:0.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3UEq6JTgAXEPmbXFIhdFMXf3p6OOQTX { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:1.4rem;font-style:normal;display:block; }
#dJMuosa47crCqfLLS40pbR8PoX3VDcKA { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:futura-medium-01;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:34.1875rem;left:0.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPFVA9OUqyEkW2lJFHcPZvnkgiViX7uo { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:34.1875rem;left:7.1875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2HLO2TiSQCqluh2GAOXD7Gp26oQyu1S { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:futura-medium-01;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:35.4375rem;left:7.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTNvkrHos5c0Lssd6OH3d42HkoZVhRP2 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.625rem;left:0.625rem;display:block; }
#hZt4GsJiutrwseEFyKqSdT7VLyOubTsJ { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.625rem;left:7.0625rem;display:block; }
#FL6H2wJ6IsP1GmBNU2TLbHrALUD0WMnk { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:futura-medium-01;font-size:0.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:37.375rem;left:0.9375rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDAnbQWpPHx8pHCM6uwo8XSquaLPK7X7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#KgdmpiN23hQF03ntRbk3KAboGtPcAxR0 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#xhesrD1QkfvJRAE0n8PKZcW0MNJO3fwx { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#u7hzRcX6gA3zCwC4c6mSvQdtCvfB9zxc { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#QMnXasPcycQ4a9xX60R3KluHJ4BlMmNS { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#TK9QlQd2vn1CqSH6fPpMe9Mtap556gfn { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#bRR62yoqArpgPwxDvz093JPk9AMS9Ur9 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ANFVAtk74VnmrCMEcv1iQteTxcxedTx8 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#wtawGZzeBOGDaDZDwu7uTnRFREFr53Ff { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#XOTeR54ABZhDm0Pf7N4B6ReX6LPPpsR0 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#obzFPnVV1KmBHcbwbvQ7GHJ9oUklMZsM { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:1.3999rem;font-style:normal;display:block; }
#Tmbka3wmeaT6hQ0vX2MpGv7tcTV9nXF8 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:2.1875rem;left:19.97500038147rem;overflow:hidden;display:block; }
#Vmvq115P0JtPMPJUeZWs0lhQCz6EoLCa { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.125rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsn6mbRL7rF4amaqJosUTc3rCHSJUQJD { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.5625rem;height:3.4375rem;font-style:normal;display:block; }
#t4RQtn7fAbGe64Tr9RoON2MlrfcATlGK { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:22.625001907349rem;height:2.1rem;font-style:normal;display:block; }
#cZMAqQOcvrOZIuUKGSA05fgKFfJTPyIg { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.843751907349rem;height:0.7875rem;font-style:normal;display:block; }
#OUmNzzRCOmomA3KwTa1KNKEJnuwvpgOT { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.125rem;left:19.25rem;height:1.4rem;font-style:normal;display:block; }
#arwH2rcZLxDlpQgzEGId4n1M9FipvDQR { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:block; }
#x3uZdBK6EAkvWzV7tTQFXUUeVeSrxhdl { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.25rem;left:19.25rem;height:1.4rem;font-style:normal;display:block; }
#TzoemUJxTZHed0GkFXXor0R5lXtlhT75 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#nUQZcLosT99f4v7ICLJyakkPTXs22l6x { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mS5UeXh4iygXP08tdUJkTVCSIQsFUuzf { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Wg8NqEMc3VmpnJ5dlBwVPtNLu406TIwk { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#qJtzAbz5r3yOzyatyC1ZtXWSIGeHRCdq { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#CZFde7RqzxTM2nTciFWPlWzFdJbg9Tst { color:#381d17;display:block;width:11.3125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125001907349rem;height:1.3999rem;font-style:normal;display:block; }
#b7gIzaXRPxRmW9WstpgaMvMuOa8LxzoV { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:2.1124992370606rem;left:39.78750038147rem;overflow:hidden;display:block; }
#MofE3dlTBgTITvyfRorQzmXdF1ZfftOl { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nI1SQcVao8ETNfLyxJ3DpsZf3ALxwr6C { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.25rem;left:38.312501907349rem;height:3.4375rem;font-style:normal;display:block; }
#AmrQq16pPXbV2QBRRgDSzM2GX5uxXTid { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.3125rem;left:42.312501907349rem;height:2.1rem;font-style:normal;display:block; }
#z7mKFhfXS4Z1BV0lpR0EpffXQTTHr2eT { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.986456871033rem;left:42.175001144409rem;height:0.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWHOQHGdXzEmEKIziG2Ai6G1lw91Uqzt { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.25rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#kVxMszBVdlaJU42J8n6cTlmCFOuSWLB9 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#PD9N5xE28KmcHBHbwyhMcq9G2PDSXTOM { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.375rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#VczfmCLqTnzWbNbwm3VbcrPq5qRpkCv4 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#UIiIOHduE8Kgr3ahV5BZeeJr4i2hTlnw { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#IWvFXyoxmrtoRzIHGVPUO3XdHvpUxpld { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#DL2KsQF7bTg7daqZm4NpeGcqLdTJ20Rz { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#zMgThz3ehdkbm9wfsbzqE76OwanGQu3s { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#h2BobFb2IE6mcqMlyrorq2lgsaHm0TyK { color:#381d17;display:block;width:16.1875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.1875rem;left:56.937501907349rem;height:2.8rem;font-style:normal;display:block; }
#cRREuwUZIaT62m0aoRgW77MVnqD54lE5 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:2.1125001907349rem;left:58.60000038147rem;overflow:hidden;display:block; }
#VRnc9df0aFT5q9Mg3kXmUbK8W9gfSpKv { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0DvqTuq9THTPmvS2wHOrD2H9f1ucwxF { color:#ffffff;display:block;width:4rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.250001907349rem;height:;font-style:normal;display:block; }
#S6gSed3RfGtuTaZUQNJxNDIpu1ytFTs1 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:61.062501907349rem;height:;font-style:normal;display:block; }
#ObWlimdpH2KB2c3hWDTPrddyrTSQKtyM { color:#ffffff;display:block;width:2rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.986459732056rem;left:61.299997329712rem;height:0.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVItNHT9EH8NdT1gaVMc9FiQlOyI3JPq { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.25rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#ZtKvNV4F2z1BoF37GwDCOJNli5ELpLQc { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.375rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#fdCAHMpKET8aC5TrUxq8HPd5WmwnCfVW { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { position:relative;display:block; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { background-color: transparent; background-image: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { border-width: 0; border-radius: 0; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tmTT4XznHJPrmNQdoCGGNg3no5oxNwJ7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#lX8qPW0g8Way3vgRB9lpP6Bcg98ci7tK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { position:relative;display:block; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { background-color: transparent; background-image: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container > .video-iframe-container { display: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row > .video-iframe-container { display: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { border-width: 0; border-radius: 0; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BSV8NxOemDddsTx1pwsg7SNhPkt7ezld { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#OZPc1oteM50MbLddXWI5cBx5S0KJkt4w { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#THf9asa59vDZIPoM8IUzFuezLPR6Cmvs { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bTT2KkHfL6IZv1iHh2XsuEmIPznJ5DQ6 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KTxZLp58I52bA6IZsko5EAyPEQFgZ2PA { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#BkoCcOHSDgxQd1vtVWEPDqTxNUPzxfuV { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.3125rem;left:0.625rem;display:none; }
#fFxlUxR4TU53DIHU4ZW3BCxMD2R9r9tJ { color:#381d17;display:block;width:13.5rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#KUZeslf3aw13l3Tl0Hy5B68X8BMxDbtu { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#XD66zJ7Wd8zh8WQzM9Pb4Tc0X7JVPVxd { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:3.865966796875rem;left:2.3968505859375rem;overflow:hidden;display:block; }
#BhESB35HruqGVxk78JmZWTaTlFEOmT80 { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TDxNI1KDdXUcCHtQIyqH3rXhnMbqBMKt { color:#381d17;display:block;width:5.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.125rem;left:1rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awAIhQCSb0g3TOd2xO4d14XtTvpAg79b { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.375rem;left:0.8125rem;height:3.4375rem;font-style:normal;display:block; }
#rHJBXWpiTrHiyCBt9DTxykSeypPSQmDC { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.461456298828rem;left:4.75rem;height:2.1rem;font-style:normal;display:block; }
#nfFTalCEKmZr48TKRqQ7qZvqWaCCgpdH { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.1875rem;height:0.7875rem;font-style:normal;display:block; }
#eL95a1nhv1UTgskUXE7ISWg8zptwCewf { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.073944091797rem;left:0.5625rem;height:1.4rem;font-style:normal;display:block; }
#TgZM8tF91NbnDHRvRHpSM21Rd3KLSgeb { color:#b10b0c;display:block;width:6.18713125rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:9.5625rem;left:0.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WwEEXCM8V0e52CBuLyTTnSEULyahlz3M { box-sizing:content-box;height:2.062375rem;width:6.25rem;position:absolute;display:block;z-index:15059;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:0rem;display:block; }
#da1mDJrTiZhgc8fzTCwUL2lmGz69fpCx { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#KFKnhbCpuQTPZw4dkrt5gOiTMWJFxHz1 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DRgBS0oTFNWl7EudAE1qLSm8iZz6FW4a { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#wMDQ2d1hGZ7GDgMAErmFrLbQwRgxhL6x { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#wgUntsDgqAKbnmOTPq8PdOBgLBxOFXgw { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#UCMQJCAIxePceg5cGOVdNJuTTBgcAoTL { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#u30LnFwdO5xqr8TtOwMcG0nRTDGXIQ5g { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#SwEstWkO9TAfdTCqzaeNVCtxPOTuGsJ9 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#F7O5OGdZTSVXsM64FzwLbsyLDdvem9P4 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#yleiOMD5PFPOtp4aghsamMbPkBIprDMK { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#ntpuoeXkPTWV4uZxLTQXpdOH5w1lxHmE { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#MfyVO8JeAkwOsJQZFdGuqbvt0xwsz0M0 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#H8uATXE3sJ42ohzB5581bQyiABfmOICW { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#NWGu8s8Q0vhaKqqNCNnu9gOFTcKJoynL { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#fGCE3GBM2eLrzs9TTQLfvegT8u5nwdWI { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pPcvRvRSBcTTlRDg9eEcbOa1Ti3ZlauK { color:#381d17;display:block;width:11.25rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:2.8rem;font-style:normal;display:block; }
#OEp2fTaADrWThvVZh7VZCSfMCOAPF24R { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.999625rem;width:13.999625rem;top:3.7103271484375rem;left:20.49072265625rem;overflow:hidden;display:block; }
#mtflVrCMbyL5qqGGPl8BNOea2r6E30Zq { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.0625rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VI6qpwl7oWbionLxgGDUm68HpVzVd3kJ { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.5625rem;height:;font-style:normal;display:block; }
#nGQcry6M79wD8HTKVNs2OItgTUZq4u8L { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.437501907349rem;height:2.0996125rem;font-style:normal;display:block; }
#CdaE2HVAw5EdiBaTdu8uSw11bv8l08kM { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.843751907349rem;height:0.7875rem;font-style:normal;display:block; }
#pukuiTmnFK7QoWyOeBHWrNJFOeGdGr5T { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.0625rem;left:19.3125rem;height:1.4rem;font-style:normal;display:block; }
#Pv0RHfp2qLG6qdQrphmzTE817z4fxXtG { color:#b10b0c;display:block;width:6.18713125rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:9.5625rem;left:18.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dR6s029G8CRmML5P4mOClgFQCQrnHTm3 { box-sizing:content-box;height:2.062375rem;width:6.25rem;position:absolute;display:block;z-index:15057;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:18.75rem;display:block; }
#i8sAnTr63v1IR0NOPOBasdmqVm3PsO5t { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#z2tDle5R1WgAUh2QJkTos9X8nmkBxSIo { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SH2QeU7XuQnE2Fcc4OWawolkyXtL6Nwy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#gXhBGkRNR3rgfoWBs4LNdysDoPxssgTZ { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#PVwWkz10eZ0eRWGcpe6OTN11q1g1xF04 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#WIMGAF0zhb4TGvgPw9ZM6eQmeIDuog2m { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.3125rem;height:1.4rem;font-style:normal;display:block; }
#flKrk68o8maw6oWhPpNiP3vqQrCiodnk { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#qkBbJU1sRDtZ4s0yc27oE26URnzkMQaL { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#NUA9v5aq8GFxIDwP89AkksusT3VQQfcu { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#o5QiIbNN2vTsn4lzpDQ23GoWXLImqTkU { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ALOtyHzEDSIwfwBc56poP1GNFZchHuh2 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#TNiBOtxAXyEDXdrBiofVBOhWzRaKzM0R { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#O8dkLO7a77Q6aaSB0pCzsaM4C61Z6PWD { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Ss6BD8p5JCONLnqBOlRTXniSlgLWD9Us { color:#381d17;display:block;width:7.25rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:38.125rem;height:2.8rem;font-style:normal;display:block; }
#iFtUeUpDGbRac2KTIfJw3tew0axcwV2d { color:#381d17;display:block;width:15.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:2.45rem;font-style:normal;display:none; }
#qTwfZEBt2Sr0ayC3SXZnqSfJwXgLft5I { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.187125rem;width:16.187125rem;top:2.1160888671875rem;left:38.062133789062rem;overflow:hidden;display:block; }
#S1GWJvTGiHQROFAaoGtCPglvP0b9Z4nZ { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.8125rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIEz3J7cxZOJ8ay1o7KEoOK9EvcuaCDA { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:38.4375rem;height:3.4375rem;font-style:normal;display:block; }
#PSthuHe6OJ4Q8g9bcwrfv6mEfm9y4oft { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.312377929688rem;left:42.062255859375rem;height:2.0996125rem;font-style:normal;display:block; }
#y4MJpyR3qMf7hkwVstnQCXHiztaOTa76 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.9375rem;left:42.687501907349rem;height:0.7875rem;font-style:normal;display:block; }
#JVNVaJRmQDPSTFmCKsxnfnwKzCtzUiv1 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.0625rem;left:38.125rem;height:1.4rem;font-style:normal;display:block; }
#GxLuV1eEAMTTuMWRpXv2M9ySZpBD4I2f { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7DetTbBSzkw717MA8uGzArQvdlMJuwh { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:block; }
#SrNkVG1sJaJrpByZuyVpHpNqOHEOrSao { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#JXfUXP4WHo1HDKqAeM9ffU4NIiqeSawz { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#PoZZQTAqxWXP5bGuOelE7b0g0VLZFqqX { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#zDXM14vu1brrJKdKwzBztTdaDSVGenJU { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#hPyT9fuwov5FONsTbXHnrmOOypcFkRXd { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#qTMd0p14DZOabJ0ALiRAo4zr78ZypH7U { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#XzrmwqsQTg4qy71kHUPImM7rEVVZrkNI { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#ic8CTE2cBMHK8apRJX8AUIpEvDL3DNAP { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#D8rgmDEiFcuDq2TBci5uQQ1wlc17GmhP { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#eyIVsNhlknt2lkvZTzPTDMfGuwyeD56f { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#l7xi48mfXt2kLaOe50nT1xFS7ml5oO5o { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#imdd3qkq1KIPUXstvkGRz3CK7vofmGK7 { color:#381d17;display:block;width:12.0625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:1.3999rem;font-style:normal;display:block; }
#hTblcaBsKZczFOyRgT2m2AS3TIxd7bBd { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.249875rem;width:14.249875rem;top:3.084716796875rem;left:58.49853515625rem;overflow:hidden;display:block; }
#NJtQd6I1L3zrry36kKMzTO1Rl9JMmCyn { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5625rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHXO9cmDayqf9PlUrs7quhxC5uINN9VO { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.250000953674rem;left:57.187501907349rem;height:;font-style:normal;display:block; }
#AUZJyNpMATLSoXOStEWDMCbizAKS5dPp { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.3125rem;left:61.062501907349rem;height:2.0996125rem;font-style:normal;display:block; }
#qxdEZxwlCFHfT9RLJPTxRkT8pEb5dXCz { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.562501907349rem;height:0.7875rem;font-style:normal;display:block; }
#x1rd5eRQ3ui5pHKv8tePaqLRzmE46SgV { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26rem;left:56.9375rem;height:1.4rem;font-style:normal;display:block; }
#lafCntFgnHCuoJifWSTObNX8laPd5KfZ { color:#b10b0c;display:block;width:6.18713125rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E52m2SB1aX1zH0dvOALDU020n7L7SuJ3 { box-sizing:content-box;height:2.062375rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:block; }
#cVva77uMElXOzfTTliyaPt7GVoiwXrFE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#r2dRDmtzc3nLxszXDkOivTsuTrRdPElM { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TK4bNPyRPJPCB6k3KvpUUFfvis7KM9JE { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28rem;left:56.9375rem;height:1.4rem;font-style:normal;display:block; }
#OdSAfUOIvJb9nSTyxsGwUgFR4qhXTyXI { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#A5obRoJM0fd0RGJLNJ2iVMvrE1PXyELo { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#RqxSU6ckPmUSGDKlTOhcdxLaHB7e3WJO { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { position:relative;display:block; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { background-color: transparent; background-image: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container > .video-iframe-container { display: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row > .video-iframe-container { display: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { border-width: 0; border-radius: 0; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yrWzUtrpr9q1udiO3VNell0GTE9p6yUM { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#WKqNlhZVOKZNAW9f4EO95FCK1Wtlwdw0 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#p7SIsDrVgHGb12KIP34a5IhkfXexTVyU { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qVDF5qvuvb96cd0GZWmqweRUKLulFe8g { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hRHO7H5Z8gMSzXJEuhr7HIifsd9ApdCg { color:#381d17;display:block;width:11.4375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.187500953674rem;left:0.625rem;height:2.8rem;font-style:normal;display:block; }
#mzzz1HwxhdvLTBcKgppww9O9P1Omz97G { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8745rem;width:13.8745rem;top:3.2720947265625rem;left:1.8035888671875rem;overflow:hidden;display:block; }
#EMDioJGK6cy3OFlWt7xGX5Zy1V7y4UWL { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.124877929688rem;left:0.687255859375rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NprhpTT22WFvLuTKq6HqR0pxnMnrm9P4 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.8125rem;height:3.4375rem;font-style:normal;display:block; }
#t4qJ61flwtu8TTpgAuFwm7mC9ei0uXW9 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.648956298828rem;left:3.8125rem;height:2.1rem;font-style:normal;display:block; }
#XWhJDLSq8qVobTe7GKK2361WBTC9KZbu { color:#ffffff;display:block;width:2.062375rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:21rem;left:4.8505859375rem;height:0.7875rem;font-style:normal;display:block; }
#hs9BhsTgP2wuEXuHUKazzZxDfqzTU9TF { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.135986328125rem;left:0.5621337890625rem;height:1.4rem;font-style:normal;display:block; }
#cxUtN9BWJO6ZS1THSHNGdLZPh20RAFbd { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8Zo02KyGJnMHkfMPNl72LZcwG16n4Bw { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:block; }
#O6tMC1p7UubM1AMJHun9BKWW5NwITFq2 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.249633789062rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#yZqTD1faTkbVzfJmUmLC7QrdW5k38QcT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#A9qvdE7LgXUFLAPkxK1qxUPTfhT2Tp4B { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#DDuQcBHH7UyKEWHTx7exVuz8H0kRy6UA { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.25rem;left:19.375rem;display:none; }
#EJKIO7TrUuA977H1EClu5WosmVfsrkha { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#f9e6q2IF8dg9bKcRbUaCXuRthImzlJlB { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SQdDOl3ymTB5pSliE54hGoyPkDs8lHE7 { box-sizing:content-box;height:20.18675rem;width:17.249125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#hLeDtBy8fRwByZasB0h1TVSTSQLpuaCw { box-sizing:content-box;height:19.124125rem;width:16.311625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.609130859375rem;left:19.312133789062rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#EnS74r5lPwf949xRpAAn2IWGTb6nLKWH { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#kRTdmCMr2r50qTbq1nowRw0uzTZJS5u0 { color:#381d17;display:block;width:10.625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:2.8rem;font-style:normal;display:block; }
#XI4Bly4pxuaNV6azAHLpTZV0a5OlvbSx { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.49975rem;width:13.49975rem;top:3.45947265625rem;left:20.740356445312rem;overflow:hidden;display:block; }
#XR6hQMT4d2ULTvvdvdgZ712kN576ByUV { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.125rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFXV0414CzwX36BalIIHaqDwV7m491wI { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.5625rem;height:3.4375rem;font-style:normal;display:block; }
#PfLHK1KPmB4Xe6IQo2F7R5KlO0c33lFo { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.437501907349rem;height:2.1rem;font-style:normal;display:block; }
#Vu8R31h4vNdK6IPDvnTmyBhfoW7goGyw { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.9375rem;left:23.843751907349rem;height:0.7875rem;font-style:normal;display:block; }
#JvDuPwLCBZuezopbkLqJ8LXvf6f5x3qR { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:26.624633789062rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#EaXwEPmaR9ywcfVfdehKUr27yDWMGXim { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#HQ6Mxs8ADqo1qXe9ZVfhG2HsmC9Fu7Z0 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PfOlAaBFRqFu0ys8mnmf8cS4bUq4VAgR { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#RhNNQHMkHp9k6qNDMl1JmVh96VfKCGi1 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#fxy2ygfDCmPdROR3FpntOWFQAfgLkUvn { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#l5Sq1I59x6TlZfFSZQ3cVO4a3kLpeQLB { color:#381d17;display:block;width:13.3125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:38.125rem;height:1.3999rem;font-style:normal;display:block; }
#zE5whJbvvp3baR6VoqciObKh7EWpPqM0 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:3.8043212890625rem;left:39.835205078125rem;overflow:hidden;display:block; }
#aO7xfVeaVAw9J8i2J8RISSQiD28IMk8P { color:#381d17;display:block;width:6rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:15.875rem;left:38.24951171875rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBox9DT9331M2FsXPaZ0D1GvgLh2r1gc { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:38.312501907349rem;height:3.4375rem;font-style:normal;display:block; }
#IPsAFgoA6TGXK63Jxk6b7r7rEhh5Qthz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:42.312501907349rem;height:2.1rem;font-style:normal;display:block; }
#clcHkhmg57T4HBttauZ4UrD1QvtnTAyS { color:#ffffff;display:block;width:2.062375rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:20.896606445312rem;left:42.874877929688rem;height:0.7875rem;font-style:normal;display:block; }
#FQgmxrTXfI6ntzoyKkdmWDv8yXJQ9HOM { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:26.125rem;left:38.125rem;height:1.4rem;font-style:normal;display:block; }
#wbSaT9siRioa585aqX5hN2txv1kGgsrI { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#zFLRTsgXpRSCPp3V60XSwUdREegdTIPm { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.249633789062rem;left:38.125rem;height:1.4rem;font-style:normal;display:block; }
#xkb5MlFuLTiZzUHZsxlV2dV2T4Xac3rd { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#KdETHI5CxXKGsUFpyB5TGOZ8D0AmNaE6 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#V3mwV0tbPRVIzf39f8b9Gc7JIa9vTO6p { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:57.515869140625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ZBdresZIAQlR5vrO2brg3n6zzGfi2Tfo { box-sizing:content-box;height:19.12475rem;width:16.31225rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0rem;left:58.609619140625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#k4N5GHOB97JT0UEzR2EMsJ7TVtMiihRL { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#G9fd5cqOZIbhOPeMSia0M3AwpkamTdfM { color:#381d17;display:block;width:15.75rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.187255859375rem;left:56.937255859375rem;height:1.3999rem;font-style:normal;display:block; }
#lsFpopTvDyHsf1Wk6zlXgFCiZElocaVr { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:3.8043212890625rem;left:58.648071289062rem;overflow:hidden;display:block; }
#FEHHI4UT6MV6JuLvV2W9CzUuQ93ABatm { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:15.8125rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qop1Vruh3KLol5LlGexIBNpUZneeSFnr { color:#ffffff;display:block;width:4rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.250001907349rem;height:3.4375rem;font-style:normal;display:block; }
#TRCyAhfM2TWIxvKoSX5CT5wTpLw7Tn1J { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:61.062501907349rem;height:2.1rem;font-style:normal;display:block; }
#KceRKErCkOJC95aJSGi2pmiIPdun55TD { color:#ffffff;display:block;width:2.06176875rem;position:absolute;font-family:futura-medium-01;font-size:0.5625rem;font-weight:400;z-index:15075;line-height:1.4;letter-spacing:0;top:20.9375rem;left:61.726928710938rem;height:0.7875rem;font-style:normal;display:block; }
#JN3Mz3xT7hzy4ilmbhTdTHbTRTozOxl7 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.125rem;left:56.937255859375rem;height:1.4rem;font-style:normal;display:block; }
#Qgg8sALiMEVLysyoeCBfalMCcQTXo9Lx { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.249633789062rem;left:56.937255859375rem;height:1.4rem;font-style:normal;display:block; }
#mtOmy1SyJDQ3L6UHLIyJHtIWvTTIsFKT { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { position:relative;display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31rem;display:block; }
#UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbTGvkVcWvVldL61Wovd31BXxT68II1z { position:relative;display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { background-color: transparent; background-image: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { border-width: 0; border-radius: 0; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { position:relative;display:block; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { background-color: transparent; background-image: none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container > .video-iframe-container { display: none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row > .video-iframe-container { display: none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { border-width: 0; border-radius: 0; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH.adaptive-delivery-prevent-bg, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyload, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyloading { background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { background-color: transparent; background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { border-width: 0; border-radius: 0; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { color:#b10b0c;display:block;width:35.125rem;position:absolute;font-family:futura-medium-01;font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.52783203125rem;left:19.9375rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { position:relative;display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { position:absolute;display:block;z-index:15000;height:60.9375rem;width:55.375rem;top:0rem;left:9.8125rem;display:block; }
#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { position:relative;display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32.8125rem;width:58.5625rem;top:7.96875rem;left:8.21875rem;display:block; }
#mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd { box-sizing:content-box;height:36.4375rem;width:62.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(204,170,117,0.33);background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.1875rem;left:6.25rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }#mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd.adaptive-delivery-prevent-bg, #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd.lazyload, #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd.lazyloading { background-image: none; }
#HkfDAdfTI2RtFzuIaNb6IgPoDnJrfBKG { box-sizing:content-box;height:33.875rem;width:59.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:7.3125rem;left:7.5625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#c2xBVblpF3rmUqZmo83WqUQmQ2T6R48Q { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.125rem;top:38.875rem;left:28.65625rem;overflow:hidden;display:block; }
#NegCiEt3RNow25SrnpI6MwiHpcQrzmAl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:60.8125rem;top:41.625rem;left:7.09375rem;overflow:hidden;display:block; }
#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { background-color: transparent; background-image: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { border-width: 0; border-radius: 0; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#zLgRUkIFFhz6KsEUxSRmcESuN4FhB3Cr { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:19.5rem;width:33.75rem;top:5rem;left:34.125rem;overflow:hidden;display:block; }
#rL4qfaXy9TVEkvXoB8OvMof36ZP0Cnsd { color:#f0ca8d;display:block;width:21.75rem;position:absolute;font-family:"great vibes";font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.625rem;left:9.5625rem;height:3.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTFQmsseS32MmRUumVUTV3PadCZVtcOe { color:#f0ca8d;display:block;width:21.625rem;position:absolute;font-family:futura-medium-01;font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:9.5625rem;height:3.00598125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HyRyCSdq8XiTZPubN2sJU9gRgSMsQnCz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.5625rem;left:9.5625rem;display:block; }
#xZW8mhiBlHg5WIqIqLrg8xm9vbs0Qeu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa { box-sizing:content-box;height:21.6875rem;width:62.5rem;position:absolute;display:block;z-index:14999;background-color:#a50b11;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:3.90625rem;left:6.125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.adaptive-delivery-prevent-bg, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyload, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyloading { background-image: none; }
#BrEH8RyHW0qU7ROKPDkizF0PLm9ZmzOn { color:#ffd5a4;display:block;width:21.75rem;position:absolute;font-family:"great vibes";font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:15.75rem;left:11.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV.adaptive-delivery-prevent-bg, #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV.lazyload, #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV.lazyloading { background-image: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { background-color: transparent; background-image: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container > .video-iframe-container { display: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row > .video-iframe-container { display: none; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { border-width: 0; border-radius: 0; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { position:relative;display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { background-color: transparent; background-image: none; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container > .video-iframe-container { display: none; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row > .video-iframe-container { display: none; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { border-width: 0; border-radius: 0; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XJc1iVPzgTd6InwJkcpLie8A109p7nTC { color:#b10b0c;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.52734375rem;left:19.9375rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMsgJymirud78X8ZX1eN7CgCmze0Byql { position:relative;display:block; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql { background-color: transparent; background-image: none; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container > .video-iframe-container { display: none; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row > .video-iframe-container { display: none; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql { border-width: 0; border-radius: 0; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DmVbxgFhKazLl4nP5ZTHTticv8XrJEX6 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DW3sIQfT97GMAgdcHlCNdqKsIFMR4NoC { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PBHyLCPuusCEPNh2fEhCFGMZ7gM74CUu { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.6875rem;left:4.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dN51I9KfgqNKuupDeX69glihZ3JVVMcT { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TFd4GnoUdT8FOWb4JUiqaqcolsiMMpKO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#Uu3zXuDTQ0HOOD3ZuCwNcRd6e7bS0AT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nd4o89Fuh52JQPKBr5nTvJEdI6Gcm7dH { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { position:relative;display:block; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { background-color: transparent; background-image: none; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container > .video-iframe-container { display: none; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row > .video-iframe-container { display: none; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { border-width: 0; border-radius: 0; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iW481O5S1vyf6VGW3UiUBrsy9zOXaJb2 { box-sizing:content-box;height:56.5625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.03125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#cST79W6nGxGf7dig6ECJ4lEB1tSu1k0a { color:#b10b0c;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#caSM3VOJXzXgXQilBNTuTOQPBT9G5nmV { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#yCJd4lMbR2qvF7Sp8c47xwuOuzZ6h9is { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#bO9TVHSRiUusGErhbSaW4ByxrIkrNMFn { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLawuM7Rso4OrziFCB2NEXkguMu6qdbW { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:9.75rem;left:30.5rem;overflow:hidden;display:block; }
#xL2srZFDhpWHOQS2BB8Xg4LGDQTGxhBh { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5b0lsz904onPTWOMkXM7IL2CuPycBH4 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:35.4375rem;display:block; }
#r91TrJ4fz2vEGmhxQ7mmTnsTxoWI5JVp { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.6875rem;left:36.4375rem;overflow:hidden;display:block; }
#L4dPe13AWnszaqdBdPQ1uoHmh3P3JFBT { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.3125rem;left:38.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JEJhIdsF9WTW6TAehwZIAD0qCdXA0PON { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:43.5625rem;display:block; }
#iQhox5VPn8SHN4F1zwvyUeBmmsTzLF6b { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.9375rem;top:9.90625rem;left:44.375rem;overflow:hidden;display:block; }
#wGDw0Hfo4p2UGmpQFWxXw2GQikGg41ym { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:47.78125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hK4Uq0a4VcLtNbRPw1pPT5i6EregvNta { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.42578125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyBoobIl0xIxB9WTeyUm8sFequIsIc0E { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.23828125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:16.17578125rem;left:30.5rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:before{  }
#C4UwcgTLZiWqucPv7LvTg1QvvLDTANqu { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:16.11328125rem;left:53rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:17.787109375rem;left:53rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:before{  }
#hpHl0CAlqKAaIeJLFsSV5CmlRyWFDN2V { box-sizing:content-box;height:25.5rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VTGtCbUPst5a023eWdfpJrSPZDKkpMud { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.318359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:33.6806640625rem;left:32.0625rem;height:17.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#ioWW5pdTv6mV5Ke5LCPHHQvNcyrgMnTl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#K0EE2T54y9QFxRPFkagTCaGvxGq4IJ3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { position:relative;display:block; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { background-color: transparent; background-image: none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container > .video-iframe-container { display: none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row > .video-iframe-container { display: none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { border-width: 0; border-radius: 0; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MS1CxCXzWmTHy5FkkTAcZRs2Mokx5vMJ { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uF624H7Zdt65LvlI6z9Znk2O7laaSadq { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NbuSoT66ZNwRmTkNcToXKS5wFPKHnARM { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9aPoJWtDuQnSDoDQHNPRKvFBX4riMvW { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#W3mu9IgrmXzQIUOnnoF0tHdK9iQrWvaT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#z0Dvo5eBE5kUB53QiUbTmTKVUfX71zK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JzwhQffbwHw7flLRWRhEanZBXr8U54G0 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { position:relative;display:block; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { background-color: transparent; background-image: none; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container > .video-iframe-container { display: none; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row > .video-iframe-container { display: none; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { border-width: 0; border-radius: 0; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I9kMPJJ0hlCbUv6TP5WSgZWiiaKGKL3q { box-sizing:content-box;height:59.8125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#zTdw5mfhUQcGfxUJllVRodwvN7c1fbTQ { color:#b10b0c;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4iFGLQBLCiVy4TpU2TRFTsIp5khFCsF { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.4375rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#tLQkNy9NzoqWxpsKXEX3nSvkoITlQCoa { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#BBw9scGeDtLXgW5obrT0gbtPUbZk8iZk { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFNw2CGpZWayCz1IbEIRTE4BEiAgwEZt { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:12.875rem;left:30.5rem;overflow:hidden;display:block; }
#AeWiu1vXPR0GPRxTTZdUlTgZIIKHGmmy { color:#381d17;display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5KloZfzTg8otbT3oBkiQlb0C7xMo4eG { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:34.8125rem;display:block; }
#PkTEqsxC5cun43Hen3qEO25PynqTyVvS { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.8125rem;left:35.8125rem;overflow:hidden;display:block; }
#sSGw0fNhMng7pSPfJsRubEUtGhJBMgSq { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:38.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTNQFUuhexhwAuXROD8m9xuRQsuLvTiZ { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:42.9375rem;display:block; }
#I6T0xPVLOTfcpuRGINS8edJxRyATswfR { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.75rem;top:13.03125rem;left:43.75rem;overflow:hidden;display:block; }
#STh6amwn1x3QMxiQROCeqQ7BpWJLq9eP { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:47.15625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Us3hcLSdJfQiknHF4zobXuhD9xBhhzX9 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.55078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KridIE1cCGWu6HXmi2vEMAdk66ThNyP7 { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.36328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sZvJh7d8kKtPopnvTO3NTUtJyiNOMTSA { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:21.1337890625rem;left:30.5rem;height:16.035125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:before{  }
#hLyvzwTpu8JfoZaha4tyMWk5c9GqL7Im { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:19.3125rem;left:52.875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.99609375rem;left:52.8125rem;height:7.8613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:before{  }
#bfzWTqgtezVAov3Ktu3VXgIhDM8HMzOC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.4375rem;left:52.875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32.099609375rem;left:53rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:before{  }
#JloRPh0hWVAwPzsS5SNC904Al3pv5JAn { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.005859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:42.3056640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#Z3usyDaghO76Qpnx5T3ISh3i83H2AMRf { box-sizing:content-box;height:19.875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.75rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aBaNKrPfUUbeHNq2JcN39GmG92IT77CH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#PvfPvs8h2O4yZSm5TO1z8TqRtw8LTkEy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { position:relative;display:block; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { background-color: transparent; background-image: none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container > .video-iframe-container { display: none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row > .video-iframe-container { display: none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { border-width: 0; border-radius: 0; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GqMVu98QxtcpTWsHb6uqg9oMouw9bQt4 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TeLc5rVRuU9R38XgJlDPD6ikXclt6rSc { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#APZS8fvJntxZTcOcUXeRgx0WZuligTZP { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.1875rem;left:54.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNGcBZdCmVL3wfn54867Al9KDhEz7085 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#qB3bMeW0A8EKbraKJ3vRs0imP1T00KSF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#Di3cin4LQ7IFqlIA8o25JgQrxtqnAcxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZXrnH5K1aEBRix3gcM3t5PxdTat1BKR { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { position:relative;display:block; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { background-color: transparent; background-image: none; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container > .video-iframe-container { display: none; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row > .video-iframe-container { display: none; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { border-width: 0; border-radius: 0; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:84.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qerpZ0C3m80DxRd5x4uSTRJHdS2GSqQc { box-sizing:content-box;height:81.0625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#s9G2gKMgbEG20srLKUdAO8bO0VNA6hXq { color:#b10b0c;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmTvvt6iEEpTPRTDWM4aTzod8TGBB02T { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.4375rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#hlnkDCenSikaiThVVT9zWdN77ceBBHuy { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#GsRXBMwvQTizPgUi2VL7q3wyiAk1Gn0W { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fV9CFB2ky036TxfbhA8VAAQeflDT5zTk { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:10.0625rem;left:30.5rem;overflow:hidden;display:block; }
#mpxWUDJCar94ZJ6DFIQ7OJaHqvMR8eaA { color:#381d17;display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtN9pmC4we87ZRAQLioXdq7QatbnpdQn { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:34.8125rem;display:block; }
#f3RMn0RKCZr36d2V8xBqrmfJ5Ih2qT0r { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10rem;left:35.8125rem;overflow:hidden;display:block; }
#VXV35nehCaqD4KhMq3eE9DmPe604TgLa { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:38.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VlDwABKUx2hgGU8XZJ5XDFau2ytGgX4z { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:42.9375rem;display:block; }
#adDW3WFKHzqtTn9ZEfGACwKmNnfGnDQ1 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.625rem;top:10.21875rem;left:43.75rem;overflow:hidden;display:block; }
#QuHhMP7BoasdMCGPK9E29tLeQ73G8CNc { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:47.15625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pOVk1IagcK4wN9WSlcCWtTEQqesynP5m { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.73828125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwVkMZHVsdiV7AVfWsJ2Z1lbngksMsDZ { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.55078125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S05BthfLvxyI3XbFZx6WuJ07EJyputRx { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#maX923qrTeKWUa2bVmmX0iXECfdW4nuO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.4462890625rem;left:30.5rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:before{  }
#eGdvEU6XrMo9ATfSTG02FG6IDHKwvyKF { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.125rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ss8emc30wx1mn3KTonDKpqufuVMoevcC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.8125rem;left:30.625rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:before{  }
#vOl1xJPNVsJxiJc0Mn5HJ7wZvOXcxJB1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:17.3974375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:before{  }
#W3TaMN3lJyvvyqCrIw3QmXsDQ8EkPhxb { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:before{  }
#If0BaMdZ9VhTi6JIxoSyRc6mRqQ4fGXZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:2.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:before{  }
#K8Laa5Vy0rdRzTw5wnLDr3279Qi7vxEy { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:52.130859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:54.4306640625rem;left:32.0625rem;height:20.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#QpO9x7fhHiL66Q9i4GHVSDqSIGyvADwf { box-sizing:content-box;height:28.75rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Voe8KAESggaAyExS3fTDf1GFBdMv7yML { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#oLZg84AtTH6P3HDDNL9GEDyk7VJ3rRuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { position:relative;display:block; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { background-color: transparent; background-image: none; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container > .video-iframe-container { display: none; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row > .video-iframe-container { display: none; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { border-width: 0; border-radius: 0; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gru84A0xp2TN14HdRI9ZIpI60R3PD4Ur { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VHbmWJ3TBnCCBpaRbPcnv6nsT8QNiVVp { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KE5CT4FfXVm86wc49ImZU7KXSFGKA8cT { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.875rem;left:4.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pw681JgTZ1GvQo4UAXHpUd9wzzGge1E2 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xAzN9LZkJvUuUfM1KuHADEcvAtm7gFqI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#Mo983m7VELeQbMpb5NHzJ5Nz792xE0M2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKHTJJUJwdzIgv8nSg6ez4l64ir4Xz4q { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { position:relative;display:block; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { background-color: transparent; background-image: none; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container > .video-iframe-container { display: none; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row > .video-iframe-container { display: none; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { border-width: 0; border-radius: 0; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bmEffPkXumKf5TlC5fwwiV5c2duMVwX7 { box-sizing:content-box;height:54.0625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#KrMJg5lMByWAdr49TTIuRzFd16tT5NaH { color:#b10b0c;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QzKTlCeywuNIw6Lgi4nv9Vlvn5f3G9eH { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#dTLNO4U9RuvODTnS0Aw6vSwFblwq6TNV { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#kR0WnNdTAKwBv0NxXg64exPTk63J3OcC { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TA8fq4XdPa8D07COQWEg4mbxZKfPSKHa { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:12.5625rem;left:30.5rem;overflow:hidden;display:block; }
#B2J2QMcV1gDUPer9Mbe5r4nTavFgzPqQ { color:#381d17;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.125rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMNLTnbVlRqohVtKrIeR17UeDuaiTlK4 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:35.75rem;display:block; }
#okcp0tOeDHI5f742ZFZuItzzl9Cyt3uF { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.5rem;left:36.75rem;overflow:hidden;display:block; }
#x4JTNTntTGhV7SKh2LZLkoMEAmv7ygd6 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:39.1875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHA6aZyqm2hCu5I0G3sr7i7EqAlqCJPq { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:44.1875rem;display:block; }
#SypiXTStMenyROnxkWSKrgkasimJ8m1C { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.71875rem;left:45rem;overflow:hidden;display:block; }
#gFwIxI0NVpAcpeqBM65aZAR8IwVuViwv { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:48.40625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lwnrpVOAti8QVt4teywJTNrQySCdwEoZ { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.23828125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9QiA5xQIZFOwt5ZIiZkDyT3J4GUmQRA { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.05078125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#srF4CPnGbJoyXombrUSOSLPLqhsgW667 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.9462890625rem;left:30.5rem;height:14.672875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:before{  }
#alULufu3BGWgQuEiKr8AWupmRZZ6lE4Q { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.8125rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:before{  }
#uWgkSN0DZw0bZzThXaAIR0k04dQ0is5Q { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:before{  }
#eiLPcx85gswq6GaLNKxkgOnzmRIFGcN6 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:before{  }
#uTAro2TTLoxThR7KAh9evW3s8amTMBQ9 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:before{  }
#kkV5J8umpLQSkeIdOl7m0QTrZEr2J17O { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.505859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:38.8056640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#wLB6m443TKkax3fvPaxNZbFNs0Vsq9S5 { box-sizing:content-box;height:17.875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.25rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dJg6FrTqAUMse1GZNmD1A15C1Phcpm0K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#zAInwWzDEIOtZ2TJ1cZIkaLntlkerCfU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { position:relative;display:block; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { background-color: transparent; background-image: none; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container > .video-iframe-container { display: none; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row > .video-iframe-container { display: none; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { border-width: 0; border-radius: 0; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qbBZW6iEAm3g3vvoJdvHpA9pLo3DTFOL { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Cpokwh7CB5L8EfKD8UbsgJEtLThf9b6T { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FnSnuE6lNPsyt1fOKBbdsTrgBJIvnkXy { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:29.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3Xx0e8cATdUqNc12ATDmyPFPn2PgJZg { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#CfxBT0O2AWh6HTFkDfRLAKwD2JnsiFOC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.4375rem;display:block; }
#Q793Lm7iRbJG7QG4Z7MRMgWgVX3vKJQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTs8hNrte4IK6gtguZyRZ0rf0T28Bo6O { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { position:relative;display:block; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { background-color: transparent; background-image: none; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container > .video-iframe-container { display: none; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row > .video-iframe-container { display: none; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { border-width: 0; border-radius: 0; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G7LtpRz6ZrwH81bAEDhCxBS65PTLfOzz { box-sizing:content-box;height:55.0625rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#ab7FBaeopt48v8fXG8g0TSfflvnR5HJy { color:#b10b0c;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAdLXsckZLw9K5bknZHPJ0N9AkPbFgGy { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#oXhOlME8Pq4w4AtxeFAilg6pNdQGGkiT { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#xMr5DS35TK8wo5NmApB7MGiXxffCx3Kw { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIBf9FgTIZLynamqzEqwKCC8OkvliM9Z { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:10.625rem;left:30.5rem;overflow:hidden;display:block; }
#LoFktzHzGVNa97MX4vBCCqMCGJchR5Cp { color:#381d17;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IFTnnRGWLPFX6emXJXWHaabwCtlHlanO { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:34.9375rem;display:block; }
#UHPWwB58y5PNDa9nHrTSx6ascmqbD77b { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.5625rem;left:35.9375rem;overflow:hidden;display:block; }
#C4LLXebszQS6HBeUlcISvUiLo4B6FbW7 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.1875rem;left:38.375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvHCT4SlDgrzUosq3PHsWc5hVlmle6Nf { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:43.375rem;display:block; }
#Ui4NzDrGXZ3bPWAWt8PsOdat4RUqKELZ { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.78125rem;left:44.1875rem;overflow:hidden;display:block; }
#o5KUi2x1kNIBCUMBOBKq3Q9cmcTghawE { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.1875rem;left:47.59375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h64OiHBnf5lL4qeInka5iiNRE4fATdu3 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.30078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tPtKq9z5tZ8TkbeDTcTMFuIQ2zsDzVqs { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.11328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yBwz6zMfei4bSpQG8oJrVq9H8ihAzBwm { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R { color:#381d17;display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:17.0087890625rem;left:30.5rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:before{  }
#nC3qKE1ORNhmpI87OvaR7tX7Hi0IBPiL { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.8125rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:before{  }
#PorxHIthevoLtNbWVLK0fH5V94l1pTVn { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:before{  }
#rhqRk5QTksMqZtDtF7RskfoctPygszg5 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UEwvg8cTNBatoQxlpoLnie41QEh8etik { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:before{  }
#s5n0D050DESpMJgt2VXziuf29qgmRtTP { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:before{  }
#i8dSTDJSiVLPTO2Ns09hTIF55Hw1TVil { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.880859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ExqwL12VbAI89qk81rWsveI9qJktVAUm { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:34.1806640625rem;left:32.0625rem;height:17.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#qsS2lf6PXC8XEf6UrIxLz1DsGpdlIT3O { box-sizing:content-box;height:23.1875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.625rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mfeBGyHmSBG60kBurtlFv8t7J0rITepK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#uTT2qugat9hncxXtTylbhZFsoaspxD94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { position:relative;display:block; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { background-color: transparent; background-image: none; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container > .video-iframe-container { display: none; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row > .video-iframe-container { display: none; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { border-width: 0; border-radius: 0; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TyQQlHys7KyRV1hZVnLTNCtNkgnNM8P5 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZEbDNKuIAG7DW2zJudJ0yNHOeCpuipe6 { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i1ThCuLcPLMR2oS8LoGnGroUuqacuQKv { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.25rem;left:54.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd9Sb9scZ10W7AFFwvWD7hlq5iTaQiTX { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#NkWNN9Tzn5zxmnAbhUMxhBW6XD6xRwnm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#hZIgcsDaCUcilsqX5z1UpvblRvgXSBlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNL1fThX5uw7huMRWXw1xEuFSsg1e2Zu { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { position:relative;display:block; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { background-color: transparent; background-image: none; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container > .video-iframe-container { display: none; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row > .video-iframe-container { display: none; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { border-width: 0; border-radius: 0; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rg6NyLAFhERTWqOgOzvlQVkapq73Thof { box-sizing:content-box;height:57.1875rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#nXUPVJFHXJLILznTwJupqxmQROTRgHiI { color:#b10b0c;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTXEwZKqTIgqDT1mhmOkeve9TgVutoDt { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#uVDHvpyApibPTfizbZtsTiQu52zmvJ91 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#TRFxtdVnaTDMf7XZiE1Z7n6uzowbivoX { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JWL8vqhgsz84Pz22CTlolTwl8WXcH3By { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:12.375rem;left:30.5rem;overflow:hidden;display:block; }
#g3tJvK5ETLGELq5V1q9hfJIGU9D0xKeJ { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paRpzLsLTUIQliidlgOa63CaM70w2tb8 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:36.8125rem;display:block; }
#OdawfsyBTTX5yFKn95w63g8JtpqfwJiV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.3125rem;left:37.8125rem;overflow:hidden;display:block; }
#mGoMux0MPlVHD48CHAWfMSl4chDQB4VG { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2mxKEWn5150G35czzXMQ2JWrC23GQVV { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:43.375rem;display:block; }
#QokwzXGXIZPacWqKodWN33VoPyWFABDk { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.53125rem;left:46.0625rem;overflow:hidden;display:block; }
#EIMuVC5zKxPtZapbwIrrIwaq6droz3d7 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.46875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UP3WzrMcI1l8QgpQT20BDIoNstvIoRaM { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.05078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IvtfDVksx8iUE1FaAeuGLoyPafesEzrJ { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.86328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cNksqP5Kyt6rTyq17Zp8qqcdZqrMhSH3 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.7587890625rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:before{  }
#UKHQ6JF37i1GzVdDtcfffCpcbTIw5EO9 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.6875rem;left:52.8125rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:before{  }
#HocZxVw0vZJTkFnFJJBU4L6ooJdsalvw { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:before{  }
#GsFfbHV8XPPdiVFrpLil5aPU1hs0Fhtu { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:before{  }
#IiN031LmMdur35J0udRaveDLT1ndflkQ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:before{  }
#TdUwNQkMdQ8E3VD1yf8iFidZhqNAhEmd { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.130859375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4306640625rem;left:32.0625rem;height:13.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#PUD6g86ChQLNw03ckZ5Ksmw5iNAWXTkN { box-sizing:content-box;height:20rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MnnTkOn7BIDJAv6V29Xw2blem59yTRZd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#fEEAKOLyv3mzEihw1lqnauDcaMK3kKNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { position:relative;display:block; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { background-color: transparent; background-image: none; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container > .video-iframe-container { display: none; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row > .video-iframe-container { display: none; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { border-width: 0; border-radius: 0; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nnWK9G8xX5iDAQ2psF9E8KSnFaZRXma8 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uouzL0N1O8T4RMVrnA754Cvz48vBzuqe { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fFQNnyD7i401HdA1rFKaFC8T3kVNsDyM { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:7.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHTArRTqX6ZgfBRMi3kfHmJBHxx5d35J { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wnDzHB6N4iJNTFnoltTWDnAQQ0FIFmoq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#kgm2frNS841dNQhTdT3riI2E8XtduKvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfVi81gRp3JI5J4NDCWk4vy5cigQLS80 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { position:relative;display:block; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { background-color: transparent; background-image: none; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container > .video-iframe-container { display: none; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row > .video-iframe-container { display: none; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { border-width: 0; border-radius: 0; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zesR3T8WERDe3VqfxVQOp7EPInLizG7p { box-sizing:content-box;height:44.6875rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#Fl9SF6PatycvbJyfk85vfSSNvxT5nuFg { color:#b10b0c;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHfZvra5BmaWdDLx1y6AwFDNsDLTBGzT { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#iETG8SuTuLNZAxvs0GO2MRnv6hKPtzJw { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#LovmHnT9MQy06P3kkD5o4rdWCFHJH2uE { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awbwVaTd7ZberAIwOH6IPHT2DbHMXPf0 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:9.875rem;left:30.5rem;overflow:hidden;display:block; }
#rGVNZmOtdchRCnOtexhuO7NmzAiysWLe { color:#381d17;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mfL6N8mmrCeMnJWu3QTlBr9m2DtBXDfn { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:36.8125rem;display:block; }
#BgUTA6vFQDV69uuy4GrbODNEd3MgtTVS { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#eAev7kdItUNC32ltEyNTiXXk8MV5wd5g { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQBdXDHreHcviA7P5869tbgo6lXS4oTM { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:45.25rem;display:block; }
#Qt8LoZXeDemWhonQC6wKfNmksZXeRt6w { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.03125rem;left:45.875rem;overflow:hidden;display:block; }
#PH9pTX13JoBXv7usevr6ZOC8Fv8XUAJP { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.28125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CsiH1uQ9JqpkWlMnqylmz1hXIJ5smttc { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.55078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqX33tbxaWTp8fdR9EfKM2zPN93PLZwR { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.36328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qqaRbe3R2sSJoCisSADfus0wxRPLk31O { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.2587890625rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:before{  }
#b66EqXfTwfflxEeMqqBSNvJstnD7hhpM { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.5625rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:before{  }
#QupmeEbWJAWtKcIp63KV4PyRLbJLLTyH { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:before{  }
#Kxi8C2rewTa0scrELKWbPkkSELflTOAk { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:before{  }
#Pmh52LO8hh2A5wDx6o2W5WD8bBNklUll { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:before{  }
#CZNul6vsfK6SSR8TX25lQZJmHTL1PNkP { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FU2WCTZiugPxzt458SRHKutZvuaLJLRX { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:30.3681640625rem;left:32.0625rem;height:10.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#cV3sTcWaebLzykvJIgU0ELbUIifgp55o { box-sizing:content-box;height:16.9375rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ritkVbLFFKWDzVGd7px4ivy9oBZHMo5t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#MANhe6ZCTPucTOnfoC9U0qyLueS3fCTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { position:relative;display:block; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { background-color: transparent; background-image: none; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container > .video-iframe-container { display: none; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row > .video-iframe-container { display: none; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { border-width: 0; border-radius: 0; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kZdEuVUT9dFxbMZ9kE1tyzNPw374lyOt { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OUPkzCFiN0UsBidx9Wt5BrVdD6TA41R9 { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RH3tvBrmkMOPn9qnbI4spIlGuHTthhTz { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:29.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T53awz5uOERmsmPH7k2uJGxrAJgyr4oe { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#HTpQGQlWohUDHKnPVhUB7DekLwVWLkeu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#IWW6v7mcGtMGO8E6aRJEWgEKpxgtaGz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhIRcibhpkgyIarq8PSmaIoG3vHr6Ad0 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { position:relative;display:block; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { background-color: transparent; background-image: none; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container > .video-iframe-container { display: none; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row > .video-iframe-container { display: none; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { border-width: 0; border-radius: 0; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p0MxqvSDgxlt0HKZXu8lm77nWnBIEgNO { box-sizing:content-box;height:57.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#kNPDKneCrnM1gFD8hrz2WpSMkdwRvnUH { color:#b10b0c;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CO1yiGN1CDytWxp0fubmKzrWgbtQSJ0a { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#kI6wubgKpLgesUun4gIBx05AokfaK7ph { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#MWiBLhTeEoZzdgAZqrzte2vuxa1tTgcI { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wuw6qTubpXVrMMFu365h6bpND0VUffdh { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:9.875rem;left:30.5rem;overflow:hidden;display:block; }
#DavLvGcWORhbO6Ptf61mehrI4u0v5rFf { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2iq4PDA7NnAImUHmuDTEviqcUD2NQy9 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:36.8125rem;display:block; }
#PDZ0SQtnzS2E5UnxRb9xypGbEfRbTQVA { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#HNneowpTcUXATV6G5cn6U7S7g1PWz82U { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtepuSN7gT3fS9JtCJM66pt9XSUgOm2A { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:45.25rem;display:block; }
#q6nwfmF3DlsbN49vtOfbvqDG8qrpTSqU { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.03125rem;left:45.875rem;overflow:hidden;display:block; }
#PBhoFQgUXVOqA1IQsJFo8SxLs0h01osS { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.28125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTOfWdQ4JoTUdVIxylZZRKpQnz7wDCzF { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.55078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4GThQepAyHD8bD7v21VRcmFNxxxshz4 { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.36328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SW4y5SC2leixd2wFSTcb1tMROuBzPuuT { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:16.2587890625rem;left:30.5rem;height:17.3974375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:before{  }
#u2Dk19okiW0Qdc6tHXcKGTByw8US4UUk { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:before{  }
#BV6y2ydurD9Vr54KfgTvlDgJXDmpK96J { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:before{  }
#RCwg9avpITzSKNDixb06LSoO0QIL7vwM { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:before{  }
#PZ8MphBDDpMzE388xE6UA4hFo3wEfcT6 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:before{  }
#PcJn7hC8Te8lTX7Gqqe8CrHnEXLwT141 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:38.4931640625rem;left:32.0625rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#gHblrwIMfVk2c0E3w5GW8vzy6tDnkwsl { box-sizing:content-box;height:21.8125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uGqhq80IpPfmz8W2VTPm9IoxTBUXii4y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#ZBGDhlK8Wntr5Fu4x1VhAJbpHSsuXoiA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { position:relative;display:block; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { background-color: transparent; background-image: none; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container > .video-iframe-container { display: none; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row > .video-iframe-container { display: none; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { border-width: 0; border-radius: 0; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n6oHSZxzwOa2DJTPa9wEUREGO0pOk8Zk { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NB0F0cd6WtKe0Eb82BTttwv5zqhyH2tV { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VnvoyxfLfIcMp2B9goLEeM5vo8FzINfz { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:54.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKxOe93I07Jsd6h5roReJ2nswsPRMyag { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#RFhsQVIO14kQmnA2k4JpzJZ0i7REsOPv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#VKnM0ZChHlozn9uKSEXnNB8couoV9Llb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIQ2HbS3qtncXSrEgHTNODl2t277ma7p { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { position:relative;display:block; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { background-color: transparent; background-image: none; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container > .video-iframe-container { display: none; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row > .video-iframe-container { display: none; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { border-width: 0; border-radius: 0; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BBUKavKMccaSfKzQqJsAbIki80mzlWlG { box-sizing:content-box;height:55.375rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#lNUns8RRrkCrv4qJEeeenmTCILd6V3ic { color:#b10b0c;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHd1wX4L665gTSOp49KUxSVWNQ8xSkEc { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#TEXUMUTmdkp9MkWxGrNhXBeGZ5zFEfpG { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#rBDePaxpNqtFbpCIGDN6Itf6HuSHxUSR { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tf8AtXwNiDNVKx58KfVo0DUnc0PwENRV { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:12.375rem;left:30.5rem;overflow:hidden;display:block; }
#pRVTmc8N3o3eFbT0wxMLzGHPReZostoC { color:#381d17;display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JXW6oh8wnn64LoyxuNF1yVMuX94uALO7 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:36.8125rem;display:block; }
#Jy9I4rGCy4IKS0R8T7lKAwImixbidM2g { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.3125rem;left:37.8125rem;overflow:hidden;display:block; }
#NBpb5zFn1z1ksviDAWuHJ4KI487cu6WL { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1HXGIfpq83O4pUkWUADNtgiTNpubP2y { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45.25rem;display:block; }
#pudZbU8cCf67XezZJo72TCoWDJoWlm96 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.53125rem;left:45.875rem;overflow:hidden;display:block; }
#rpP6EQxOT0eDsMUDNZpapDTA4QGk7Zit { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.28125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlO0sQJlCnNcE3QwG3ArMtwX8xBa522I { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.05078125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJIIds3EuopLc9vDvmyVRh5UEpMelXiq { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.86328125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R5nqno5emnwrvRTvS16683yFPm6KLdp5 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.7587890625rem;left:30.5rem;height:16.035125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:before{  }
#yuP9UI1AAeVN153sFCMROWBSwDiBriEN { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:before{  }
#NHBxft6sfWkScuBhJ3BnUOO221QoVncC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:before{  }
#QwvEyaLsfTAilX9c7HTklTB2LZRbJ8GZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:before{  }
#frZQm1po4PvgqPUI4LFarH7uf0LuZwqi { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:before{  }
#yxB95KsfH4fniywAvZeXT0tn6R0d0ymG { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.443359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.7431640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#sP9bDG4Aqq2tib42Od2VlOvtUFkXGCOk { box-sizing:content-box;height:17.875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OgbUL013CDRT0ftV3t4FANTrTOeFQuIc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#Fd6K3B4QrzWIL9dMTOET86uJmHRkneb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { position:relative;display:block; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { background-color: transparent; background-image: none; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container > .video-iframe-container { display: none; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row > .video-iframe-container { display: none; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { border-width: 0; border-radius: 0; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZKq8ncumSG04UtLT20dclpaw6OFM9CM { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cVkE8MksZSpOSNtJFSvmoOzqgQ9DpN6b { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Df0VJTeKDHCrc7nxiqc1WneBTqXX7oP4 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.0625rem;left:4.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onkdUMggJiQR1TSpePwTeeNOrTzTsAQq { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WyPrRmnBXRemS0Xq6t67uheTRPHHDs16 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#F8zLXWyDp1WVTeGJRuazXUEQWnwNclaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqTnVtonqKg3e2pZ27bLygxRMEyBG5Vc { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { position:relative;display:block; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { background-color: transparent; background-image: none; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container > .video-iframe-container { display: none; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row > .video-iframe-container { display: none; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { border-width: 0; border-radius: 0; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TFH0bEcAa5M6kEEvbrkTJ9V5rQIHHeQr { box-sizing:content-box;height:41.125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#Wh7F0zZa7SuJ0GssMAL7MiUItH5GI6wP { color:#b10b0c;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGD900dp1VpJ4beI7vqlumvekKAzZtqC { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#f7fTyRpHaJuoGzxT5JKr8MDTT0olyWaP { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.75rem;left:1.25rem;overflow:hidden;display:block; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#eakeFH0ZfZZHDzBAM3f9DCSp3kidki92 { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XT7kQEe8Tdg7BeTPWg2do55lAmvvCXr5 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:12.375rem;left:30.5rem;overflow:hidden;display:none; }
#nTlPCeT3PfryahqwvSHcvuaDCEAsSQS0 { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:32.6875rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eslyTIPKGgHD7i5419mruydUXtDaDTMM { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:36.8125rem;display:none; }
#noThVSK0Fxa6zw27TEKeUQCSuP24ca8x { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.3125rem;left:37.8125rem;overflow:hidden;display:none; }
#zoEffA8VlORgzZpoMIXnQM2auQiMU6At { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.25rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E9UuQuimuaIUvJDRtiFqsCI3TCa50r7i { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45.25rem;display:none; }
#pf5uRTMgT1NJHd2TeiyN6cz1EWk3prm2 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:12.53125rem;left:45.875rem;overflow:hidden;display:none; }
#CM7JEHzMTQWdQFpVv0qtqdtZwbiM4Soy { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.28125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sfuQed8OIFnRdwryQpwAEvDSwrIwPRHb { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.92578125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JaPAn0oup67DNZKdVCRc4UnvewOxRTeD { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.73828125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VaF7NWHkeMvpEl11piQbXKE0QI7QgwSQ { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XHNIcLEK5mqJRzpdP09bwSENFluvavTc { color:#381d17;display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.6337890625rem;left:30.5rem;height:5.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:before{  }
#DdDCsG4MyaR2ql8hxq94oM7ugKnyZS0X { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.8125rem;left:30.5rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:before{  }
#nk4k3RPZQmR8m2Of5MPu9ICpMmdJd1kr { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:before{  }
#yqUKzvPcwBbPXNOJFw7ITTpi1TIzApDf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:before{  }
#dGGN4nnOxI0CAkSrOc8NpWT7xSJukUXl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:before{  }
#E5w1c0FJJQfVmx4JoVyeO6qrtzNyTPQ1 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:30.3681640625rem;left:32.0625rem;height:7.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#XmT1a9EJzexIEXsuDwQXHdCIxVx9wSp7 { box-sizing:content-box;height:14.3125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O01krtfEedSmstqCdJTqfRa9VBTTKTfX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#e3yXlx6MX7HiImJTO4JFfA94ZC9Bi2xR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { position:relative;display:block; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { background-color: transparent; background-image: none; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container > .video-iframe-container { display: none; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row > .video-iframe-container { display: none; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { border-width: 0; border-radius: 0; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HyTUE9sScblsVZSSofckUHxPACB4Tm9T { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QbLxTufAPTKsfpqmXcxwkzEFKJwclrzG { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VUX8MRci3hvRUeNSx5JUJfEPiTQMfPET { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.0625rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IAT5rEyMTDa5QhvgMBtDOiLODzduKkBy { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#R4W5J9HDUNN9BIz0aF94N5latRyTzRbD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#EwTUd6HKivZLDhh74dqoIwLRD2VAT1zB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cS6eUUTgZhryhL5tW66HZv275Spg5Rn3 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { position:relative;display:block; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { background-color: transparent; background-image: none; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container > .video-iframe-container { display: none; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row > .video-iframe-container { display: none; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { border-width: 0; border-radius: 0; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zvKyfcLNhKe63HrknheAsmzVVFS6QOzf { box-sizing:content-box;height:55.875rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#uf77hl9kTbhiRg2pshDT163HDz9porC0 { color:#b10b0c;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdCR3qzLvbMNQzwTRy0iuw9gbDIsGHJ6 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#LSwFqP4d2fE0XZUWtzheFt49lTnzR8Nw { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#L42UiZPOB79lk9Owl8BnCElvV04KkKIy { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SBTerSaJn8kyZmAcJk7oAQJV9xDT0TT4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#RbyavXoylMcqLiN87HaknVkrNVKbHrsy { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGtywBOlTWVgEd2natNVOcncyuqCJTco { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.8125rem;display:block; }
#pTt9lP3hThE1lrLQhkrsww76PLawJysc { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.9375rem;left:37.8125rem;overflow:hidden;display:block; }
#GlGXJXfxSxMxObBlaE5eWyV9hUhTCqBW { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.25rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ConTQLRCdWstvnM9AG7Vu8gCObCANHwa { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.25rem;display:block; }
#qDmiAIaTDVlABTifi4dTd8rifke5QeEb { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:45.875rem;overflow:hidden;display:block; }
#EzuToeLgM7xOHcFebFOo2WZzB7NwOBBP { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.28125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8pSxUOwW5zxRBZWbgZkWyW6n6nhTVUm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5sKtyZQEdiDrlAlUHDPOt1KQIQDcbsA { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GHTReZaZmof8sFUXBsvamHsIzAtziPHZ { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b { color:#381d17;display:block;width:29.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8212890625rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:before{  }
#shyEC94xZddr9ggfw0y1zT9wfBX7rML0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:before{  }
#DZCkvE703CrQHkmr6hXcwKM9D6SJNloc { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:before{  }
#bE4wLW2A71iSQ9BrGelwisbWiUOa8SA8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:before{  }
#nvhKDGMLarQK50LyIe49KgHixvm1RSty { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:before{  }
#BQxEP03E47R1rf7u8MLAm8nf7aPv1gcu { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.818359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:35.1181640625rem;left:32.0625rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#ODPSZmCCnOBHzmCGWLNUiHIT5iioHBie { box-sizing:content-box;height:22.5625rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5625rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kq3PrTQ2ckpOye4bMTOZRsDVhWfd8UPO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#SugyxBtEL4COP8PiaRivPvTpOMvkW5C8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qe3f4ltvJSk7rJAutPfhSO2i4ylLDOP5 { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.75rem;left:30.21875rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { position:relative;display:block; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { background-color: transparent; background-image: none; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container > .video-iframe-container { display: none; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row > .video-iframe-container { display: none; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { border-width: 0; border-radius: 0; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wOzXaE1Fzt5oM4DSONdf2oCrL71b2The { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ASP3P3XUn7f1ozU4TTcLOO6TvRaPApWh { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#U0FN5lVTEJN9dlWrIbPxpgEDUZ9nnzCn { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:54.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFwFDoxp2a4OKcZ7wunFZLFQnsSn6qGo { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#Vw1OmCNrgTXTQtfRDU1sbT0GhaMgD2MU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#LbTec9XT9KnzOiIsyhvL7dNTudyeA3Bg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xgRtPJHWdbprzZDfTMeTJfbLalTxao7G { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { position:relative;display:block; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { background-color: transparent; background-image: none; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container > .video-iframe-container { display: none; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row > .video-iframe-container { display: none; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { border-width: 0; border-radius: 0; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ReXMv9ftezadetHTGgPIdV4B7FAdPHTd { box-sizing:content-box;height:55.75rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#PwRNrQywnoGJMDPnsOmdl48xWPBb9XHh { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHTbIwXuZmSIOO3Tq3AXTK8lSGSvLJ5w { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#BXOrdhZOXdG0Z6vpX0eZpTMSSsXCvFzP { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#q32f2Tp8BK9wrwNSlt5Zy4h8Bft7BtgF { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qrvko3kk2pxmx0D8dBifUDF6QsTVLQUC { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#mFLcXmeAXne60Tp8hxSz4xG1n3THywUL { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdbZroACdJaugJ75cSwHRFTw71viCht9 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:35.5rem;display:block; }
#Se1nin7pqvNTBgLEKlvaswvMkWSrpikL { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.9375rem;left:36.5rem;overflow:hidden;display:block; }
#O1reQpMakuVkiMdwDvG55dyO08Zrt7q6 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:38.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WtxfmgqG0ouXJ4oZfLmEnyWv8gZym0z1 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:43.9375rem;display:block; }
#CmyMTNXJW1NQQhUDE0DmJCJ22PbsI8mp { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:44.5625rem;overflow:hidden;display:block; }
#oAR9bnHq2xGlzT59RnRhVkgVEqZR9O02 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLbCNdrBu7XTSpDTVQQf1US87t9MzCGE { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uu1qweBmJQaG3d5LRET7PmCn9cbDxr7X { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#o9R6vpo3ZF1w5Ppq8pRFVrLQDdMSDfau { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:19.3212890625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8212890625rem;left:30.5rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:before{  }
#vMqqutmzqkgl9ppybZLrLkJdUpOvNppa { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.6875rem;left:52.8125rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:before{  }
#P3ZGVFUp7H6B4NcpUDut1hqcSZu3G02l { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:32rem;left:30.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:before{  }
#OFxDdTtfyvPlvdEmgfNAS9i0LvXczrGn { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:before{  }
#UvDHP9id8TMLdzips4M7KFHVQFeA2m36 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NRlXz9xR0aqJB35szXEzO6onowNySUVR { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:before{  }
#Uf9tXD5e6nUlZdE5v8llocky6uTilqie { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4931640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#VFUNTTHedxzzZSmNSpQ8GKO2GITiABqS { box-sizing:content-box;height:17.25rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rVR1hmxezXdP6FiKnKdFAVm1a9L8IXyO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#W05sK8A4R5dLkgw2EnBT7JlsexWUedfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3PTPqflhVZCW9uvsJWfFACmDBKMeNGB { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { position:relative;display:block; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { background-color: transparent; background-image: none; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container > .video-iframe-container { display: none; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row > .video-iframe-container { display: none; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { border-width: 0; border-radius: 0; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTXZhpwZGRq63R1TGNhPcZPsBxcG0gbh { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AknaA9GeO6oIq8qviMuA1x48qqMbV07i { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.03125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aqI9LQzC1ECa8af0mbqz2BMuqQ0JsDOl { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkegeG1aAWTdfRmuIUQaI2iTLxuJFIdQ { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hMi52dbkGiZXxXTTm4Bf2O2ETC3iekEr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#TBCvx5n1ik8imGOBVH8calhrVQ4o5NtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTq6JFVBTkOzQDdfNJEytxz0uJsb8BCe { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { position:relative;display:block; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { background-color: transparent; background-image: none; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container > .video-iframe-container { display: none; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row > .video-iframe-container { display: none; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { border-width: 0; border-radius: 0; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:76.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gbnd8yEfJDqTGkWvD0g3fII35DVAcsC2 { box-sizing:content-box;height:72.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#r8CrHx0lwFQepJfMh3KBndwSOmW29ssb { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfwrVeCebNvn6prG7lBOOGnbITopDay0 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#HSrSLSm5rJlH7DEPtxCi2EHk6TRqae0M { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#CihZ6Gk0B7rE5KcKNyNEKC8cSJMAf9rz { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ePodycXpZm1USccHiuhlQL1y7Gd8CqfR { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:10.5rem;left:30.5rem;overflow:hidden;display:block; }
#FemQNkU1ovGoWkTBV0glGPK9uBugeUiT { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZC1T3c9eIAW13URxxnnhqJNJIUdvrQdK { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:35.5rem;display:block; }
#tGsAPEQtkeeNBqZ6vsQhumTMXADTLNVg { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.4375rem;left:36.5rem;overflow:hidden;display:block; }
#dvNWu6Wd0lZO3hzVWtT3fz7EFG3T10DE { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g1mlNAUIBL1O6bmNXGgv7QVNCrIXsB9V { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:43.9375rem;display:block; }
#vewIdIPdTy73Db3CfXs70crTMpF5VMuA { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.65625rem;left:44.5625rem;overflow:hidden;display:block; }
#WyAoZ130RzT6WdLkWOXvFfPXMNWDbM4F { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBsN3L0s4e7z1JRDnwNPLrKMF4KFzayG { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.61328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIKD0AVFHxz7ZSkUrhUXSGGTbEmTfhSU { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.42578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TdQX2PykllF763LFZkvIlcLpvzIQDoz5 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.7939453125rem;left:30.5rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:before{  }
#n0SokzpdbSnSmJd9cWFDbSKTJfCMUKC0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s4sKM1nTXus349i50kbxKbuyTgorffmU { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.5625rem;left:30.5rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:before{  }
#vUXAxAbF222MKTxnbonFnWM5TB6tK4DP { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:before{  }
#uI1h0lXPr9lx5Gf6SdeBO67BTWNSbpqB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:before{  }
#FwLR7uO2QHI2atEt6zBRE8wnQZ3RQp10 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:before{  }
#TcfqHR7de5LTzT2HFhCt4IJPoseHRVMz { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:43.443359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:45.7431640625rem;left:32.0625rem;height:21.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#TcvzZEP67vmJlgoAXxux3KFKUmugxpv8 { box-sizing:content-box;height:27.8125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.1875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t690GQTkk59gdWFbuzk3hai2KoX9o3tC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#ziQBZ5kwDb8qMJ89wW1H6XlOGnS8p3Rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXNovOlkTn8mQecrwi6Tsw4CEPcwkOzO { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.5625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { position:relative;display:block; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { background-color: transparent; background-image: none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container > .video-iframe-container { display: none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row > .video-iframe-container { display: none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { border-width: 0; border-radius: 0; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zT7EthtO2XAoCs1iMH5qEo2lkOCPd0oM { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ocTvAy2Ah9XGMa6uVVdDW1WFXz1So9xS { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GzBESa6iHPg4M5d94OhR9lTlna9HRNoy { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.0625rem;left:29.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XS0xPLuSaaG8GDikEIWOEREvrhoe2doe { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#uV0iWCEtxRCVHoLBBeQSea0yN4lTPUJu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.65625rem;left:29.4375rem;display:block; }
#hlBkDtT5fQpBZuXD7ck2NtcXJEl6WUR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nh5ZymkCvFs6877qnL0udwFuh4y9LqOJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { position:relative;display:block; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { background-color: transparent; background-image: none; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container > .video-iframe-container { display: none; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row > .video-iframe-container { display: none; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { border-width: 0; border-radius: 0; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpvnZEzhD5peLbF1ehJbHGN0NKqTSnqJ { box-sizing:content-box;height:55.8125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#E1QwX0QHVhu24J9u13FSkrmT2tE05Ta8 { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R7N69Z5FG1qHyEgpkrAwdCX1rukNhKT6 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#pBVMDqKslCR3LhOdt4NTr7yPuBfKtPPi { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#qFng1d89JCe4yzzZcxqDTkSUy377ruiV { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yquXgbR0gxADHhkHnodG5TF2Hl41RaiJ { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#n2KoB8JJG3uLfp99CxeVF6doeOTqAVfO { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RzhiIhTN4udDq3fAacC2FRhcOcfZig2n { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:35.5rem;display:block; }
#q3Bfxq0ir1vfeWEkOpJWoLznyheMva4m { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.9375rem;left:36.5rem;overflow:hidden;display:block; }
#TmDy3KVgylwrlHAbisJTqXX24ZDTZA8x { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:38.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nsfd1gEtcIhVTws5bcWfeZ2xVOH8Iy4l { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:43.9375rem;display:block; }
#rUVmWyPhN9GTGqMie2V2hK7qBtm7SDOz { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:44.5625rem;overflow:hidden;display:block; }
#P79JDx5M967ILk4yfaETZBA6HcWs8C4H { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMcMBBFcTMHb2Fu75uOeEv5yOtHJIxQg { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5J3cotTE6myVCTJyDsZJrllFFy3OKBE { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tmhy3FBqNG8Az65k5dpsmPkVzxLnrtUe { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 { color:#381d17;display:block;width:32.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8564453125rem;left:30.5rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:before{  }
#IhKboM2mr4rUmwWBsN8hz8JQrTQSR9WH { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.5625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:before{  }
#v8ar5ONHt0hv8oBPpsJLynEmGT2dFFfT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:before{  }
#iBC4RwxRpRdiK80woAUCVt9sc9XlgSe8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:before{  }
#NHA4SqEv3nxFETTUSm25kyIyqb7F1Sg5 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:before{  }
#zE1EDD9XD5or1Oo4z2tb9FEE4GJXwMl0 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4931640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#fZFOWvKWG4F0uTwC4ol6rX6aSad0a2xB { box-sizing:content-box;height:17.1875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IU7bOmIWlaCN9AKizycaHFATmxiHhGFA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#xXGMRLAuvVTIMnnF7ZCvrd05VC7ibCPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zioJSBewn0qJCZVJgpcTU4Km69nxLTXk { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { position:relative;display:block; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { background-color: transparent; background-image: none; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container > .video-iframe-container { display: none; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row > .video-iframe-container { display: none; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { border-width: 0; border-radius: 0; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qyE6twlV9ndiSxIfQTLVxo5V9RUB3dNE { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rTMiAmGIkWCeKFo5mTPFdQ7ESISFbbfU { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oGv7g0XmhmDBGfTclMDassGc8taNpBvL { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:54.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2nNtgxD98JSU7Ibbi0w49rB5ctdfDX6 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#FLedafAXMLQUvBJbm1PX4TW0HmXqUlG6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#bJ39tzy1yGrF1x1BxOIHCUQFRqTidlOM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwu0rTaPtgDEPAZSVPuxuTqXg77IZr6B { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { position:relative;display:block; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { background-color: transparent; background-image: none; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container > .video-iframe-container { display: none; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row > .video-iframe-container { display: none; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { border-width: 0; border-radius: 0; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:72.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hh3qQmsF83TFsNLpaRxwXRPukz4vX7Qw { box-sizing:content-box;height:70.4375rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#wWxiTFPNlfVsrMWNG4aTftfrmKBWA1lB { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oykfSZoTJL74KsoSULgvSmm5wRThpAEJ { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#QeQdQhOZSSAVQv1xv64fBTGxiTr7qvre { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#pIS3RdkvxN7Ueh0NPtr8vGFETJbm8qMH { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#W3RM6NK1NJT4MaP6epvyepVpcZy31m3o { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:10.5rem;left:30.5rem;overflow:hidden;display:block; }
#o7bGwgRx56Xo2vUa8ZNsvB4D7P6GI8RO { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZSdLv48DFHxTh3UdaCTS8NTXbJFVPMXk { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:35.5rem;display:block; }
#Nb41T3cp9b4JFW1lwu6qPUIKeAtx8UBw { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.4375rem;left:36.5rem;overflow:hidden;display:block; }
#RKZ136JfNTpm44IISqVoAbJtoTdI1JJC { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LcsncuOvGT4AXfmopIFX7fyub5zbJFuh { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:43.9375rem;display:block; }
#OM1nstZvSCkGzJn3PbXq9WSIkVDovbEB { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:10.65625rem;left:44.5625rem;overflow:hidden;display:block; }
#vmXx2ScqMqzeSawKt7DKFkLfPOd2SWbm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:47.96875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E16V42pR1seQlKCw4Ku54nN8hTEDFZ7N { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.61328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WtJJvPDliSC1cme5sQ5F4kUnvZtDt7Up { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.42578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XUqMvGf0WTqQ3IB9PK4FewsrMeKWMy9D { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#unykEpunlxafJ7sPDxhLrIVvCNCKETTq { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:23.3564453125rem;left:30.5rem;height:14.672875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:before{  }
#JolOlaVxXMkbC8iE2mRE2q495TOC6IUX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hkiX6uubE4oGddUmCxodFMiF26nItR7N { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.5625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:before{  }
#fEWuNMObuRB6OTbopaOBhogBHNrlzGaX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:before{  }
#cviuPiQ4ThuKmyh9A8zETEHJswIpmFnD { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:before{  }
#KiaQXUxbc4dQwWMy1pOhRQLfabKQy2oU { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:before{  }
#xo26BpySxw1ueqspelGI9MIVKVya6enb { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.943359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XnHVo3quDnerMCM8XXFmTKtWqG50sXka { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:43.2431640625rem;left:32.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#TnbyccvNB4T28ZiA7ikz8DyrDILH0BQl { box-sizing:content-box;height:28.3125rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tG0V3qoJCVqTGFTgkqzzRLf5vbSpGiGo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#i2orsDvbS15TTwZhGcyw7cDQZGbBJN8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGDWDAzwtabtoG3rDgpvqeSHvKv6VRAa { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.5625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { position:relative;display:block; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { background-color: transparent; background-image: none; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container > .video-iframe-container { display: none; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row > .video-iframe-container { display: none; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { border-width: 0; border-radius: 0; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HErBV7gKI3G4gdBP4DU4H0dGFerFp6eA { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pNPqWvPdfLKP59lwULmKyCFAafImAz4T { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xzlnk7MIuLUcJntWN0tOSOcxgnaKRdvK { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.9375rem;left:3.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4b4J09g1pUbAlfWIuKrTHpuAktJvmRV { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rSKRBpmTmWqU5HugMd5n8dkLhNTogksz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#rTbZw84DeFRRJV8NWWpH0VpITkBfunrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vqa3uGTWJDlbzVQ99dNl9oCxa2zVGiQU { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { position:relative;display:block; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { background-color: transparent; background-image: none; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container > .video-iframe-container { display: none; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row > .video-iframe-container { display: none; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { border-width: 0; border-radius: 0; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TA1TVMh92vzrP6Sm05fbMCpaTpWUTtaE { box-sizing:content-box;height:64.3125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#o6pNq7SX595dZsZWvJ9eoTq6TiMWFJQc { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpFAM6cSESiG2azUr1A5LatC4vQphK7m { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#fQdICIQy49CZy0rIFNpxFqGoT5ctpTnq { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#zf28gA0aCqgVJ7mBiKpcgOKTSfZdFeBy { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#datIXNPlbd7MTTK8vQrTpQgaRm4bVQmS { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#s2E4eyHgJTflzxTpKTIVegoTlF7ZqnTW { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy6IWbno2p3TnFwoc7L8756w2SIsUJ1k { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#lo2vltVTaSKNEPdpT86WF0D1n5nzmzUT { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#ymg9mJkREoI5sT0ndD2DzR64yOgi4PFa { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNf7REh44qHHp2k78PdvhWr8Az2vIsEV { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#myn8gMIdOaqZsT7u2tx3lg2TQL3HL7bg { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.6875rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#VteE4oh7arW0AlbAFcIQxLOVenZweM26 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DVBqui8KqaetXy8dpAHKZNRKZeOu4ZZm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTUddB0vGR3f0afgzrSAckT4CiBUedTb { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dvUlXxoS5lQJ03ngBPoLv0Nq0ht9bS1B { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8564453125rem;left:30.5rem;height:13.3105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:before{  }
#ueQmtfrrdiQxcbOPbLzMWWJwJO2fknq0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:11.94825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:before{  }
#k9LTbEg7OuabsgngXJrQLLFKmai3nGxT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:before{  }
#ortDX7uJD4adRZwJceBKS1xaVBy44Ps1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:before{  }
#LT7bymTzSL2LQh6Hs83N3FRoKJ7ZO1pw { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:before{  }
#UK3h4QQmV4Z0y4UkkmThNKQKUMp9ALJ7 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37.193359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:39.4931640625rem;left:32.0625rem;height:17.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#plKksDwC8erP8VJvvmKQZKWri8bFEgxG { box-sizing:content-box;height:25.6875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.75rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WD1o1EJE5HGM171SXGRZMAP2eMGT0uv0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#LLrGM8d0kHN1zQR4KLuTqRtstXNXNbyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiEA6cLmIn4XbmlHBXHGf1kw1XHtbHxo { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R6V5SQABdD3LZql33ppJUXv9EP1wxLri { position:relative;display:block; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri { background-color: transparent; background-image: none; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container > .video-iframe-container { display: none; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row > .video-iframe-container { display: none; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri { border-width: 0; border-radius: 0; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Et8KqQes34gWFeaTpm3wUlKuZ6WO1rBL { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cnKcBkpMO2kgQhqNlgE6CpsAJD0K87fl { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g8fBUeztCH0HAuxKfFk33Xco8yII52xi { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.3125rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCZTx6WS7qXhAHTQZ7U7afLJGTIxdZQu { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#GTehdQm8zn7uDTtrJcE3Vb3Az9LFBIaB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#uHpc537AS6s2HxkHUpDLBspnM4qZ2iaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPcyynK3iegFB0bUC54a5RIs0uR9QpMl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { position:relative;display:block; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { background-color: transparent; background-image: none; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container > .video-iframe-container { display: none; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row > .video-iframe-container { display: none; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { border-width: 0; border-radius: 0; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GKBz0xteF48qr6r9ffPPaKJDp81OX0Ii { box-sizing:content-box;height:53.8125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#FpMzf5Kfg2Ji7BLzTpMJq4TNnQEVLIAv { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g1KtE4HwNxvMlvpoKk0elTXf1WTMRQuT { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#kIFG9FVTfHcHPq1HcGSuwTIESiyudWHV { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#e9wQvx7nRLDRd8edLWurVHcZ4c27iWHS { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mdRRyt60tRhesPPQTPuXzXAidNx3cwRy { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#IC0DQ3ckLONaSOtsKQoodNOPiL36uryO { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TipaSdqhvoxM2GsuneV61Dutyzk9KbsH { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#odo3Cf5c1ZQEvQ2vTZZ5KiWCKIUREyCI { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#VQ6H2TWGLqABgpl19yw57c9MzfDeFQo8 { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZhFeboCaugLCIRwOTikBzNNiqSB8lSu { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#EBeETJdfXToB0K2xBHcZTzednL9NfXgM { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.75rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#PwnLiUO19meuXXQRIKzOM6qr7kkzseRm { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kObCBNcVls3ifpNazdb6tEbQsXxg9PBz { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KorwnGAMEJ5zcOROMQecRBdV8adg2sb9 { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hroOwxqozM56yQJ8X8siEJQzDkm01mPX { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.8564453125rem;left:30.5rem;height:10.5859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:before{  }
#S6thfDxgUHUbVTuDH2OTPvHVihOa6evx { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.9375rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:before{  }
#eeVC4LfBhPvvvmiW2fZ7Assvo9OCFnME { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:before{  }
#P4rIsfsMTod5FopGlWXI7GT0q2HZMOVK { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:before{  }
#IKGKflf6V43D3r2X9NxLwI7tQboISKZy { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:before{  }
#EMQNxSR8SOpQtAaXK9dm5HZBLoaMBzcS { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:36.3681640625rem;left:32.0625rem;height:12.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#EkdlIookMebbKmhB7CT6J3QSEtezPdCp { box-sizing:content-box;height:18.1875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wzuMHV8nKiB3MzopKgyf09Nv1F5rQTCb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#TTV9Tok0pia4QEBI2Tto1887FSkK7EP7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCJaRNMHbz5kGJyqfiOorkikMnB4xC6Z { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.53125rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { position:relative;display:block; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { background-color: transparent; background-image: none; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container > .video-iframe-container { display: none; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row > .video-iframe-container { display: none; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { border-width: 0; border-radius: 0; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OT8KqOeOVkFze3RmiqpddFFmNKZD4iM8 { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XwvOGF6as52zTnJt1GihQniCLApTXJwz { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:53.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#D5vZa6m4PkIITXfffnJQSybtOGMK8bfm { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.1875rem;left:54.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLUUXHtNpc7Z5JKXfeqrBPie5fWZS9ks { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#nyuih3AV0uRklKVHx2IgzgqV9HtLTcqN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:block; }
#lE2msA3fHeSyLdkZTcWR92uDTWmqLFNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyGswnsJIN9GsTbv0ConrFSXPogLegQq { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:67.3125rem;overflow:hidden;display:block; }
#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { position:relative;display:block; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { background-color: transparent; background-image: none; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container > .video-iframe-container { display: none; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row > .video-iframe-container { display: none; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { border-width: 0; border-radius: 0; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cGEUfqt2pihN1VmlRkfv8STR8R9TVMo3 { box-sizing:content-box;height:59.75rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#hZF0WgJlu1s4Qhp75DmlsM2eaAFqlNzw { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRTGcxuIxvgTJuJByTxZibxMJ5fIq9o6 { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#wBLWR84SXgEMXIIvzBRKqgGS4yJLWsNp { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#kRkEMiL6sfwaIIvf17oVpNCgo1P4pofn { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OwgIxInataiAw67CtadA1gCPfqTl7CTN { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#wCo3nD7JSzoCs1ZITahZQKi2xqQe1Fe1 { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hK7Rco2ilOld9PUeoGIfZ8yW6OpdLyXr { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#NCOveQysIVaRGXJnk3gf1HTrw2CROcMk { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#XFKyWUCIGn0wFemm4kKUr7LEKXi8qBvR { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irwr4LEa5thuBmMx9gBDpJ0FoiVcT9Sn { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#cCGE7vALbN5m2JrXQGNfClWXwHm9Cl2R { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.75rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#xk5H7MTg98phW3r5K4Na73D2pqahTK9r { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cQh3O0B9VDH8ux7ZhSBfLow6yvONATrJ { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#glsRv1ZZNfPs5kaLkyz00OWEuhfFcOZc { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XySFAtcVziOuhDBBk3i10NGwWp8xmQt6 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:20.869140625rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0LannmTglQPq7T31wpZoZyM1fl0TVLP { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.474609375rem;left:30.5rem;height:14.672875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:before{  }
#hWlWuAAKnT6ihTHVKoyaFWSegnNDLLHg { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.5rem;left:52.8125rem;height:3.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:before{  }
#I12a1Rep44aizDxR9KDJkLqtOUqDROW1 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:before{  }
#CAmoRGukJG9VtHkDJAGLRe5SuWVRaBBx { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:before{  }
#N04BwOhLcKb9yGzq8lglao3FRys31Js0 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uADt7owi1DbUt1e4V78oHy6INQoBqghI { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:before{  }
#CHsdg1sBM0xrPkWPi4i43s3msHIltG9M { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.943359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:43.2431640625rem;left:32.0625rem;height:13.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#NXqKoR3QJ1DSawEpnNNrcfJkuAKUKHgZ { box-sizing:content-box;height:18.6875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S4VvANeTyiiX2NRPdAWTgnhkAr4QWCGn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#scTSvDQoJ5dLCSz5g6WKUmyEb0c8NqB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUXtSbTQ0UqCdbX0fmfAPu78srP0ST93 { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.5rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { position:relative;display:block; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { background-color: transparent; background-image: none; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container > .video-iframe-container { display: none; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row > .video-iframe-container { display: none; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { border-width: 0; border-radius: 0; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hex5eQAHdfXmBAro174RxJumsfQSiwLx { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#If6UOv5SvzW8EKZS3GRRiQC3kefcresM { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WpHMIQKXdsZwdep9oRtGkue0m4HLWKxZ { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:3.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb7uUTlIsdx4UQgwEvRyyOzHX3aLuwTo { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iZAXRnDICEK6L9HIb51TsSmo1eW4mTHc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3.78125rem;display:block; }
#nK74IETcT7ASUa1yAaG86pqwlyN5kixA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn0vKpKzIbHeM0RFbHqB42I74BXhmw03 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.21875rem;left:16.28125rem;overflow:hidden;display:block; }
#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { position:relative;display:block; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { background-color: transparent; background-image: none; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container > .video-iframe-container { display: none; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row > .video-iframe-container { display: none; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { border-width: 0; border-radius: 0; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#khuEudQnga0zuGUhN3pKkFcpTVNmnoNL { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnEy0eSTCRJ5tuhp7FTGDJht5PSFrP2L { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#nhVTZC0mTCCUQEhtkUEDl1WeNywFP9UL { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#Wp9abkMC6JZNgFhDQwsHv8MIZf4AT1TO { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Iypqk920LSnMQyrH142QktQsO5wh4Qxi { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:8rem;left:30.5rem;overflow:hidden;display:block; }
#otFOtW5uMRNou2DIhE5tVZDsiKHTOc3A { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OzJq4TOdN5pWte3q88fJ6CbA0AcB1Tb7 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:36.75rem;display:block; }
#muD4hqZnkZcfUaAhx2AlOrq5JLkrD477 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.9375rem;left:37.75rem;overflow:hidden;display:block; }
#ArapNkUzKMekEFqta5RTLRlAuApmXv6t { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fC39aJqGevX4tTxn6fhb0vMxQUNCqyiy { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:45.1875rem;display:block; }
#tzqHWLTgZXLraddn0DFgbAIZwKpb9dxw { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.75rem;top:8.15625rem;left:45.8125rem;overflow:hidden;display:block; }
#RuBT24EawtRgnLziZgLIpTTlGrO0TRB4 { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:49.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmuKcLXX7v7Rb839TgJWqEhZ4RH5STIV { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.11328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUo43qibrvDXCcl6epl8LwNAd4G6wnrC { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.92578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qSo8Eate2iVRrIlcT33zzBKFOurQKyoT { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:20.869140625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.912109375rem;left:30.5rem;height:10.5859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:before{  }
#zTu5Iuq6y5GAK7EChG8TqNam3lx51lpH { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#phBOJL7bETrzcxblSs9PCPDd9WaI989g { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.5rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:before{  }
#kIP86lHqffWmsVETw79vFdaQ0WxUfJGN { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IawI7wf17hxcaTnFdq9zu6s0X5w658aO { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:before{  }
#fOcat70mb35Xb98nikJChrSdTymio5rf { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:before{  }
#MBCsy70TTQbgKTdF3OJQqfeVJW0ZI7HZ { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:before{  }
#A1cF4N1JT0b9STWiA4Pqkp9rRzaeW6cy { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:36.3681640625rem;left:32.0625rem;height:13.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#ahKuFDKpwaU4qnFdTmJAJebEXykZNpNh { box-sizing:content-box;height:18.6875rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ov451a6xduBsGMCgqADJXXVv34uLWILV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#oSSB1OCfsHRHOpd3tUpgLb6sAaD5aAm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1lhFJTEU0UaT2U3KJvydmE6KfNyqfk9 { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.0625rem;left:30.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9yyxJpRdm83gp13bOQUqKLq84OxQTkz { box-sizing:content-box;height:55.25rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { position:relative;display:block; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { background-color: transparent; background-image: none; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container > .video-iframe-container { display: none; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row > .video-iframe-container { display: none; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { border-width: 0; border-radius: 0; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ggt9T7o430Mse4LU1gmzfXOGxKuTWhKo { box-sizing:content-box;height:10.25rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-image: -o-linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32933cc', endColorstr='#921119cc' );";background-image: linear-gradient(180deg, rgba(227,41,51,0.8), rgba(146,17,25,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:26.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wc55XurDswfMIsBQepGqvmlaW9RWHCQ5 { box-sizing:content-box;height:8.8125rem;width:19.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:21.0625rem;left:27.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cTwkgoBFfbQQLqVy8ZX84zusolzpVQl7 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.0625rem;left:29.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRxcCf2VtZde7pQZRQe2587gzp8cTVE9 { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.6875rem;width:23.625rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#o2IUXXpT1dAbn4HlXx2lXXC40Qty9JS3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:block; }
#vTV7JzXVWVlgfypI5nJluQ9eFWBWU4JP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uu5D5CSUTtm5km4ImEC8bimmHZhqr2e2 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:28.25rem;left:41.8125rem;overflow:hidden;display:block; }
#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { position:relative;display:block; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { background-color: transparent; background-image: none; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container > .video-iframe-container { display: none; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row > .video-iframe-container { display: none; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { border-width: 0; border-radius: 0; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:83.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yzVFiSqLyVOA6yVcriJGwt7OTPQQbJTX { box-sizing:content-box;height:80.125rem;width:74.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:1.25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;display:block; }
#f61xxNKUMGl32wAeIlcI7Sho4rT8BbSP { color:#b10b0c;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:30.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s3ipyV2s4onQlyxyI85PiLL85SswWLFh { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:26.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:none; }
#VekGl4RWnu3XU7TZM0itqsIrBMw1k7GN { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:35.5rem;width:26.5rem;top:2.375rem;left:1.25rem;overflow:hidden;display:block; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.6;top:17.53125rem;left:12.21875rem;display:none; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; }#HgSANhW5cbewTsUTPXUOb0ydW58rdGIS { color:#381d17;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ICZVCKkvXQ65PHBH3vXRrdC2GNPAUWQa { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:10.5rem;left:30.5rem;overflow:hidden;display:block; }
#iHd3FIRWUccynX26KNsB4waHR7rPcsJ7 { color:#381d17;display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O59bdAs1v0fffm4JFZ012ZQK8W7T43oC { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:36.75rem;display:block; }
#w4KivQQcO6h67L2ExJfu0Dku3lZiaqS0 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.4375rem;left:37.75rem;overflow:hidden;display:block; }
#geuPECq5812mHwaNrSXy1ZUzMAcRPeCr { color:#381d17;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLzDIm3aBttrRPCbO7NTVV58Eu9Dgzn1 { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(204,170,117,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:45.1875rem;display:block; }
#UbzRRHaGRFWO18FooVv1mmt5etrBhwZT { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.625rem;top:10.65625rem;left:45.8125rem;overflow:hidden;display:block; }
#WS5oL4skXy4FwSmEUoBwTbm1IGNNNdfo { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:49.21875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HA7yCTcdythyGRF0fRK9i1rLT4JirEnA { color:#381d17;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.61328125rem;left:30.5rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yzual1rKnyV8RcrVpFkExOpAsSz1snPl { box-sizing:content-box;height:0.0625rem;width:42.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(213,186,140,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.42578125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KSRm55BRdcGyJy8gWJKCmlrCACTeWqg7 { color:#381d17;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.369140625rem;left:30.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:25rem;left:30.5rem;height:24.209rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:before{  }
#A3IAKZN2V5xITIIqAJAut9mSPcMl7icv { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:25rem;left:52.8125rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:before{  }
#SnnOZ8tCDdfmyrmFLI6z2SaBNeqOFx67 { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.375rem;left:52.8125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.8125rem;left:52.8125rem;height:9.223625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:before{  }
#r6D6sOu0IL9HK3idg5IAvcmlZNiuwRXW { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.1875rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#grfvkZdB8qHq72SN5lF81lciexpPCsFG { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:17.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:before{  }
#Gw5IckRLG3uwzWgV8x7AfJDzZi3i9EaX { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lD67u6EJQStGQ6mOLtSbOesWZJiG238e { color:#381d17;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:32.4375rem;left:52.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:before{  }
#FrgcuC5dI8HoCNpiq1qT06eK3zWPtKt8 { color:#381d17;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:52.068359375rem;left:32.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA { color:#381d17;display:block;width:37.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:54.3681640625rem;left:32.0625rem;height:18.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
#Rkpoq3waWWh4cCRUlQHiNR1QrbwAmr1J { box-sizing:content-box;height:27.9375rem;width:42.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(213,186,140,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.8125rem;left:30.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V0QrkP7DfNsVy300xDgrDnWvkmCSdLFn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5625rem;left:54.8125rem;display:none; }
#TaGRNWTQZaWF5haoL4gRMFqvgRsen92h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMUTvJqTlSfXoiIMtd5Z3LplackLadog { color:#381d17;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.5625rem;left:30.5rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { position:relative;display:block; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { background-color: transparent; background-image: none; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container > .video-iframe-container { display: none; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row > .video-iframe-container { display: none; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { border-width: 0; border-radius: 0; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG.adaptive-delivery-prevent-bg, #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG.lazyload, #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG.lazyloading { background-image: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { background-color: transparent; background-image: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container > .video-iframe-container { display: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row > .video-iframe-container { display: none; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { border-width: 0; border-radius: 0; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { position:relative;display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { background-color: transparent; background-image: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { border-width: 0; border-radius: 0; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { color:#b4222a;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.52734375rem;left:19.9375rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { background-color: transparent; background-image: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { border-width: 0; border-radius: 0; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:1.9375rem;left:11.375rem;display:block; }#zaIx3nX1wclshGUee8ezFCfDVkO8UkPn.adaptive-delivery-prevent-bg, #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn.lazyload, #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn.lazyloading { background-image: none; }
#N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.625rem;left:19.75rem; }
#fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:1.9375rem;left:24.75rem;display:block; }#fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz.adaptive-delivery-prevent-bg, #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz.lazyload, #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz.lazyloading { background-image: none; }
#NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.875rem;left:33.1875rem; }
#E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f0ca8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:1.9375rem;left:38.125rem;display:block; }#E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy.adaptive-delivery-prevent-bg, #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy.lazyload, #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy.lazyloading { background-image: none; }
#WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTPg2trcegTs1nH17paDTliOvCH0KXxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.625rem;left:46.5rem; }
#uZgim0i25c1nogIcyK9U7U34TAObkerL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;border-top-left-radius:1.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#d5ba8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:1.9375rem;left:51.5rem;display:block; }#uZgim0i25c1nogIcyK9U7U34TAObkerL.adaptive-delivery-prevent-bg, #uZgim0i25c1nogIcyK9U7U34TAObkerL.lazyload, #uZgim0i25c1nogIcyK9U7U34TAObkerL.lazyloading { background-image: none; }
#Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.625rem;left:59.875rem; }
#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq.adaptive-delivery-prevent-bg, #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq.lazyload, #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq.lazyloading { background-image: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { background-color: transparent; background-image: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container > .video-iframe-container { display: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row > .video-iframe-container { display: none; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { border-width: 0; border-radius: 0; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container { background-color: transparent; background-image: none; }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container > .video-iframe-container { display: none; }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row > .video-iframe-container { display: none; }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container { border-width: 0; border-radius: 0; }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container { border-width: 0; border-radius: 0; }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #defRJep1zJWtLC8TG6CCDLkgROkoRaPw { border-width: 0; border-radius: 0; }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 { border-width: 0; border-radius: 0; }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container { border-width: 0; border-radius: 0; }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa { border-width: 0; border-radius: 0; }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M { border-width: 0; border-radius: 0; }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container { border-width: 0; border-radius: 0; }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container { background-color: transparent; background-image: none; }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container > .video-iframe-container { display: none; }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row > .video-iframe-container { display: none; }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container { border-width: 0; border-radius: 0; }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THyJibESKXS0HNvpJtKZtha1FWP6WpLo { display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:11.875rem;height:3.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:11.875rem;height:3.125rem;top:1.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #NpbvW1tBBy5qMept4yeL4cTsZPQQyUKG { width:11.875rem;height:3.125rem;top:1.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoa1USNkOXsC9fgNF6A5H4WeUmx267W { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:11.875rem;height:3.125rem;top:1.6875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:11.875rem;height:3.125rem;top:1.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3eWTGHNNH1ZP8CEzO4Py6y2JLwiU6x0 { top:0.75rem;left:45.25rem;width:2.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { top:3.625rem;left:0rem;width:36.9375rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { top:0.75rem;left:23rem;width:17.4375rem;height:8rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { top:19.125rem;left:10.65625rem;width:28.375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcDlCqKUsCOn5gy0Bw7c6C7CiBbNEUiW { top:7.25rem;left:46rem;width:1.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { top:1rem;left:21.375rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyerEI2AJdpsi81xbySIfW8tVgudS3Me { top:3.625rem;left:45.5625rem;width:2.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { top:6.5rem;left:8.34375rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iko1vQyZxBx1DTTQA6nO9rE1XFE5vgzn { top:1.1875rem;left:0rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:13rem;height:2.8125rem;top:3.6875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c { display:block; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye { display:block; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HudZCA6NBcp30IuoqRA6pKTf36IWdvmX { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMN967H2TT8R19aIWePepb7kU8wcGbb { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrTNkBbNl9EPiShStTEMIAptTcopMTWs { display:block; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDL7VXwKJFCyGu7PLoCMb9buOVZGcXni { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9SOZnZcUAzhTaQTlQdnRDcVLuFUqVaz { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWQd3SQxkMCR8127za43pTmD64GxHOZD { display:block; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiP1Qdoso3fLIcuyQSIINgVqCIEzNUWw { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcq1RczlgvgKXg4Z82AiD9z3BD4HHpkU { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu { display:block; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkrSoO35DT6hBlH0IwxBX3TJXz6f4PfR { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFEp6uRh5dsacf4dR4E8BFsuiRMH8gW { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs { display:block; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9RzIylAk0zsUyTMZT24OHzbBzL4dvCQ { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL0WGsND2acMC3FIWz7Tgp9ZTOo5GpbH { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM { display:block; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXWB0MDZHQu7nM3nEbdZMwvxhVxTNtds { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZevbGFAC4S0GTsJ9HhMM7IDEvhCwIaH9 { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cliEPUparbqQixOf7URw7RNegCbAu4lT { display:block; }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8z0Jp6shEWlgK0lFp4r2gW3FZHwGolg { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVxnhmXqZsFDz6JWp9Kky4VTKR7sk8x4 { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI { display:block; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfmWr16ZHaEuLBrDtFEdMZeJWp8OUicN { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1eZke6XZuS7cq09INRsfSLEe5sO2N1 { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4XZ02biN8k1UpBeop94lTF9DnDBAn9W { display:block; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNcw7xFQNCt8gt2ItS36c8P7CLyl8oV6 { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv0orSMSw5THoofTnAt8yrd6Pa3RfH9h { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { top:2.1875rem;left:13.5625rem;width:2.25rem;height:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { top:3.0625rem;left:18.5625rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { top:3.0625rem;left:19.8125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { top:3.0625rem;left:21.0625rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { top:2.125rem;left:31.9375rem;width:2.25rem;height:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvktHFG0LvSAUBR8M28Bzlox7EqKPcfX { top:3.0625rem;left:22.3125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w10y1BHuZN0DA2Bl0TIAOtF0mrhytFUR { top:3.0625rem;left:23.5625rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NRnwFq7LUT5a9k0ov6W7NlRbzz5Xczpq { top:3.0625rem;left:24.8125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vrTkgFpSZIqAMN0ccoWOJnU5ZUIUWMbQ { top:3.0625rem;left:26.0625rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cawbsJBTBsf7dGi1kB7Sb4R8PRanZKPM { top:3.0625rem;left:27.375rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sXJehHK4i7b3Ce5Cm1Lg8Ur8QI1CUmz1 { top:3.0625rem;left:28.6875rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { top:2rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi { display:block; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5FBkVM2MkVvhobsB2H9vEbuXJn6aoXC { width:9.9375rem;height:3rem;top:0.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmx7TVyuSOhTB5F1y0Q2rezd4A3SwlQ { display:block; }
 }@media only screen and (max-width: 763px) { #fiT3OFoJy9Q8pm2SSzAXKA7KXxexfHFF { width:13.6875rem;height:2.9375rem;top:0.125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEme4Fwga0MNpABqpa2GNrRRoaLLKFR7 { display:block; }
 }@media only screen and (max-width: 763px) { #mgETN7B9fERMRxvZSMRKXpxC5Rb87gtQ { width:9.875rem;height:2.9375rem;top:0.125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mWWULRKN2eR6Zd7Psvv0ILuW1cn5Lw { display:block; }
 }@media only screen and (max-width: 763px) { #TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { display:block; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { background-color: transparent; background-image: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container > .video-iframe-container { display: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row > .video-iframe-container { display: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { border-width: 0; border-radius: 0; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlqP9TbEa9kx6T9zLUhCFt9QL3wrFIWK { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LQpGqKldgLC81qqgWza15oZLvIR5bl2t { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u3p8dwcMspulThAdTb2OUTUUmCw6mLF8 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lDoUBrh5pyPMLkmqqNktKU7k5RRHoJ0G { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rGz6SyGTpbliUp3VKUCWzg2T2tZQGQM4 { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p3q1lTtIAAdvJ6ytB4f5oMT3Ed7CXirr { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vfdMmqT103eNdrD7DMzX0Hyyb9DKQ776 { top:23.125rem;left:0rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fNZDTzH7GAI5POgclra63GHtT4ceh2aq { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #S6DyQw4ElqTucEuJwbnnWaeAWBUPy6gT { top:3.25rem;left:0rem;width:13.75rem;height:13.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zHsfNeWZHDRnCl9FI8nKR5UZlKtegGeE { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rPufRwHbnRXGMoywAo0uTxUkBEfzd4ci { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wuRdlVLuybJv5ibZN0ni3HNcySPRA6Fo { top:18.3125rem;left:0rem;width:4.375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kZHB1Mu2x8nOtK62XuJ1t5VLFc7JuBFP { top:18.4375rem;left:1.343505859375rem;width:2.25rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aQ5QH0M8VdPSA5AQcnKsOrLeyAl1nP0M { top:20.9375rem;left:1.78125rem;width:2.0625rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cEOuczgCdd8Rwf81qIFI4UDorwXXBX4G { top:26.0625rem;left:0rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dpgqVs6mIqld7RtK2OhmOefTwT4c7JTe { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LPlIp0iOgbsTv9CdH7p8d9oifGAyJkcB { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yJTxZ93nfyN3pvuVbWxyNvhhEsZsTL3o { top:28.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #m79dASPFxSWJzJvxZnHBerQEvbrbeAc0 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QTTCuTznduaFtvX9WMDKxisNvHKdRGLJ { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BqR8fz3Z796cHQET7slNZ28ubi8HWQoh { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ySSHqMlafP1lUI6kTCWIDmwsv0mZ9ap1 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BTV7u3UcoDkSJlsVtZwfmwZr6rudDeDN { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xxMAS0wwImUcVsJHavHKTlCGHxuFZ4Og { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rrsL9ZS82meJZmbeWlUywwFlkyJ5i6JX { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gtBVT48czEOBJQQTe3fNmM2vcmoicQI2 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i2Bi1pzI4ZW95zbOSF6qdBq5kUymvgyo { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Oe8L7Q4lcas8vJbqTVlONsvFZzd3HaIl { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BWsmgvETIlETzaCDKTVAHWA1VAQ3UMQD { top:23.125rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C9BDoDmXdT2ke4vFFOdzI3eHXQxkUGeH { top:26.25rem;left:7rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C6XbWE8zETKodRCfLqqAh44KvJdyT3oR { top:2.375rem;left:9.375rem;width:14.4375rem;height:14.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OucszwBhZwn8k9kTKaZK8fM20i1rbqLw { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GLnJLhLXp4A1TE6s7wKz5Hb95OdhRrQl { top:18.3125rem;left:11.9375rem;width:4.6875rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wvi3qlrvR05Xya7O3VLG6VO740lvfscA { top:18.4375rem;left:13.218751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fL2PS6dT6mWGHPbFFglJt9hTfAeLkoPd { top:20.9375rem;left:13.625001907349rem;width:1.6875rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nu3ezOxt0ZBSyWvps8CR9JH4zBSHt0At { top:26rem;left:10.375rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5elUWwwXVr61Glm0CQnreUJh9JJrXT { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WicaoGCnKgLUzeatieU7t5mqQ0HG6Z2U { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BUJMTiCqZIvq6OCCB77X4HUwv3l9Ml1O { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iCf50Ps0a2iME0JRIpSoeFzwukysSQdQ { top:28.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qTynJCMpnwI0Olyv4mdgEaBvQTquDdd4 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #srKrfcDra9NRL7TdaCsKzMzeKCp8Toe6 { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t4ASuiG78FXQSeOlvMmzPkVyqVe3708E { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I6SDmMlDubzRFhpbwHP4EW7RJ73hC82v { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WvgBK16GByuArxixygyCbIMqAhO9W5UT { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pqploaKV8hls1sdZiQMroXFuyF3cZMNk { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Df5Qucfba8nLJqJ0uXzoTcImg9X2U80f { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Od093bo344inoIJKxZTgG4iyGxEBJZlI { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ap4EVnVN3ioJX92VfIydTceR2spk4dlf { top:23.125rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ww3xZTczCC9m1aBE56HbslR5Mid17KJ6 { top:26.375rem;left:23.875rem;width:15.625rem;height:3.6875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #utyUT97T6owaxrcnINvIGppabnqseoUq { top:3rem;left:21.5rem;width:14.25rem;height:14.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #La0sgnbV5zJ4PAygsyLF9k40VMNeJ3kR { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ixOUxF1kKMVvIgCnLx0MAQy8JiHMlxDx { top:18.375rem;left:23.875rem;width:2.5rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yWlRRumgsQmvH9BDcM2nMHInQZySKmHx { top:18.3125rem;left:24.59375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G6Qhz0QVEGDiDxTCAQvhgBaamR82M17O { top:20.9375rem;left:25.656251907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HioEbbnwn0DXpK5g6S4cLrgb4KcmdhyR { top:26rem;left:22.3125rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uT4MPK7k5ntsK3tq5VR61ZkuFu44mxtP { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JuFz5IWd1W7gF8oW7x9NVAZZ3fstG6r3 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xZnOUam9fr22CcdRmowQNoZSSyhE1N19 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ymoh7T70OJzv3P3xVdfNOncOF5OdDiIm { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oV9zhuhLyqaMcMVmCLvSsWC4faTTDvJz { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1AFsv8lT5o8kGxruNHus50h0tMyTiG { top:28.125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VIStl5e233MEOxmLDJeVwSGIBOp6yFql { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vGHr41tqpQM5Mwb7dnl0w507u2My1VXb { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IX61BBCgzKJcKgLmCQRkDILPJCKfCRvJ { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CiTmiSDiQTkUb6he600bA5TvNHDvgrBB { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QvcEIu22A1Ja663aaVPPuTamzSm2TPQd { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VxsB0vtbgJq7ls1FewMXprfuqKB6COHI { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NNXLKuXJJw8T4rOoxwcyV9cm8yHESF20 { top:23.125rem;left:19.875rem;width:17.5625rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aD3S6QSbGAcDdqzbTbLi1c1JM3OTxUa3 { top:2.75rem;left:32.875rem;width:14.875rem;height:14.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ax5Rv0faPoK2OZvTywI3v6mC8LAlydNt { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JfWcWBvJXoT3VwVuBMU5BGB9lN8hxJHK { top:18.25rem;left:35.8125rem;width:2.4375rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T63RsqqSxOiih2BPPQdZhbIEgNdXEPw0 { top:18.3125rem;left:36.468751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p7OTNqlVwcET9ArBGqdnv4aTqffgLi9U { top:20.9375rem;left:37.718751907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rckQMyMNKddTflNmB4Kkc9PMpcpTNxCD { top:26rem;left:34.25rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SoRsPaeVfH42JTBX4ig1JkMi5dVi0Okw { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TOx49xiJ4UlrfT9QTPhVxcb4Ihz8IBVm { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DwIg7vldNXToNcaal1lUdLetbpfyM7Rk { top:28.125rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #maCEbT6whwTGZZGU0zRIQv8PCHgi4piB { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vZvNdApZstUFcbrMRr0U7QKdCST3GQi7 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XLseTTRdxuSX3yUm9sNbsvpotrrF3hXi { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lwtduyEmyKtGfbQbiguU29b4ax0NWxza { display:block; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza { background-color: transparent; background-image: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container > .video-iframe-container { display: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row > .video-iframe-container { display: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza { border-width: 0; border-radius: 0; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctk1ggUZaEi4sKsETA4Mn1RQE3A85aIz { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xnmn4C0GTCssHTCvU3fhLBG8bzhn1Tes { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #OaeTn7XpMQDRNoqQxxcr2sRLhp9ZFvNr { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KL9g8tNruTzUAzkkOMisinhLQGeQfe0t { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D2iAZ5eTnSi5HEzFbqBT1aeUGfsMkm2u { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ptms297eHRsOMZfwQ2VXKXdBqnvrv03o { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D5RkdKaDRRAr0i3Dmor00qqCREV6DnQq { top:23.125rem;left:0rem;width:16.6875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tOVAfGXllXGTGLDmdJNAMg20hJkzhcSl { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BGPS7uNzgz5MmRr4858NbqTnJc1ZXeUQ { top:2.625rem;left:0rem;width:15.0625rem;height:15.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OQVKy1eETGOV01AyFL8PK2fhLoRQ3TLz { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zmvRh7xUNeQ5XyxZuWIl0ylwUOrzrsRt { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oDNuzrykrIQcNknr3BE3gy0LzzfDs2lz { top:18.3125rem;left:0rem;width:2.3125rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OMaGExiII4Vy9GVRJsC8SzaTQggaRCdw { top:18.4375rem;left:0.96875rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yOoT4RmZHp6oPsdcoPd1gdPI3Ch9RdMF { top:20.9375rem;left:1.65625rem;width:1.3125rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RlVzJ3yevv3tFbzRO24IS73prkNeH1X1 { top:26.4375rem;left:0rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #G6avPvgIhkokTXhCCGxXguc0wF0id592 { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OUknaMvzBsq3EDSrH6bVAOsy2lnyAEpT { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EnZP245SgGsduirulPTwDCHXV8s2wB93 { top:28.5rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RDbvERMq9ohkBdCDhftHSJ3L3ye8V1N5 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Aa9NAkV7xkoehGdTaMoLrKxw5cG9RTHz { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XgSkxvPBP8tzzohTKRFZRo20NqBBV9Fa { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u9BIi2SUKoJTMKbTB1iF5AAwQOwOdbT6 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0tTTGJ7O1iGD4PIWU4ExdMLnN4TKED { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1iM1ATf3UMD0p5qGPqcawhZiRNI8gA2 { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lpWJiyohsSVzDenSAtLkrXoqiGteaVQV { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x5FVhuM3HnUk3etwk9gVBZTTII0I0Xzg { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rFce7SC4MMZ03vnS49P9l1oqyJZiAgVS { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TJK2cEs9avpTEikkFqvTRaXhpmui8y6D { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pGWW8mSeNwTTQJr0veSHGfO8Ta5cDyE1 { top:23.125rem;left:6rem;width:15.9375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yPIiVEc72d5cJnMZdVd4QsS1hxCapyGu { top:26.25rem;left:7rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Km8OfGFzZn2T4MWKx9WVak25BW45Ftoc { top:2.9375rem;left:9.4375rem;width:14.4375rem;height:14.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vNphy6hfTb0MReA2JcLnBfXq1b65hzDc { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ozed75Hmbd5F0JVd2ULzDQiT5aIOkFLt { top:18.1875rem;left:11.9375rem;width:3.75rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XnMTclP7MgTuOF2bQh00im0Gg0ZLmNNl { top:18.4375rem;left:13.156127929688rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jexl1ClhZPlXyMZanFUaOAZeqgd5ZvQT { top:20.9375rem;left:13.562501907349rem;width:1.6875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gDfyI1a0znkO5MTCRxCVvMdIEimu0l4T { top:26.3125rem;left:10.375rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IdvF9IMKWJTOkLpfPagNzaeshJntlAO1 { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U0ZTDEN4TGdzrbu9hkwGp03TlxFDMnbn { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #llgFdeXLDl1WwmTx5l2vvOCJxGNhXOiV { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xCXNz4fZZOproUw5Wmpl2l8TpSwMaPeC { top:28.4375rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oGJJJn6b3FcLUhzzDEW8gK334il7d6XT { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wTqLzEWWPkdIW1SDl3ZccF58IcTaDllD { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PH6KvZTWd90dxMrS1ZMWmSpyfixfWm30 { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RUXPGKm4T2XokBXpxwRC7dlbJG5G00In { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rmUZT8k4sRXPWnkMn5T8BpJ9yKcKhnsN { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QIEbRmnOvBZrFN3o4uSCbnyJmteEIO3y { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #A2QtqmCh7he45f01PfXIHv9uLeqqAgxa { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HktsogUIUPw63tZt57MyprLb4uQPXlR1 { top:23.125rem;left:18.9375rem;width:11.5625rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MNdclTVxTRi163b2vWW4NJOGoEPv0l4I { top:2.6875rem;left:21.1875rem;width:14.5625rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rAm7NWzG4zEgwBsmmdD91siBfvIk3dwI { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CNkZ0Tw07QAXIny03ze70Mms52a8uEdW { top:18.3125rem;left:23.875rem;width:4.375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9kV9oTyJSTGsqbS76x7nqQMcif6XPJ { top:18.3125rem;left:25.281251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WOWcOKy4wZBIOVoLWp07SrBBUvx64sRZ { top:20.9375rem;left:25.781251907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ihEy9cTFVsEEk7IR3LH8UKhB1csEVtVF { top:26.3125rem;left:22.3125rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EuodMPxblNTbRRrVM9Glih4bFbw6B6si { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CSlqfmqmtu6R3CtFcE76p8iXzDoOSSiK { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zEuQDSiPHL4xxo4a8LIbE9dkMzikKh1w { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lpVr7B5E2ZSwTbspoKtaqMwIiPTT6UIT { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q1VBdDO4u3tOgfH2yLTcqZ2dqrWumE3d { top:28.4375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k3vd0GTDR8i41lhmD4yVFS8VdqzqOMwJ { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RGVanQ4V0PaR1kdbyxaNlC4ibh7gzK1O { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wLJrpb2F5HDTZ5owdMOU0KGkvT8IL99g { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dmi6y6DeIUpgmFpSVUB6CpU9w5ufLCkX { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cvay1F8i9sN8uT8dlW4pr9IKlv71WCS8 { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #P2WC0m9TfBaDH2fv3NQrueFKiw1Tysmp { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x7wDvIL91PkAkzaf9C6eN56AgbTbQHtB { top:23.125rem;left:29.8125rem;width:17.9375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #f39CJKb4xQZKAcTOt5TqsAE7esvoDkKw { top:2.875rem;left:33.125rem;width:14.5625rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #odbueoG1J3UTbLbwT4p8TDGC5e2v1vos { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UpPRPpSEuAwPg6Ov3DpfC3SAwr9tprSV { top:18.1875rem;left:35.8125rem;width:2.1875rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8nZkZhdTGVXf3LWbayi1aebWPZpV6D { top:18.3125rem;left:36.656251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kTH8P9ZLwTxiNaXRxwuRU26OTAv9z13O { top:20.9375rem;left:37.906251907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SPv6oB3WhNoMCyxo1C2sGLCt8gSH7CoD { top:26.3125rem;left:34.25rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nspK9oa3fAWWKyT7Tx6zT8ylh08h96pF { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GqPcpy1OQUwchoOgmswcWviEX6vL2TPv { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #N0FhBhWTS4uSAfwsq2sbkaBFeTTItysT { top:28.4375rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ViMG12sf6DtIvtwfxJmeDKNp4PpNvTPk { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #scE3vQh9iTXzyqk5iKcdnNBoyE436S0b { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MVJ3c8kTUMocMmkh0XDv31czplpwy0MR { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X312FGoawAp9GW6BsfXgh6upNK7VURPw { display:block; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { background-color: transparent; background-image: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { border-width: 0; border-radius: 0; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oz2maBJolR5tQoWLpIz5ZEfES9Fmlc88 { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pHXhhZXJoEhT6lqlcVeTaWyrPENdSQQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { display:block; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { background-color: transparent; background-image: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container > .video-iframe-container { display: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row > .video-iframe-container { display: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { border-width: 0; border-radius: 0; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi6phVDrx94oQbdyNEXA6ZheyoP4kRRE { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vP6CaXsKmnnD4ExtAhUtptAxfOTp0Tde { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dfCQ3371HZcKqAS9g0xm0LpeKc6mv3Nw { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8GtQ7TZHlt0K5tnNfgAkLH81vgzZfrl { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cfS1beGxwiLT8rTh5N9hiQkTl6KqAsmD { top:23.1875rem;left:0rem;width:11.4375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #x3pxFVcl4PzCVL1Wpz2Kgp3le3TJG2ZK { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ga333erIU109aXNnvQJTVxsstAr5ENn1 { top:1.0625rem;left:0rem;width:13.375rem;height:13.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q4Qp1SynilZzT8QQM0VxJvAv7VNy9G2J { top:16.125rem;left:0rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i8h1HZl07gSbqN9PoXuffTF6XaHn6Opu { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H2z9OxI75AasPpuoH6bRDvHptVUg5V5A { top:18.625rem;left:1.34375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TrLiyLW9c83oBQf9Smi3iHlxJVNgRTMB { top:17.8125rem;left:0rem;width:5.875rem;height:;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A3UEq6JTgAXEPmbXFIhdFMXf3p6OOQTX { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dJMuosa47crCqfLLS40pbR8PoX3VDcKA { top:34.1875rem;left:0rem;width:6.4375rem;height:1.9375rem;font-size:0.8125rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IPFVA9OUqyEkW2lJFHcPZvnkgiViX7uo { top:34.1875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T2HLO2TiSQCqluh2GAOXD7Gp26oQyu1S { top:35.4375rem;left:3.71875rem;width:3.5rem;height:0.875rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XTNvkrHos5c0Lssd6OH3d42HkoZVhRP2 { top:33.625rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hZt4GsJiutrwseEFyKqSdT7VLyOubTsJ { top:33.625rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FL6H2wJ6IsP1GmBNU2TLbHrALUD0WMnk { top:37.375rem;left:0rem;width:15.9375rem;height:;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yDAnbQWpPHx8pHCM6uwo8XSquaLPK7X7 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KgdmpiN23hQF03ntRbk3KAboGtPcAxR0 { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xhesrD1QkfvJRAE0n8PKZcW0MNJO3fwx { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u7hzRcX6gA3zCwC4c6mSvQdtCvfB9zxc { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QMnXasPcycQ4a9xX60R3KluHJ4BlMmNS { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TK9QlQd2vn1CqSH6fPpMe9Mtap556gfn { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bRR62yoqArpgPwxDvz093JPk9AMS9Ur9 { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ANFVAtk74VnmrCMEcv1iQteTxcxedTx8 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wtawGZzeBOGDaDZDwu7uTnRFREFr53Ff { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #XOTeR54ABZhDm0Pf7N4B6ReX6LPPpsR0 { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #obzFPnVV1KmBHcbwbvQ7GHJ9oUklMZsM { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tmbka3wmeaT6hQ0vX2MpGv7tcTV9nXF8 { top:2.1875rem;left:8.875rem;width:15rem;height:15rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vmvq115P0JtPMPJUeZWs0lhQCz6EoLCa { top:16.125rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hsn6mbRL7rF4amaqJosUTc3rCHSJUQJD { top:18.375rem;left:11.9375rem;width:2.8125rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t4RQtn7fAbGe64Tr9RoON2MlrfcATlGK { top:18.4375rem;left:12.406251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cZMAqQOcvrOZIuUKGSA05fgKFfJTPyIg { top:20.9375rem;left:13.625001907349rem;width:1.6875rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OUmNzzRCOmomA3KwTa1KNKEJnuwvpgOT { top:26.125rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #arwH2rcZLxDlpQgzEGId4n1M9FipvDQR { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x3uZdBK6EAkvWzV7tTQFXUUeVeSrxhdl { top:28.25rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TzoemUJxTZHed0GkFXXor0R5lXtlhT75 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nUQZcLosT99f4v7ICLJyakkPTXs22l6x { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mS5UeXh4iygXP08tdUJkTVCSIQsFUuzf { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wg8NqEMc3VmpnJ5dlBwVPtNLu406TIwk { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qJtzAbz5r3yOzyatyC1ZtXWSIGeHRCdq { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CZFde7RqzxTM2nTciFWPlWzFdJbg9Tst { top:23.1875rem;left:18.9375rem;width:11.3125rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b7gIzaXRPxRmW9WstpgaMvMuOa8LxzoV { top:2.0625rem;left:22.9375rem;width:12.875rem;height:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MofE3dlTBgTITvyfRorQzmXdF1ZfftOl { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nI1SQcVao8ETNfLyxJ3DpsZf3ALxwr6C { top:18.25rem;left:23.875rem;width:4.4375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AmrQq16pPXbV2QBRRgDSzM2GX5uxXTid { top:18.3125rem;left:25.281251907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z7mKFhfXS4Z1BV0lpR0EpffXQTTHr2eT { top:20.9375rem;left:25.143751144409rem;width:2.375rem;height:0;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BWHOQHGdXzEmEKIziG2Ai6G1lw91Uqzt { top:26.25rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kVxMszBVdlaJU42J8n6cTlmCFOuSWLB9 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PD9N5xE28KmcHBHbwyhMcq9G2PDSXTOM { top:28.375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VczfmCLqTnzWbNbwm3VbcrPq5qRpkCv4 { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UIiIOHduE8Kgr3ahV5BZeeJr4i2hTlnw { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IWvFXyoxmrtoRzIHGVPUO3XdHvpUxpld { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DL2KsQF7bTg7daqZm4NpeGcqLdTJ20Rz { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zMgThz3ehdkbm9wfsbzqE76OwanGQu3s { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h2BobFb2IE6mcqMlyrorq2lgsaHm0TyK { top:23.1875rem;left:31.5625rem;width:16.1875rem;height:5.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cRREuwUZIaT62m0aoRgW77MVnqD54lE5 { top:2.0625rem;left:34.875rem;width:12.875rem;height:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VRnc9df0aFT5q9Mg3kXmUbK8W9gfSpKv { top:15.625rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L0DvqTuq9THTPmvS2wHOrD2H9f1ucwxF { top:18.5rem;left:35.8125rem;width:4rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S6gSed3RfGtuTaZUQNJxNDIpu1ytFTs1 { top:18.5625rem;left:37.218751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ObWlimdpH2KB2c3hWDTPrddyrTSQKtyM { top:20.9375rem;left:37.456247329712rem;width:2rem;height:0;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xVItNHT9EH8NdT1gaVMc9FiQlOyI3JPq { top:26.25rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZtKvNV4F2z1BoF37GwDCOJNli5ELpLQc { top:28.375rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fdCAHMpKET8aC5TrUxq8HPd5WmwnCfVW { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { display:block; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { background-color: transparent; background-image: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { border-width: 0; border-radius: 0; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTT4XznHJPrmNQdoCGGNg3no5oxNwJ7 { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lX8qPW0g8Way3vgRB9lpP6Bcg98ci7tK { display:block; }
 }@media only screen and (max-width: 763px) { #HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { display:block; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { background-color: transparent; background-image: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container > .video-iframe-container { display: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row > .video-iframe-container { display: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { border-width: 0; border-radius: 0; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSV8NxOemDddsTx1pwsg7SNhPkt7ezld { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OZPc1oteM50MbLddXWI5cBx5S0KJkt4w { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #THf9asa59vDZIPoM8IUzFuezLPR6Cmvs { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bTT2KkHfL6IZv1iHh2XsuEmIPznJ5DQ6 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KTxZLp58I52bA6IZsko5EAyPEQFgZ2PA { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BkoCcOHSDgxQd1vtVWEPDqTxNUPzxfuV { top:34.3125rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fFxlUxR4TU53DIHU4ZW3BCxMD2R9r9tJ { top:23.125rem;left:0rem;width:13.5rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KUZeslf3aw13l3Tl0Hy5B68X8BMxDbtu { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XD66zJ7Wd8zh8WQzM9Pb4Tc0X7JVPVxd { top:3.8125rem;left:0rem;width:12.6875rem;height:12.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BhESB35HruqGVxk78JmZWTaTlFEOmT80 { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TDxNI1KDdXUcCHtQIyqH3rXhnMbqBMKt { top:16.125rem;left:0rem;width:5.5rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #awAIhQCSb0g3TOd2xO4d14XtTvpAg79b { top:18.3125rem;left:0rem;width:4.375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rHJBXWpiTrHiyCBt9DTxykSeypPSQmDC { top:18.4375rem;left:1.34375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfFTalCEKmZr48TKRqQ7qZvqWaCCgpdH { top:20.9375rem;left:1.78125rem;width:2.0625rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eL95a1nhv1UTgskUXE7ISWg8zptwCewf { top:26.0625rem;left:0rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TgZM8tF91NbnDHRvRHpSM21Rd3KLSgeb { top:9.5625rem;left:0rem;width:6.125rem;height:1.4375rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #WwEEXCM8V0e52CBuLyTTnSEULyahlz3M { top:9.1875rem;left:0rem;width:6.25rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #da1mDJrTiZhgc8fzTCwUL2lmGz69fpCx { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KFKnhbCpuQTPZw4dkrt5gOiTMWJFxHz1 { top:9.4375rem;left:0rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DRgBS0oTFNWl7EudAE1qLSm8iZz6FW4a { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wMDQ2d1hGZ7GDgMAErmFrLbQwRgxhL6x { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wgUntsDgqAKbnmOTPq8PdOBgLBxOFXgw { top:28.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UCMQJCAIxePceg5cGOVdNJuTTBgcAoTL { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u30LnFwdO5xqr8TtOwMcG0nRTDGXIQ5g { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SwEstWkO9TAfdTCqzaeNVCtxPOTuGsJ9 { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F7O5OGdZTSVXsM64FzwLbsyLDdvem9P4 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yleiOMD5PFPOtp4aghsamMbPkBIprDMK { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ntpuoeXkPTWV4uZxLTQXpdOH5w1lxHmE { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MfyVO8JeAkwOsJQZFdGuqbvt0xwsz0M0 { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H8uATXE3sJ42ohzB5581bQyiABfmOICW { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NWGu8s8Q0vhaKqqNCNnu9gOFTcKJoynL { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fGCE3GBM2eLrzs9TTQLfvegT8u5nwdWI { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pPcvRvRSBcTTlRDg9eEcbOa1Ti3ZlauK { top:23.125rem;left:7.875rem;width:11.25rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OEp2fTaADrWThvVZh7VZCSfMCOAPF24R { top:3.6875rem;left:9.875rem;width:13.9375rem;height:13.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mtflVrCMbyL5qqGGPl8BNOea2r6E30Zq { top:16.0625rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VI6qpwl7oWbionLxgGDUm68HpVzVd3kJ { top:18.3125rem;left:11.9375rem;width:4.6875rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nGQcry6M79wD8HTKVNs2OItgTUZq4u8L { top:18.4375rem;left:13.218751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdaE2HVAw5EdiBaTdu8uSw11bv8l08kM { top:20.9375rem;left:13.625001907349rem;width:1.6875rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pukuiTmnFK7QoWyOeBHWrNJFOeGdGr5T { top:26.0625rem;left:10.375rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Pv0RHfp2qLG6qdQrphmzTE817z4fxXtG { top:9.5625rem;left:11.9375rem;width:6.125rem;height:1.4375rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dR6s029G8CRmML5P4mOClgFQCQrnHTm3 { top:9.1875rem;left:11.9375rem;width:6.25rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i8sAnTr63v1IR0NOPOBasdmqVm3PsO5t { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #z2tDle5R1WgAUh2QJkTos9X8nmkBxSIo { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SH2QeU7XuQnE2Fcc4OWawolkyXtL6Nwy { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gXhBGkRNR3rgfoWBs4LNdysDoPxssgTZ { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PVwWkz10eZ0eRWGcpe6OTN11q1g1xF04 { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WIMGAF0zhb4TGvgPw9ZM6eQmeIDuog2m { top:28.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #flKrk68o8maw6oWhPpNiP3vqQrCiodnk { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qkBbJU1sRDtZ4s0yc27oE26URnzkMQaL { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NUA9v5aq8GFxIDwP89AkksusT3VQQfcu { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o5QiIbNN2vTsn4lzpDQ23GoWXLImqTkU { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ALOtyHzEDSIwfwBc56poP1GNFZchHuh2 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TNiBOtxAXyEDXdrBiofVBOhWzRaKzM0R { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #O8dkLO7a77Q6aaSB0pCzsaM4C61Z6PWD { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ss6BD8p5JCONLnqBOlRTXniSlgLWD9Us { top:23.125rem;left:18.9375rem;width:7.25rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iFtUeUpDGbRac2KTIfJw3tew0axcwV2d { top:26.375rem;left:23.875rem;width:15.625rem;height:3.6875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qTwfZEBt2Sr0ayC3SXZnqSfJwXgLft5I { top:2.0625rem;left:19.625rem;width:16.125rem;height:16.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #S1GWJvTGiHQROFAaoGtCPglvP0b9Z4nZ { top:15.8125rem;left:23.875rem;width:6rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WIEz3J7cxZOJ8ay1o7KEoOK9EvcuaCDA { top:18.3125rem;left:23.875rem;width:2.8125rem;height:3.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PSthuHe6OJ4Q8g9bcwrfv6mEfm9y4oft { top:18.25rem;left:25.031005859375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y4MJpyR3qMf7hkwVstnQCXHiztaOTa76 { top:20.9375rem;left:25.656251907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JVNVaJRmQDPSTFmCKsxnfnwKzCtzUiv1 { top:26rem;left:22.3125rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GxLuV1eEAMTTuMWRpXv2M9ySZpBD4I2f { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #X7DetTbBSzkw717MA8uGzArQvdlMJuwh { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SrNkVG1sJaJrpByZuyVpHpNqOHEOrSao { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JXfUXP4WHo1HDKqAeM9ffU4NIiqeSawz { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PoZZQTAqxWXP5bGuOelE7b0g0VLZFqqX { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zDXM14vu1brrJKdKwzBztTdaDSVGenJU { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hPyT9fuwov5FONsTbXHnrmOOypcFkRXd { top:28.125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qTMd0p14DZOabJ0ALiRAo4zr78ZypH7U { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XzrmwqsQTg4qy71kHUPImM7rEVVZrkNI { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ic8CTE2cBMHK8apRJX8AUIpEvDL3DNAP { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D8rgmDEiFcuDq2TBci5uQQ1wlc17GmhP { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eyIVsNhlknt2lkvZTzPTDMfGuwyeD56f { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #l7xi48mfXt2kLaOe50nT1xFS7ml5oO5o { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #imdd3qkq1KIPUXstvkGRz3CK7vofmGK7 { top:23.125rem;left:35.6875rem;width:12.0625rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hTblcaBsKZczFOyRgT2m2AS3TIxd7bBd { top:3.0625rem;left:33.5rem;width:14.1875rem;height:14.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NJtQd6I1L3zrry36kKMzTO1Rl9JMmCyn { top:15.5625rem;left:35.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xHXO9cmDayqf9PlUrs7quhxC5uINN9VO { top:18.1875rem;left:35.8125rem;width:3.75rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AUZJyNpMATLSoXOStEWDMCbizAKS5dPp { top:18.3125rem;left:37.218751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qxdEZxwlCFHfT9RLJPTxRkT8pEb5dXCz { top:20.9375rem;left:37.718751907349rem;width:1.875rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x1rd5eRQ3ui5pHKv8tePaqLRzmE46SgV { top:26rem;left:34.25rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lafCntFgnHCuoJifWSTObNX8laPd5KfZ { top:9.5625rem;left:35.8125rem;width:6.125rem;height:1.4375rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #E52m2SB1aX1zH0dvOALDU020n7L7SuJ3 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cVva77uMElXOzfTTliyaPt7GVoiwXrFE { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r2dRDmtzc3nLxszXDkOivTsuTrRdPElM { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TK4bNPyRPJPCB6k3KvpUUFfvis7KM9JE { top:28rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OdSAfUOIvJb9nSTyxsGwUgFR4qhXTyXI { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A5obRoJM0fd0RGJLNJ2iVMvrE1PXyELo { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RqxSU6ckPmUSGDKlTOhcdxLaHB7e3WJO { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { display:block; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { background-color: transparent; background-image: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container > .video-iframe-container { display: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row > .video-iframe-container { display: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { border-width: 0; border-radius: 0; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrWzUtrpr9q1udiO3VNell0GTE9p6yUM { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WKqNlhZVOKZNAW9f4EO95FCK1Wtlwdw0 { top:0.4375rem;left:0rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #p7SIsDrVgHGb12KIP34a5IhkfXexTVyU { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qVDF5qvuvb96cd0GZWmqweRUKLulFe8g { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hRHO7H5Z8gMSzXJEuhr7HIifsd9ApdCg { top:23.125rem;left:0rem;width:11.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mzzz1HwxhdvLTBcKgppww9O9P1Omz97G { top:3.25rem;left:0rem;width:13.8125rem;height:13.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EMDioJGK6cy3OFlWt7xGX5Zy1V7y4UWL { top:16.0625rem;left:0rem;width:5.9375rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NprhpTT22WFvLuTKq6HqR0pxnMnrm9P4 { top:18.5rem;left:0rem;width:2.375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t4qJ61flwtu8TTpgAuFwm7mC9ei0uXW9 { top:18.625rem;left:0.40625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XWhJDLSq8qVobTe7GKK2361WBTC9KZbu { top:21rem;left:1.4443359375rem;width:2rem;height:;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hs9BhsTgP2wuEXuHUKazzZxDfqzTU9TF { top:26.125rem;left:0rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cxUtN9BWJO6ZS1THSHNGdLZPh20RAFbd { top:9.4375rem;left:0rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k8Zo02KyGJnMHkfMPNl72LZcwG16n4Bw { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O6tMC1p7UubM1AMJHun9BKWW5NwITFq2 { top:28.1875rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yZqTD1faTkbVzfJmUmLC7QrdW5k38QcT { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A9qvdE7LgXUFLAPkxK1qxUPTfhT2Tp4B { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DDuQcBHH7UyKEWHTx7exVuz8H0kRy6UA { top:30.25rem;left:9.6875rem;width:13.9375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EJKIO7TrUuA977H1EClu5WosmVfsrkha { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f9e6q2IF8dg9bKcRbUaCXuRthImzlJlB { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SQdDOl3ymTB5pSliE54hGoyPkDs8lHE7 { top:0rem;left:6.4375rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hLeDtBy8fRwByZasB0h1TVSTSQLpuaCw { top:0.5625rem;left:7.5rem;width:16.25rem;height:19.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EnS74r5lPwf949xRpAAn2IWGTb6nLKWH { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kRTdmCMr2r50qTbq1nowRw0uzTZJS5u0 { top:23.125rem;left:7rem;width:10.625rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XI4Bly4pxuaNV6azAHLpTZV0a5OlvbSx { top:3.4375rem;left:10.375rem;width:13.4375rem;height:13.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XR6hQMT4d2ULTvvdvdgZ712kN576ByUV { top:16.125rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qFXV0414CzwX36BalIIHaqDwV7m491wI { top:18.3125rem;left:11.9375rem;width:4.6875rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PfLHK1KPmB4Xe6IQo2F7R5KlO0c33lFo { top:18.4375rem;left:13.218751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8R31h4vNdK6IPDvnTmyBhfoW7goGyw { top:20.9375rem;left:13.625001907349rem;width:1.6875rem;height:0.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JvDuPwLCBZuezopbkLqJ8LXvf6f5x3qR { top:26.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EaXwEPmaR9ywcfVfdehKUr27yDWMGXim { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HQ6Mxs8ADqo1qXe9ZVfhG2HsmC9Fu7Z0 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PfOlAaBFRqFu0ys8mnmf8cS4bUq4VAgR { top:0rem;left:18.375rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RhNNQHMkHp9k6qNDMl1JmVh96VfKCGi1 { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fxy2ygfDCmPdROR3FpntOWFQAfgLkUvn { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #l5Sq1I59x6TlZfFSZQ3cVO4a3kLpeQLB { top:23.125rem;left:18.9375rem;width:13.3125rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zE5whJbvvp3baR6VoqciObKh7EWpPqM0 { top:3.75rem;left:23rem;width:12.8125rem;height:12.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aO7xfVeaVAw9J8i2J8RISSQiD28IMk8P { top:15.875rem;left:23.875rem;width:5.9375rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sBox9DT9331M2FsXPaZ0D1GvgLh2r1gc { top:18.5rem;left:23.875rem;width:4.4375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPsAFgoA6TGXK63Jxk6b7r7rEhh5Qthz { top:18.5rem;left:25.28076171875rem;width:2.25rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #clcHkhmg57T4HBttauZ4UrD1QvtnTAyS { top:20.875rem;left:25.843627929688rem;width:2rem;height:0.75rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FQgmxrTXfI6ntzoyKkdmWDv8yXJQ9HOM { top:26.125rem;left:22.3125rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wbSaT9siRioa585aqX5hN2txv1kGgsrI { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zFLRTsgXpRSCPp3V60XSwUdREegdTIPm { top:28.1875rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xkb5MlFuLTiZzUHZsxlV2dV2T4Xac3rd { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KdETHI5CxXKGsUFpyB5TGOZ8D0AmNaE6 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V3mwV0tbPRVIzf39f8b9Gc7JIa9vTO6p { top:0rem;left:30.25rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdresZIAQlR5vrO2brg3n6zzGfi2Tfo { top:0rem;left:31.3125rem;width:16.25rem;height:19.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #k4N5GHOB97JT0UEzR2EMsJ7TVtMiihRL { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G9fd5cqOZIbhOPeMSia0M3AwpkamTdfM { top:23.125rem;left:32rem;width:15.75rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lsFpopTvDyHsf1Wk6zlXgFCiZElocaVr { top:3.75rem;left:34.9375rem;width:12.8125rem;height:12.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FEHHI4UT6MV6JuLvV2W9CzUuQ93ABatm { top:15.8125rem;left:35.8125rem;width:5.75rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qop1Vruh3KLol5LlGexIBNpUZneeSFnr { top:18.4375rem;left:35.8125rem;width:3.9375rem;height:;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TRCyAhfM2TWIxvKoSX5CT5wTpLw7Tn1J { top:18.5rem;left:37.21826171875rem;width:2.25rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KceRKErCkOJC95aJSGi2pmiIPdun55TD { top:20.9375rem;left:37.883178710938rem;width:2rem;height:0.75rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JN3Mz3xT7hzy4ilmbhTdTHbTRTozOxl7 { top:26.125rem;left:34.25rem;width:13.5rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qgg8sALiMEVLysyoeCBfalMCcQTXo9Lx { top:28.1875rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mtOmy1SyJDQ3L6UHLIyJHtIWvTTIsFKT { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:2.8125rem;top:1.1875rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { display:block; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMS5uNzadLWMfviTe66uOumyVoPvpsrH { display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH { background-color: transparent; background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH { border-width: 0; border-radius: 0; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container.adaptive-delivery-prevent-bg, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container.lazyload, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { top:2.5rem;left:6.3125rem;width:35.125rem;height:3rem;font-size:2.3125rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { top:0rem;left:0rem;width:47.75rem;height:60.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { top:7.9375rem;left:0rem;width:47.75rem;height:26.754268943436rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd { top:6.1875rem;left:0rem;width:47.5rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfDAdfTI2RtFzuIaNb6IgPoDnJrfBKG { top:7.3125rem;left:0rem;width:47.5rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2xBVblpF3rmUqZmo83WqUQmQ2T6R48Q { top:38.875rem;left:15.03125rem;width:19.125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NegCiEt3RNow25SrnpI6MwiHpcQrzmAl { top:41.625rem;left:0rem;width:47.75rem;height:5.7417780061665rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a7782f89' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(167,120,47,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { background-color: transparent; background-image: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { border-width: 0; border-radius: 0; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLgRUkIFFhz6KsEUxSRmcESuN4FhB3Cr { top:5rem;left:13.75rem;width:33.75rem;height:19.5rem;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rL4qfaXy9TVEkvXoB8OvMof36ZP0Cnsd { top:9.625rem;left:0rem;width:21.75rem;height:3.75rem;font-size:2.75rem;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #TTFQmsseS32MmRUumVUTV3PadCZVtcOe { top:13.375rem;left:0rem;width:21.625rem;height:3rem;font-size:2.3125rem;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #HyRyCSdq8XiTZPubN2sJU9gRgSMsQnCz { width:10.1875rem;height:3.125rem;top:18.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xZW8mhiBlHg5WIqIqLrg8xm9vbs0Qeu0 { display:block; }
 }@media only screen and (max-width: 763px) { #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa { top:3.875rem;left:0rem;width:47.5rem;height:21.6875rem;background-color:#a50b11;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.adaptive-delivery-prevent-bg, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyload, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BrEH8RyHW0qU7ROKPDkizF0PLm9ZmzOn { top:15.75rem;left:0rem;width:21.75rem;height:0;font-size:2.75rem;color:#ffd5a4;display:block; }
 }@media only screen and (max-width: 763px) { #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV { display:block; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJc1iVPzgTd6InwJkcpLie8A109p7nTC { top:2.5rem;left:6.3125rem;width:35.125rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsgJymirud78X8ZX1eN7CgCmze0Byql { display:block; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmVbxgFhKazLl4nP5ZTHTticv8XrJEX6 { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3sIQfT97GMAgdcHlCNdqKsIFMR4NoC { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBHyLCPuusCEPNh2fEhCFGMZ7gM74CUu { top:23.6875rem;left:0.34375rem;width:14.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN51I9KfgqNKuupDeX69glihZ3JVVMcT { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFd4GnoUdT8FOWb4JUiqaqcolsiMMpKO { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3zXuDTQ0HOOD3ZuCwNcRd6e7bS0AT7 { display:block; }
 }@media only screen and (max-width: 763px) { #nd4o89Fuh52JQPKBr5nTvJEdI6Gcm7dH { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { display:block; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW481O5S1vyf6VGW3UiUBrsy9zOXaJb2 { top:1rem;left:0rem;width:47.5rem;height:56.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST79W6nGxGf7dig6ECJ4lEB1tSu1k0a { top:4rem;left:12.4375rem;width:35.3125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSM3VOJXzXgXQilBNTuTOQPBT9G5nmV { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCJd4lMbR2qvF7Sp8c47xwuOuzZ6h9is { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #bO9TVHSRiUusGErhbSaW4ByxrIkrNMFn { top:7.0625rem;left:12.4375rem;width:35.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLawuM7Rso4OrziFCB2NEXkguMu6qdbW { top:9.75rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL2srZFDhpWHOQS2BB8Xg4LGDQTGxhBh { top:10.3125rem;left:19.0625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b0lsz904onPTWOMkXM7IL2CuPycBH4 { top:10rem;left:21.8125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91TrJ4fz2vEGmhxQ7mmTnsTxoWI5JVp { top:9.6875rem;left:22.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dPe13AWnszaqdBdPQ1uoHmh3P3JFBT { top:10.3125rem;left:25.25rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEJhIdsF9WTW6TAehwZIAD0qCdXA0PON { top:10rem;left:29.9375rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQhox5VPn8SHN4F1zwvyUeBmmsTzLF6b { top:9.875rem;left:30.75rem;width:2.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGDw0Hfo4p2UGmpQFWxXw2GQikGg41ym { top:10.3125rem;left:34.15625rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK4Uq0a4VcLtNbRPw1pPT5i6EregvNta { top:13.375rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBoobIl0xIxB9WTeyUm8sFequIsIc0E { top:15.1875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ { top:16.125rem;left:16.875rem;width:20rem;height:11.9375rem;font-size:0.875rem;display:block; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:before{  }
 }@media only screen and (max-width: 763px) { #C4UwcgTLZiWqucPv7LvTg1QvvLDTANqu { top:16.0625rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E { top:17.8125rem;left:27.75rem;width:20rem;height:9.25rem;font-size:0.875rem;display:block; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:before{  }
 }@media only screen and (max-width: 763px) { #hpHl0CAlqKAaIeJLFsSV5CmlRyWFDN2V { top:30rem;left:5.5rem;width:42.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGtCbUPst5a023eWdfpJrSPZDKkpMud { top:31.3125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO { top:33.625rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ioWW5pdTv6mV5Ke5LCPHHQvNcyrgMnTl { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0EE2T54y9QFxRPFkagTCaGvxGq4IJ3M { display:block; }
 }@media only screen and (max-width: 763px) { #vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { display:none; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MS1CxCXzWmTHy5FkkTAcZRs2Mokx5vMJ { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF624H7Zdt65LvlI6z9Znk2O7laaSadq { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbuSoT66ZNwRmTkNcToXKS5wFPKHnARM { top:22.875rem;left:15.125rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9aPoJWtDuQnSDoDQHNPRKvFBX4riMvW { top:0rem;left:7.8125rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3mu9IgrmXzQIUOnnoF0tHdK9iQrWvaT { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Dvo5eBE5kUB53QiUbTmTKVUfX71zK1 { display:block; }
 }@media only screen and (max-width: 763px) { #JzwhQffbwHw7flLRWRhEanZBXr8U54G0 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { display:block; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9kMPJJ0hlCbUv6TP5WSgZWiiaKGKL3q { top:1.125rem;left:0rem;width:47.5rem;height:59.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdw5mfhUQcGfxUJllVRodwvN7c1fbTQ { top:4rem;left:12.4375rem;width:35.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4iFGLQBLCiVy4TpU2TRFTsIp5khFCsF { top:2.375rem;left:0rem;width:26.5rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLQkNy9NzoqWxpsKXEX3nSvkoITlQCoa { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #BBw9scGeDtLXgW5obrT0gbtPUbZk8iZk { top:10.1875rem;left:12.4375rem;width:35.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNw2CGpZWayCz1IbEIRTE4BEiAgwEZt { top:12.875rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWiu1vXPR0GPRxTTZdUlTgZIIKHGmmy { top:13.4375rem;left:19.0625rem;width:1.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KloZfzTg8otbT3oBkiQlb0C7xMo4eG { top:13.125rem;left:21.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTEqsxC5cun43Hen3qEO25PynqTyVvS { top:12.8125rem;left:22.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGw0fNhMng7pSPfJsRubEUtGhJBMgSq { top:13.4375rem;left:24.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNQFUuhexhwAuXROD8m9xuRQsuLvTiZ { top:13.125rem;left:29.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6T0xPVLOTfcpuRGINS8edJxRyATswfR { top:13rem;left:30.125rem;width:2.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STh6amwn1x3QMxiQROCeqQ7BpWJLq9eP { top:13.4375rem;left:33.53125rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us3hcLSdJfQiknHF4zobXuhD9xBhhzX9 { top:16.5rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KridIE1cCGWu6HXmi2vEMAdk66ThNyP7 { top:18.3125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvJh7d8kKtPopnvTO3NTUtJyiNOMTSA { top:19.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT { top:21.125rem;left:16.875rem;width:20rem;height:16.0625rem;font-size:0.875rem;display:block; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:before{  }
 }@media only screen and (max-width: 763px) { #hLyvzwTpu8JfoZaha4tyMWk5c9GqL7Im { top:19.3125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 { top:20.9375rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:0.875rem;display:block; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:before{  }
 }@media only screen and (max-width: 763px) { #bfzWTqgtezVAov3Ktu3VXgIhDM8HMzOC { top:30.4375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy { top:32.0625rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:before{  }
 }@media only screen and (max-width: 763px) { #JloRPh0hWVAwPzsS5SNC904Al3pv5JAn { top:40rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH { top:42.25rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Z3usyDaghO76Qpnx5T3ISh3i83H2AMRf { top:38.75rem;left:5.5rem;width:42.25rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBaNKrPfUUbeHNq2JcN39GmG92IT77CH { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvfPvs8h2O4yZSm5TO1z8TqRtw8LTkEy { display:block; }
 }@media only screen and (max-width: 763px) { #k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { display:none; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GqMVu98QxtcpTWsHb6uqg9oMouw9bQt4 { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLc5rVRuU9R38XgJlDPD6ikXclt6rSc { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZS8fvJntxZTcOcUXeRgx0WZuligTZP { top:24.1875rem;left:31rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNGcBZdCmVL3wfn54867Al9KDhEz7085 { top:0rem;left:23.6875rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3bMeW0A8EKbraKJ3vRs0imP1T00KSF { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3cin4LQ7IFqlIA8o25JgQrxtqnAcxP { display:block; }
 }@media only screen and (max-width: 763px) { #bZXrnH5K1aEBRix3gcM3t5PxdTat1BKR { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { display:block; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qerpZ0C3m80DxRd5x4uSTRJHdS2GSqQc { top:1.1875rem;left:0rem;width:47.5rem;height:81.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9G2gKMgbEG20srLKUdAO8bO0VNA6hXq { top:4rem;left:12.4375rem;width:35.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTvvt6iEEpTPRTDWM4aTzod8TGBB02T { top:2.375rem;left:0rem;width:26.5rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlnkDCenSikaiThVVT9zWdN77ceBBHuy { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #GsRXBMwvQTizPgUi2VL7q3wyiAk1Gn0W { top:7.375rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9CFB2ky036TxfbhA8VAAQeflDT5zTk { top:10.0625rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxWUDJCar94ZJ6DFIQ7OJaHqvMR8eaA { top:10.625rem;left:19.0625rem;width:1.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtN9pmC4we87ZRAQLioXdq7QatbnpdQn { top:10.3125rem;left:21.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RMn0RKCZr36d2V8xBqrmfJ5Ih2qT0r { top:10rem;left:22.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXV35nehCaqD4KhMq3eE9DmPe604TgLa { top:10.625rem;left:24.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDwABKUx2hgGU8XZJ5XDFau2ytGgX4z { top:10.3125rem;left:29.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDW3WFKHzqtTn9ZEfGACwKmNnfGnDQ1 { top:10.1875rem;left:30.125rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHhMP7BoasdMCGPK9E29tLeQ73G8CNc { top:10.625rem;left:33.53125rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOVk1IagcK4wN9WSlcCWtTEQqesynP5m { top:13.6875rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwVkMZHVsdiV7AVfWsJ2Z1lbngksMsDZ { top:15.5rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S05BthfLvxyI3XbFZx6WuJ07EJyputRx { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maX923qrTeKWUa2bVmmX0iXECfdW4nuO { top:16.4375rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:before{  }
 }@media only screen and (max-width: 763px) { #eGdvEU6XrMo9ATfSTG02FG6IDHKwvyKF { top:21.125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8emc30wx1mn3KTonDKpqufuVMoevcC { top:22.8125rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:before{  }
 }@media only screen and (max-width: 763px) { #vOl1xJPNVsJxiJc0Mn5HJ7wZvOXcxJB1 { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:before{  }
 }@media only screen and (max-width: 763px) { #W3TaMN3lJyvvyqCrIw3QmXsDQ8EkPhxb { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:before{  }
 }@media only screen and (max-width: 763px) { #If0BaMdZ9VhTi6JIxoSyRc6mRqQ4fGXZ { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:before{  }
 }@media only screen and (max-width: 763px) { #K8Laa5Vy0rdRzTw5wnLDr3279Qi7vxEy { top:52.125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK { top:54.375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #QpO9x7fhHiL66Q9i4GHVSDqSIGyvADwf { top:50.875rem;left:5.5rem;width:42.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voe8KAESggaAyExS3fTDf1GFBdMv7yML { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLZg84AtTH6P3HDDNL9GEDyk7VJ3rRuk { display:block; }
 }@media only screen and (max-width: 763px) { #uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { display:block; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gru84A0xp2TN14HdRI9ZIpI60R3PD4Ur { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHbmWJ3TBnCCBpaRbPcnv6nsT8QNiVVp { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE5CT4FfXVm86wc49ImZU7KXSFGKA8cT { top:22.875rem;left:0.34375rem;width:14.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw681JgTZ1GvQo4UAXHpUd9wzzGge1E2 { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAzN9LZkJvUuUfM1KuHADEcvAtm7gFqI { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo983m7VELeQbMpb5NHzJ5Nz792xE0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #FKHTJJUJwdzIgv8nSg6ez4l64ir4Xz4q { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { display:block; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmEffPkXumKf5TlC5fwwiV5c2duMVwX7 { top:1.1875rem;left:0rem;width:47.5rem;height:54.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMJg5lMByWAdr49TTIuRzFd16tT5NaH { top:4rem;left:15.1875rem;width:32.5625rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzKTlCeywuNIw6Lgi4nv9Vlvn5f3G9eH { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTLNO4U9RuvODTnS0Aw6vSwFblwq6TNV { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo4o6QDWFreWZ8TdznlZosUzxImMHKJx { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #kR0WnNdTAKwBv0NxXg64exPTk63J3OcC { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8fq4XdPa8D07COQWEg4mbxZKfPSKHa { top:12.5625rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2J2QMcV1gDUPer9Mbe5r4nTavFgzPqQ { top:13.125rem;left:19.0625rem;width:2.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMNLTnbVlRqohVtKrIeR17UeDuaiTlK4 { top:12.8125rem;left:22.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcp0tOeDHI5f742ZFZuItzzl9Cyt3uF { top:12.5rem;left:23.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JTNTntTGhV7SKh2LZLkoMEAmv7ygd6 { top:13.125rem;left:25.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHA6aZyqm2hCu5I0G3sr7i7EqAlqCJPq { top:12.8125rem;left:30.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SypiXTStMenyROnxkWSKrgkasimJ8m1C { top:12.6875rem;left:31.375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwIxI0NVpAcpeqBM65aZAR8IwVuViwv { top:13.125rem;left:34.78125rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwnrpVOAti8QVt4teywJTNrQySCdwEoZ { top:16.1875rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9QiA5xQIZFOwt5ZIiZkDyT3J4GUmQRA { top:18rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srF4CPnGbJoyXombrUSOSLPLqhsgW667 { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T { top:18.9375rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:before{  }
 }@media only screen and (max-width: 763px) { #alULufu3BGWgQuEiKr8AWupmRZZ6lE4Q { top:21.125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 { top:22.8125rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:before{  }
 }@media only screen and (max-width: 763px) { #uWgkSN0DZw0bZzThXaAIR0k04dQ0is5Q { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1FMVX4maT5HciwoehkgM5ktEKMbT2OE { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:before{  }
 }@media only screen and (max-width: 763px) { #eiLPcx85gswq6GaLNKxkgOnzmRIFGcN6 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:before{  }
 }@media only screen and (max-width: 763px) { #uTAro2TTLoxThR7KAh9evW3s8amTMBQ9 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:before{  }
 }@media only screen and (max-width: 763px) { #kkV5J8umpLQSkeIdOl7m0QTrZEr2J17O { top:36.5rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh0FxB3gK0giZ21TImFMxHJLnUtOolMu { top:38.75rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #wLB6m443TKkax3fvPaxNZbFNs0Vsq9S5 { top:35.25rem;left:5.5rem;width:42.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJg6FrTqAUMse1GZNmD1A15C1Phcpm0K { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAInwWzDEIOtZ2TJ1cZIkaLntlkerCfU { display:block; }
 }@media only screen and (max-width: 763px) { #NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { display:block; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbBZW6iEAm3g3vvoJdvHpA9pLo3DTFOL { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpokwh7CB5L8EfKD8UbsgJEtLThf9b6T { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSnuE6lNPsyt1fOKBbdsTrgBJIvnkXy { top:23.6875rem;left:15.125rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Xx0e8cATdUqNc12ATDmyPFPn2PgJZg { top:0rem;left:7.8125rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfxBT0O2AWh6HTFkDfRLAKwD2JnsiFOC { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q793Lm7iRbJG7QG4Z7MRMgWgVX3vKJQK { display:block; }
 }@media only screen and (max-width: 763px) { #RTs8hNrte4IK6gtguZyRZ0rf0T28Bo6O { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { display:block; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7LtpRz6ZrwH81bAEDhCxBS65PTLfOzz { top:1.1875rem;left:0rem;width:47.5rem;height:55.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab7FBaeopt48v8fXG8g0TSfflvnR5HJy { top:4rem;left:15.1875rem;width:32.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdLXsckZLw9K5bknZHPJ0N9AkPbFgGy { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXhOlME8Pq4w4AtxeFAilg6pNdQGGkiT { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWwL5HimAqCEO84bxEiizlFotzgwVEkZ { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #xMr5DS35TK8wo5NmApB7MGiXxffCx3Kw { top:7.3125rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBf9FgTIZLynamqzEqwKCC8OkvliM9Z { top:10.625rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoFktzHzGVNa97MX4vBCCqMCGJchR5Cp { top:11.1875rem;left:19.0625rem;width:2.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTnnRGWLPFX6emXJXWHaabwCtlHlanO { top:10.875rem;left:21.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPWwB58y5PNDa9nHrTSx6ascmqbD77b { top:10.5625rem;left:22.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LLXebszQS6HBeUlcISvUiLo4B6FbW7 { top:11.1875rem;left:24.75rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvHCT4SlDgrzUosq3PHsWc5hVlmle6Nf { top:10.875rem;left:29.75rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4NzDrGXZ3bPWAWt8PsOdat4RUqKELZ { top:10.75rem;left:30.5625rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5KUi2x1kNIBCUMBOBKq3Q9cmcTghawE { top:11.1875rem;left:33.96875rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64OiHBnf5lL4qeInka5iiNRE4fATdu3 { top:14.25rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPtKq9z5tZ8TkbeDTcTMFuIQ2zsDzVqs { top:16.0625rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwz6zMfei4bSpQG8oJrVq9H8ihAzBwm { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R { top:17rem;left:16.875rem;width:23.375rem;height:11.9375rem;font-size:0.875rem;display:block; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:before{  }
 }@media only screen and (max-width: 763px) { #nC3qKE1ORNhmpI87OvaR7tX7Hi0IBPiL { top:21.125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ { top:22.8125rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:before{  }
 }@media only screen and (max-width: 763px) { #PorxHIthevoLtNbWVLK0fH5V94l1pTVn { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LS87T2EN6vWVRyNXHt21PhVrObRU3B { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:before{  }
 }@media only screen and (max-width: 763px) { #rhqRk5QTksMqZtDtF7RskfoctPygszg5 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEwvg8cTNBatoQxlpoLnie41QEh8etik { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:before{  }
 }@media only screen and (max-width: 763px) { #s5n0D050DESpMJgt2VXziuf29qgmRtTP { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:before{  }
 }@media only screen and (max-width: 763px) { #i8dSTDJSiVLPTO2Ns09hTIF55Hw1TVil { top:31.875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqwL12VbAI89qk81rWsveI9qJktVAUm { top:34.125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #qsS2lf6PXC8XEf6UrIxLz1DsGpdlIT3O { top:30.625rem;left:5.5rem;width:42.25rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfeBGyHmSBG60kBurtlFv8t7J0rITepK { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTT2qugat9hncxXtTylbhZFsoaspxD94 { display:block; }
 }@media only screen and (max-width: 763px) { #fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { display:block; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyQQlHys7KyRV1hZVnLTNCtNkgnNM8P5 { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbDNKuIAG7DW2zJudJ0yNHOeCpuipe6 { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1ThCuLcPLMR2oS8LoGnGroUuqacuQKv { top:22.25rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd9Sb9scZ10W7AFFwvWD7hlq5iTaQiTX { top:0rem;left:23.6875rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWNN9Tzn5zxmnAbhUMxhBW6XD6xRwnm { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZIgcsDaCUcilsqX5z1UpvblRvgXSBlM { display:block; }
 }@media only screen and (max-width: 763px) { #sNL1fThX5uw7huMRWXw1xEuFSsg1e2Zu { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { display:block; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg6NyLAFhERTWqOgOzvlQVkapq73Thof { top:1.0625rem;left:0rem;width:47.5rem;height:57.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXUPVJFHXJLILznTwJupqxmQROTRgHiI { top:4rem;left:12.1875rem;width:35.5625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXEwZKqTIgqDT1mhmOkeve9TgVutoDt { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVDHvpyApibPTfizbZtsTiQu52zmvJ91 { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #TRFxtdVnaTDMf7XZiE1Z7n6uzowbivoX { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWL8vqhgsz84Pz22CTlolTwl8WXcH3By { top:12.375rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tJvK5ETLGELq5V1q9hfJIGU9D0xKeJ { top:12.9375rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paRpzLsLTUIQliidlgOa63CaM70w2tb8 { top:12.625rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdawfsyBTTX5yFKn95w63g8JtpqfwJiV { top:12.3125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoMux0MPlVHD48CHAWfMSl4chDQB4VG { top:12.9375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2mxKEWn5150G35czzXMQ2JWrC23GQVV { top:12.625rem;left:29.75rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokwzXGXIZPacWqKodWN33VoPyWFABDk { top:12.5rem;left:32.4375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIMuVC5zKxPtZapbwIrrIwaq6droz3d7 { top:12.9375rem;left:35.84375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3WzrMcI1l8QgpQT20BDIoNstvIoRaM { top:16rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtfDVksx8iUE1FaAeuGLoyPafesEzrJ { top:17.8125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksqP5Kyt6rTyq17Zp8qqcdZqrMhSH3 { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB { top:18.75rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:before{  }
 }@media only screen and (max-width: 763px) { #UKHQ6JF37i1GzVdDtcfffCpcbTIw5EO9 { top:18.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuKsZe16TMGENxrXqb1SNEtTi5lMESp { top:20.6875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:before{  }
 }@media only screen and (max-width: 763px) { #HocZxVw0vZJTkFnFJJBU4L6ooJdsalvw { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:before{  }
 }@media only screen and (max-width: 763px) { #GsFfbHV8XPPdiVFrpLil5aPU1hs0Fhtu { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNOoywKhUWbdTT504uX0NBclJNPIvyo0 { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:before{  }
 }@media only screen and (max-width: 763px) { #IiN031LmMdur35J0udRaveDLT1ndflkQ { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:before{  }
 }@media only screen and (max-width: 763px) { #TdUwNQkMdQ8E3VD1yf8iFidZhqNAhEmd { top:37.125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV { top:39.375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #PUD6g86ChQLNw03ckZ5Ksmw5iNAWXTkN { top:35.875rem;left:5.5rem;width:42.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnnTkOn7BIDJAv6V29Xw2blem59yTRZd { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEEAKOLyv3mzEihw1lqnauDcaMK3kKNU { display:block; }
 }@media only screen and (max-width: 763px) { #GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { display:block; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnWK9G8xX5iDAQ2psF9E8KSnFaZRXma8 { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uouzL0N1O8T4RMVrnA754Cvz48vBzuqe { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQNnyD7i401HdA1rFKaFC8T3kVNsDyM { top:23.125rem;left:2.5rem;width:9.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTArRTqX6ZgfBRMi3kfHmJBHxx5d35J { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDzHB6N4iJNTFnoltTWDnAQQ0FIFmoq { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgm2frNS841dNQhTdT3riI2E8XtduKvF { display:block; }
 }@media only screen and (max-width: 763px) { #RfVi81gRp3JI5J4NDCWk4vy5cigQLS80 { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { display:block; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zesR3T8WERDe3VqfxVQOp7EPInLizG7p { top:1.0625rem;left:0rem;width:47.5rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl9SF6PatycvbJyfk85vfSSNvxT5nuFg { top:4rem;left:12.1875rem;width:35.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHfZvra5BmaWdDLx1y6AwFDNsDLTBGzT { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iETG8SuTuLNZAxvs0GO2MRnv6hKPtzJw { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URipF5EVHtTzXFexe2mqTdDmAXeBVTwo { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #LovmHnT9MQy06P3kkD5o4rdWCFHJH2uE { top:7.375rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awbwVaTd7ZberAIwOH6IPHT2DbHMXPf0 { top:9.875rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVNZmOtdchRCnOtexhuO7NmzAiysWLe { top:10.4375rem;left:19.0625rem;width:3.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfL6N8mmrCeMnJWu3QTlBr9m2DtBXDfn { top:10.125rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgUTA6vFQDV69uuy4GrbODNEd3MgtTVS { top:9.8125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAev7kdItUNC32ltEyNTiXXk8MV5wd5g { top:10.4375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBdXDHreHcviA7P5869tbgo6lXS4oTM { top:10.125rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8LoZXeDemWhonQC6wKfNmksZXeRt6w { top:10rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9pTX13JoBXv7usevr6ZOC8Fv8XUAJP { top:10.4375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsiH1uQ9JqpkWlMnqylmz1hXIJ5smttc { top:13.5rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqX33tbxaWTp8fdR9EfKM2zPN93PLZwR { top:15.3125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaRbe3R2sSJoCisSADfus0wxRPLk31O { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf { top:16.25rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:before{  }
 }@media only screen and (max-width: 763px) { #b66EqXfTwfflxEeMqqBSNvJstnD7hhpM { top:18.5625rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO { top:20.375rem;left:27.75rem;width:20rem;height:6.4375rem;font-size:0.875rem;display:block; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:before{  }
 }@media only screen and (max-width: 763px) { #QupmeEbWJAWtKcIp63KV4PyRLbJLLTyH { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T88TODBPqfWSuOPEMsptOJ8sHMawgPWp { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:before{  }
 }@media only screen and (max-width: 763px) { #Kxi8C2rewTa0scrELKWbPkkSELflTOAk { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Coi98FoSA87sJ8sPNTvZNbPvopvvun { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:before{  }
 }@media only screen and (max-width: 763px) { #Pmh52LO8hh2A5wDx6o2W5WD8bBNklUll { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:before{  }
 }@media only screen and (max-width: 763px) { #CZNul6vsfK6SSR8TX25lQZJmHTL1PNkP { top:28.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2WCTZiugPxzt458SRHKutZvuaLJLRX { top:30.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #cV3sTcWaebLzykvJIgU0ELbUIifgp55o { top:26.8125rem;left:5.5rem;width:42.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ritkVbLFFKWDzVGd7px4ivy9oBZHMo5t { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MANhe6ZCTPucTOnfoC9U0qyLueS3fCTT { display:block; }
 }@media only screen and (max-width: 763px) { #Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { display:block; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZdEuVUT9dFxbMZ9kE1tyzNPw374lyOt { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUPkzCFiN0UsBidx9Wt5BrVdD6TA41R9 { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH3tvBrmkMOPn9qnbI4spIlGuHTthhTz { top:23.6875rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T53awz5uOERmsmPH7k2uJGxrAJgyr4oe { top:0rem;left:7.8125rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpQGQlWohUDHKnPVhUB7DekLwVWLkeu { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWW6v7mcGtMGO8E6aRJEWgEKpxgtaGz9 { display:block; }
 }@media only screen and (max-width: 763px) { #yhIRcibhpkgyIarq8PSmaIoG3vHr6Ad0 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { display:block; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0MxqvSDgxlt0HKZXu8lm77nWnBIEgNO { top:1.0625rem;left:0rem;width:47.5rem;height:57.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPDKneCrnM1gFD8hrz2WpSMkdwRvnUH { top:4rem;left:12.1875rem;width:35.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1yiGN1CDytWxp0fubmKzrWgbtQSJ0a { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kI6wubgKpLgesUun4gIBx05AokfaK7ph { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #MWiBLhTeEoZzdgAZqrzte2vuxa1tTgcI { top:7.375rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw6qTubpXVrMMFu365h6bpND0VUffdh { top:9.875rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DavLvGcWORhbO6Ptf61mehrI4u0v5rFf { top:10.4375rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2iq4PDA7NnAImUHmuDTEviqcUD2NQy9 { top:10.125rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZ0SQtnzS2E5UnxRb9xypGbEfRbTQVA { top:9.8125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNneowpTcUXATV6G5cn6U7S7g1PWz82U { top:10.4375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtepuSN7gT3fS9JtCJM66pt9XSUgOm2A { top:10.125rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6nwfmF3DlsbN49vtOfbvqDG8qrpTSqU { top:10rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBhoFQgUXVOqA1IQsJFo8SxLs0h01osS { top:10.4375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOfWdQ4JoTUdVIxylZZRKpQnz7wDCzF { top:13.5rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GThQepAyHD8bD7v21VRcmFNxxxshz4 { top:15.3125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4y5SC2leixd2wFSTcb1tMROuBzPuuT { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 { top:16.25rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:before{  }
 }@media only screen and (max-width: 763px) { #u2Dk19okiW0Qdc6tHXcKGTByw8US4UUk { top:16.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD { top:18.1875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:before{  }
 }@media only screen and (max-width: 763px) { #BV6y2ydurD9Vr54KfgTvlDgJXDmpK96J { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:before{  }
 }@media only screen and (max-width: 763px) { #RCwg9avpITzSKNDixb06LSoO0QIL7vwM { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:before{  }
 }@media only screen and (max-width: 763px) { #PZ8MphBDDpMzE388xE6UA4hFo3wEfcT6 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGJdFL5Daspw8gOL6NT3n8aBJNmillcE { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:before{  }
 }@media only screen and (max-width: 763px) { #PcJn7hC8Te8lTX7Gqqe8CrHnEXLwT141 { top:36.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx { top:38.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #gHblrwIMfVk2c0E3w5GW8vzy6tDnkwsl { top:34.9375rem;left:5.5rem;width:42.25rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGqhq80IpPfmz8W2VTPm9IoxTBUXii4y { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBGDhlK8Wntr5Fu4x1VhAJbpHSsuXoiA { display:block; }
 }@media only screen and (max-width: 763px) { #oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { display:block; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6oHSZxzwOa2DJTPa9wEUREGO0pOk8Zk { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB0F0cd6WtKe0Eb82BTttwv5zqhyH2tV { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvoyxfLfIcMp2B9goLEeM5vo8FzINfz { top:22.875rem;left:31rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxOe93I07Jsd6h5roReJ2nswsPRMyag { top:0rem;left:23.6875rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFhsQVIO14kQmnA2k4JpzJZ0i7REsOPv { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKnM0ZChHlozn9uKSEXnNB8couoV9Llb { display:block; }
 }@media only screen and (max-width: 763px) { #FIQ2HbS3qtncXSrEgHTNODl2t277ma7p { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { display:block; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUKavKMccaSfKzQqJsAbIki80mzlWlG { top:1.0625rem;left:0rem;width:47.5rem;height:55.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNUns8RRrkCrv4qJEeeenmTCILd6V3ic { top:4rem;left:12.1875rem;width:31.4375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHd1wX4L665gTSOp49KUxSVWNQ8xSkEc { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEXUMUTmdkp9MkWxGrNhXBeGZ5zFEfpG { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #rBDePaxpNqtFbpCIGDN6Itf6HuSHxUSR { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8AtXwNiDNVKx58KfVo0DUnc0PwENRV { top:12.375rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRVTmc8N3o3eFbT0wxMLzGHPReZostoC { top:12.9375rem;left:19.0625rem;width:3.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXW6oh8wnn64LoyxuNF1yVMuX94uALO7 { top:12.625rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9I4rGCy4IKS0R8T7lKAwImixbidM2g { top:12.3125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBpb5zFn1z1ksviDAWuHJ4KI487cu6WL { top:12.9375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HXGIfpq83O4pUkWUADNtgiTNpubP2y { top:12.625rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pudZbU8cCf67XezZJo72TCoWDJoWlm96 { top:12.5rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpP6EQxOT0eDsMUDNZpapDTA4QGk7Zit { top:12.9375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlO0sQJlCnNcE3QwG3ArMtwX8xBa522I { top:16rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIIds3EuopLc9vDvmyVRh5UEpMelXiq { top:17.8125rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5nqno5emnwrvRTvS16683yFPm6KLdp5 { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE { top:18.75rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:before{  }
 }@media only screen and (max-width: 763px) { #yuP9UI1AAeVN153sFCMROWBSwDiBriEN { top:16.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsNpuLZu7x54INxboHyPZQEvkXlMoOhf { top:18.1875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:before{  }
 }@media only screen and (max-width: 763px) { #NHBxft6sfWkScuBhJ3BnUOO221QoVncC { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:before{  }
 }@media only screen and (max-width: 763px) { #QwvEyaLsfTAilX9c7HTklTB2LZRbJ8GZ { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:before{  }
 }@media only screen and (max-width: 763px) { #frZQm1po4PvgqPUI4LFarH7uf0LuZwqi { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:before{  }
 }@media only screen and (max-width: 763px) { #yxB95KsfH4fniywAvZeXT0tn6R0d0ymG { top:37.4375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd { top:39.6875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #sP9bDG4Aqq2tib42Od2VlOvtUFkXGCOk { top:36.1875rem;left:5.5rem;width:42.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgbUL013CDRT0ftV3t4FANTrTOeFQuIc { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd6K3B4QrzWIL9dMTOET86uJmHRkneb7 { display:block; }
 }@media only screen and (max-width: 763px) { #LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { display:block; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZKq8ncumSG04UtLT20dclpaw6OFM9CM { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkE8MksZSpOSNtJFSvmoOzqgQ9DpN6b { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df0VJTeKDHCrc7nxiqc1WneBTqXX7oP4 { top:24.0625rem;left:0.34375rem;width:14.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkdUMggJiQR1TSpePwTeeNOrTzTsAQq { top:0rem;left:0rem;width:23.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPrRmnBXRemS0Xq6t67uheTRPHHDs16 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zLXWyDp1WVTeGJRuazXUEQWnwNclaz { display:block; }
 }@media only screen and (max-width: 763px) { #fqTnVtonqKg3e2pZ27bLygxRMEyBG5Vc { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { display:block; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFH0bEcAa5M6kEEvbrkTJ9V5rQIHHeQr { top:1.0625rem;left:0rem;width:47.5rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh7F0zZa7SuJ0GssMAL7MiUItH5GI6wP { top:4rem;left:16.3125rem;width:31.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGD900dp1VpJ4beI7vqlumvekKAzZtqC { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7fTyRpHaJuoGzxT5JKr8MDTT0olyWaP { top:2.75rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #eakeFH0ZfZZHDzBAM3f9DCSp3kidki92 { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7kQEe8Tdg7BeTPWg2do55lAmvvCXr5 { top:12.375rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlPCeT3PfryahqwvSHcvuaDCEAsSQS0 { top:12.9375rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eslyTIPKGgHD7i5419mruydUXtDaDTMM { top:12.625rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noThVSK0Fxa6zw27TEKeUQCSuP24ca8x { top:12.3125rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoEffA8VlORgzZpoMIXnQM2auQiMU6At { top:12.9375rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9UuQuimuaIUvJDRtiFqsCI3TCa50r7i { top:12.625rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf5uRTMgT1NJHd2TeiyN6cz1EWk3prm2 { top:12.5rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM7JEHzMTQWdQFpVv0qtqdtZwbiM4Soy { top:12.9375rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfuQed8OIFnRdwryQpwAEvDSwrIwPRHb { top:7.875rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaPAn0oup67DNZKdVCRc4UnvewOxRTeD { top:9.6875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaF7NWHkeMvpEl11piQbXKE0QI7QgwSQ { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHNIcLEK5mqJRzpdP09bwSENFluvavTc { top:10.625rem;left:16.875rem;width:26.9375rem;height:5.125rem;font-size:0.875rem;display:block; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:before{  }
 }@media only screen and (max-width: 763px) { #DdDCsG4MyaR2ql8hxq94oM7ugKnyZS0X { top:17rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0b3ruyk6F25qpzy0utUTIet00ayle4 { top:18.8125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:before{  }
 }@media only screen and (max-width: 763px) { #nk4k3RPZQmR8m2Of5MPu9ICpMmdJd1kr { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdZAM3MTmlTawZmsMHupNMCcqfK6cXip { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:before{  }
 }@media only screen and (max-width: 763px) { #yqUKzvPcwBbPXNOJFw7ITTpi1TIzApDf { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:before{  }
 }@media only screen and (max-width: 763px) { #dGGN4nnOxI0CAkSrOc8NpWT7xSJukUXl { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:before{  }
 }@media only screen and (max-width: 763px) { #E5w1c0FJJQfVmx4JoVyeO6qrtzNyTPQ1 { top:28.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 { top:30.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #XmT1a9EJzexIEXsuDwQXHdCIxVx9wSp7 { top:26.8125rem;left:5.5rem;width:42.25rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O01krtfEedSmstqCdJTqfRa9VBTTKTfX { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3yXlx6MX7HiImJTO4JFfA94ZC9Bi2xR { display:block; }
 }@media only screen and (max-width: 763px) { #gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { display:block; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyTUE9sScblsVZSSofckUHxPACB4Tm9T { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbLxTufAPTKsfpqmXcxwkzEFKJwclrzG { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUX8MRci3hvRUeNSx5JUJfEPiTQMfPET { top:23.0625rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAT5rEyMTDa5QhvgMBtDOiLODzduKkBy { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4W5J9HDUNN9BIz0aF94N5latRyTzRbD { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTUd6HKivZLDhh74dqoIwLRD2VAT1zB { display:block; }
 }@media only screen and (max-width: 763px) { #cS6eUUTgZhryhL5tW66HZv275Spg5Rn3 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { display:block; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvKyfcLNhKe63HrknheAsmzVVFS6QOzf { top:1.25rem;left:0rem;width:47.5rem;height:55.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf77hl9kTbhiRg2pshDT163HDz9porC0 { top:4rem;left:10.5rem;width:37.25rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCR3qzLvbMNQzwTRy0iuw9gbDIsGHJ6 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSwFqP4d2fE0XZUWtzheFt49lTnzR8Nw { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xByacHliqTeimfLEg6bdaRBJJIahABo0 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #L42UiZPOB79lk9Owl8BnCElvV04KkKIy { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTerSaJn8kyZmAcJk7oAQJV9xDT0TT4 { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbyavXoylMcqLiN87HaknVkrNVKbHrsy { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtywBOlTWVgEd2natNVOcncyuqCJTco { top:8.25rem;left:23.1875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTt9lP3hThE1lrLQhkrsww76PLawJysc { top:7.9375rem;left:24.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlGXJXfxSxMxObBlaE5eWyV9hUhTCqBW { top:8.5625rem;left:26.625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConTQLRCdWstvnM9AG7Vu8gCObCANHwa { top:8.25rem;left:31.625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDmiAIaTDVlABTifi4dTd8rifke5QeEb { top:8.125rem;left:32.25rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzuToeLgM7xOHcFebFOo2WZzB7NwOBBP { top:8.5625rem;left:35.65625rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8pSxUOwW5zxRBZWbgZkWyW6n6nhTVUm { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5sKtyZQEdiDrlAlUHDPOt1KQIQDcbsA { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHTReZaZmof8sFUXBsvamHsIzAtziPHZ { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b { top:20.8125rem;left:16.875rem;width:29.75rem;height:;font-size:0.875rem;display:block; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:before{  }
 }@media only screen and (max-width: 763px) { #shyEC94xZddr9ggfw0y1zT9wfBX7rML0 { top:16.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB { top:18.1875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:before{  }
 }@media only screen and (max-width: 763px) { #DZCkvE703CrQHkmr6hXcwKM9D6SJNloc { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:before{  }
 }@media only screen and (max-width: 763px) { #bE4wLW2A71iSQ9BrGelwisbWiUOa8SA8 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:before{  }
 }@media only screen and (max-width: 763px) { #nvhKDGMLarQK50LyIe49KgHixvm1RSty { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:before{  }
 }@media only screen and (max-width: 763px) { #BQxEP03E47R1rf7u8MLAm8nf7aPv1gcu { top:32.8125rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 { top:35.0625rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ODPSZmCCnOBHzmCGWLNUiHIT5iioHBie { top:31.5625rem;left:5.5rem;width:42.25rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq3PrTQ2ckpOye4bMTOZRsDVhWfd8UPO { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SugyxBtEL4COP8PiaRivPvTpOMvkW5C8 { display:block; }
 }@media only screen and (max-width: 763px) { #qe3f4ltvJSk7rJAutPfhSO2i4ylLDOP5 { top:10.75rem;left:15.75rem;width:32rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { display:block; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOzXaE1Fzt5oM4DSONdf2oCrL71b2The { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASP3P3XUn7f1ozU4TTcLOO6TvRaPApWh { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FN5lVTEJN9dlWrIbPxpgEDUZ9nnzCn { top:22.875rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwFDoxp2a4OKcZ7wunFZLFQnsSn6qGo { top:0rem;left:23.6875rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw1OmCNrgTXTQtfRDU1sbT0GhaMgD2MU { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbTec9XT9KnzOiIsyhvL7dNTudyeA3Bg { display:block; }
 }@media only screen and (max-width: 763px) { #xgRtPJHWdbprzZDfTMeTJfbLalTxao7G { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { display:block; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReXMv9ftezadetHTGgPIdV4B7FAdPHTd { top:1.25rem;left:0rem;width:47.5rem;height:55.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwRNrQywnoGJMDPnsOmdl48xWPBb9XHh { top:4rem;left:6.8125rem;width:36.4375rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTbIwXuZmSIOO3Tq3AXTK8lSGSvLJ5w { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXOrdhZOXdG0Z6vpX0eZpTMSSsXCvFzP { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uowd6acs4DOPPr8yfOxeNqFiumFHOVwC { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #q32f2Tp8BK9wrwNSlt5Zy4h8Bft7BtgF { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrvko3kk2pxmx0D8dBifUDF6QsTVLQUC { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLcXmeAXne60Tp8hxSz4xG1n3THywUL { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdbZroACdJaugJ75cSwHRFTw71viCht9 { top:8.25rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se1nin7pqvNTBgLEKlvaswvMkWSrpikL { top:7.9375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1reQpMakuVkiMdwDvG55dyO08Zrt7q6 { top:8.5625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtxfmgqG0ouXJ4oZfLmEnyWv8gZym0z1 { top:8.25rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyMTNXJW1NQQhUDE0DmJCJ22PbsI8mp { top:8.125rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAR9bnHq2xGlzT59RnRhVkgVEqZR9O02 { top:8.5625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLbCNdrBu7XTSpDTVQQf1US87t9MzCGE { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1qweBmJQaG3d5LRET7PmCn9cbDxr7X { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9R6vpo3ZF1w5Ppq8pRFVrLQDdMSDfau { top:19.3125rem;left:16.875rem;width:20.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4k9rrMty8ShOuIehFztAh9KI2uyaev { top:20.8125rem;left:16.875rem;width:20rem;height:13.3125rem;font-size:0.875rem;display:block; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:before{  }
 }@media only screen and (max-width: 763px) { #vMqqutmzqkgl9ppybZLrLkJdUpOvNppa { top:20.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD { top:22.6875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:before{  }
 }@media only screen and (max-width: 763px) { #P3ZGVFUp7H6B4NcpUDut1hqcSZu3G02l { top:30.3125rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ { top:32rem;left:17rem;width:20rem;height:;font-size:0.875rem;display:block; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:before{  }
 }@media only screen and (max-width: 763px) { #OFxDdTtfyvPlvdEmgfNAS9i0LvXczrGn { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:before{  }
 }@media only screen and (max-width: 763px) { #UvDHP9id8TMLdzips4M7KFHVQFeA2m36 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRlXz9xR0aqJB35szXEzO6onowNySUVR { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:before{  }
 }@media only screen and (max-width: 763px) { #Uf9tXD5e6nUlZdE5v8llocky6uTilqie { top:37.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw { top:39.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #VFUNTTHedxzzZSmNSpQ8GKO2GITiABqS { top:35.9375rem;left:5.5rem;width:42.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVR1hmxezXdP6FiKnKdFAVm1a9L8IXyO { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W05sK8A4R5dLkgw2EnBT7JlsexWUedfA { display:block; }
 }@media only screen and (max-width: 763px) { #k3PTPqflhVZCW9uvsJWfFACmDBKMeNGB { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { display:block; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTXZhpwZGRq63R1TGNhPcZPsBxcG0gbh { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AknaA9GeO6oIq8qviMuA1x48qqMbV07i { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqI9LQzC1ECa8af0mbqz2BMuqQ0JsDOl { top:22.125rem;left:0rem;width:16.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkegeG1aAWTdfRmuIUQaI2iTLxuJFIdQ { top:0rem;left:0rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMi52dbkGiZXxXTTm4Bf2O2ETC3iekEr { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCvx5n1ik8imGOBVH8calhrVQ4o5NtD { display:block; }
 }@media only screen and (max-width: 763px) { #HTq6JFVBTkOzQDdfNJEytxz0uJsb8BCe { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { display:block; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbnd8yEfJDqTGkWvD0g3fII35DVAcsC2 { top:1.0625rem;left:0rem;width:47.5rem;height:72.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8CrHx0lwFQepJfMh3KBndwSOmW29ssb { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwrVeCebNvn6prG7lBOOGnbITopDay0 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSrSLSm5rJlH7DEPtxCi2EHk6TRqae0M { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #CihZ6Gk0B7rE5KcKNyNEKC8cSJMAf9rz { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePodycXpZm1USccHiuhlQL1y7Gd8CqfR { top:10.5rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FemQNkU1ovGoWkTBV0glGPK9uBugeUiT { top:11.0625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC1T3c9eIAW13URxxnnhqJNJIUdvrQdK { top:10.75rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGsAPEQtkeeNBqZ6vsQhumTMXADTLNVg { top:10.4375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNWu6Wd0lZO3hzVWtT3fz7EFG3T10DE { top:11.0625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1mlNAUIBL1O6bmNXGgv7QVNCrIXsB9V { top:10.75rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vewIdIPdTy73Db3CfXs70crTMpF5VMuA { top:10.625rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyAoZ130RzT6WdLkWOXvFfPXMNWDbM4F { top:11.0625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsN3L0s4e7z1JRDnwNPLrKMF4KFzayG { top:20.5625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIKD0AVFHxz7ZSkUrhUXSGGTbEmTfhSU { top:22.375rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQX2PykllF763LFZkvIlcLpvzIQDoz5 { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh { top:24.75rem;left:16.875rem;width:20rem;height:9.1875rem;font-size:0.875rem;display:block; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:before{  }
 }@media only screen and (max-width: 763px) { #n0SokzpdbSnSmJd9cWFDbSKTJfCMUKC0 { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4sKM1nTXus349i50kbxKbuyTgorffmU { top:36.5625rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:before{  }
 }@media only screen and (max-width: 763px) { #vUXAxAbF222MKTxnbonFnWM5TB6tK4DP { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:before{  }
 }@media only screen and (max-width: 763px) { #uI1h0lXPr9lx5Gf6SdeBO67BTWNSbpqB { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDcM370B8aPcA0PQtbnhuJV8vTAagHwX { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:before{  }
 }@media only screen and (max-width: 763px) { #FwLR7uO2QHI2atEt6zBRE8wnQZ3RQp10 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:before{  }
 }@media only screen and (max-width: 763px) { #TcfqHR7de5LTzT2HFhCt4IJPoseHRVMz { top:43.4375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB { top:45.6875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TcvzZEP67vmJlgoAXxux3KFKUmugxpv8 { top:42.1875rem;left:5.5rem;width:42.25rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t690GQTkk59gdWFbuzk3hai2KoX9o3tC { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziQBZ5kwDb8qMJ89wW1H6XlOGnS8p3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #lXNovOlkTn8mQecrwi6Tsw4CEPcwkOzO { top:13.5625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { display:none; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zT7EthtO2XAoCs1iMH5qEo2lkOCPd0oM { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTvAy2Ah9XGMa6uVVdDW1WFXz1So9xS { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBESa6iHPg4M5d94OhR9lTlna9HRNoy { top:24.0625rem;left:15.125rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS0xPLuSaaG8GDikEIWOEREvrhoe2doe { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV0iWCEtxRCVHoLBBeQSea0yN4lTPUJu { width:16.125rem;height:1.6875rem;top:27.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBkDtT5fQpBZuXD7ck2NtcXJEl6WUR1 { display:block; }
 }@media only screen and (max-width: 763px) { #nh5ZymkCvFs6877qnL0udwFuh4y9LqOJ { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { display:block; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpvnZEzhD5peLbF1ehJbHGN0NKqTSnqJ { top:1.0625rem;left:0rem;width:47.5rem;height:55.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1QwX0QHVhu24J9u13FSkrmT2tE05Ta8 { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7N69Z5FG1qHyEgpkrAwdCX1rukNhKT6 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBVMDqKslCR3LhOdt4NTr7yPuBfKtPPi { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf2zqF14y542dLWIIQFBtbloghUu5sEJ { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #qFng1d89JCe4yzzZcxqDTkSUy377ruiV { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yquXgbR0gxADHhkHnodG5TF2Hl41RaiJ { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2KoB8JJG3uLfp99CxeVF6doeOTqAVfO { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzhiIhTN4udDq3fAacC2FRhcOcfZig2n { top:8.25rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Bfxq0ir1vfeWEkOpJWoLznyheMva4m { top:7.9375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDy3KVgylwrlHAbisJTqXX24ZDTZA8x { top:8.5625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsfd1gEtcIhVTws5bcWfeZ2xVOH8Iy4l { top:8.25rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUVmWyPhN9GTGqMie2V2hK7qBtm7SDOz { top:8.125rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P79JDx5M967ILk4yfaETZBA6HcWs8C4H { top:8.5625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMcMBBFcTMHb2Fu75uOeEv5yOtHJIxQg { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5J3cotTE6myVCTJyDsZJrllFFy3OKBE { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmhy3FBqNG8Az65k5dpsmPkVzxLnrtUe { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4aXXSTKxRhMm684EOlVm1aqos1wopT8 { top:20.8125rem;left:15.125rem;width:32.625rem;height:13.3125rem;font-size:0.875rem;display:block; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:before{  }
 }@media only screen and (max-width: 763px) { #IhKboM2mr4rUmwWBsN8hz8JQrTQSR9WH { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u { top:36.5625rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:before{  }
 }@media only screen and (max-width: 763px) { #v8ar5ONHt0hv8oBPpsJLynEmGT2dFFfT { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:before{  }
 }@media only screen and (max-width: 763px) { #iBC4RwxRpRdiK80woAUCVt9sc9XlgSe8 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:before{  }
 }@media only screen and (max-width: 763px) { #NHA4SqEv3nxFETTUSm25kyIyqb7F1Sg5 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ8A0wUrr8ull7gVedgkoik8DyX34UPS { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:before{  }
 }@media only screen and (max-width: 763px) { #zE1EDD9XD5or1Oo4z2tb9FEE4GJXwMl0 { top:37.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 { top:39.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #fZFOWvKWG4F0uTwC4ol6rX6aSad0a2xB { top:35.9375rem;left:5.5rem;width:42.25rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU7bOmIWlaCN9AKizycaHFATmxiHhGFA { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXGMRLAuvVTIMnnF7ZCvrd05VC7ibCPN { display:block; }
 }@media only screen and (max-width: 763px) { #zioJSBewn0qJCZVJgpcTU4Km69nxLTXk { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { display:block; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyE6twlV9ndiSxIfQTLVxo5V9RUB3dNE { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMiAmGIkWCeKFo5mTPFdQ7ESISFbbfU { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGv7g0XmhmDBGfTclMDassGc8taNpBvL { top:22.125rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nNtgxD98JSU7Ibbi0w49rB5ctdfDX6 { top:0rem;left:23.6875rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLedafAXMLQUvBJbm1PX4TW0HmXqUlG6 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ39tzy1yGrF1x1BxOIHCUQFRqTidlOM { display:block; }
 }@media only screen and (max-width: 763px) { #bwu0rTaPtgDEPAZSVPuxuTqXg77IZr6B { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { display:block; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh3qQmsF83TFsNLpaRxwXRPukz4vX7Qw { top:1.0625rem;left:0rem;width:47.5rem;height:70.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWxiTFPNlfVsrMWNG4aTftfrmKBWA1lB { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykfSZoTJL74KsoSULgvSmm5wRThpAEJ { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeQdQhOZSSAVQv1xv64fBTGxiTr7qvre { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftUJpkcK3tPIQF329Few5RIWrba1D40 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #pIS3RdkvxN7Ueh0NPtr8vGFETJbm8qMH { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3RM6NK1NJT4MaP6epvyepVpcZy31m3o { top:10.5rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bGwgRx56Xo2vUa8ZNsvB4D7P6GI8RO { top:11.0625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdLv48DFHxTh3UdaCTS8NTXbJFVPMXk { top:10.75rem;left:21.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb41T3cp9b4JFW1lwu6qPUIKeAtx8UBw { top:10.4375rem;left:22.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKZ136JfNTpm44IISqVoAbJtoTdI1JJC { top:11.0625rem;left:25.3125rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcsncuOvGT4AXfmopIFX7fyub5zbJFuh { top:10.75rem;left:30.3125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM1nstZvSCkGzJn3PbXq9WSIkVDovbEB { top:10.625rem;left:30.9375rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmXx2ScqMqzeSawKt7DKFkLfPOd2SWbm { top:11.0625rem;left:34.34375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E16V42pR1seQlKCw4Ku54nN8hTEDFZ7N { top:20.5625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJJvPDliSC1cme5sQ5F4kUnvZtDt7Up { top:22.375rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqMvGf0WTqQ3IB9PK4FewsrMeKWMy9D { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unykEpunlxafJ7sPDxhLrIVvCNCKETTq { top:23.3125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:before{  }
 }@media only screen and (max-width: 763px) { #JolOlaVxXMkbC8iE2mRE2q495TOC6IUX { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkiX6uubE4oGddUmCxodFMiF26nItR7N { top:36.5625rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:before{  }
 }@media only screen and (max-width: 763px) { #fEWuNMObuRB6OTbopaOBhogBHNrlzGaX { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:before{  }
 }@media only screen and (max-width: 763px) { #cviuPiQ4ThuKmyh9A8zETEHJswIpmFnD { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:before{  }
 }@media only screen and (max-width: 763px) { #KiaQXUxbc4dQwWMy1pOhRQLfabKQy2oU { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:before{  }
 }@media only screen and (max-width: 763px) { #xo26BpySxw1ueqspelGI9MIVKVya6enb { top:40.9375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnHVo3quDnerMCM8XXFmTKtWqG50sXka { top:43.1875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TnbyccvNB4T28ZiA7ikz8DyrDILH0BQl { top:39.6875rem;left:5.5rem;width:42.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG0V3qoJCVqTGFTgkqzzRLf5vbSpGiGo { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2orsDvbS15TTwZhGcyw7cDQZGbBJN8H { display:block; }
 }@media only screen and (max-width: 763px) { #WGDWDAzwtabtoG3rDgpvqeSHvKv6VRAa { top:13.5625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { display:block; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HErBV7gKI3G4gdBP4DU4H0dGFerFp6eA { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPqWvPdfLKP59lwULmKyCFAafImAz4T { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzlnk7MIuLUcJntWN0tOSOcxgnaKRdvK { top:22.9375rem;left:0rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b4J09g1pUbAlfWIuKrTHpuAktJvmRV { top:0rem;left:0rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKRBpmTmWqU5HugMd5n8dkLhNTogksz { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbZw84DeFRRJV8NWWpH0VpITkBfunrM { display:block; }
 }@media only screen and (max-width: 763px) { #Vqa3uGTWJDlbzVQ99dNl9oCxa2zVGiQU { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { display:block; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA1TVMh92vzrP6Sm05fbMCpaTpWUTtaE { top:1.0625rem;left:0rem;width:47.5rem;height:64.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6pNq7SX595dZsZWvJ9eoTq6TiMWFJQc { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpFAM6cSESiG2azUr1A5LatC4vQphK7m { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQdICIQy49CZy0rIFNpxFqGoT5ctpTnq { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #zf28gA0aCqgVJ7mBiKpcgOKTSfZdFeBy { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #datIXNPlbd7MTTK8vQrTpQgaRm4bVQmS { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2E4eyHgJTflzxTpKTIVegoTlF7ZqnTW { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6IWbno2p3TnFwoc7L8756w2SIsUJ1k { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2vltVTaSKNEPdpT86WF0D1n5nzmzUT { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymg9mJkREoI5sT0ndD2DzR64yOgi4PFa { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNf7REh44qHHp2k78PdvhWr8Az2vIsEV { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myn8gMIdOaqZsT7u2tx3lg2TQL3HL7bg { top:8.125rem;left:32.1875rem;width:2.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VteE4oh7arW0AlbAFcIQxLOVenZweM26 { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBqui8KqaetXy8dpAHKZNRKZeOu4ZZm { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUddB0vGR3f0afgzrSAckT4CiBUedTb { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUlXxoS5lQJ03ngBPoLv0Nq0ht9bS1B { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o { top:20.8125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:before{  }
 }@media only screen and (max-width: 763px) { #ueQmtfrrdiQxcbOPbLzMWWJwJO2fknq0 { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 { top:20.875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:before{  }
 }@media only screen and (max-width: 763px) { #k9LTbEg7OuabsgngXJrQLLFKmai3nGxT { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:before{  }
 }@media only screen and (max-width: 763px) { #ortDX7uJD4adRZwJceBKS1xaVBy44Ps1 { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:before{  }
 }@media only screen and (max-width: 763px) { #LT7bymTzSL2LQh6Hs83N3FRoKJ7ZO1pw { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:before{  }
 }@media only screen and (max-width: 763px) { #UK3h4QQmV4Z0y4UkkmThNKQKUMp9ALJ7 { top:37.1875rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeEFSVztL6vxNkTlQWTh02KliuKTQmEg { top:39.4375rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #plKksDwC8erP8VJvvmKQZKWri8bFEgxG { top:35.75rem;left:5.5rem;width:42.25rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1o1EJE5HGM171SXGRZMAP2eMGT0uv0 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLrGM8d0kHN1zQR4KLuTqRtstXNXNbyx { display:block; }
 }@media only screen and (max-width: 763px) { #EiEA6cLmIn4XbmlHBXHGf1kw1XHtbHxo { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6V5SQABdD3LZql33ppJUXv9EP1wxLri { display:block; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et8KqQes34gWFeaTpm3wUlKuZ6WO1rBL { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKcBkpMO2kgQhqNlgE6CpsAJD0K87fl { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8fBUeztCH0HAuxKfFk33Xco8yII52xi { top:23.3125rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCZTx6WS7qXhAHTQZ7U7afLJGTIxdZQu { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTehdQm8zn7uDTtrJcE3Vb3Az9LFBIaB { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpc537AS6s2HxkHUpDLBspnM4qZ2iaX { display:block; }
 }@media only screen and (max-width: 763px) { #VPcyynK3iegFB0bUC54a5RIs0uR9QpMl { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { display:block; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKBz0xteF48qr6r9ffPPaKJDp81OX0Ii { top:1.0625rem;left:0rem;width:47.5rem;height:53.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpMzf5Kfg2Ji7BLzTpMJq4TNnQEVLIAv { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1KtE4HwNxvMlvpoKk0elTXf1WTMRQuT { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIFG9FVTfHcHPq1HcGSuwTIESiyudWHV { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #e9wQvx7nRLDRd8edLWurVHcZ4c27iWHS { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdRRyt60tRhesPPQTPuXzXAidNx3cwRy { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0DQ3ckLONaSOtsKQoodNOPiL36uryO { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipaSdqhvoxM2GsuneV61Dutyzk9KbsH { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odo3Cf5c1ZQEvQ2vTZZ5KiWCKIUREyCI { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6H2TWGLqABgpl19yw57c9MzfDeFQo8 { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhFeboCaugLCIRwOTikBzNNiqSB8lSu { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBeETJdfXToB0K2xBHcZTzednL9NfXgM { top:8.125rem;left:32.1875rem;width:2.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwnLiUO19meuXXQRIKzOM6qr7kkzseRm { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObCBNcVls3ifpNazdb6tEbQsXxg9PBz { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorwnGAMEJ5zcOROMQecRBdV8adg2sb9 { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroOwxqozM56yQJ8X8siEJQzDkm01mPX { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl { top:20.8125rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:before{  }
 }@media only screen and (max-width: 763px) { #S6thfDxgUHUbVTuDH2OTPvHVihOa6evx { top:34.9375rem;left:16.875rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKowgTWknPrdt9UxV0gJBsiCAENyQVi { top:20.875rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:before{  }
 }@media only screen and (max-width: 763px) { #eeVC4LfBhPvvvmiW2fZ7Assvo9OCFnME { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:before{  }
 }@media only screen and (max-width: 763px) { #P4rIsfsMTod5FopGlWXI7GT0q2HZMOVK { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:before{  }
 }@media only screen and (max-width: 763px) { #IKGKflf6V43D3r2X9NxLwI7tQboISKZy { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:before{  }
 }@media only screen and (max-width: 763px) { #EMQNxSR8SOpQtAaXK9dm5HZBLoaMBzcS { top:34.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct { top:36.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #EkdlIookMebbKmhB7CT6J3QSEtezPdCp { top:32.8125rem;left:5.5rem;width:42.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzuMHV8nKiB3MzopKgyf09Nv1F5rQTCb { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTV9Tok0pia4QEBI2Tto1887FSkK7EP7 { display:block; }
 }@media only screen and (max-width: 763px) { #uCJaRNMHbz5kGJyqfiOorkikMnB4xC6Z { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { display:block; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT8KqOeOVkFze3RmiqpddFFmNKZD4iM8 { top:20.4375rem;left:26.3125rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvOGF6as52zTnJt1GihQniCLApTXJwz { top:21.0625rem;left:27.9375rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5vZa6m4PkIITXfffnJQSybtOGMK8bfm { top:24.1875rem;left:31rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLUUXHtNpc7Z5JKXfeqrBPie5fWZS9ks { top:0rem;left:23.6875rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyuih3AV0uRklKVHx2IgzgqV9HtLTcqN { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE2msA3fHeSyLdkZTcWR92uDTWmqLFNQ { display:block; }
 }@media only screen and (max-width: 763px) { #CyGswnsJIN9GsTbv0ConrFSXPogLegQq { top:28.25rem;left:44.5rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { display:block; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGEUfqt2pihN1VmlRkfv8STR8R9TVMo3 { top:1.0625rem;left:0rem;width:47.5rem;height:59.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZF0WgJlu1s4Qhp75DmlsM2eaAFqlNzw { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRTGcxuIxvgTJuJByTxZibxMJ5fIq9o6 { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBLWR84SXgEMXIIvzBRKqgGS4yJLWsNp { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #kRkEMiL6sfwaIIvf17oVpNCgo1P4pofn { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwgIxInataiAw67CtadA1gCPfqTl7CTN { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCo3nD7JSzoCs1ZITahZQKi2xqQe1Fe1 { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7Rco2ilOld9PUeoGIfZ8yW6OpdLyXr { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCOveQysIVaRGXJnk3gf1HTrw2CROcMk { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKyWUCIGn0wFemm4kKUr7LEKXi8qBvR { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irwr4LEa5thuBmMx9gBDpJ0FoiVcT9Sn { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCGE7vALbN5m2JrXQGNfClWXwHm9Cl2R { top:8.125rem;left:32.1875rem;width:2.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk5H7MTg98phW3r5K4Na73D2pqahTK9r { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQh3O0B9VDH8ux7ZhSBfLow6yvONATrJ { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsRv1ZZNfPs5kaLkyz00OWEuhfFcOZc { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XySFAtcVziOuhDBBk3i10NGwWp8xmQt6 { top:20.8125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LannmTglQPq7T31wpZoZyM1fl0TVLP { top:22.4375rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:before{  }
 }@media only screen and (max-width: 763px) { #hWlWuAAKnT6ihTHVKoyaFWSegnNDLLHg { top:20.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB { top:22.5rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:before{  }
 }@media only screen and (max-width: 763px) { #I12a1Rep44aizDxR9KDJkLqtOUqDROW1 { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:before{  }
 }@media only screen and (max-width: 763px) { #CAmoRGukJG9VtHkDJAGLRe5SuWVRaBBx { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:before{  }
 }@media only screen and (max-width: 763px) { #N04BwOhLcKb9yGzq8lglao3FRys31Js0 { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADt7owi1DbUt1e4V78oHy6INQoBqghI { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:before{  }
 }@media only screen and (max-width: 763px) { #CHsdg1sBM0xrPkWPi4i43s3msHIltG9M { top:40.9375rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud { top:43.1875rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #NXqKoR3QJ1DSawEpnNNrcfJkuAKUKHgZ { top:39.6875rem;left:5.5rem;width:42.25rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4VvANeTyiiX2NRPdAWTgnhkAr4QWCGn { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #scTSvDQoJ5dLCSz5g6WKUmyEb0c8NqB3 { display:block; }
 }@media only screen and (max-width: 763px) { #BUXtSbTQ0UqCdbX0fmfAPu78srP0ST93 { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { display:block; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hex5eQAHdfXmBAro174RxJumsfQSiwLx { top:20.4375rem;left:0rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If6UOv5SvzW8EKZS3GRRiQC3kefcresM { top:21rem;left:0rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHMIQKXdsZwdep9oRtGkue0m4HLWKxZ { top:24.1875rem;left:0rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7uUTlIsdx4UQgwEvRyyOzHX3aLuwTo { top:0rem;left:0rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAXRnDICEK6L9HIb51TsSmo1eW4mTHc { width:16.125rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK74IETcT7ASUa1yAaG86pqwlyN5kixA { display:block; }
 }@media only screen and (max-width: 763px) { #Tn0vKpKzIbHeM0RFbHqB42I74BXhmw03 { top:28.1875rem;left:11.71875rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { display:block; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khuEudQnga0zuGUhN3pKkFcpTVNmnoNL { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEy0eSTCRJ5tuhp7FTGDJht5PSFrP2L { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhVTZC0mTCCUQEhtkUEDl1WeNywFP9UL { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #Wp9abkMC6JZNgFhDQwsHv8MIZf4AT1TO { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iypqk920LSnMQyrH142QktQsO5wh4Qxi { top:8rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFOtW5uMRNou2DIhE5tVZDsiKHTOc3A { top:8.5625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzJq4TOdN5pWte3q88fJ6CbA0AcB1Tb7 { top:8.25rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muD4hqZnkZcfUaAhx2AlOrq5JLkrD477 { top:7.9375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArapNkUzKMekEFqta5RTLRlAuApmXv6t { top:8.5625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC39aJqGevX4tTxn6fhb0vMxQUNCqyiy { top:8.25rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzqHWLTgZXLraddn0DFgbAIZwKpb9dxw { top:8.125rem;left:32.1875rem;width:2.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBT24EawtRgnLziZgLIpTTlGrO0TRB4 { top:8.5625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmuKcLXX7v7Rb839TgJWqEhZ4RH5STIV { top:18.0625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUo43qibrvDXCcl6epl8LwNAd4G6wnrC { top:19.875rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSo8Eate2iVRrIlcT33zzBKFOurQKyoT { top:20.8125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw { top:20.875rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:before{  }
 }@media only screen and (max-width: 763px) { #zTu5Iuq6y5GAK7EChG8TqNam3lx51lpH { top:20.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phBOJL7bETrzcxblSs9PCPDd9WaI989g { top:22.5rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:before{  }
 }@media only screen and (max-width: 763px) { #kIP86lHqffWmsVETw79vFdaQ0WxUfJGN { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IawI7wf17hxcaTnFdq9zu6s0X5w658aO { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:before{  }
 }@media only screen and (max-width: 763px) { #fOcat70mb35Xb98nikJChrSdTymio5rf { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:before{  }
 }@media only screen and (max-width: 763px) { #MBCsy70TTQbgKTdF3OJQqfeVJW0ZI7HZ { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:before{  }
 }@media only screen and (max-width: 763px) { #A1cF4N1JT0b9STWiA4Pqkp9rRzaeW6cy { top:34.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W { top:36.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ahKuFDKpwaU4qnFdTmJAJebEXykZNpNh { top:32.8125rem;left:5.5rem;width:42.25rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov451a6xduBsGMCgqADJXXVv34uLWILV { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSSB1OCfsHRHOpd3tUpgLb6sAaD5aAm7 { display:block; }
 }@media only screen and (max-width: 763px) { #F1lhFJTEU0UaT2U3KJvydmE6KfNyqfk9 { top:11.0625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9yyxJpRdm83gp13bOQUqKLq84OxQTkz { top:1.0625rem;left:0rem;width:47.5rem;height:55.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { display:block; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggt9T7o430Mse4LU1gmzfXOGxKuTWhKo { top:20.4375rem;left:10.4375rem;width:21.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc55XurDswfMIsBQepGqvmlaW9RWHCQ5 { top:21.0625rem;left:12.0625rem;width:19.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwkgoBFfbQQLqVy8ZX84zusolzpVQl7 { top:23.0625rem;left:15.125rem;width:16.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRxcCf2VtZde7pQZRQe2587gzp8cTVE9 { top:0rem;left:7.8125rem;width:23.625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2IUXXpT1dAbn4HlXx2lXXC40Qty9JS3 { width:16.125rem;height:1.6875rem;top:27.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTV7JzXVWVlgfypI5nJluQ9eFWBWU4JP { display:block; }
 }@media only screen and (max-width: 763px) { #Uu5D5CSUTtm5km4ImEC8bimmHZhqr2e2 { top:28.25rem;left:28.125rem;width:0.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { display:block; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzVFiSqLyVOA6yVcriJGwt7OTPQQbJTX { top:1.25rem;left:0rem;width:47.5rem;height:80.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f61xxNKUMGl32wAeIlcI7Sho4rT8BbSP { top:4rem;left:11.3125rem;width:36.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ipyV2s4onQlyxyI85PiLL85SswWLFh { top:2.375rem;left:0rem;width:26.5rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VekGl4RWnu3XU7TZM0itqsIrBMw1k7GN { top:2.375rem;left:0rem;width:26.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ { top:17.5rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ > img { max-width: 100%;max-height:100%; width:5.4375rem; height:5.4375rem; } }@media only screen and (max-width: 763px) { #HgSANhW5cbewTsUTPXUOb0ydW58rdGIS { top:9.875rem;left:12.4375rem;width:35.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICZVCKkvXQ65PHBH3vXRrdC2GNPAUWQa { top:10.5rem;left:16.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHd3FIRWUccynX26KNsB4waHR7rPcsJ7 { top:11.0625rem;left:19.0625rem;width:3.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59bdAs1v0fffm4JFZ012ZQK8W7T43oC { top:10.75rem;left:23.125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KivQQcO6h67L2ExJfu0Dku3lZiaqS0 { top:10.4375rem;left:24.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #geuPECq5812mHwaNrSXy1ZUzMAcRPeCr { top:11.0625rem;left:26.5625rem;width:4.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzDIm3aBttrRPCbO7NTVV58Eu9Dgzn1 { top:10.75rem;left:31.5625rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbzRRHaGRFWO18FooVv1mmt5etrBhwZT { top:10.625rem;left:32.1875rem;width:2.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS5oL4skXy4FwSmEUoBwTbm1IGNNNdfo { top:11.0625rem;left:35.59375rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA7yCTcdythyGRF0fRK9i1rLT4JirEnA { top:20.5625rem;left:16.875rem;width:4.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzual1rKnyV8RcrVpFkExOpAsSz1snPl { top:22.375rem;left:5.5rem;width:42.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRm55BRdcGyJy8gWJKCmlrCACTeWqg7 { top:23.3125rem;left:16.875rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX { top:25rem;left:16.875rem;width:20rem;height:;font-size:0.875rem;display:block; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:before{  }
 }@media only screen and (max-width: 763px) { #A3IAKZN2V5xITIIqAJAut9mSPcMl7icv { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT { top:25rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:before{  }
 }@media only screen and (max-width: 763px) { #SnnOZ8tCDdfmyrmFLI6z2SaBNeqOFx67 { top:23.375rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl { top:24.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:before{  }
 }@media only screen and (max-width: 763px) { #r6D6sOu0IL9HK3idg5IAvcmlZNiuwRXW { top:16.1875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grfvkZdB8qHq72SN5lF81lciexpPCsFG { top:17.8125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:before{  }
 }@media only screen and (max-width: 763px) { #Gw5IckRLG3uwzWgV8x7AfJDzZi3i9EaX { top:30.8125rem;left:27.75rem;width:20rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD67u6EJQStGQ6mOLtSbOesWZJiG238e { top:32.4375rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:before{  }
 }@media only screen and (max-width: 763px) { #FrgcuC5dI8HoCNpiq1qT06eK3zWPtKt8 { top:52.0625rem;left:18.4375rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSAKwLerxIwUdRLLJc7tunmsdZBSElZA { top:54.3125rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Rkpoq3waWWh4cCRUlQHiNR1QrbwAmr1J { top:50.8125rem;left:5.5rem;width:42.25rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0QrkP7DfNsVy300xDgrDnWvkmCSdLFn { width:16.125rem;height:1.6875rem;top:27.5625rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaGRNWTQZaWF5haoL4gRMFqvgRsen92h { display:block; }
 }@media only screen and (max-width: 763px) { #KMUTvJqTlSfXoiIMtd5Z3LplackLadog { top:13.5625rem;left:15.75rem;width:32rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { display:block; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG { display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { top:2.5rem;left:6.3125rem;width:35.125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:12.125rem;height:3.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { top:2.625rem;left:6.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:12.125rem;height:3.875rem;top:1.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { top:2.875rem;left:19.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:12.125rem;height:3.875rem;top:1.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { top:2.625rem;left:32.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:12.125rem;height:3.875rem;top:1.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { top:2.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq { display:block; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#d5ba8c;background-image:url("https://images.assets-landingi.com/uc/f99ec160-78b0-47f7-862b-332ef0ba39b6/bg.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container { background-color: transparent; background-image: none; }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container > .video-iframe-container { display: none; }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row > .video-iframe-container { display: none; }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container { border-width: 0; border-radius: 0; }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xw9kmBGEltaZsx8NCRIw3SXWeOH1siBM > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container { background-color: transparent; background-image: none; }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container > .video-iframe-container { display: none; }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row > .video-iframe-container { display: none; }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUWqD4qr9U2R0JXyIbixvEdB6qLXdmPA > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container { background-color: transparent; background-image: none; }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container > .video-iframe-container { display: none; }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row > .video-iframe-container { display: none; }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UITLMNLcLtXRXUOGk8UqemiC8FlU8GeC > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container { background-color: transparent; background-image: none; }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container > .video-iframe-container { display: none; }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row > .video-iframe-container { display: none; }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFrc8AxoeRTFHeiQX6hBfBl5uodk0tNN > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #TLJK0VmuIMgwGBHW5zV8KSHATdnEvnPT > .row .container { width:20rem;height:71.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #K26usETnwGCPGTiA9KfUvbw66orKmbCP > .row .container { width:20rem;height:17.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #nLM9DVnoxIbaqsocyTFIlf9xnZPKmTHJ > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #pPv9LrS7QbtrpTiFM5hPAPHoy2nwGyPz > .row .container { width:20rem;height:116.4625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #o2Ryia7zJ4olIyE7W4EJad1LU2r5Fwss > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #L5FM8VSubi0W9Rqr6i36S1WOQ4ozE3qO > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THyJibESKXS0HNvpJtKZtha1FWP6WpLo { display:block; }#THyJibESKXS0HNvpJtKZtha1FWP6WpLo > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { background-color:#821219;background-image:none;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { background-color: transparent; background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:14.375rem;height:2.625rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:14.375rem;height:2.625rem;top:4.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #NpbvW1tBBy5qMept4yeL4cTsZPQQyUKG { width:14.375rem;height:2.625rem;top:7.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoa1USNkOXsC9fgNF6A5H4WeUmx267W { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:14.375rem;height:2.625rem;top:14.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:14.375rem;height:2.625rem;top:11rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.adaptive-delivery-prevent-bg, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyload, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyloading { background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3eWTGHNNH1ZP8CEzO4Py6y2JLwiU6x0 { width:2.625rem;height:2.4375rem;top:0.84375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { width:17.125rem;height:4.0625rem;top:4.46875rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { width:17rem;height:8.3251875rem;top:8.5283203125rem;left:1.5rem;font-size:4.625rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { width:13.5625rem;height:7.6875rem;top:17.9873046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcDlCqKUsCOn5gy0Bw7c6C7CiBbNEUiW { width:1.625rem;height:1.375rem;top:7.9658203125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { width:1.375rem;height:1.25rem;top:1.4375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyerEI2AJdpsi81xbySIfW8tVgudS3Me { width:1.5rem;height:1.375rem;top:15.6455078125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { width:1.5rem;height:1.375rem;top:1.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iko1vQyZxBx1DTTQA6nO9rE1XFE5vgzn { width:1.5625rem;height:1.4375rem;top:15.6142578125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:11.25rem;height:2.8125rem;top:15.6142578125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c { display:block; }#bcmHEHqXBrMFJvT8ecpVCD5rIL23cx0c > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye { display:block; }#XBFcFitNHA4Bv6rn7EIrlNbkuazSXXye > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HudZCA6NBcp30IuoqRA6pKTf36IWdvmX { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEMN967H2TT8R19aIWePepb7kU8wcGbb { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MrTNkBbNl9EPiShStTEMIAptTcopMTWs { display:block; }#MrTNkBbNl9EPiShStTEMIAptTcopMTWs > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDL7VXwKJFCyGu7PLoCMb9buOVZGcXni { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9SOZnZcUAzhTaQTlQdnRDcVLuFUqVaz { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WWQd3SQxkMCR8127za43pTmD64GxHOZD { display:block; }#WWQd3SQxkMCR8127za43pTmD64GxHOZD > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiP1Qdoso3fLIcuyQSIINgVqCIEzNUWw { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gcq1RczlgvgKXg4Z82AiD9z3BD4HHpkU { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu { display:block; }#IlDTJWRbPi5eQ7bKehsufARcDMF2NCTu > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkrSoO35DT6hBlH0IwxBX3TJXz6f4PfR { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaFEp6uRh5dsacf4dR4E8BFsuiRMH8gW { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs { display:block; }#pKSzpZr8T1MnTNADkdRGJaugGBGFgJTs > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9RzIylAk0zsUyTMZT24OHzbBzL4dvCQ { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HL0WGsND2acMC3FIWz7Tgp9ZTOo5GpbH { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM { display:block; }#PDDdoX80rJ9J5T7gpNWnKm4bEd7AieqM > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXWB0MDZHQu7nM3nEbdZMwvxhVxTNtds { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZevbGFAC4S0GTsJ9HhMM7IDEvhCwIaH9 { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cliEPUparbqQixOf7URw7RNegCbAu4lT { display:block; }#cliEPUparbqQixOf7URw7RNegCbAu4lT > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8z0Jp6shEWlgK0lFp4r2gW3FZHwGolg { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVxnhmXqZsFDz6JWp9Kky4VTKR7sk8x4 { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI { display:block; }#avwfeFfzg3kCDo9lLx9fVxyArsx9bWpI > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfmWr16ZHaEuLBrDtFEdMZeJWp8OUicN { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zV1eZke6XZuS7cq09INRsfSLEe5sO2N1 { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a4XZ02biN8k1UpBeop94lTF9DnDBAn9W { display:block; }#a4XZ02biN8k1UpBeop94lTF9DnDBAn9W > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNcw7xFQNCt8gt2ItS36c8P7CLyl8oV6 { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cv0orSMSw5THoofTnAt8yrd6Pa3RfH9h { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:20rem;height:4.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { width:2.25rem;height:2.25rem;top:1.6874933242798rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { width:0.5rem;height:0.5rem;top:2.5625rem;left:4.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { width:0.5rem;height:0.5rem;top:2.5625rem;left:5.875rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { width:0.5rem;height:0.5rem;top:2.5625rem;left:7.125rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { width:2.25rem;height:2.25rem;top:1.6875rem;left:17.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvktHFG0LvSAUBR8M28Bzlox7EqKPcfX { width:0.5rem;height:0.5rem;top:2.5625rem;left:8.375rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w10y1BHuZN0DA2Bl0TIAOtF0mrhytFUR { width:0.5rem;height:0.5rem;top:2.5625rem;left:9.6875rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NRnwFq7LUT5a9k0ov6W7NlRbzz5Xczpq { width:0.5rem;height:0.5rem;top:2.5625rem;left:10.9375rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vrTkgFpSZIqAMN0ccoWOJnU5ZUIUWMbQ { width:0.5rem;height:0.5rem;top:2.5625rem;left:12.3125rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cawbsJBTBsf7dGi1kB7Sb4R8PRanZKPM { width:0.5rem;height:0.5rem;top:2.5625rem;left:13.6875rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sXJehHK4i7b3Ce5Cm1Lg8Ur8QI1CUmz1 { width:0.5rem;height:0.5rem;top:2.5625rem;left:15.0625rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi { display:block; }#kXAAdoDPhpcaCop0RT7SnhObCvOPoIyi > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5FBkVM2MkVvhobsB2H9vEbuXJn6aoXC { width:14.265625rem;height:2.5151375rem;top:2.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmx7TVyuSOhTB5F1y0Q2rezd4A3SwlQ { display:block; }
 }@media only screen and (max-width: 763px) { #fiT3OFoJy9Q8pm2SSzAXKA7KXxexfHFF { width:14.265625rem;height:2.5151375rem;top:9.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEme4Fwga0MNpABqpa2GNrRRoaLLKFR7 { display:block; }
 }@media only screen and (max-width: 763px) { #mgETN7B9fERMRxvZSMRKXpxC5Rb87gtQ { width:14.375rem;height:2.625rem;top:5.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mWWULRKN2eR6Zd7Psvv0ILuW1cn5Lw { display:block; }
 }@media only screen and (max-width: 763px) { #TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { display:block; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { background-color: transparent; background-image: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container > .video-iframe-container { display: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row > .video-iframe-container { display: none; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT { border-width: 0; border-radius: 0; }#TdrmMQ7qz4l9iHGBbBg6ZEQT20vQDiwT > .row .container { width:20rem;height:155.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlqP9TbEa9kx6T9zLUhCFt9QL3wrFIWK { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LQpGqKldgLC81qqgWza15oZLvIR5bl2t { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u3p8dwcMspulThAdTb2OUTUUmCw6mLF8 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lDoUBrh5pyPMLkmqqNktKU7k5RRHoJ0G { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rGz6SyGTpbliUp3VKUCWzg2T2tZQGQM4 { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p3q1lTtIAAdvJ6ytB4f5oMT3Ed7CXirr { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vfdMmqT103eNdrD7DMzX0Hyyb9DKQ776 { width:18.375rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fNZDTzH7GAI5POgclra63GHtT4ceh2aq { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #S6DyQw4ElqTucEuJwbnnWaeAWBUPy6gT { width:16.5625rem;height:16.5625rem;top:4.0625rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zHsfNeWZHDRnCl9FI8nKR5UZlKtegGeE { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rPufRwHbnRXGMoywAo0uTxUkBEfzd4ci { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wuRdlVLuybJv5ibZN0ni3HNcySPRA6Fo { width:4.4375rem;height:3.575rem;top:24.707290649414rem;left:0.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kZHB1Mu2x8nOtK62XuJ1t5VLFc7JuBFP { width:2.3125rem;height:2.1rem;top:24.805206298828rem;left:4.71875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aQ5QH0M8VdPSA5AQcnKsOrLeyAl1nP0M { width:7rem;height:0.875rem;top:27.21875rem;left:4.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cEOuczgCdd8Rwf81qIFI4UDorwXXBX4G { width:13.5625rem;height:1.4rem;top:32.14999961853rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dpgqVs6mIqld7RtK2OhmOefTwT4c7JTe { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #LPlIp0iOgbsTv9CdH7p8d9oifGAyJkcB { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #yJTxZ93nfyN3pvuVbWxyNvhhEsZsTL3o { width:15.9375rem;height:1.4rem;top:34.624992370606rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #m79dASPFxSWJzJvxZnHBerQEvbrbeAc0 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QTTCuTznduaFtvX9WMDKxisNvHKdRGLJ { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BqR8fz3Z796cHQET7slNZ28ubi8HWQoh { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ySSHqMlafP1lUI6kTCWIDmwsv0mZ9ap1 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BTV7u3UcoDkSJlsVtZwfmwZr6rudDeDN { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xxMAS0wwImUcVsJHavHKTlCGHxuFZ4Og { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rrsL9ZS82meJZmbeWlUywwFlkyJ5i6JX { width:6.4375rem;height:4.5625rem;top:62.187515258789rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gtBVT48czEOBJQQTe3fNmM2vcmoicQI2 { width:19.75rem;height:25.6875rem;top:39.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i2Bi1pzI4ZW95zbOSF6qdBq5kUymvgyo { width:18.75rem;height:24.4375rem;top:39.8125rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Oe8L7Q4lcas8vJbqTVlONsvFZzd3HaIl { width:6.1875rem;height:2rem;top:60.000015258789rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BWsmgvETIlETzaCDKTVAHWA1VAQ3UMQD { width:16.875rem;height:3.1494125rem;top:67.375015258787rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C9BDoDmXdT2ke4vFFOdzI3eHXQxkUGeH { width:18rem;height:1.4rem;top:69.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #C6XbWE8zETKodRCfLqqAh44KvJdyT3oR { width:18.125rem;height:18.125rem;top:41.9375rem;left:0.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OucszwBhZwn8k9kTKaZK8fM20i1rbqLw { width:5.9375rem;height:1.0125rem;top:60.562515258789rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GLnJLhLXp4A1TE6s7wKz5Hb95OdhRrQl { width:4.4375rem;height:3.575rem;top:63.062515258787rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wvi3qlrvR05Xya7O3VLG6VO740lvfscA { width:2.3125rem;height:2.0996125rem;top:63.125015258787rem;left:4.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fL2PS6dT6mWGHPbFFglJt9hTfAeLkoPd { width:1.6875rem;height:0.875rem;top:65.562515258787rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nu3ezOxt0ZBSyWvps8CR9JH4zBSHt0At { width:13.5625rem;height:1.4rem;top:70.750015258787rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5elUWwwXVr61Glm0CQnreUJh9JJrXT { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #WicaoGCnKgLUzeatieU7t5mqQ0HG6Z2U { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #BUJMTiCqZIvq6OCCB77X4HUwv3l9Ml1O { width:5.75rem;height:3.5rem;top:40.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iCf50Ps0a2iME0JRIpSoeFzwukysSQdQ { width:15.9375rem;height:1.4rem;top:73.187515258787rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qTynJCMpnwI0Olyv4mdgEaBvQTquDdd4 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #srKrfcDra9NRL7TdaCsKzMzeKCp8Toe6 { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t4ASuiG78FXQSeOlvMmzPkVyqVe3708E { width:6.25rem;height:1.875rem;top:91.5625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #I6SDmMlDubzRFhpbwHP4EW7RJ73hC82v { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WvgBK16GByuArxixygyCbIMqAhO9W5UT { width:6.4375rem;height:4.5625rem;top:101.125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pqploaKV8hls1sdZiQMroXFuyF3cZMNk { width:19.75rem;height:25.6875rem;top:77.840637207031rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Df5Qucfba8nLJqJ0uXzoTcImg9X2U80f { width:18.75rem;height:24.4375rem;top:78.465637207031rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Od093bo344inoIJKxZTgG4iyGxEBJZlI { width:6.1875rem;height:2rem;top:98.937492370606rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ap4EVnVN3ioJX92VfIydTceR2spk4dlf { width:18.1875rem;height:3.1494125rem;top:106.3125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ww3xZTczCC9m1aBE56HbslR5Mid17KJ6 { width:16.875rem;height:2.8rem;top:109.46252727509rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #utyUT97T6owaxrcnINvIGppabnqseoUq { width:14.6875rem;height:14.6875rem;top:82.434387207031rem;left:2.375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #La0sgnbV5zJ4PAygsyLF9k40VMNeJ3kR { width:6.125rem;height:1.575rem;top:99.275001525881rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ixOUxF1kKMVvIgCnLx0MAQy8JiHMlxDx { width:2.8125rem;height:3.575rem;top:101.99999237061rem;left:2rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yWlRRumgsQmvH9BDcM2nMHInQZySKmHx { width:2.3125rem;height:2.1rem;top:102.06249237061rem;left:4.0625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G6Qhz0QVEGDiDxTCAQvhgBaamR82M17O { width:3.5625rem;height:0.875rem;top:104.5rem;left:5.1875rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HioEbbnwn0DXpK5g6S4cLrgb4KcmdhyR { width:13.5625rem;height:1.4rem;top:109.65730285644rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uT4MPK7k5ntsK3tq5VR61ZkuFu44mxtP { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JuFz5IWd1W7gF8oW7x9NVAZZ3fstG6r3 { width:6.3125rem;height:1.5rem;top:91.8125rem;left:0.125rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #xZnOUam9fr22CcdRmowQNoZSSyhE1N19 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ymoh7T70OJzv3P3xVdfNOncOF5OdDiIm { width:5.75rem;height:3.5rem;top:79.715637207031rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oV9zhuhLyqaMcMVmCLvSsWC4faTTDvJz { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Tw1AFsv8lT5o8kGxruNHus50h0tMyTiG { width:15.9375rem;height:1.4rem;top:112.21980285644rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VIStl5e233MEOxmLDJeVwSGIBOp6yFql { width:6.25rem;height:1.875rem;top:134.5625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vGHr41tqpQM5Mwb7dnl0w507u2My1VXb { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IX61BBCgzKJcKgLmCQRkDILPJCKfCRvJ { width:6.4375rem;height:4.5625rem;top:139.625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CiTmiSDiQTkUb6he600bA5TvNHDvgrBB { width:19.75rem;height:25.6875rem;top:116.5625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QvcEIu22A1Ja663aaVPPuTamzSm2TPQd { width:18.75rem;height:24.4375rem;top:117.25rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VxsB0vtbgJq7ls1FewMXprfuqKB6COHI { width:6.1875rem;height:2rem;top:137.4375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NNXLKuXJJw8T4rOoxwcyV9cm8yHESF20 { width:16.875rem;height:3.1494125rem;top:144.9375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aD3S6QSbGAcDdqzbTbLi1c1JM3OTxUa3 { width:17.3125rem;height:17.3125rem;top:118.99996948243rem;left:1.34375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ax5Rv0faPoK2OZvTywI3v6mC8LAlydNt { width:6.1875rem;height:1.575rem;top:137.6875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JfWcWBvJXoT3VwVuBMU5BGB9lN8hxJHK { width:2.875rem;height:3.57483125rem;top:139.93713378906rem;left:2.0625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T63RsqqSxOiih2BPPQdZhbIEgNdXEPw0 { width:2.3125rem;height:2.1rem;top:140rem;left:4.0625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p7OTNqlVwcET9ArBGqdnv4aTqffgLi9U { width:1.6875rem;height:0.875rem;top:142.9375rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rckQMyMNKddTflNmB4Kkc9PMpcpTNxCD { width:13.5625rem;height:1.4rem;top:148.1875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SoRsPaeVfH42JTBX4ig1JkMi5dVi0Okw { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TOx49xiJ4UlrfT9QTPhVxcb4Ihz8IBVm { width:6.1875rem;height:1.5rem;top:134.875rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #DwIg7vldNXToNcaal1lUdLetbpfyM7Rk { width:15.9375rem;height:1.4rem;top:150.75rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #maCEbT6whwTGZZGU0zRIQv8PCHgi4piB { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vZvNdApZstUFcbrMRr0U7QKdCST3GQi7 { width:5.75rem;height:3.5rem;top:118.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XLseTTRdxuSX3yUm9sNbsvpotrrF3hXi { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lwtduyEmyKtGfbQbiguU29b4ax0NWxza { display:block; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza { background-color: transparent; background-image: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container > .video-iframe-container { display: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row > .video-iframe-container { display: none; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza { border-width: 0; border-radius: 0; }#lwtduyEmyKtGfbQbiguU29b4ax0NWxza > .row .container { width:20rem;height:158.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctk1ggUZaEi4sKsETA4Mn1RQE3A85aIz { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xnmn4C0GTCssHTCvU3fhLBG8bzhn1Tes { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #OaeTn7XpMQDRNoqQxxcr2sRLhp9ZFvNr { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KL9g8tNruTzUAzkkOMisinhLQGeQfe0t { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D2iAZ5eTnSi5HEzFbqBT1aeUGfsMkm2u { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ptms297eHRsOMZfwQ2VXKXdBqnvrv03o { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #D5RkdKaDRRAr0i3Dmor00qqCREV6DnQq { width:18.375rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tOVAfGXllXGTGLDmdJNAMg20hJkzhcSl { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #BGPS7uNzgz5MmRr4858NbqTnJc1ZXeUQ { width:16.5625rem;height:16.5625rem;top:4.0625rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OQVKy1eETGOV01AyFL8PK2fhLoRQ3TLz { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #zmvRh7xUNeQ5XyxZuWIl0ylwUOrzrsRt { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oDNuzrykrIQcNknr3BE3gy0LzzfDs2lz { width:2.75rem;height:3.575rem;top:24.707275390625rem;left:1.84375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OMaGExiII4Vy9GVRJsC8SzaTQggaRCdw { width:2.3125rem;height:2.1rem;top:24.805236816406rem;left:4.21875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yOoT4RmZHp6oPsdcoPd1gdPI3Ch9RdMF { width:7rem;height:0.875rem;top:27.21875rem;left:5.0625rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RlVzJ3yevv3tFbzRO24IS73prkNeH1X1 { width:13.5625rem;height:1.3999rem;top:32.749755859375rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #G6avPvgIhkokTXhCCGxXguc0wF0id592 { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #OUknaMvzBsq3EDSrH6bVAOsy2lnyAEpT { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #EnZP245SgGsduirulPTwDCHXV8s2wB93 { width:15.9375rem;height:1.4rem;top:35.1875rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RDbvERMq9ohkBdCDhftHSJ3L3ye8V1N5 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Aa9NAkV7xkoehGdTaMoLrKxw5cG9RTHz { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XgSkxvPBP8tzzohTKRFZRo20NqBBV9Fa { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #u9BIi2SUKoJTMKbTB1iF5AAwQOwOdbT6 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BZ0tTTGJ7O1iGD4PIWU4ExdMLnN4TKED { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #T1iM1ATf3UMD0p5qGPqcawhZiRNI8gA2 { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lpWJiyohsSVzDenSAtLkrXoqiGteaVQV { width:6.4375rem;height:4.5625rem;top:63.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x5FVhuM3HnUk3etwk9gVBZTTII0I0Xzg { width:19.75rem;height:25.6875rem;top:40.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rFce7SC4MMZ03vnS49P9l1oqyJZiAgVS { width:18.75rem;height:24.4375rem;top:41rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TJK2cEs9avpTEikkFqvTRaXhpmui8y6D { width:6.1875rem;height:2rem;top:61.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pGWW8mSeNwTTQJr0veSHGfO8Ta5cDyE1 { width:18.4375rem;height:3.1494125rem;top:68.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yPIiVEc72d5cJnMZdVd4QsS1hxCapyGu { width:18rem;height:1.4rem;top:73.3125rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Km8OfGFzZn2T4MWKx9WVak25BW45Ftoc { width:18.125rem;height:18.125rem;top:43.1875rem;left:0.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vNphy6hfTb0MReA2JcLnBfXq1b65hzDc { width:5.9375rem;height:1.0125rem;top:61.75rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ozed75Hmbd5F0JVd2ULzDQiT5aIOkFLt { width:6rem;height:3.57483125rem;top:64.249877929688rem;left:0.4375rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XnMTclP7MgTuOF2bQh00im0Gg0ZLmNNl { width:2.3125rem;height:2.0996125rem;top:64.312133789062rem;left:4.43701171875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jexl1ClhZPlXyMZanFUaOAZeqgd5ZvQT { width:1.6875rem;height:0.875rem;top:66.75rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gDfyI1a0znkO5MTCRxCVvMdIEimu0l4T { width:13.5625rem;height:1.3999rem;top:72.062377929688rem;left:0.687255859375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IdvF9IMKWJTOkLpfPagNzaeshJntlAO1 { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #U0ZTDEN4TGdzrbu9hkwGp03TlxFDMnbn { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #llgFdeXLDl1WwmTx5l2vvOCJxGNhXOiV { width:5.75rem;height:3.5rem;top:49.970703125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xCXNz4fZZOproUw5Wmpl2l8TpSwMaPeC { width:15.9375rem;height:1.4rem;top:74.562377929688rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oGJJJn6b3FcLUhzzDEW8gK334il7d6XT { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wTqLzEWWPkdIW1SDl3ZccF58IcTaDllD { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PH6KvZTWd90dxMrS1ZMWmSpyfixfWm30 { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RUXPGKm4T2XokBXpxwRC7dlbJG5G00In { width:6.4375rem;height:4.5625rem;top:102.75rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rmUZT8k4sRXPWnkMn5T8BpJ9yKcKhnsN { width:19.75rem;height:25.6875rem;top:79.465637207031rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QIEbRmnOvBZrFN3o4uSCbnyJmteEIO3y { width:18.75rem;height:24.4375rem;top:80.090637207031rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #A2QtqmCh7he45f01PfXIHv9uLeqqAgxa { width:6.1875rem;height:2rem;top:100.5625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HktsogUIUPw63tZt57MyprLb4uQPXlR1 { width:18.1875rem;height:1.575rem;top:107.9375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MNdclTVxTRi163b2vWW4NJOGoEPv0l4I { width:16.875rem;height:16.875rem;top:83.996887207031rem;left:1.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rAm7NWzG4zEgwBsmmdD91siBfvIk3dwI { width:6.125rem;height:1.575rem;top:100.90002441406rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CNkZ0Tw07QAXIny03ze70Mms52a8uEdW { width:4.4375rem;height:3.575rem;top:103.625rem;left:0.75rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9kV9oTyJSTGsqbS76x7nqQMcif6XPJ { width:2.3125rem;height:2.1rem;top:103.6875rem;left:4.75rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WOWcOKy4wZBIOVoLWp07SrBBUvx64sRZ { width:3.5625rem;height:0.875rem;top:106.125rem;left:5.0625rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ihEy9cTFVsEEk7IR3LH8UKhB1csEVtVF { width:13.5625rem;height:1.4rem;top:109.84478759766rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EuodMPxblNTbRRrVM9Glih4bFbw6B6si { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CSlqfmqmtu6R3CtFcE76p8iXzDoOSSiK { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zEuQDSiPHL4xxo4a8LIbE9dkMzikKh1w { width:5.75rem;height:3.5rem;top:83.590637207031rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lpVr7B5E2ZSwTbspoKtaqMwIiPTT6UIT { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q1VBdDO4u3tOgfH2yLTcqZ2dqrWumE3d { width:15.9375rem;height:1.4rem;top:112.46981811524rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k3vd0GTDR8i41lhmD4yVFS8VdqzqOMwJ { width:6.25rem;height:1.875rem;top:130.1875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RGVanQ4V0PaR1kdbyxaNlC4ibh7gzK1O { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wLJrpb2F5HDTZ5owdMOU0KGkvT8IL99g { width:6.4375rem;height:4.5625rem;top:140.25003051757rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dmi6y6DeIUpgmFpSVUB6CpU9w5ufLCkX { width:19.75rem;height:25.6875rem;top:117.18753051757rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cvay1F8i9sN8uT8dlW4pr9IKlv71WCS8 { width:18.75rem;height:24.4375rem;top:117.87503051757rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #P2WC0m9TfBaDH2fv3NQrueFKiw1Tysmp { width:6.1875rem;height:2rem;top:138.06253051757rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x7wDvIL91PkAkzaf9C6eN56AgbTbQHtB { width:19.125rem;height:4.72411875rem;top:145.56253051757rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #f39CJKb4xQZKAcTOt5TqsAE7esvoDkKw { width:17.3125rem;height:17.3125rem;top:121.43753051757rem;left:1.3125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #odbueoG1J3UTbLbwT4p8TDGC5e2v1vos { width:6rem;height:1.575rem;top:138.37503051757rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UpPRPpSEuAwPg6Ov3DpfC3SAwr9tprSV { width:2.375rem;height:3.575rem;top:141.0625rem;left:1.75rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8nZkZhdTGVXf3LWbayi1aebWPZpV6D { width:2.3125rem;height:2.1rem;top:141.125rem;left:3.875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kTH8P9ZLwTxiNaXRxwuRU26OTAv9z13O { width:3.125rem;height:0.875rem;top:143.43753051757rem;left:5.1875rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SPv6oB3WhNoMCyxo1C2sGLCt8gSH7CoD { width:13.5625rem;height:1.4rem;top:150.48751831055rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nspK9oa3fAWWKyT7Tx6zT8ylh08h96pF { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GqPcpy1OQUwchoOgmswcWviEX6vL2TPv { width:6.1875rem;height:1.5rem;top:130.5rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #N0FhBhWTS4uSAfwsq2sbkaBFeTTItysT { width:15.9375rem;height:1.4rem;top:153.18753051757rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ViMG12sf6DtIvtwfxJmeDKNp4PpNvTPk { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #scE3vQh9iTXzyqk5iKcdnNBoyE436S0b { width:5.75rem;height:3.5rem;top:117rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MVJ3c8kTUMocMmkh0XDv31czplpwy0MR { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X312FGoawAp9GW6BsfXgh6upNK7VURPw { display:block; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { background-color: transparent; background-image: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row > .video-iframe-container { display: none; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X312FGoawAp9GW6BsfXgh6upNK7VURPw { border-width: 0; border-radius: 0; }#X312FGoawAp9GW6BsfXgh6upNK7VURPw > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oz2maBJolR5tQoWLpIz5ZEfES9Fmlc88 { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pHXhhZXJoEhT6lqlcVeTaWyrPENdSQQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { display:block; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { background-color: transparent; background-image: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container > .video-iframe-container { display: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row > .video-iframe-container { display: none; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P { border-width: 0; border-radius: 0; }#wBGLuATFRtAVlvWGEA7QF9IE6xcmuz8P > .row .container { width:20rem;height:161.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi6phVDrx94oQbdyNEXA6ZheyoP4kRRE { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vP6CaXsKmnnD4ExtAhUtptAxfOTp0Tde { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dfCQ3371HZcKqAS9g0xm0LpeKc6mv3Nw { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8GtQ7TZHlt0K5tnNfgAkLH81vgzZfrl { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cfS1beGxwiLT8rTh5N9hiQkTl6KqAsmD { width:18.375rem;height:1.575rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #x3pxFVcl4PzCVL1Wpz2Kgp3le3TJG2ZK { width:10.625rem;height:1.225rem;top:30.586486816406rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ga333erIU109aXNnvQJTVxsstAr5ENn1 { width:16.5625rem;height:16.5625rem;top:2.6875rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q4Qp1SynilZzT8QQM0VxJvAv7VNy9G2J { width:6.5rem;height:1.0125rem;top:22.3125rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i8h1HZl07gSbqN9PoXuffTF6XaHn6Opu { width:4.4375rem;height:3.575rem;top:24.707290649414rem;left:0.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H2z9OxI75AasPpuoH6bRDvHptVUg5V5A { width:2.3125rem;height:2.1rem;top:24.805206298828rem;left:4.71875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TrLiyLW9c83oBQf9Smi3iHlxJVNgRTMB { width:7rem;height:0.7875rem;top:24.0625rem;left:0.25rem;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A3UEq6JTgAXEPmbXFIhdFMXf3p6OOQTX { width:13.5625rem;height:1.4rem;top:31.837524414062rem;left:0.4375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dJMuosa47crCqfLLS40pbR8PoX3VDcKA { width:6.3125rem;height:1.94921875rem;top:34.5rem;left:0.625rem;font-size:0.8125rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #IPFVA9OUqyEkW2lJFHcPZvnkgiViX7uo { width:3.375rem;height:1.4rem;top:34.5rem;left:7.1875rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #T2HLO2TiSQCqluh2GAOXD7Gp26oQyu1S { width:3.5rem;height:0.875rem;top:35.75rem;left:7.125rem;font-size:0.625rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #XTNvkrHos5c0Lssd6OH3d42HkoZVhRP2 { width:6.375rem;height:3rem;top:33.9375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hZt4GsJiutrwseEFyKqSdT7VLyOubTsJ { width:3.4375rem;height:3rem;top:33.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FL6H2wJ6IsP1GmBNU2TLbHrALUD0WMnk { width:8.6875rem;height:2.1rem;top:37.462524414062rem;left:0.6875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yDAnbQWpPHx8pHCM6uwo8XSquaLPK7X7 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KgdmpiN23hQF03ntRbk3KAboGtPcAxR0 { width:15.9375rem;height:1.4rem;top:41.0625rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xhesrD1QkfvJRAE0n8PKZcW0MNJO3fwx { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #u7hzRcX6gA3zCwC4c6mSvQdtCvfB9zxc { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QMnXasPcycQ4a9xX60R3KluHJ4BlMmNS { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TK9QlQd2vn1CqSH6fPpMe9Mtap556gfn { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bRR62yoqArpgPwxDvz093JPk9AMS9Ur9 { width:6.4375rem;height:4.5625rem;top:69.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ANFVAtk74VnmrCMEcv1iQteTxcxedTx8 { width:19.75rem;height:25.6875rem;top:46.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wtawGZzeBOGDaDZDwu7uTnRFREFr53Ff { width:18.75rem;height:24.4375rem;top:47rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #XOTeR54ABZhDm0Pf7N4B6ReX6LPPpsR0 { width:6.1875rem;height:2rem;top:67.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #obzFPnVV1KmBHcbwbvQ7GHJ9oUklMZsM { width:16.875rem;height:3.1494125rem;top:74.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tmbka3wmeaT6hQ0vX2MpGv7tcTV9nXF8 { width:18.125rem;height:18.125rem;top:49.125rem;left:0.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vmvq115P0JtPMPJUeZWs0lhQCz6EoLCa { width:5.9375rem;height:1.0125rem;top:67.875rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hsn6mbRL7rF4amaqJosUTc3rCHSJUQJD { width:2.375rem;height:3.575rem;top:70.25rem;left:1.8125rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t4RQtn7fAbGe64Tr9RoON2MlrfcATlGK { width:2.3125rem;height:2.1rem;top:70.3125rem;left:3.9375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cZMAqQOcvrOZIuUKGSA05fgKFfJTPyIg { width:1.6875rem;height:0.875rem;top:72.75rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OUmNzzRCOmomA3KwTa1KNKEJnuwvpgOT { width:13.5625rem;height:1.4rem;top:78rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #arwH2rcZLxDlpQgzEGId4n1M9FipvDQR { width:5.75rem;height:3.5rem;top:48.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x3uZdBK6EAkvWzV7tTQFXUUeVeSrxhdl { width:15.9375rem;height:1.4rem;top:80.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TzoemUJxTZHed0GkFXXor0R5lXtlhT75 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nUQZcLosT99f4v7ICLJyakkPTXs22l6x { width:6.4375rem;height:4.5625rem;top:108.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mS5UeXh4iygXP08tdUJkTVCSIQsFUuzf { width:19.75rem;height:25.6875rem;top:85.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wg8NqEMc3VmpnJ5dlBwVPtNLu406TIwk { width:18.75rem;height:24.4375rem;top:85.6875rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qJtzAbz5r3yOzyatyC1ZtXWSIGeHRCdq { width:6.1875rem;height:2rem;top:106.1875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CZFde7RqzxTM2nTciFWPlWzFdJbg9Tst { width:18.1875rem;height:1.575rem;top:113.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b7gIzaXRPxRmW9WstpgaMvMuOa8LxzoV { width:16.875rem;height:16.875rem;top:88.8125rem;left:1.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MofE3dlTBgTITvyfRorQzmXdF1ZfftOl { width:6.125rem;height:1.575rem;top:106.5rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nI1SQcVao8ETNfLyxJ3DpsZf3ALxwr6C { width:4.4375rem;height:3.575rem;top:109.25rem;left:0.75rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AmrQq16pPXbV2QBRRgDSzM2GX5uxXTid { width:2.3125rem;height:2.1rem;top:109.3125rem;left:4.75rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z7mKFhfXS4Z1BV0lpR0EpffXQTTHr2eT { width:2.4375rem;height:0.7875rem;top:111.9375rem;left:4.4375rem;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BWHOQHGdXzEmEKIziG2Ai6G1lw91Uqzt { width:7.375rem;height:1.4rem;top:115.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kVxMszBVdlaJU42J8n6cTlmCFOuSWLB9 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PD9N5xE28KmcHBHbwyhMcq9G2PDSXTOM { width:15.9375rem;height:1.4rem;top:117.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VczfmCLqTnzWbNbwm3VbcrPq5qRpkCv4 { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UIiIOHduE8Kgr3ahV5BZeeJr4i2hTlnw { width:6.4375rem;height:4.5625rem;top:145.3125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWvFXyoxmrtoRzIHGVPUO3XdHvpUxpld { width:19.75rem;height:25.6875rem;top:122.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DL2KsQF7bTg7daqZm4NpeGcqLdTJ20Rz { width:18.75rem;height:24.4375rem;top:122.9375rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zMgThz3ehdkbm9wfsbzqE76OwanGQu3s { width:6.1875rem;height:2rem;top:143.125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h2BobFb2IE6mcqMlyrorq2lgsaHm0TyK { width:19.1875rem;height:3.1494125rem;top:150.625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cRREuwUZIaT62m0aoRgW77MVnqD54lE5 { width:17.375rem;height:17.375rem;top:126.5rem;left:1.3125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VRnc9df0aFT5q9Mg3kXmUbK8W9gfSpKv { width:6.1875rem;height:1.575rem;top:143.5rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L0DvqTuq9THTPmvS2wHOrD2H9f1ucwxF { width:4.4375rem;height:3.575rem;top:146.125rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S6gSed3RfGtuTaZUQNJxNDIpu1ytFTs1 { width:2.3125rem;height:2.1rem;top:146.1875rem;left:4.5625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ObWlimdpH2KB2c3hWDTPrddyrTSQKtyM { width:1.8125rem;height:0.7875rem;top:148.8125rem;left:4.75rem;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xVItNHT9EH8NdT1gaVMc9FiQlOyI3JPq { width:13.5625rem;height:1.4rem;top:154.0625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZtKvNV4F2z1BoF37GwDCOJNli5ELpLQc { width:15.9375rem;height:1.4rem;top:156.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fdCAHMpKET8aC5TrUxq8HPd5WmwnCfVW { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { display:block; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { background-color: transparent; background-image: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row > .video-iframe-container { display: none; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt { border-width: 0; border-radius: 0; }#uRyS7reEkBHEA0Jp01FtZ76wbMAX9pEt > .row .container { width:20rem;height:5.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTT4XznHJPrmNQdoCGGNg3no5oxNwJ7 { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lX8qPW0g8Way3vgRB9lpP6Bcg98ci7tK { display:block; }
 }@media only screen and (max-width: 763px) { #HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { display:block; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { background-color: transparent; background-image: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container > .video-iframe-container { display: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row > .video-iframe-container { display: none; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 { border-width: 0; border-radius: 0; }#HL7RmNxMC2mG7tIzEDhcN0u0QTB8XCs1 > .row .container { width:20rem;height:151.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSV8NxOemDddsTx1pwsg7SNhPkt7ezld { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OZPc1oteM50MbLddXWI5cBx5S0KJkt4w { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #THf9asa59vDZIPoM8IUzFuezLPR6Cmvs { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bTT2KkHfL6IZv1iHh2XsuEmIPznJ5DQ6 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KTxZLp58I52bA6IZsko5EAyPEQFgZ2PA { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BkoCcOHSDgxQd1vtVWEPDqTxNUPzxfuV { width:13.375rem;height:3rem;top:40.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fFxlUxR4TU53DIHU4ZW3BCxMD2R9r9tJ { width:16.5rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KUZeslf3aw13l3Tl0Hy5B68X8BMxDbtu { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XD66zJ7Wd8zh8WQzM9Pb4Tc0X7JVPVxd { width:16.5625rem;height:16.5625rem;top:3.625rem;left:1.59375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BhESB35HruqGVxk78JmZWTaTlFEOmT80 { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TDxNI1KDdXUcCHtQIyqH3rXhnMbqBMKt { width:6.5rem;height:1.0125rem;top:22.1875rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #awAIhQCSb0g3TOd2xO4d14XtTvpAg79b { width:4.4375rem;height:3.575rem;top:24.707290649414rem;left:0.6875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rHJBXWpiTrHiyCBt9DTxykSeypPSQmDC { width:2.3125rem;height:2.0996125rem;top:24.805206298828rem;left:4.71875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfFTalCEKmZr48TKRqQ7qZvqWaCCgpdH { width:7rem;height:0.875rem;top:27.21875rem;left:4.8125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eL95a1nhv1UTgskUXE7ISWg8zptwCewf { width:13.5625rem;height:1.4rem;top:32.14999961853rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TgZM8tF91NbnDHRvRHpSM21Rd3KLSgeb { width:6.124875rem;height:1.5rem;top:13.4375rem;left:0.1875rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #WwEEXCM8V0e52CBuLyTTnSEULyahlz3M { width:6.25rem;height:2rem;top:13.0625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #da1mDJrTiZhgc8fzTCwUL2lmGz69fpCx { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KFKnhbCpuQTPZw4dkrt5gOiTMWJFxHz1 { width:6.25rem;height:1.5rem;top:14.0625rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #DRgBS0oTFNWl7EudAE1qLSm8iZz6FW4a { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wMDQ2d1hGZ7GDgMAErmFrLbQwRgxhL6x { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #wgUntsDgqAKbnmOTPq8PdOBgLBxOFXgw { width:15.9375rem;height:1.4rem;top:34.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UCMQJCAIxePceg5cGOVdNJuTTBgcAoTL { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #u30LnFwdO5xqr8TtOwMcG0nRTDGXIQ5g { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SwEstWkO9TAfdTCqzaeNVCtxPOTuGsJ9 { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #F7O5OGdZTSVXsM64FzwLbsyLDdvem9P4 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yleiOMD5PFPOtp4aghsamMbPkBIprDMK { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ntpuoeXkPTWV4uZxLTQXpdOH5w1lxHmE { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MfyVO8JeAkwOsJQZFdGuqbvt0xwsz0M0 { width:6.4375rem;height:4.5625rem;top:62.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H8uATXE3sJ42ohzB5581bQyiABfmOICW { width:19.75rem;height:25.6875rem;top:39.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NWGu8s8Q0vhaKqqNCNnu9gOFTcKJoynL { width:18.75rem;height:24.4375rem;top:39.8125rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fGCE3GBM2eLrzs9TTQLfvegT8u5nwdWI { width:6.1875rem;height:2rem;top:60rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pPcvRvRSBcTTlRDg9eEcbOa1Ti3ZlauK { width:17.125rem;height:3.1494125rem;top:67.375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OEp2fTaADrWThvVZh7VZCSfMCOAPF24R { width:15.3125rem;height:15.3125rem;top:42.1875rem;left:2.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mtflVrCMbyL5qqGGPl8BNOea2r6E30Zq { width:5.9375rem;height:1.0125rem;top:60.5625rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VI6qpwl7oWbionLxgGDUm68HpVzVd3kJ { width:4.4375rem;height:3.575rem;top:63.0625rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nGQcry6M79wD8HTKVNs2OItgTUZq4u8L { width:2.3125rem;height:2.1rem;top:63.125rem;left:4.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdaE2HVAw5EdiBaTdu8uSw11bv8l08kM { width:1.6875rem;height:0.875rem;top:65.5625rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pukuiTmnFK7QoWyOeBHWrNJFOeGdGr5T { width:13.5625rem;height:1.4rem;top:70.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Pv0RHfp2qLG6qdQrphmzTE817z4fxXtG { width:6.124875rem;height:1.5rem;top:50.1875rem;left:0.1875rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dR6s029G8CRmML5P4mOClgFQCQrnHTm3 { width:6.25rem;height:2rem;top:49.8125rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i8sAnTr63v1IR0NOPOBasdmqVm3PsO5t { width:6.25rem;height:2.0625rem;top:51.8125rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #z2tDle5R1WgAUh2QJkTos9X8nmkBxSIo { width:6.25rem;height:1.5rem;top:52.1875rem;left:0rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #SH2QeU7XuQnE2Fcc4OWawolkyXtL6Nwy { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #gXhBGkRNR3rgfoWBs4LNdysDoPxssgTZ { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #PVwWkz10eZ0eRWGcpe6OTN11q1g1xF04 { width:5.75rem;height:3.5rem;top:40.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WIMGAF0zhb4TGvgPw9ZM6eQmeIDuog2m { width:15.9375rem;height:1.4rem;top:73.625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #flKrk68o8maw6oWhPpNiP3vqQrCiodnk { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qkBbJU1sRDtZ4s0yc27oE26URnzkMQaL { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NUA9v5aq8GFxIDwP89AkksusT3VQQfcu { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #o5QiIbNN2vTsn4lzpDQ23GoWXLImqTkU { width:6.4375rem;height:4.5625rem;top:101.5rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ALOtyHzEDSIwfwBc56poP1GNFZchHuh2 { width:19.75rem;height:25.6875rem;top:78.215637207031rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TNiBOtxAXyEDXdrBiofVBOhWzRaKzM0R { width:18.75rem;height:24.4375rem;top:78.840637207031rem;left:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #O8dkLO7a77Q6aaSB0pCzsaM4C61Z6PWD { width:6.1875rem;height:2rem;top:99.3125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ss6BD8p5JCONLnqBOlRTXniSlgLWD9Us { width:19.0625rem;height:1.575rem;top:106.6875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iFtUeUpDGbRac2KTIfJw3tew0axcwV2d { width:16.875rem;height:0;top:109.46252727509rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #qTwfZEBt2Sr0ayC3SXZnqSfJwXgLft5I { width:16.875rem;height:16.875rem;top:81.184387207031rem;left:1.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #S1GWJvTGiHQROFAaoGtCPglvP0b9Z4nZ { width:6.125rem;height:1.575rem;top:99.649963378906rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WIEz3J7cxZOJ8ay1o7KEoOK9EvcuaCDA { width:4.0625rem;height:3.575rem;top:102.1875rem;left:0.875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PSthuHe6OJ4Q8g9bcwrfv6mEfm9y4oft { width:2.3125rem;height:2.1rem;top:102.25rem;left:4.75rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y4MJpyR3qMf7hkwVstnQCXHiztaOTa76 { width:3.5625rem;height:0.875rem;top:105rem;left:5.125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JVNVaJRmQDPSTFmCKsxnfnwKzCtzUiv1 { width:13.5625rem;height:1.4rem;top:108.28228759766rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GxLuV1eEAMTTuMWRpXv2M9ySZpBD4I2f { width:6.3125rem;height:1.5rem;top:92.1875rem;left:0.125rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #X7DetTbBSzkw717MA8uGzArQvdlMJuwh { width:6.25rem;height:1.875rem;top:91.9375rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SrNkVG1sJaJrpByZuyVpHpNqOHEOrSao { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JXfUXP4WHo1HDKqAeM9ffU4NIiqeSawz { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PoZZQTAqxWXP5bGuOelE7b0g0VLZFqqX { width:5.75rem;height:3.5rem;top:80.965576171875rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zDXM14vu1brrJKdKwzBztTdaDSVGenJU { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hPyT9fuwov5FONsTbXHnrmOOypcFkRXd { width:15.9375rem;height:1.4rem;top:110.84478759766rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qTMd0p14DZOabJ0ALiRAo4zr78ZypH7U { width:6.25rem;height:1.875rem;top:133.3125rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XzrmwqsQTg4qy71kHUPImM7rEVVZrkNI { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ic8CTE2cBMHK8apRJX8AUIpEvDL3DNAP { width:6.4375rem;height:4.5625rem;top:138.4375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8rgmDEiFcuDq2TBci5uQQ1wlc17GmhP { width:19.75rem;height:25.6875rem;top:115.375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eyIVsNhlknt2lkvZTzPTDMfGuwyeD56f { width:18.75rem;height:24.4375rem;top:116.0625rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #l7xi48mfXt2kLaOe50nT1xFS7ml5oO5o { width:6.1875rem;height:2rem;top:136.25rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #imdd3qkq1KIPUXstvkGRz3CK7vofmGK7 { width:16.875rem;height:1.575rem;top:143.75rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hTblcaBsKZczFOyRgT2m2AS3TIxd7bBd { width:15.5rem;height:15.5rem;top:118.6875rem;left:2.21875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NJtQd6I1L3zrry36kKMzTO1Rl9JMmCyn { width:6.1875rem;height:1.575rem;top:136.5rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xHXO9cmDayqf9PlUrs7quhxC5uINN9VO { width:4.4375rem;height:3.575rem;top:138.75rem;left:0.8125rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AUZJyNpMATLSoXOStEWDMCbizAKS5dPp { width:2.3125rem;height:2.1rem;top:138.8125rem;left:4.5625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qxdEZxwlCFHfT9RLJPTxRkT8pEb5dXCz { width:1.6875rem;height:0.875rem;top:141.75rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x1rd5eRQ3ui5pHKv8tePaqLRzmE46SgV { width:13.5625rem;height:1.4rem;top:145.375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lafCntFgnHCuoJifWSTObNX8laPd5KfZ { width:6.1875rem;height:1.5rem;top:129.4375rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #E52m2SB1aX1zH0dvOALDU020n7L7SuJ3 { width:6.25rem;height:1.875rem;top:129.125rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cVva77uMElXOzfTTliyaPt7GVoiwXrFE { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #r2dRDmtzc3nLxszXDkOivTsuTrRdPElM { width:6.1875rem;height:1.5rem;top:133.625rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TK4bNPyRPJPCB6k3KvpUUFfvis7KM9JE { width:15.9375rem;height:1.4rem;top:147.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OdSAfUOIvJb9nSTyxsGwUgFR4qhXTyXI { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #A5obRoJM0fd0RGJLNJ2iVMvrE1PXyELo { width:5.75rem;height:3.5rem;top:120.125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RqxSU6ckPmUSGDKlTOhcdxLaHB7e3WJO { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { display:block; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { background-color: transparent; background-image: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container > .video-iframe-container { display: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row > .video-iframe-container { display: none; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT { border-width: 0; border-radius: 0; }#bJse3BxGNbup8fKVAOzH9QomTEaLpbuT > .row .container { width:20rem;height:152.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrWzUtrpr9q1udiO3VNell0GTE9p6yUM { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WKqNlhZVOKZNAW9f4EO95FCK1Wtlwdw0 { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #p7SIsDrVgHGb12KIP34a5IhkfXexTVyU { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qVDF5qvuvb96cd0GZWmqweRUKLulFe8g { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hRHO7H5Z8gMSzXJEuhr7HIifsd9ApdCg { width:16.125rem;height:3.1494125rem;top:28.999938964844rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mzzz1HwxhdvLTBcKgppww9O9P1Omz97G { width:16.5625rem;height:16.5625rem;top:3.6875rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EMDioJGK6cy3OFlWt7xGX5Zy1V7y4UWL { width:6.5rem;height:1.0125rem;top:22.249938964844rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NprhpTT22WFvLuTKq6HqR0pxnMnrm9P4 { width:2.75rem;height:3.575rem;top:24.707397460938rem;left:1.875rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t4qJ61flwtu8TTpgAuFwm7mC9ei0uXW9 { width:2.3125rem;height:2.1rem;top:24.805206298828rem;left:3.9375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XWhJDLSq8qVobTe7GKK2361WBTC9KZbu { width:2rem;height:0.875rem;top:27.174975395203rem;left:4.5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hs9BhsTgP2wuEXuHUKazzZxDfqzTU9TF { width:13.5625rem;height:1.4rem;top:32.274963378906rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cxUtN9BWJO6ZS1THSHNGdLZPh20RAFbd { width:6.25rem;height:1.5rem;top:14rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k8Zo02KyGJnMHkfMPNl72LZcwG16n4Bw { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O6tMC1p7UubM1AMJHun9BKWW5NwITFq2 { width:15.9375rem;height:1.4rem;top:34.8125rem;left:0.59375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yZqTD1faTkbVzfJmUmLC7QrdW5k38QcT { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #A9qvdE7LgXUFLAPkxK1qxUPTfhT2Tp4B { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DDuQcBHH7UyKEWHTx7exVuz8H0kRy6UA { width:13.9375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EJKIO7TrUuA977H1EClu5WosmVfsrkha { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #f9e6q2IF8dg9bKcRbUaCXuRthImzlJlB { width:6.4375rem;height:4.5625rem;top:62.6875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SQdDOl3ymTB5pSliE54hGoyPkDs8lHE7 { width:19.75rem;height:25.6875rem;top:39.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hLeDtBy8fRwByZasB0h1TVSTSQLpuaCw { width:18.75rem;height:24.4375rem;top:40.3125rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EnS74r5lPwf949xRpAAn2IWGTb6nLKWH { width:6.1875rem;height:2rem;top:60.5rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kRTdmCMr2r50qTbq1nowRw0uzTZJS5u0 { width:16.875rem;height:3.1494125rem;top:67.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XI4Bly4pxuaNV6azAHLpTZV0a5OlvbSx { width:18.125rem;height:18.125rem;top:42.4375rem;left:0.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XR6hQMT4d2ULTvvdvdgZ712kN576ByUV { width:5.9375rem;height:1.0125rem;top:61.125rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qFXV0414CzwX36BalIIHaqDwV7m491wI { width:4.4375rem;height:3.575rem;top:63.5625rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PfLHK1KPmB4Xe6IQo2F7R5KlO0c33lFo { width:2.3125rem;height:2.1rem;top:63.625rem;left:4.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8R31h4vNdK6IPDvnTmyBhfoW7goGyw { width:1.6875rem;height:0.875rem;top:66.0625rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JvDuPwLCBZuezopbkLqJ8LXvf6f5x3qR { width:15.9375rem;height:1.4rem;top:72.1875rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EaXwEPmaR9ywcfVfdehKUr27yDWMGXim { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HQ6Mxs8ADqo1qXe9ZVfhG2HsmC9Fu7Z0 { width:6.4375rem;height:4.5625rem;top:100.0625rem;left:0.875rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PfOlAaBFRqFu0ys8mnmf8cS4bUq4VAgR { width:19.75rem;height:25.6875rem;top:76.75rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RhNNQHMkHp9k6qNDMl1JmVh96VfKCGi1 { width:18.75rem;height:24.4375rem;top:77.375rem;left:0.875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fxy2ygfDCmPdROR3FpntOWFQAfgLkUvn { width:6.1875rem;height:2rem;top:97.875rem;left:0.875rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #l5Sq1I59x6TlZfFSZQ3cVO4a3kLpeQLB { width:18.1875rem;height:1.575rem;top:105.25rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zE5whJbvvp3baR6VoqciObKh7EWpPqM0 { width:16.875rem;height:16.875rem;top:80.5rem;left:1.8125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aO7xfVeaVAw9J8i2J8RISSQiD28IMk8P { width:6.125rem;height:1.575rem;top:98.25rem;left:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sBox9DT9331M2FsXPaZ0D1GvgLh2r1gc { width:4.4375rem;height:3.575rem;top:100.9375rem;left:1rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPsAFgoA6TGXK63Jxk6b7r7rEhh5Qthz { width:2.3125rem;height:2.1rem;top:101rem;left:5rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #clcHkhmg57T4HBttauZ4UrD1QvtnTAyS { width:2rem;height:0.875rem;top:103.48748779297rem;left:5.6125001907349rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FQgmxrTXfI6ntzoyKkdmWDv8yXJQ9HOM { width:7.375rem;height:1.4rem;top:107.0625rem;left:0.875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wbSaT9siRioa585aqX5hN2txv1kGgsrI { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zFLRTsgXpRSCPp3V60XSwUdREegdTIPm { width:15.9375rem;height:1.4rem;top:109.8125rem;left:0.86250019073488rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xkb5MlFuLTiZzUHZsxlV2dV2T4Xac3rd { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KdETHI5CxXKGsUFpyB5TGOZ8D0AmNaE6 { width:6.4375rem;height:4.5625rem;top:137.3125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3mwV0tbPRVIzf39f8b9Gc7JIa9vTO6p { width:19.75rem;height:25.6875rem;top:114.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdresZIAQlR5vrO2brg3n6zzGfi2Tfo { width:18.75rem;height:24.4375rem;top:114.9375rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #k4N5GHOB97JT0UEzR2EMsJ7TVtMiihRL { width:6.1875rem;height:2rem;top:135.125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G9fd5cqOZIbhOPeMSia0M3AwpkamTdfM { width:16.875rem;height:3.1494125rem;top:142.375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lsFpopTvDyHsf1Wk6zlXgFCiZElocaVr { width:17.3125rem;height:17.3125rem;top:118.5rem;left:1.3125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FEHHI4UT6MV6JuLvV2W9CzUuQ93ABatm { width:6.1875rem;height:1.575rem;top:135.5rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qop1Vruh3KLol5LlGexIBNpUZneeSFnr { width:4.4375rem;height:3.575rem;top:138.1875rem;left:0.625rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TRCyAhfM2TWIxvKoSX5CT5wTpLw7Tn1J { width:2.3125rem;height:2.1rem;top:138.25rem;left:4.5625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KceRKErCkOJC95aJSGi2pmiIPdun55TD { width:2rem;height:0.875rem;top:140.5625rem;left:5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JN3Mz3xT7hzy4ilmbhTdTHbTRTozOxl7 { width:13.5625rem;height:1.4rem;top:145.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qgg8sALiMEVLysyoeCBfalMCcQTXo9Lx { width:15.9375rem;height:1.4rem;top:148.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mtOmy1SyJDQ3L6UHLIyJHtIWvTTIsFKT { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:20rem;height:5.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz { display:none; }#P4IUiJ1t8fqGo2hNxSU4dHAXKcNF5Miz > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMS5uNzadLWMfviTe66uOumyVoPvpsrH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e557728-7bb0-4b27-9fe2-903b777bf475/bg_red.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH.adaptive-delivery-prevent-bg, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyload, #TMS5uNzadLWMfviTe66uOumyVoPvpsrH.lazyloading { background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { background-color: transparent; background-image: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { display: none; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { border-width: 0; border-radius: 0; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMS5uNzadLWMfviTe66uOumyVoPvpsrH > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:20rem;height:45.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { width:20rem;height:43.75rem;top:0.25004959106445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:20rem;height:17.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { height:10.0625rem;width:18.1875rem;top:3.28125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWO8xpQE9Q9S9B9Z1ni0OhCqP3O0Qdd { width:20rem;height:11.875rem;top:2.375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfDAdfTI2RtFzuIaNb6IgPoDnJrfBKG { width:18.875rem;height:10.6875rem;top:2.84375rem;left:0.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;display:block; }
 }@media only screen and (max-width: 763px) { #c2xBVblpF3rmUqZmo83WqUQmQ2T6R48Q { width:6.1875rem;height:3.5rem;top:12.9521484375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NegCiEt3RNow25SrnpI6MwiHpcQrzmAl { width:20rem;height:2.4049331963001rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { background-color: transparent; background-image: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row > .video-iframe-container { display: none; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { border-width: 0; border-radius: 0; }#fC5guEzDJVkrveRNDpV7ldi7aaksn6Vs > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLgRUkIFFhz6KsEUxSRmcESuN4FhB3Cr { width:18.5625rem;height:10.8125rem;top:2rem;left:0.59375rem;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rL4qfaXy9TVEkvXoB8OvMof36ZP0Cnsd { width:16.9375rem;height:2.474975rem;top:15.3125rem;left:1.53125rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:.9;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #TTFQmsseS32MmRUumVUTV3PadCZVtcOe { width:18.75rem;height:2.5996125rem;top:17.787109375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;color:#f0ca8d;display:block; }
 }@media only screen and (max-width: 763px) { #HyRyCSdq8XiTZPubN2sJU9gRgSMsQnCz { width:10.1875rem;height:3.125rem;top:21.96875rem;left:4.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xZW8mhiBlHg5WIqIqLrg8xm9vbs0Qeu0 { display:block; }
 }@media only screen and (max-width: 763px) { #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa { width:19.75rem;height:26.0625rem;top:1.25rem;left:0rem;background-color:#a50b11;background-image:url("https://images.assets-landingi.com/uc/393012b7-5f24-4c86-9937-266d70b6703b/bg_red4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }#OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.adaptive-delivery-prevent-bg, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyload, #OGwyTXzJmRn1XD78AWXHGLIFeHBy0rJa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BrEH8RyHW0qU7ROKPDkizF0PLm9ZmzOn { width:20rem;height:0;top:30.1933625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:.9;color:#ffd5a4;display:block; }
 }@media only screen and (max-width: 763px) { #OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV { display:block; }#OGkT4bNe7R3d3RMcwkfCbMemV8BLIPmV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t { display:block; }#UfFpIHpIA6PB7Bpg9oaXSXeDe3381T6t > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJc1iVPzgTd6InwJkcpLie8A109p7nTC { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsgJymirud78X8ZX1eN7CgCmze0Byql { display:block; }#ZMsgJymirud78X8ZX1eN7CgCmze0Byql > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmVbxgFhKazLl4nP5ZTHTticv8XrJEX6 { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW3sIQfT97GMAgdcHlCNdqKsIFMR4NoC { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBHyLCPuusCEPNh2fEhCFGMZ7gM74CUu { width:15.3125rem;height:1.4624rem;top:20.64453125rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN51I9KfgqNKuupDeX69glihZ3JVVMcT { width:19.75rem;height:26.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFd4GnoUdT8FOWb4JUiqaqcolsiMMpKO { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3zXuDTQ0HOOD3ZuCwNcRd6e7bS0AT7 { display:block; }
 }@media only screen and (max-width: 763px) { #nd4o89Fuh52JQPKBr5nTvJEdI6Gcm7dH { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb { display:block; }#riSOdehSBP9XnXqTkHBfO5G9MZKSoPhb > .row .container { width:20rem;height:108.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW481O5S1vyf6VGW3UiUBrsy9zOXaJb2 { width:19.875rem;height:106.375rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST79W6nGxGf7dig6ECJ4lEB1tSu1k0a { width:17.75rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSM3VOJXzXgXQilBNTuTOQPBT9G5nmV { width:18.4375rem;height:18.4375rem;top:84.701171875rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yCJd4lMbR2qvF7Sp8c47xwuOuzZ6h9is { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 { display:flex;width:4.25rem;height:4.25rem;top:91.951171875rem;left:8.125rem; }
#fPfTN8lQB9hGGSl7aJzIedsOqc2kVTy0 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #bO9TVHSRiUusGErhbSaW4ByxrIkrNMFn { width:17.0625rem;height:1.4624rem;top:5.2373046875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLawuM7Rso4OrziFCB2NEXkguMu6qdbW { width:1.375rem;height:1.375rem;top:8.150390625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL2srZFDhpWHOQS2BB8Xg4LGDQTGxhBh { width:4.375rem;height:1.13769375rem;top:8.39453125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5b0lsz904onPTWOMkXM7IL2CuPycBH4 { width:0.0625rem;height:1.625rem;top:8.013671875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91TrJ4fz2vEGmhxQ7mmTnsTxoWI5JVp { width:1.5rem;height:1.5rem;top:8.150390625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dPe13AWnszaqdBdPQ1uoHmh3P3JFBT { width:4.0625rem;height:1.13769375rem;top:8.388671875rem;left:9.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEJhIdsF9WTW6TAehwZIAD0qCdXA0PON { width:0.0625rem;height:1.5625rem;top:8.013671875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQhox5VPn8SHN4F1zwvyUeBmmsTzLF6b { width:2rem;height:1.25rem;top:8.275390625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGDw0Hfo4p2UGmpQFWxXw2GQikGg41ym { width:3rem;height:1.13769375rem;top:8.388671875rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK4Uq0a4VcLtNbRPw1pPT5i6EregvNta { width:4.6875rem;height:1.29980625rem;top:11.513671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBoobIl0xIxB9WTeyUm8sFequIsIc0E { width:18.75rem;height:0.0625rem;top:13.451171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ { width:18.0625rem;height:11.94825rem;top:14.701171875rem;left:0.9375rem;font-size:0.875rem;display:block; }#Qp8NOLxSEzDhHpyUL6T0xm7Er1vK78mJ li:before{  }
 }@media only screen and (max-width: 763px) { #C4UwcgTLZiWqucPv7LvTg1QvvLDTANqu { width:17.1875rem;height:1.31286875rem;top:27.8994140625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E { width:18rem;height:9.223625rem;top:29.8369140625rem;left:0.9375rem;font-size:0.875rem;display:block; }#GJJJTRreJo4CoNZTNqih8B3hFhFlCe3E li:before{  }
 }@media only screen and (max-width: 763px) { #hpHl0CAlqKAaIeJLFsSV5CmlRyWFDN2V { width:18.625rem;height:44rem;top:40.201171875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VTGtCbUPst5a023eWdfpJrSPZDKkpMud { width:17.0625rem;height:1.29980625rem;top:41.263671875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO { width:17rem;height:40.0625rem;top:43.1884765625rem;left:1.5rem;font-size:0.875rem;display:block; }#b4FEVNocIrcOqx8HA4z85nLTnPn6SuqO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ioWW5pdTv6mV5Ke5LCPHHQvNcyrgMnTl { width:16.125rem;height:2.8125rem;top:103.388671875rem;left:1.9375rem;z-index:15023;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #K0EE2T54y9QFxRPFkagTCaGvxGq4IJ3M { display:block; }
 }@media only screen and (max-width: 763px) { #vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM { display:block; }#vaTIP0ANlVt4TLUdVcqz5K81Tmnsw6CM > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS1CxCXzWmTHy5FkkTAcZRs2Mokx5vMJ { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF624H7Zdt65LvlI6z9Znk2O7laaSadq { width:16.625rem;height:7.5rem;top:18.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbuSoT66ZNwRmTkNcToXKS5wFPKHnARM { width:15.0625rem;height:2.925rem;top:19.875rem;left:2.5625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K9aPoJWtDuQnSDoDQHNPRKvFBX4riMvW { width:19.6875rem;height:26.375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3mu9IgrmXzQIUOnnoF0tHdK9iQrWvaT { width:16.125rem;height:1.6875rem;top:23.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Dvo5eBE5kUB53QiUbTmTKVUfX71zK1 { display:block; }
 }@media only screen and (max-width: 763px) { #JzwhQffbwHw7flLRWRhEanZBXr8U54G0 { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S { display:block; }#KmTqoTPJAdehlTfcpTtXH9tya6QEZy4S > .row .container { width:20rem;height:111.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9kMPJJ0hlCbUv6TP5WSgZWiiaKGKL3q { width:19.875rem;height:109.8125rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zTdw5mfhUQcGfxUJllVRodwvN7c1fbTQ { width:18.25rem;height:6.3369375rem;top:1.875rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4iFGLQBLCiVy4TpU2TRFTsIp5khFCsF { width:18.4375rem;height:18.4375rem;top:87.9375rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tLQkNy9NzoqWxpsKXEX3nSvkoITlQCoa { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi { display:flex;width:4.25rem;height:4.25rem;top:95.1875rem;left:8.125rem; }
#Es4oBuQDTfqAdBdbK6TzP78yFkC1QNhi > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #BBw9scGeDtLXgW5obrT0gbtPUbZk8iZk { width:17.0625rem;height:1.4624rem;top:9.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNw2CGpZWayCz1IbEIRTE4BEiAgwEZt { width:1.375rem;height:1.375rem;top:12.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWiu1vXPR0GPRxTTZdUlTgZIIKHGmmy { width:4.375rem;height:1.13769375rem;top:12.5rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KloZfzTg8otbT3oBkiQlb0C7xMo4eG { width:0.0625rem;height:1.625rem;top:12.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTEqsxC5cun43Hen3qEO25PynqTyVvS { width:1.5rem;height:1.5rem;top:12.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGw0fNhMng7pSPfJsRubEUtGhJBMgSq { width:4.0625rem;height:1.13769375rem;top:12.5rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNQFUuhexhwAuXROD8m9xuRQsuLvTiZ { width:0.0625rem;height:1.5625rem;top:12.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6T0xPVLOTfcpuRGINS8edJxRyATswfR { width:1.875rem;height:1.25rem;top:12.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STh6amwn1x3QMxiQROCeqQ7BpWJLq9eP { width:3rem;height:1.13769375rem;top:12.5rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us3hcLSdJfQiknHF4zobXuhD9xBhhzX9 { width:4.6875rem;height:1.29980625rem;top:14.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KridIE1cCGWu6HXmi2vEMAdk66ThNyP7 { width:18.3125rem;height:0.0625rem;top:16.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvJh7d8kKtPopnvTO3NTUtJyiNOMTSA { width:17.1875rem;height:1.04980625rem;top:17.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT { width:18.0625rem;height:17.0849375rem;top:19.4375rem;left:1rem;font-size:0.875rem;display:block; }#vKH0aigUWtaPSxgwgP2HTKfVlWVcHUPT li:before{  }
 }@media only screen and (max-width: 763px) { #hLyvzwTpu8JfoZaha4tyMWk5c9GqL7Im { width:18.0625rem;height:1.04980625rem;top:37.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 { width:18.25rem;height:7.8613125rem;top:39.125rem;left:0.9375rem;font-size:0.875rem;display:block; }#L0GBbxVhld6K41p7EpBPOVRpaM1VEIu4 li:before{  }
 }@media only screen and (max-width: 763px) { #bfzWTqgtezVAov3Ktu3VXgIhDM8HMzOC { width:16.625rem;height:1.04980625rem;top:47.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy { width:18.6875rem;height:2.0996125rem;top:49.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }#RuRdQ3ZfTfah4TSHz8CQOWqCp3fcA1sy li:before{  }
 }@media only screen and (max-width: 763px) { #JloRPh0hWVAwPzsS5SNC904Al3pv5JAn { width:17.0625rem;height:1.29980625rem;top:54.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH { width:17rem;height:29.0625rem;top:56.375rem;left:1.5rem;font-size:0.875rem;display:block; }#sS0JpcuIzPCrtbohU79Lp3Bmqy3GSpMH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Z3usyDaghO76Qpnx5T3ISh3i83H2AMRf { width:18.625rem;height:34.125rem;top:53.3125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aBaNKrPfUUbeHNq2JcN39GmG92IT77CH { width:16.125rem;height:2.8125rem;top:106.625rem;left:1.9375rem;z-index:15024;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #PvfPvs8h2O4yZSm5TO1z8TqRtw8LTkEy { display:block; }
 }@media only screen and (max-width: 763px) { #k4HCIO2XmVyl60mskQXgD9WnpSfttzUi { display:block; }#k4HCIO2XmVyl60mskQXgD9WnpSfttzUi > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqMVu98QxtcpTWsHb6uqg9oMouw9bQt4 { width:17.9375rem;height:8.875rem;top:16.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLc5rVRuU9R38XgJlDPD6ikXclt6rSc { width:16.625rem;height:7.5rem;top:17.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZS8fvJntxZTcOcUXeRgx0WZuligTZP { width:16.625rem;height:1.4624rem;top:20rem;left:1.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tNGcBZdCmVL3wfn54867Al9KDhEz7085 { width:20rem;height:26.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3bMeW0A8EKbraKJ3vRs0imP1T00KSF { width:16.125rem;height:1.6875rem;top:22.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3cin4LQ7IFqlIA8o25JgQrxtqnAcxP { display:block; }
 }@media only screen and (max-width: 763px) { #bZXrnH5K1aEBRix3gcM3t5PxdTat1BKR { width:0.75rem;height:0.5rem;top:23.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv { display:block; }#dNFK23QAUJQu1h6BvdxTgyOlLRcD9wDv > .row .container { width:20rem;height:142.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qerpZ0C3m80DxRd5x4uSTRJHdS2GSqQc { width:19.875rem;height:140.6875rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #s9G2gKMgbEG20srLKUdAO8bO0VNA6hXq { width:18.25rem;height:2.11230625rem;top:2.486328125rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTvvt6iEEpTPRTDWM4aTzod8TGBB02T { width:18.4375rem;height:18.4375rem;top:118.875rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hlnkDCenSikaiThVVT9zWdN77ceBBHuy { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 { display:flex;width:4.25rem;height:4.25rem;top:126.125rem;left:8.1875rem; }
#uHpC0OP2TitpznqktT5NaVIaVhvx8Tw6 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #GsRXBMwvQTizPgUi2VL7q3wyiAk1Gn0W { width:17.0625rem;height:1.4624rem;top:5.3486328125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9CFB2ky036TxfbhA8VAAQeflDT5zTk { width:1.375rem;height:1.375rem;top:8.26171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxWUDJCar94ZJ6DFIQ7OJaHqvMR8eaA { width:4.375rem;height:1.13769375rem;top:8.505859375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtN9pmC4we87ZRAQLioXdq7QatbnpdQn { width:0.0625rem;height:1.625rem;top:8.125rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RMn0RKCZr36d2V8xBqrmfJ5Ih2qT0r { width:1.5rem;height:1.5rem;top:8.26171875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXV35nehCaqD4KhMq3eE9DmPe604TgLa { width:4.0625rem;height:1.13769375rem;top:8.5rem;left:7.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlDwABKUx2hgGU8XZJ5XDFau2ytGgX4z { width:0.0625rem;height:1.5625rem;top:8.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDW3WFKHzqtTn9ZEfGACwKmNnfGnDQ1 { width:1.875rem;height:1.25rem;top:8.38671875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHhMP7BoasdMCGPK9E29tLeQ73G8CNc { width:3rem;height:1.13769375rem;top:8.5rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOVk1IagcK4wN9WSlcCWtTEQqesynP5m { width:4.6875rem;height:1.29980625rem;top:10.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwVkMZHVsdiV7AVfWsJ2Z1lbngksMsDZ { width:18.3125rem;height:0.0625rem;top:12.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S05BthfLvxyI3XbFZx6WuJ07EJyputRx { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #maX923qrTeKWUa2bVmmX0iXECfdW4nuO { width:18.0625rem;height:3.7744125rem;top:13.5498046875rem;left:0.96875rem;font-size:0.875rem;display:block; }#maX923qrTeKWUa2bVmmX0iXECfdW4nuO li:before{  }
 }@media only screen and (max-width: 763px) { #eGdvEU6XrMo9ATfSTG02FG6IDHKwvyKF { width:18.0625rem;height:1.04980625rem;top:18.3212890625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8emc30wx1mn3KTonDKpqufuVMoevcC { width:18.25rem;height:6.499rem;top:19.99609375rem;left:0.9375rem;font-size:0.875rem;display:block; }#Ss8emc30wx1mn3KTonDKpqufuVMoevcC li:before{  }
 }@media only screen and (max-width: 763px) { #vOl1xJPNVsJxiJc0Mn5HJ7wZvOXcxJB1 { width:16.625rem;height:1.04980625rem;top:27.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh { width:18.6875rem;height:17.3974375rem;top:29.0498046875rem;left:0.9375rem;font-size:0.875rem;display:block; }#Rg1XklwBlGsMI3kUXBmrKCarb60UQHNh li:before{  }
 }@media only screen and (max-width: 763px) { #W3TaMN3lJyvvyqCrIw3QmXsDQ8EkPhxb { width:17.9375rem;height:1.04980625rem;top:47.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK { width:18.3125rem;height:11.94825rem;top:49.1123046875rem;left:0.9375rem;font-size:0.875rem;display:block; }#JfN8mrrcA4Va6ONRSvb7X1RCBOi3cpwK li:before{  }
 }@media only screen and (max-width: 763px) { #If0BaMdZ9VhTi6JIxoSyRc6mRqQ4fGXZ { width:17.8125rem;height:1.04980625rem;top:62.0625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK { width:17.625rem;height:2.4121125rem;top:63.375rem;left:0.9375rem;font-size:0.875rem;display:block; }#o4rVdz1oM33fPubVzA3iW0RZ3Mh7yOzK li:before{  }
 }@media only screen and (max-width: 763px) { #K8Laa5Vy0rdRzTw5wnLDr3279Qi7vxEy { width:17.0625rem;height:1.29980625rem;top:68.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK { width:17.4375rem;height:45.5rem;top:70.9375rem;left:1.0625rem;font-size:0.875rem;display:block; }#heLv8GTkmCqBMMIIsAwT8uZ2pNu780iK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #QpO9x7fhHiL66Q9i4GHVSDqSIGyvADwf { width:18.625rem;height:50.875rem;top:67.3125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Voe8KAESggaAyExS3fTDf1GFBdMv7yML { width:16.125rem;height:2.8125rem;top:137.5625rem;left:1.9375rem;z-index:15025;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #oLZg84AtTH6P3HDDNL9GEDyk7VJ3rRuk { display:block; }
 }@media only screen and (max-width: 763px) { #uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp { display:block; }#uGR9Rb8TLPuEOcTrax488q1EvRrtKdHp > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gru84A0xp2TN14HdRI9ZIpI60R3PD4Ur { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHbmWJ3TBnCCBpaRbPcnv6nsT8QNiVVp { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE5CT4FfXVm86wc49ImZU7KXSFGKA8cT { width:15.3125rem;height:2.925rem;top:19.76953125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw681JgTZ1GvQo4UAXHpUd9wzzGge1E2 { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAzN9LZkJvUuUfM1KuHADEcvAtm7gFqI { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo983m7VELeQbMpb5NHzJ5Nz792xE0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #FKHTJJUJwdzIgv8nSg6ez4l64ir4Xz4q { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T { display:block; }#p3uO0pkm6bHQ98Se3tzZ0Pvsh1smIp0T > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmEffPkXumKf5TlC5fwwiV5c2duMVwX7 { width:19.875rem;height:84.0625rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KrMJg5lMByWAdr49TTIuRzFd16tT5NaH { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzKTlCeywuNIw6Lgi4nv9Vlvn5f3G9eH { width:18.4375rem;height:18.4375rem;top:62rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dTLNO4U9RuvODTnS0Aw6vSwFblwq6TNV { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vo4o6QDWFreWZ8TdznlZosUzxImMHKJx { display:flex;width:4.25rem;height:4.25rem;top:69.25rem;left:8.125rem; }
#vo4o6QDWFreWZ8TdznlZosUzxImMHKJx > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #kR0WnNdTAKwBv0NxXg64exPTk63J3OcC { width:17.0625rem;height:1.4624rem;top:7.3125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8fq4XdPa8D07COQWEg4mbxZKfPSKHa { width:1.375rem;height:1.375rem;top:10.380859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2J2QMcV1gDUPer9Mbe5r4nTavFgzPqQ { width:4.375rem;height:1.13769375rem;top:10.5rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMNLTnbVlRqohVtKrIeR17UeDuaiTlK4 { width:0.0625rem;height:1.625rem;top:10.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okcp0tOeDHI5f742ZFZuItzzl9Cyt3uF { width:1.5rem;height:1.5rem;top:10.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JTNTntTGhV7SKh2LZLkoMEAmv7ygd6 { width:4.0625rem;height:1.13769375rem;top:10.5rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHA6aZyqm2hCu5I0G3sr7i7EqAlqCJPq { width:0.0625rem;height:1.5625rem;top:10.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SypiXTStMenyROnxkWSKrgkasimJ8m1C { width:1.875rem;height:1.25rem;top:10.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwIxI0NVpAcpeqBM65aZAR8IwVuViwv { width:3rem;height:1.13769375rem;top:10.5rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwnrpVOAti8QVt4teywJTNrQySCdwEoZ { width:4.6875rem;height:1.29980625rem;top:12.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9QiA5xQIZFOwt5ZIiZkDyT3J4GUmQRA { width:18.3125rem;height:0.0625rem;top:14.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srF4CPnGbJoyXombrUSOSLPLqhsgW667 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T { width:18.0625rem;height:14.672875rem;top:15.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }#G4ToPZ7ewJg3gRh0shBb9MxLHfDRAU9T li:before{  }
 }@media only screen and (max-width: 763px) { #alULufu3BGWgQuEiKr8AWupmRZZ6lE4Q { width:18.0625rem;height:1.04980625rem;top:38.6962890625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 { width:18.25rem;height:6.499rem;top:40.37109375rem;left:0.9375rem;font-size:0.875rem;display:none; }#sIc3nS7gooi6gDJTPMiRH2JKdzBLpic1 li:before{  }
 }@media only screen and (max-width: 763px) { #uWgkSN0DZw0bZzThXaAIR0k04dQ0is5Q { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1FMVX4maT5HciwoehkgM5ktEKMbT2OE { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#A1FMVX4maT5HciwoehkgM5ktEKMbT2OE li:before{  }
 }@media only screen and (max-width: 763px) { #eiLPcx85gswq6GaLNKxkgOnzmRIFGcN6 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#qUI8JFKBXNyKoKryoUfw1E3oKmkQUL6z li:before{  }
 }@media only screen and (max-width: 763px) { #uTAro2TTLoxThR7KAh9evW3s8amTMBQ9 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#Dy4l1tKfhy3T9xymVsbCGhtbuleUhUhB li:before{  }
 }@media only screen and (max-width: 763px) { #kkV5J8umpLQSkeIdOl7m0QTrZEr2J17O { width:17.0625rem;height:1.29980625rem;top:32.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh0FxB3gK0giZ21TImFMxHJLnUtOolMu { width:17rem;height:25.125rem;top:34.875rem;left:1.5rem;font-size:0.875rem;display:block; }#oh0FxB3gK0giZ21TImFMxHJLnUtOolMu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #wLB6m443TKkax3fvPaxNZbFNs0Vsq9S5 { width:18.625rem;height:29.625rem;top:31.6875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dJg6FrTqAUMse1GZNmD1A15C1Phcpm0K { width:16.125rem;height:2.8125rem;top:80.6875rem;left:1.9375rem;z-index:15026;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #zAInwWzDEIOtZ2TJ1cZIkaLntlkerCfU { display:block; }
 }@media only screen and (max-width: 763px) { #NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 { display:block; }#NuBNPNqFL4ZA7odT2ZnHBvT7CQokqM27 > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbBZW6iEAm3g3vvoJdvHpA9pLo3DTFOL { width:17.9375rem;height:8.875rem;top:17.65625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpokwh7CB5L8EfKD8UbsgJEtLThf9b6T { width:16.625rem;height:7.5rem;top:18.21875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSnuE6lNPsyt1fOKBbdsTrgBJIvnkXy { width:15.0625rem;height:1.4624rem;top:20.78125rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q3Xx0e8cATdUqNc12ATDmyPFPn2PgJZg { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfxBT0O2AWh6HTFkDfRLAKwD2JnsiFOC { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q793Lm7iRbJG7QG4Z7MRMgWgVX3vKJQK { display:block; }
 }@media only screen and (max-width: 763px) { #RTs8hNrte4IK6gtguZyRZ0rf0T28Bo6O { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci { display:block; }#y3i4KRJ0T7fvTnHbTZl25ZgPJW5qv1ci > .row .container { width:20rem;height:97.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7LtpRz6ZrwH81bAEDhCxBS65PTLfOzz { width:19.875rem;height:95.6875rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ab7FBaeopt48v8fXG8g0TSfflvnR5HJy { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdLXsckZLw9K5bknZHPJ0N9AkPbFgGy { width:18.4375rem;height:18.4375rem;top:73.888671875rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oXhOlME8Pq4w4AtxeFAilg6pNdQGGkiT { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWwL5HimAqCEO84bxEiizlFotzgwVEkZ { display:flex;width:4.25rem;height:4.25rem;top:81.138671875rem;left:8.125rem; }
#tWwL5HimAqCEO84bxEiizlFotzgwVEkZ > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #xMr5DS35TK8wo5NmApB7MGiXxffCx3Kw { width:17.0625rem;height:1.4624rem;top:5.326171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBf9FgTIZLynamqzEqwKCC8OkvliM9Z { width:1.375rem;height:1.375rem;top:7.638671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoFktzHzGVNa97MX4vBCCqMCGJchR5Cp { width:4.375rem;height:1.13769375rem;top:7.888671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTnnRGWLPFX6emXJXWHaabwCtlHlanO { width:0.0625rem;height:1.625rem;top:7.513671875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPWwB58y5PNDa9nHrTSx6ascmqbD77b { width:1.5rem;height:1.5rem;top:7.638671875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LLXebszQS6HBeUlcISvUiLo4B6FbW7 { width:4.0625rem;height:1.13769375rem;top:7.888671875rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvHCT4SlDgrzUosq3PHsWc5hVlmle6Nf { width:0.0625rem;height:1.5625rem;top:7.513671875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4NzDrGXZ3bPWAWt8PsOdat4RUqKELZ { width:1.9375rem;height:1.25rem;top:7.763671875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5KUi2x1kNIBCUMBOBKq3Q9cmcTghawE { width:3rem;height:1.13769375rem;top:7.888671875rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64OiHBnf5lL4qeInka5iiNRE4fATdu3 { width:4.6875rem;height:1.29980625rem;top:10.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPtKq9z5tZ8TkbeDTcTMFuIQ2zsDzVqs { width:18.3125rem;height:0.0625rem;top:12.263671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwz6zMfei4bSpQG8oJrVq9H8ihAzBwm { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R { width:18.0625rem;height:12.9980625rem;top:12.951171875rem;left:0.9375rem;font-size:0.875rem;display:block; }#qqy7Rx1dG7pk3t4s4a49tST55BAwcg8R li:before{  }
 }@media only screen and (max-width: 763px) { #nC3qKE1ORNhmpI87OvaR7tX7Hi0IBPiL { width:18.0625rem;height:1.04980625rem;top:38.6962890625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ { width:18.25rem;height:6.499rem;top:40.37109375rem;left:0.9375rem;font-size:0.875rem;display:none; }#ZWEvTT5sigVTu3zWDuCseP9K05GeVZoQ li:before{  }
 }@media only screen and (max-width: 763px) { #PorxHIthevoLtNbWVLK0fH5V94l1pTVn { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6LS87T2EN6vWVRyNXHt21PhVrObRU3B { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#k6LS87T2EN6vWVRyNXHt21PhVrObRU3B li:before{  }
 }@media only screen and (max-width: 763px) { #rhqRk5QTksMqZtDtF7RskfoctPygszg5 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEwvg8cTNBatoQxlpoLnie41QEh8etik { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#UEwvg8cTNBatoQxlpoLnie41QEh8etik li:before{  }
 }@media only screen and (max-width: 763px) { #s5n0D050DESpMJgt2VXziuf29qgmRtTP { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#moeCT9mMK9ehhfpNaTzRlWJR71eXW7cl li:before{  }
 }@media only screen and (max-width: 763px) { #i8dSTDJSiVLPTO2Ns09hTIF55Hw1TVil { width:17.0625rem;height:1.29980625rem;top:28.326171875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqwL12VbAI89qk81rWsveI9qJktVAUm { width:17rem;height:41.375rem;top:30.388671875rem;left:1.5rem;font-size:0.875rem;display:block; }#ExqwL12VbAI89qk81rWsveI9qJktVAUm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #qsS2lf6PXC8XEf6UrIxLz1DsGpdlIT3O { width:18.625rem;height:46.0625rem;top:27.201171875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mfeBGyHmSBG60kBurtlFv8t7J0rITepK { width:16.125rem;height:2.8125rem;top:92.701171875rem;left:1.9375rem;z-index:15026;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #uTT2qugat9hncxXtTylbhZFsoaspxD94 { display:block; }
 }@media only screen and (max-width: 763px) { #fbclaVXrekgXVzbLiH3oCZVICOAdM4uy { display:block; }#fbclaVXrekgXVzbLiH3oCZVICOAdM4uy > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyQQlHys7KyRV1hZVnLTNCtNkgnNM8P5 { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbDNKuIAG7DW2zJudJ0yNHOeCpuipe6 { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1ThCuLcPLMR2oS8LoGnGroUuqacuQKv { width:14.75rem;height:4.3875rem;top:19rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hd9Sb9scZ10W7AFFwvWD7hlq5iTaQiTX { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWNN9Tzn5zxmnAbhUMxhBW6XD6xRwnm { width:16.125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZIgcsDaCUcilsqX5z1UpvblRvgXSBlM { display:block; }
 }@media only screen and (max-width: 763px) { #sNL1fThX5uw7huMRWXw1xEuFSsg1e2Zu { width:0.75rem;height:0.5rem;top:24.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA { display:block; }#WcDBzb77ebPlMFMJ3GrHfxro6tNCq2zA > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg6NyLAFhERTWqOgOzvlQVkapq73Thof { width:19.875rem;height:108rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nXUPVJFHXJLILznTwJupqxmQROTRgHiI { width:18.25rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTXEwZKqTIgqDT1mhmOkeve9TgVutoDt { width:18.4375rem;height:18.4375rem;top:86.0625rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uVDHvpyApibPTfizbZtsTiQu52zmvJ91 { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD { display:flex;width:4.25rem;height:4.25rem;top:93.28125rem;left:7.875rem; }
#alc0qJ7g8oXZr2uhGXeivNyoeNdiJOTD > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #TRFxtdVnaTDMf7XZiE1Z7n6uzowbivoX { width:17.0625rem;height:1.4624rem;top:9.513671875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWL8vqhgsz84Pz22CTlolTwl8WXcH3By { width:1.375rem;height:1.375rem;top:11.826171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tJvK5ETLGELq5V1q9hfJIGU9D0xKeJ { width:4.375rem;height:1.13769375rem;top:12.076171875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paRpzLsLTUIQliidlgOa63CaM70w2tb8 { width:0.0625rem;height:1.625rem;top:11.701171875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdawfsyBTTX5yFKn95w63g8JtpqfwJiV { width:1.5rem;height:1.5rem;top:11.826171875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoMux0MPlVHD48CHAWfMSl4chDQB4VG { width:4.0625rem;height:1.13769375rem;top:12.076171875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2mxKEWn5150G35czzXMQ2JWrC23GQVV { width:0.0625rem;height:1.5625rem;top:11.701171875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokwzXGXIZPacWqKodWN33VoPyWFABDk { width:1.9375rem;height:1.25rem;top:11.951171875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIMuVC5zKxPtZapbwIrrIwaq6droz3d7 { width:3rem;height:1.13769375rem;top:12.076171875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3WzrMcI1l8QgpQT20BDIoNstvIoRaM { width:4.6875rem;height:1.29980625rem;top:15.138671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtfDVksx8iUE1FaAeuGLoyPafesEzrJ { width:18.3125rem;height:0.0625rem;top:17.076171875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksqP5Kyt6rTyq17Zp8qqcdZqrMhSH3 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB { width:18.0625rem;height:12.3730625rem;top:17.763671875rem;left:0.9375rem;font-size:0.875rem;display:block; }#BxmvXPJ6x8GvFsBXQvoIi48R41dgTemB li:before{  }
 }@media only screen and (max-width: 763px) { #UKHQ6JF37i1GzVdDtcfffCpcbTIw5EO9 { width:18.0625rem;height:1.04980625rem;top:31.8212890625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuKsZe16TMGENxrXqb1SNEtTi5lMESp { width:18.25rem;height:14.360375rem;top:33.49609375rem;left:0.9375rem;font-size:0.875rem;display:block; }#DyuKsZe16TMGENxrXqb1SNEtTi5lMESp li:before{  }
 }@media only screen and (max-width: 763px) { #HocZxVw0vZJTkFnFJJBU4L6ooJdsalvw { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#CCraCv1GgHHRXvvImBqAphG2pdzuJJe5 li:before{  }
 }@media only screen and (max-width: 763px) { #GsFfbHV8XPPdiVFrpLil5aPU1hs0Fhtu { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNOoywKhUWbdTT504uX0NBclJNPIvyo0 { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#QNOoywKhUWbdTT504uX0NBclJNPIvyo0 li:before{  }
 }@media only screen and (max-width: 763px) { #IiN031LmMdur35J0udRaveDLT1ndflkQ { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#CWU3JUal4aSMaWP5F2Idc6LJUfLg5Pgg li:before{  }
 }@media only screen and (max-width: 763px) { #TdUwNQkMdQ8E3VD1yf8iFidZhqNAhEmd { width:17.0625rem;height:1.29980625rem;top:50.013671875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV { width:17rem;height:31.6875rem;top:52.076171875rem;left:1.5rem;font-size:0.875rem;display:block; }#ZTKWERdxSNnmVsNTKTcLNT1UFs7adbGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #PUD6g86ChQLNw03ckZ5Ksmw5iNAWXTkN { width:18.625rem;height:36.25rem;top:48.888671875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MnnTkOn7BIDJAv6V29Xw2blem59yTRZd { width:16.125rem;height:2.8125rem;top:104.9375rem;left:1.625rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #fEEAKOLyv3mzEihw1lqnauDcaMK3kKNU { display:block; }
 }@media only screen and (max-width: 763px) { #GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc { display:block; }#GZv33pnETqW1CVoxZCNBg3BvWbcpoTLc > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnWK9G8xX5iDAQ2psF9E8KSnFaZRXma8 { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uouzL0N1O8T4RMVrnA754Cvz48vBzuqe { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQNnyD7i401HdA1rFKaFC8T3kVNsDyM { width:15.3125rem;height:1.4624rem;top:20.58203125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTArRTqX6ZgfBRMi3kfHmJBHxx5d35J { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDzHB6N4iJNTFnoltTWDnAQQ0FIFmoq { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgm2frNS841dNQhTdT3riI2E8XtduKvF { display:block; }
 }@media only screen and (max-width: 763px) { #RfVi81gRp3JI5J4NDCWk4vy5cigQLS80 { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 { display:block; }#SDthMS26Nl5EPgKK1Drat86ROgNCKSE6 > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zesR3T8WERDe3VqfxVQOp7EPInLizG7p { width:19.875rem;height:71rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Fl9SF6PatycvbJyfk85vfSSNvxT5nuFg { width:13.125rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHfZvra5BmaWdDLx1y6AwFDNsDLTBGzT { width:18.4375rem;height:18.4375rem;top:48.6875rem;left:0.65625rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #iETG8SuTuLNZAxvs0GO2MRnv6hKPtzJw { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #URipF5EVHtTzXFexe2mqTdDmAXeBVTwo { display:flex;width:4.25rem;height:4.25rem;top:55.90625rem;left:8.28125rem; }
#URipF5EVHtTzXFexe2mqTdDmAXeBVTwo > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #LovmHnT9MQy06P3kkD5o4rdWCFHJH2uE { width:17.0625rem;height:1.4624rem;top:7.638671875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awbwVaTd7ZberAIwOH6IPHT2DbHMXPf0 { width:1.375rem;height:1.375rem;top:10.576171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVNZmOtdchRCnOtexhuO7NmzAiysWLe { width:4.375rem;height:1.13769375rem;top:10.826171875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfL6N8mmrCeMnJWu3QTlBr9m2DtBXDfn { width:0.0625rem;height:1.625rem;top:10.451171875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgUTA6vFQDV69uuy4GrbODNEd3MgtTVS { width:1.5rem;height:1.5rem;top:10.576171875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAev7kdItUNC32ltEyNTiXXk8MV5wd5g { width:4.0625rem;height:1.13769375rem;top:10.826171875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBdXDHreHcviA7P5869tbgo6lXS4oTM { width:0.0625rem;height:1.5625rem;top:10.451171875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8LoZXeDemWhonQC6wKfNmksZXeRt6w { width:1.9375rem;height:1.25rem;top:10.701171875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9pTX13JoBXv7usevr6ZOC8Fv8XUAJP { width:3rem;height:1.13769375rem;top:10.826171875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsiH1uQ9JqpkWlMnqylmz1hXIJ5smttc { width:4.6875rem;height:1.29980625rem;top:13.888671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqX33tbxaWTp8fdR9EfKM2zPN93PLZwR { width:18.3125rem;height:0.0625rem;top:15.826171875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqaRbe3R2sSJoCisSADfus0wxRPLk31O { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf { width:18.0625rem;height:9.223625rem;top:16.513671875rem;left:0.9375rem;font-size:0.875rem;display:block; }#CevC4FWkGTZlGJl0rwTA7HbQx8ddKfZf li:before{  }
 }@media only screen and (max-width: 763px) { #b66EqXfTwfflxEeMqqBSNvJstnD7hhpM { width:18.0625rem;height:1.04980625rem;top:27.2587890625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO { width:18.25rem;height:6.499rem;top:28.68359375rem;left:0.9375rem;font-size:0.875rem;display:none; }#u1cKnzwkNVIkbGCKrbawaLcfX5LoU4EO li:before{  }
 }@media only screen and (max-width: 763px) { #QupmeEbWJAWtKcIp63KV4PyRLbJLLTyH { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T88TODBPqfWSuOPEMsptOJ8sHMawgPWp { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#T88TODBPqfWSuOPEMsptOJ8sHMawgPWp li:before{  }
 }@media only screen and (max-width: 763px) { #Kxi8C2rewTa0scrELKWbPkkSELflTOAk { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7Coi98FoSA87sJ8sPNTvZNbPvopvvun { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#T7Coi98FoSA87sJ8sPNTvZNbPvopvvun li:before{  }
 }@media only screen and (max-width: 763px) { #Pmh52LO8hh2A5wDx6o2W5WD8bBNklUll { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#SVBDQlCifLM8qkWVrp31TzeX5dz2nIDJ li:before{  }
 }@media only screen and (max-width: 763px) { #CZNul6vsfK6SSR8TX25lQZJmHTL1PNkP { width:17.0625rem;height:1.29980625rem;top:28.013671875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2WCTZiugPxzt458SRHKutZvuaLJLRX { width:17rem;height:16.75rem;top:30.076171875rem;left:1.5rem;font-size:0.875rem;display:block; }#FU2WCTZiugPxzt458SRHKutZvuaLJLRX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #cV3sTcWaebLzykvJIgU0ELbUIifgp55o { width:18.625rem;height:21.125rem;top:26.888671875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ritkVbLFFKWDzVGd7px4ivy9oBZHMo5t { width:16.125rem;height:2.8125rem;top:67.5625rem;left:1.625rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #MANhe6ZCTPucTOnfoC9U0qyLueS3fCTT { display:block; }
 }@media only screen and (max-width: 763px) { #Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus { display:block; }#Fg1Zf2FTqSsICIqkfaU7ELTASQOp5cus > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZdEuVUT9dFxbMZ9kE1tyzNPw374lyOt { width:17.9375rem;height:8.875rem;top:17.65625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUPkzCFiN0UsBidx9Wt5BrVdD6TA41R9 { width:16.625rem;height:7.5rem;top:18.21875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH3tvBrmkMOPn9qnbI4spIlGuHTthhTz { width:15.0625rem;height:1.4624rem;top:20.78125rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T53awz5uOERmsmPH7k2uJGxrAJgyr4oe { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpQGQlWohUDHKnPVhUB7DekLwVWLkeu { width:16.125rem;height:1.6875rem;top:23.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWW6v7mcGtMGO8E6aRJEWgEKpxgtaGz9 { display:block; }
 }@media only screen and (max-width: 763px) { #yhIRcibhpkgyIarq8PSmaIoG3vHr6Ad0 { width:0.75rem;height:0.5rem;top:24.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h { display:block; }#BtqpbePNfBE4PdP5B2qIqc4NxqEcT08h > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0MxqvSDgxlt0HKZXu8lm77nWnBIEgNO { width:19.875rem;height:108.4375rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kNPDKneCrnM1gFD8hrz2WpSMkdwRvnUH { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1yiGN1CDytWxp0fubmKzrWgbtQSJ0a { width:18.4375rem;height:18.4375rem;top:86.5625rem;left:0.65625rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kI6wubgKpLgesUun4gIBx05AokfaK7ph { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH { display:flex;width:4.25rem;height:4.25rem;top:93.78125rem;left:7.875rem; }
#ETSuDZIT6r4RVBhKxe4n41F51fBa3HXH > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #MWiBLhTeEoZzdgAZqrzte2vuxa1tTgcI { width:17.0625rem;height:1.4624rem;top:5.326171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw6qTubpXVrMMFu365h6bpND0VUffdh { width:1.375rem;height:1.375rem;top:8.263671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DavLvGcWORhbO6Ptf61mehrI4u0v5rFf { width:4.375rem;height:1.13769375rem;top:8.513671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2iq4PDA7NnAImUHmuDTEviqcUD2NQy9 { width:0.0625rem;height:1.625rem;top:8.138671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZ0SQtnzS2E5UnxRb9xypGbEfRbTQVA { width:1.5rem;height:1.5rem;top:8.263671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNneowpTcUXATV6G5cn6U7S7g1PWz82U { width:4.0625rem;height:1.13769375rem;top:8.513671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtepuSN7gT3fS9JtCJM66pt9XSUgOm2A { width:0.0625rem;height:1.5625rem;top:8.138671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6nwfmF3DlsbN49vtOfbvqDG8qrpTSqU { width:1.9375rem;height:1.25rem;top:8.388671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBhoFQgUXVOqA1IQsJFo8SxLs0h01osS { width:3rem;height:1.13769375rem;top:8.513671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOfWdQ4JoTUdVIxylZZRKpQnz7wDCzF { width:4.6875rem;height:1.29980625rem;top:11.576171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GThQepAyHD8bD7v21VRcmFNxxxshz4 { width:18.3125rem;height:0.0625rem;top:13.513671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4y5SC2leixd2wFSTcb1tMROuBzPuuT { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 { width:18.0625rem;height:17.3974375rem;top:14.138671875rem;left:0.84375rem;font-size:0.875rem;display:block; }#XownnsnGo0Go64kDTTVf9IvRnQ2rpN65 li:before{  }
 }@media only screen and (max-width: 763px) { #u2Dk19okiW0Qdc6tHXcKGTByw8US4UUk { width:18.0625rem;height:1.04980625rem;top:32.5712890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD { width:18.25rem;height:11.94825rem;top:34.55859375rem;left:0.875rem;font-size:0.875rem;display:block; }#o5wOFBsMAuB0wZhi0v2JxxTvsctdkzkD li:before{  }
 }@media only screen and (max-width: 763px) { #BV6y2ydurD9Vr54KfgTvlDgJXDmpK96J { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#tnfF8Ba9oQBbgTfP2iCQUxSm8G0xlVz2 li:before{  }
 }@media only screen and (max-width: 763px) { #RCwg9avpITzSKNDixb06LSoO0QIL7vwM { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#Z8F4TAgTywSWCitq8i2wNtrw5DZ0qCnd li:before{  }
 }@media only screen and (max-width: 763px) { #PZ8MphBDDpMzE388xE6UA4hFo3wEfcT6 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGJdFL5Daspw8gOL6NT3n8aBJNmillcE { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#qGJdFL5Daspw8gOL6NT3n8aBJNmillcE li:before{  }
 }@media only screen and (max-width: 763px) { #PcJn7hC8Te8lTX7Gqqe8CrHnEXLwT141 { width:17.0625rem;height:1.29980625rem;top:48.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx { width:17rem;height:33.5rem;top:50.78125rem;left:1.5rem;font-size:0.875rem;display:block; }#yD0ZkdT5FWkSwrgqvehTFp9eT15UT6Xx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #gHblrwIMfVk2c0E3w5GW8vzy6tDnkwsl { width:18.625rem;height:38.125rem;top:47.8125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uGqhq80IpPfmz8W2VTPm9IoxTBUXii4y { width:16.125rem;height:2.8125rem;top:105.25rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #ZBGDhlK8Wntr5Fu4x1VhAJbpHSsuXoiA { display:block; }
 }@media only screen and (max-width: 763px) { #oFsUhxV6pivSiicKwdGg8q0wlA40DAeK { display:block; }#oFsUhxV6pivSiicKwdGg8q0wlA40DAeK > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6oHSZxzwOa2DJTPa9wEUREGO0pOk8Zk { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB0F0cd6WtKe0Eb82BTttwv5zqhyH2tV { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvoyxfLfIcMp2B9goLEeM5vo8FzINfz { width:14.75rem;height:2.925rem;top:19.9375rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sKxOe93I07Jsd6h5roReJ2nswsPRMyag { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFhsQVIO14kQmnA2k4JpzJZ0i7REsOPv { width:16.125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKnM0ZChHlozn9uKSEXnNB8couoV9Llb { display:block; }
 }@media only screen and (max-width: 763px) { #FIQ2HbS3qtncXSrEgHTNODl2t277ma7p { width:0.75rem;height:0.5rem;top:24.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQS4mZxlwamdze67GXkBRaLwrkpwvKW { display:block; }#rKQS4mZxlwamdze67GXkBRaLwrkpwvKW > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUKavKMccaSfKzQqJsAbIki80mzlWlG { width:19.875rem;height:103.1875rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lNUns8RRrkCrv4qJEeeenmTCILd6V3ic { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHd1wX4L665gTSOp49KUxSVWNQ8xSkEc { width:18.4375rem;height:18.4375rem;top:81.5625rem;left:0.65625rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TEXUMUTmdkp9MkWxGrNhXBeGZ5zFEfpG { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem; }
#FNVHPMAwmAM7PUC4Z9clPD0Vq5r0s7Ts > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #rBDePaxpNqtFbpCIGDN6Itf6HuSHxUSR { width:17.0625rem;height:1.4624rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8AtXwNiDNVKx58KfVo0DUnc0PwENRV { width:1.375rem;height:1.375rem;top:10.388671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRVTmc8N3o3eFbT0wxMLzGHPReZostoC { width:4.375rem;height:1.13769375rem;top:10.638671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXW6oh8wnn64LoyxuNF1yVMuX94uALO7 { width:0.0625rem;height:1.625rem;top:10.263671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9I4rGCy4IKS0R8T7lKAwImixbidM2g { width:1.5rem;height:1.5rem;top:10.388671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBpb5zFn1z1ksviDAWuHJ4KI487cu6WL { width:4.0625rem;height:1.13769375rem;top:10.638671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HXGIfpq83O4pUkWUADNtgiTNpubP2y { width:0.0625rem;height:1.5625rem;top:10.263671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pudZbU8cCf67XezZJo72TCoWDJoWlm96 { width:1.9375rem;height:1.25rem;top:10.513671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpP6EQxOT0eDsMUDNZpapDTA4QGk7Zit { width:3rem;height:1.13769375rem;top:10.638671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlO0sQJlCnNcE3QwG3ArMtwX8xBa522I { width:4.6875rem;height:1.29980625rem;top:13.701171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIIds3EuopLc9vDvmyVRh5UEpMelXiq { width:18.3125rem;height:0.0625rem;top:15.638671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5nqno5emnwrvRTvS16683yFPm6KLdp5 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE { width:18.0625rem;height:18.13475rem;top:16.263671875rem;left:0.84375rem;font-size:0.875rem;display:block; }#J6fsGpfP5AM3RAl9oV7EhgbZBrtXOUnE li:before{  }
 }@media only screen and (max-width: 763px) { #yuP9UI1AAeVN153sFCMROWBSwDiBriEN { width:18.0625rem;height:1.04980625rem;top:35.3212890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsNpuLZu7x54INxboHyPZQEvkXlMoOhf { width:18.25rem;height:11.94825rem;top:37.30859375rem;left:0.875rem;font-size:0.875rem;display:block; }#gsNpuLZu7x54INxboHyPZQEvkXlMoOhf li:before{  }
 }@media only screen and (max-width: 763px) { #NHBxft6sfWkScuBhJ3BnUOO221QoVncC { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#PmPPgi7gCBL21HZtf2t20Qlif2ze2XF8 li:before{  }
 }@media only screen and (max-width: 763px) { #QwvEyaLsfTAilX9c7HTklTB2LZRbJ8GZ { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#tKBwoZwmCS9Er4yD9rhbTiwLcyqmJ5Al li:before{  }
 }@media only screen and (max-width: 763px) { #frZQm1po4PvgqPUI4LFarH7uf0LuZwqi { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#Edfa3NpaVifQ0iz20iqq9NhTVBq1xMss li:before{  }
 }@media only screen and (max-width: 763px) { #yxB95KsfH4fniywAvZeXT0tn6R0d0ymG { width:17.0625rem;height:1.29980625rem;top:51.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd { width:17rem;height:25.9375rem;top:53.53125rem;left:1.5rem;font-size:0.875rem;display:block; }#dnOVsbBw2tGCW8a47f2ksn3G5qVEmBtd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #sP9bDG4Aqq2tib42Od2VlOvtUFkXGCOk { width:18.625rem;height:30.4375rem;top:50.6875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OgbUL013CDRT0ftV3t4FANTrTOeFQuIc { width:16.125rem;height:2.8125rem;top:100.25rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #Fd6K3B4QrzWIL9dMTOET86uJmHRkneb7 { display:block; }
 }@media only screen and (max-width: 763px) { #LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 { display:block; }#LZiB42Zc7Tsdt4dTs2vgmJ06ZtkBKMS0 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZKq8ncumSG04UtLT20dclpaw6OFM9CM { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkE8MksZSpOSNtJFSvmoOzqgQ9DpN6b { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df0VJTeKDHCrc7nxiqc1WneBTqXX7oP4 { width:15.3125rem;height:1.4624rem;top:20.58203125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkdUMggJiQR1TSpePwTeeNOrTzTsAQq { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPrRmnBXRemS0Xq6t67uheTRPHHDs16 { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zLXWyDp1WVTeGJRuazXUEQWnwNclaz { display:block; }
 }@media only screen and (max-width: 763px) { #fqTnVtonqKg3e2pZ27bLygxRMEyBG5Vc { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ { display:block; }#pA88xIVtppgqVvgdnRugzmnb1HJiBkMJ > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFH0bEcAa5M6kEEvbrkTJ9V5rQIHHeQr { width:19.875rem;height:69.375rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Wh7F0zZa7SuJ0GssMAL7MiUItH5GI6wP { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGD900dp1VpJ4beI7vqlumvekKAzZtqC { width:18.4375rem;height:18.4375rem;top:47.875rem;left:0.65625rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #f7fTyRpHaJuoGzxT5JKr8MDTT0olyWaP { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA { display:flex;width:4.25rem;height:4.25rem;top:55.03125rem;left:8.875rem; }
#u9IhocuTPTA8BT5gZJJ1bQNRLpqGgXhA > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #eakeFH0ZfZZHDzBAM3f9DCSp3kidki92 { width:17.0625rem;height:1.4624rem;top:5.326171875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7kQEe8Tdg7BeTPWg2do55lAmvvCXr5 { width:1.375rem;height:1.375rem;top:8.263671875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTlPCeT3PfryahqwvSHcvuaDCEAsSQS0 { width:4.375rem;height:0;top:8.513671875rem;left:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eslyTIPKGgHD7i5419mruydUXtDaDTMM { width:0.0625rem;height:1.625rem;top:8.138671875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #noThVSK0Fxa6zw27TEKeUQCSuP24ca8x { width:1.5rem;height:1.5rem;top:8.263671875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoEffA8VlORgzZpoMIXnQM2auQiMU6At { width:4.0625rem;height:0;top:8.513671875rem;left:8.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9UuQuimuaIUvJDRtiFqsCI3TCa50r7i { width:0.0625rem;height:1.5625rem;top:8.138671875rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pf5uRTMgT1NJHd2TeiyN6cz1EWk3prm2 { width:1.9375rem;height:1.25rem;top:8.388671875rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CM7JEHzMTQWdQFpVv0qtqdtZwbiM4Soy { width:3rem;height:0;top:8.513671875rem;left:15.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfuQed8OIFnRdwryQpwAEvDSwrIwPRHb { width:4.6875rem;height:1.29980625rem;top:8.388671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaPAn0oup67DNZKdVCRc4UnvewOxRTeD { width:18.3125rem;height:0.0625rem;top:10.326171875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaF7NWHkeMvpEl11piQbXKE0QI7QgwSQ { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHNIcLEK5mqJRzpdP09bwSENFluvavTc { width:18.0625rem;height:6.186525rem;top:10.951171875rem;left:0.84375rem;font-size:0.875rem;display:block; }#XHNIcLEK5mqJRzpdP09bwSENFluvavTc li:before{  }
 }@media only screen and (max-width: 763px) { #DdDCsG4MyaR2ql8hxq94oM7ugKnyZS0X { width:18.0625rem;height:1.04980625rem;top:18.0712890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0b3ruyk6F25qpzy0utUTIet00ayle4 { width:18.25rem;height:6.499rem;top:20.05859375rem;left:0.875rem;font-size:0.875rem;display:block; }#Jp0b3ruyk6F25qpzy0utUTIet00ayle4 li:before{  }
 }@media only screen and (max-width: 763px) { #nk4k3RPZQmR8m2Of5MPu9ICpMmdJd1kr { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdZAM3MTmlTawZmsMHupNMCcqfK6cXip { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#GdZAM3MTmlTawZmsMHupNMCcqfK6cXip li:before{  }
 }@media only screen and (max-width: 763px) { #yqUKzvPcwBbPXNOJFw7ITTpi1TIzApDf { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#eTqNn4zHVfMyGZd7RMnFeggNDXv4ZTPF li:before{  }
 }@media only screen and (max-width: 763px) { #dGGN4nnOxI0CAkSrOc8NpWT7xSJukUXl { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#xIXNn9MhIhOEUWHx1TV2JZWKTiJiGhqL li:before{  }
 }@media only screen and (max-width: 763px) { #E5w1c0FJJQfVmx4JoVyeO6qrtzNyTPQ1 { width:17.0625rem;height:1.29980625rem;top:29.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 { width:17rem;height:14.125rem;top:31.28125rem;left:1.5rem;font-size:0.875rem;display:block; }#c7u6dTAKdFFAw6nCQM2Cpop0ntVTXT27 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #XmT1a9EJzexIEXsuDwQXHdCIxVx9wSp7 { width:18.625rem;height:18.75rem;top:28.4375rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #O01krtfEedSmstqCdJTqfRa9VBTTKTfX { width:16.125rem;height:2.8125rem;top:66.5rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #e3yXlx6MX7HiImJTO4JFfA94ZC9Bi2xR { display:block; }
 }@media only screen and (max-width: 763px) { #gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv { display:block; }#gxD6IiNtTrkd9kR1C3ZDZNtlEDCdXdTv > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyTUE9sScblsVZSSofckUHxPACB4Tm9T { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbLxTufAPTKsfpqmXcxwkzEFKJwclrzG { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUX8MRci3hvRUeNSx5JUJfEPiTQMfPET { width:15.0625rem;height:2.925rem;top:20.0625rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IAT5rEyMTDa5QhvgMBtDOiLODzduKkBy { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4W5J9HDUNN9BIz0aF94N5latRyTzRbD { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTUd6HKivZLDhh74dqoIwLRD2VAT1zB { display:block; }
 }@media only screen and (max-width: 763px) { #cS6eUUTgZhryhL5tW66HZv275Spg5Rn3 { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT { display:block; }#ZgLPti3NaeAxeJXZO4MKl2NyJhe2OfgT > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvKyfcLNhKe63HrknheAsmzVVFS6QOzf { width:19.875rem;height:97.9375rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uf77hl9kTbhiRg2pshDT163HDz9porC0 { width:15.5rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCR3qzLvbMNQzwTRy0iuw9gbDIsGHJ6 { width:18.4375rem;height:18.4375rem;top:76.625rem;left:0.65625rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LSwFqP4d2fE0XZUWtzheFt49lTnzR8Nw { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xByacHliqTeimfLEg6bdaRBJJIahABo0 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#xByacHliqTeimfLEg6bdaRBJJIahABo0 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #L42UiZPOB79lk9Owl8BnCElvV04KkKIy { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBTerSaJn8kyZmAcJk7oAQJV9xDT0TT4 { width:1.375rem;height:1.375rem;top:8.513671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbyavXoylMcqLiN87HaknVkrNVKbHrsy { width:4.375rem;height:1.13769375rem;top:8.763671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtywBOlTWVgEd2natNVOcncyuqCJTco { width:0.0625rem;height:1.625rem;top:8.388671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTt9lP3hThE1lrLQhkrsww76PLawJysc { width:1.5rem;height:1.5rem;top:8.513671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlGXJXfxSxMxObBlaE5eWyV9hUhTCqBW { width:4.0625rem;height:1.13769375rem;top:8.763671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConTQLRCdWstvnM9AG7Vu8gCObCANHwa { width:0.0625rem;height:1.5625rem;top:8.388671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDmiAIaTDVlABTifi4dTd8rifke5QeEb { width:1.9375rem;height:1.25rem;top:8.638671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzuToeLgM7xOHcFebFOo2WZzB7NwOBBP { width:3rem;height:1.13769375rem;top:8.763671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8pSxUOwW5zxRBZWbgZkWyW6n6nhTVUm { width:4.6875rem;height:1.29980625rem;top:18.951171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5sKtyZQEdiDrlAlUHDPOt1KQIQDcbsA { width:18.3125rem;height:0.0625rem;top:21.076171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHTReZaZmof8sFUXBsvamHsIzAtziPHZ { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b { width:18.0625rem;height:10.2734375rem;top:21.701171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#o65Xnh5p8TU5qUoQRSTVD4MwHAkLT44b li:before{  }
 }@media only screen and (max-width: 763px) { #shyEC94xZddr9ggfw0y1zT9wfBX7rML0 { width:18.0625rem;height:0;top:35.3212890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB { width:18.25rem;height:0;top:37.30859375rem;left:0.875rem;font-size:0.875rem;display:none; }#VvFstvORNpkZhSZ2i6kO7RUOIe3nL0vB li:before{  }
 }@media only screen and (max-width: 763px) { #DZCkvE703CrQHkmr6hXcwKM9D6SJNloc { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#m2RUmiT9fSpEkxpMQOaF5OQyXTOzMTnM li:before{  }
 }@media only screen and (max-width: 763px) { #bE4wLW2A71iSQ9BrGelwisbWiUOa8SA8 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#Eq4u9doUguhL2yilb0kHMuyOcC0WLUvb li:before{  }
 }@media only screen and (max-width: 763px) { #nvhKDGMLarQK50LyIe49KgHixvm1RSty { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#AKRlCVW5P4cvDGkmlLFDLc3IwcgTJNlC li:before{  }
 }@media only screen and (max-width: 763px) { #BQxEP03E47R1rf7u8MLAm8nf7aPv1gcu { width:17.0625rem;height:1.29980625rem;top:34.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 { width:17rem;height:38.25rem;top:36.03125rem;left:1.5rem;font-size:0.875rem;display:block; }#vW6iQgXCrS3BpUKlCWUBrNziaKUUm5h5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ODPSZmCCnOBHzmCGWLNUiHIT5iioHBie { width:18.625rem;height:42.875rem;top:33.1875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kq3PrTQ2ckpOye4bMTOZRsDVhWfd8UPO { width:16.125rem;height:2.8125rem;top:95.4375rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #SugyxBtEL4COP8PiaRivPvTpOMvkW5C8 { display:block; }
 }@media only screen and (max-width: 763px) { #qe3f4ltvJSk7rJAutPfhSO2i4ylLDOP5 { width:18.3125rem;height:6.12305rem;top:11.240234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr { display:block; }#UyVnwHTqrkNHRhWrC9bA2s5fnWTa7ZFr > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOzXaE1Fzt5oM4DSONdf2oCrL71b2The { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASP3P3XUn7f1ozU4TTcLOO6TvRaPApWh { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FN5lVTEJN9dlWrIbPxpgEDUZ9nnzCn { width:14.75rem;height:2.925rem;top:19.6875rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pFwFDoxp2a4OKcZ7wunFZLFQnsSn6qGo { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw1OmCNrgTXTQtfRDU1sbT0GhaMgD2MU { width:16.125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbTec9XT9KnzOiIsyhvL7dNTudyeA3Bg { display:block; }
 }@media only screen and (max-width: 763px) { #xgRtPJHWdbprzZDfTMeTJfbLalTxao7G { width:0.75rem;height:0.5rem;top:24.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 { display:block; }#zKICCXQNUbqDk0JAgvIwhCxvl45UCrD3 > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReXMv9ftezadetHTGgPIdV4B7FAdPHTd { width:19.875rem;height:92rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PwRNrQywnoGJMDPnsOmdl48xWPBb9XHh { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTbIwXuZmSIOO3Tq3AXTK8lSGSvLJ5w { width:18.4375rem;height:18.4375rem;top:70.4375rem;left:0.65625rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BXOrdhZOXdG0Z6vpX0eZpTMSSsXCvFzP { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uowd6acs4DOPPr8yfOxeNqFiumFHOVwC { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#uowd6acs4DOPPr8yfOxeNqFiumFHOVwC > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #q32f2Tp8BK9wrwNSlt5Zy4h8Bft7BtgF { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrvko3kk2pxmx0D8dBifUDF6QsTVLQUC { width:1.375rem;height:1.375rem;top:8.513671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLcXmeAXne60Tp8hxSz4xG1n3THywUL { width:4.375rem;height:1.13769375rem;top:8.763671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdbZroACdJaugJ75cSwHRFTw71viCht9 { width:0.0625rem;height:1.625rem;top:8.388671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se1nin7pqvNTBgLEKlvaswvMkWSrpikL { width:1.5rem;height:1.5rem;top:8.513671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1reQpMakuVkiMdwDvG55dyO08Zrt7q6 { width:4.0625rem;height:1.13769375rem;top:8.763671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtxfmgqG0ouXJ4oZfLmEnyWv8gZym0z1 { width:0.0625rem;height:1.5625rem;top:8.388671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmyMTNXJW1NQQhUDE0DmJCJ22PbsI8mp { width:1.9375rem;height:1.25rem;top:8.638671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAR9bnHq2xGlzT59RnRhVkgVEqZR9O02 { width:3rem;height:1.13769375rem;top:8.763671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLbCNdrBu7XTSpDTVQQf1US87t9MzCGE { width:4.6875rem;height:1.29980625rem;top:18.951171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1qweBmJQaG3d5LRET7PmCn9cbDxr7X { width:18.3125rem;height:0.0625rem;top:21.076171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9R6vpo3ZF1w5Ppq8pRFVrLQDdMSDfau { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro4k9rrMty8ShOuIehFztAh9KI2uyaev { width:18.0625rem;height:13.3105625rem;top:21.701171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#Ro4k9rrMty8ShOuIehFztAh9KI2uyaev li:before{  }
 }@media only screen and (max-width: 763px) { #vMqqutmzqkgl9ppybZLrLkJdUpOvNppa { width:18.0625rem;height:1.04980625rem;top:36.0712890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD { width:18.25rem;height:3.7744125rem;top:37.68359375rem;left:0.875rem;font-size:0.875rem;display:block; }#L1TIZhIxcQnTfaVNzcd82M5fP3KIqxgD li:before{  }
 }@media only screen and (max-width: 763px) { #P3ZGVFUp7H6B4NcpUDut1hqcSZu3G02l { width:16.625rem;height:1.04980625rem;top:47.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ { width:18.6875rem;height:17.3974375rem;top:49.4248046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#b3zJ8lryLTbcJrZwLs4dRThSZaelvnyJ li:before{  }
 }@media only screen and (max-width: 763px) { #OFxDdTtfyvPlvdEmgfNAS9i0LvXczrGn { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#NSWXwJrTMOc65xHKrr0nNyyQ82ttZm6r li:before{  }
 }@media only screen and (max-width: 763px) { #UvDHP9id8TMLdzips4M7KFHVQFeA2m36 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRlXz9xR0aqJB35szXEzO6onowNySUVR { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#NRlXz9xR0aqJB35szXEzO6onowNySUVR li:before{  }
 }@media only screen and (max-width: 763px) { #Uf9tXD5e6nUlZdE5v8llocky6uTilqie { width:17.0625rem;height:1.29980625rem;top:44.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw { width:17rem;height:22.5rem;top:46.03125rem;left:1.5rem;font-size:0.875rem;display:block; }#r3zOnwAUTM3QWGIMXu9uZI9FQgnKVsiw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #VFUNTTHedxzzZSmNSpQ8GKO2GITiABqS { width:18.625rem;height:27rem;top:42.9375rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rVR1hmxezXdP6FiKnKdFAVm1a9L8IXyO { width:16.125rem;height:2.8125rem;top:89rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #W05sK8A4R5dLkgw2EnBT7JlsexWUedfA { display:block; }
 }@media only screen and (max-width: 763px) { #k3PTPqflhVZCW9uvsJWfFACmDBKMeNGB { width:18.3125rem;height:6.12305rem;top:11.240234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 { display:block; }#gtUZ8GEtbzzESABPoLnlhUIs3LGq7DI9 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTXZhpwZGRq63R1TGNhPcZPsBxcG0gbh { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AknaA9GeO6oIq8qviMuA1x48qqMbV07i { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqI9LQzC1ECa8af0mbqz2BMuqQ0JsDOl { width:14.6875rem;height:4.3875rem;top:19.1435546875rem;left:2.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkegeG1aAWTdfRmuIUQaI2iTLxuJFIdQ { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMi52dbkGiZXxXTTm4Bf2O2ETC3iekEr { width:16.125rem;height:1.6875rem;top:23.7802734375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCvx5n1ik8imGOBVH8calhrVQ4o5NtD { display:block; }
 }@media only screen and (max-width: 763px) { #HTq6JFVBTkOzQDdfNJEytxz0uJsb8BCe { width:0.75rem;height:0.5rem;top:24.4365234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFc4C2V0iPHBxKp79q9yZDzIpleII7ae { display:block; }#AFc4C2V0iPHBxKp79q9yZDzIpleII7ae > .row .container { width:20rem;height:135.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbnd8yEfJDqTGkWvD0g3fII35DVAcsC2 { width:19.875rem;height:132.75rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #r8CrHx0lwFQepJfMh3KBndwSOmW29ssb { width:18.25rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwrVeCebNvn6prG7lBOOGnbITopDay0 { width:18.4375rem;height:18.4375rem;top:111.1875rem;left:0.65625rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HSrSLSm5rJlH7DEPtxCi2EHk6TRqae0M { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#lTxGkqKtfWou8zzEBygAyWXBf5UMFl40 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #CihZ6Gk0B7rE5KcKNyNEKC8cSJMAf9rz { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePodycXpZm1USccHiuhlQL1y7Gd8CqfR { width:1.375rem;height:1.375rem;top:10.388671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FemQNkU1ovGoWkTBV0glGPK9uBugeUiT { width:4.375rem;height:1.13769375rem;top:10.638671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC1T3c9eIAW13URxxnnhqJNJIUdvrQdK { width:0.0625rem;height:1.625rem;top:10.263671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGsAPEQtkeeNBqZ6vsQhumTMXADTLNVg { width:1.5rem;height:1.5rem;top:10.388671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNWu6Wd0lZO3hzVWtT3fz7EFG3T10DE { width:4.0625rem;height:1.13769375rem;top:10.638671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1mlNAUIBL1O6bmNXGgv7QVNCrIXsB9V { width:0.0625rem;height:1.5625rem;top:10.263671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vewIdIPdTy73Db3CfXs70crTMpF5VMuA { width:1.9375rem;height:1.25rem;top:10.513671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyAoZ130RzT6WdLkWOXvFfPXMNWDbM4F { width:3rem;height:1.13769375rem;top:10.638671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsN3L0s4e7z1JRDnwNPLrKMF4KFzayG { width:4.6875rem;height:1.29980625rem;top:20.826171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIKD0AVFHxz7ZSkUrhUXSGGTbEmTfhSU { width:18.3125rem;height:0.0625rem;top:22.951171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQX2PykllF763LFZkvIlcLpvzIQDoz5 { width:17.1875rem;height:1.04980625rem;top:23.888671875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh { width:18.0625rem;height:9.223625rem;top:25.5634765625rem;left:0.96875rem;font-size:0.875rem;display:block; }#e7JQrLMKZ6NHJ5POLnS5kqWX71qle6Qh li:before{  }
 }@media only screen and (max-width: 763px) { #n0SokzpdbSnSmJd9cWFDbSKTJfCMUKC0 { width:18.0625rem;height:1.04980625rem;top:35.6337890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4sKM1nTXus349i50kbxKbuyTgorffmU { width:18.25rem;height:4.82421875rem;top:37.43359375rem;left:0.875rem;font-size:0.875rem;display:block; }#s4sKM1nTXus349i50kbxKbuyTgorffmU li:before{  }
 }@media only screen and (max-width: 763px) { #vUXAxAbF222MKTxnbonFnWM5TB6tK4DP { width:16.625rem;height:1.04980625rem;top:43.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy { width:18.6875rem;height:9.223625rem;top:44.8623046875rem;left:0.9375rem;font-size:0.875rem;display:block; }#WvHwCcLN4405ZMp8rCHdlw2B3JVeBssy li:before{  }
 }@media only screen and (max-width: 763px) { #uI1h0lXPr9lx5Gf6SdeBO67BTWNSbpqB { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDcM370B8aPcA0PQtbnhuJV8vTAagHwX { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#vDcM370B8aPcA0PQtbnhuJV8vTAagHwX li:before{  }
 }@media only screen and (max-width: 763px) { #FwLR7uO2QHI2atEt6zBRE8wnQZ3RQp10 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#s7PrgfhsqnlKXmGNcAuP6ZclOAUHEFdz li:before{  }
 }@media only screen and (max-width: 763px) { #TcfqHR7de5LTzT2HFhCt4IJPoseHRVMz { width:17.0625rem;height:1.29980625rem;top:57rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB { width:17rem;height:48.75rem;top:59.03125rem;left:1.5rem;font-size:0.875rem;display:block; }#UGqVtEdTUMTn3HS5Ra4E66oAlphKHilB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TcvzZEP67vmJlgoAXxux3KFKUmugxpv8 { width:18.625rem;height:55rem;top:55.75rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #t690GQTkk59gdWFbuzk3hai2KoX9o3tC { width:16.125rem;height:2.8125rem;top:129.875rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #ziQBZ5kwDb8qMJ89wW1H6XlOGnS8p3Rm { display:block; }
 }@media only screen and (max-width: 763px) { #lXNovOlkTn8mQecrwi6Tsw4CEPcwkOzO { width:18.3125rem;height:6.12305rem;top:13.115234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQxHUiQDKm6MoGc548iL2UNioiLOt4OG { display:block; }#AQxHUiQDKm6MoGc548iL2UNioiLOt4OG > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT7EthtO2XAoCs1iMH5qEo2lkOCPd0oM { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTvAy2Ah9XGMa6uVVdDW1WFXz1So9xS { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBESa6iHPg4M5d94OhR9lTlna9HRNoy { width:15.0625rem;height:1.4624rem;top:20.8125rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XS0xPLuSaaG8GDikEIWOEREvrhoe2doe { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV0iWCEtxRCVHoLBBeQSea0yN4lTPUJu { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBkDtT5fQpBZuXD7ck2NtcXJEl6WUR1 { display:block; }
 }@media only screen and (max-width: 763px) { #nh5ZymkCvFs6877qnL0udwFuh4y9LqOJ { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffRL71ahppqvfAL1vzwPCNsIqUE31VyB { display:block; }#ffRL71ahppqvfAL1vzwPCNsIqUE31VyB > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpvnZEzhD5peLbF1ehJbHGN0NKqTSnqJ { width:19.875rem;height:85.6875rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #E1QwX0QHVhu24J9u13FSkrmT2tE05Ta8 { width:12.375rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7N69Z5FG1qHyEgpkrAwdCX1rukNhKT6 { width:18.4375rem;height:18.4375rem;top:64.25rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pBVMDqKslCR3LhOdt4NTr7yPuBfKtPPi { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf2zqF14y542dLWIIQFBtbloghUu5sEJ { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#mf2zqF14y542dLWIIQFBtbloghUu5sEJ > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #qFng1d89JCe4yzzZcxqDTkSUy377ruiV { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yquXgbR0gxADHhkHnodG5TF2Hl41RaiJ { width:1.375rem;height:1.375rem;top:7.888671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2KoB8JJG3uLfp99CxeVF6doeOTqAVfO { width:4.375rem;height:1.13769375rem;top:8.138671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzhiIhTN4udDq3fAacC2FRhcOcfZig2n { width:0.0625rem;height:1.625rem;top:7.763671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Bfxq0ir1vfeWEkOpJWoLznyheMva4m { width:1.5rem;height:1.5rem;top:7.888671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDy3KVgylwrlHAbisJTqXX24ZDTZA8x { width:4.0625rem;height:1.13769375rem;top:8.138671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsfd1gEtcIhVTws5bcWfeZ2xVOH8Iy4l { width:0.0625rem;height:1.5625rem;top:7.763671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUVmWyPhN9GTGqMie2V2hK7qBtm7SDOz { width:1.9375rem;height:1.25rem;top:8.013671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P79JDx5M967ILk4yfaETZBA6HcWs8C4H { width:3rem;height:1.13769375rem;top:8.138671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMcMBBFcTMHb2Fu75uOeEv5yOtHJIxQg { width:4.6875rem;height:1.29980625rem;top:18.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5J3cotTE6myVCTJyDsZJrllFFy3OKBE { width:18.3125rem;height:0.0625rem;top:20.1259765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmhy3FBqNG8Az65k5dpsmPkVzxLnrtUe { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4aXXSTKxRhMm684EOlVm1aqos1wopT8 { width:17.6875rem;height:14.360375rem;top:20.951171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#V4aXXSTKxRhMm684EOlVm1aqos1wopT8 li:before{  }
 }@media only screen and (max-width: 763px) { #IhKboM2mr4rUmwWBsN8hz8JQrTQSR9WH { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u { width:18.25rem;height:4.82421875rem;top:35.37109375rem;left:0.875rem;font-size:0.875rem;display:none; }#WlhEfW0dW4ZSyNRfS8x9hhdUUI1VuU7u li:before{  }
 }@media only screen and (max-width: 763px) { #v8ar5ONHt0hv8oBPpsJLynEmGT2dFFfT { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#f42tvQnV2cIAmTu8Wp8uqnWG9mAGxW77 li:before{  }
 }@media only screen and (max-width: 763px) { #iBC4RwxRpRdiK80woAUCVt9sc9XlgSe8 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#HAmgU0ThTxztytFlkVaqbK6twDJ8gv1Z li:before{  }
 }@media only screen and (max-width: 763px) { #NHA4SqEv3nxFETTUSm25kyIyqb7F1Sg5 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJ8A0wUrr8ull7gVedgkoik8DyX34UPS { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#lJ8A0wUrr8ull7gVedgkoik8DyX34UPS li:before{  }
 }@media only screen and (max-width: 763px) { #zE1EDD9XD5or1Oo4z2tb9FEE4GJXwMl0 { width:17.0625rem;height:1.29980625rem;top:37.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 { width:17rem;height:22rem;top:39.875rem;left:1.5rem;font-size:0.875rem;display:block; }#dDUwTglX7EEQL5nrd4BBqWl3zlqVUHl2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #fZFOWvKWG4F0uTwC4ol6rX6aSad0a2xB { width:18.625rem;height:27.0625rem;top:36.5625rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IU7bOmIWlaCN9AKizycaHFATmxiHhGFA { width:16.125rem;height:2.8125rem;top:82.9375rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #xXGMRLAuvVTIMnnF7ZCvrd05VC7ibCPN { display:block; }
 }@media only screen and (max-width: 763px) { #zioJSBewn0qJCZVJgpcTU4Km69nxLTXk { width:18.3125rem;height:6.12305rem;top:10.615234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M { display:block; }#ZCTWcZBE695cTNVRZ5oA2tBp2UC1R41M > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyE6twlV9ndiSxIfQTLVxo5V9RUB3dNE { width:17.9375rem;height:8.875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMiAmGIkWCeKFo5mTPFdQ7ESISFbbfU { width:16.625rem;height:7.5rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGv7g0XmhmDBGfTclMDassGc8taNpBvL { width:14.75rem;height:4.3875rem;top:18.9375rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X2nNtgxD98JSU7Ibbi0w49rB5ctdfDX6 { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLedafAXMLQUvBJbm1PX4TW0HmXqUlG6 { width:16.3125rem;height:1.6875rem;top:23.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ39tzy1yGrF1x1BxOIHCUQFRqTidlOM { display:block; }
 }@media only screen and (max-width: 763px) { #bwu0rTaPtgDEPAZSVPuxuTqXg77IZr6B { width:0.75rem;height:0.5rem;top:24.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe { display:block; }#kR0BtRRqmIBhCnzKMHPGzOTCnnGuOCXe > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh3qQmsF83TFsNLpaRxwXRPukz4vX7Qw { width:19.875rem;height:114.0625rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wWxiTFPNlfVsrMWNG4aTftfrmKBWA1lB { width:17.8125rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykfSZoTJL74KsoSULgvSmm5wRThpAEJ { width:18.4375rem;height:18.4375rem;top:92.1875rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QeQdQhOZSSAVQv1xv64fBTGxiTr7qvre { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iftUJpkcK3tPIQF329Few5RIWrba1D40 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#iftUJpkcK3tPIQF329Few5RIWrba1D40 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #pIS3RdkvxN7Ueh0NPtr8vGFETJbm8qMH { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3RM6NK1NJT4MaP6epvyepVpcZy31m3o { width:1.375rem;height:1.375rem;top:9.763671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bGwgRx56Xo2vUa8ZNsvB4D7P6GI8RO { width:4.375rem;height:1.13769375rem;top:10.013671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdLv48DFHxTh3UdaCTS8NTXbJFVPMXk { width:0.0625rem;height:1.625rem;top:9.638671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb41T3cp9b4JFW1lwu6qPUIKeAtx8UBw { width:1.5rem;height:1.5rem;top:9.763671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKZ136JfNTpm44IISqVoAbJtoTdI1JJC { width:4.0625rem;height:1.13769375rem;top:10.013671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcsncuOvGT4AXfmopIFX7fyub5zbJFuh { width:0.0625rem;height:1.5625rem;top:9.638671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM1nstZvSCkGzJn3PbXq9WSIkVDovbEB { width:1.9375rem;height:1.25rem;top:9.888671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmXx2ScqMqzeSawKt7DKFkLfPOd2SWbm { width:3rem;height:1.13769375rem;top:10.013671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E16V42pR1seQlKCw4Ku54nN8hTEDFZ7N { width:4.6875rem;height:1.29980625rem;top:20.201171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJJvPDliSC1cme5sQ5F4kUnvZtDt7Up { width:18.3125rem;height:0.0625rem;top:22.0009765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqMvGf0WTqQ3IB9PK4FewsrMeKWMy9D { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #unykEpunlxafJ7sPDxhLrIVvCNCKETTq { width:18.0625rem;height:14.672875rem;top:22.826171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#unykEpunlxafJ7sPDxhLrIVvCNCKETTq li:before{  }
 }@media only screen and (max-width: 763px) { #JolOlaVxXMkbC8iE2mRE2q495TOC6IUX { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkiX6uubE4oGddUmCxodFMiF26nItR7N { width:18.25rem;height:4.82421875rem;top:35.37109375rem;left:0.875rem;font-size:0.875rem;display:none; }#hkiX6uubE4oGddUmCxodFMiF26nItR7N li:before{  }
 }@media only screen and (max-width: 763px) { #fEWuNMObuRB6OTbopaOBhogBHNrlzGaX { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#vNkL0mUitPHge4TXOKKm4AXLJFhg13B0 li:before{  }
 }@media only screen and (max-width: 763px) { #cviuPiQ4ThuKmyh9A8zETEHJswIpmFnD { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#CnPAK9UKyxdlWdISg4tKwlrEwzLrIdeZ li:before{  }
 }@media only screen and (max-width: 763px) { #KiaQXUxbc4dQwWMy1pOhRQLfabKQy2oU { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#H3CFi0FNTRJS95emKJ6Mwqb4e8nTlZ5L li:before{  }
 }@media only screen and (max-width: 763px) { #xo26BpySxw1ueqspelGI9MIVKVya6enb { width:17.0625rem;height:1.29980625rem;top:39.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnHVo3quDnerMCM8XXFmTKtWqG50sXka { width:17rem;height:48.75rem;top:41.75rem;left:1.5rem;font-size:0.875rem;display:block; }#XnHVo3quDnerMCM8XXFmTKtWqG50sXka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #TnbyccvNB4T28ZiA7ikz8DyrDILH0BQl { width:18.625rem;height:53.375rem;top:38.4375rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tG0V3qoJCVqTGFTgkqzzRLf5vbSpGiGo { width:16.125rem;height:2.8125rem;top:111rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #i2orsDvbS15TTwZhGcyw7cDQZGbBJN8H { display:block; }
 }@media only screen and (max-width: 763px) { #WGDWDAzwtabtoG3rDgpvqeSHvKv6VRAa { width:18.3125rem;height:6.12305rem;top:12.490234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 { display:block; }#bNJWxqnVa2UIDHnDAsiy4gkNdPkQC1a3 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HErBV7gKI3G4gdBP4DU4H0dGFerFp6eA { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPqWvPdfLKP59lwULmKyCFAafImAz4T { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzlnk7MIuLUcJntWN0tOSOcxgnaKRdvK { width:15.3125rem;height:2.925rem;top:19.89453125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b4J09g1pUbAlfWIuKrTHpuAktJvmRV { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKRBpmTmWqU5HugMd5n8dkLhNTogksz { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbZw84DeFRRJV8NWWpH0VpITkBfunrM { display:block; }
 }@media only screen and (max-width: 763px) { #Vqa3uGTWJDlbzVQ99dNl9oCxa2zVGiQU { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy { display:block; }#ZT6WAESUbaNKGalmmD0qHlQ7dMT4hQZy > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA1TVMh92vzrP6Sm05fbMCpaTpWUTtaE { width:19.875rem;height:116.125rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #o6pNq7SX595dZsZWvJ9eoTq6TiMWFJQc { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpFAM6cSESiG2azUr1A5LatC4vQphK7m { width:18.4375rem;height:18.4375rem;top:94.5rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fQdICIQy49CZy0rIFNpxFqGoT5ctpTnq { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#grpQ0r6JbrJchT2rXpfCZJZlkR40WMOv > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #zf28gA0aCqgVJ7mBiKpcgOKTSfZdFeBy { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #datIXNPlbd7MTTK8vQrTpQgaRm4bVQmS { width:1.375rem;height:1.375rem;top:7.888671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2E4eyHgJTflzxTpKTIVegoTlF7ZqnTW { width:4.375rem;height:1.13769375rem;top:8.138671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6IWbno2p3TnFwoc7L8756w2SIsUJ1k { width:0.0625rem;height:1.625rem;top:7.763671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2vltVTaSKNEPdpT86WF0D1n5nzmzUT { width:1.5rem;height:1.5rem;top:7.888671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymg9mJkREoI5sT0ndD2DzR64yOgi4PFa { width:4.0625rem;height:1.13769375rem;top:8.138671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNf7REh44qHHp2k78PdvhWr8Az2vIsEV { width:0.0625rem;height:1.5625rem;top:7.763671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #myn8gMIdOaqZsT7u2tx3lg2TQL3HL7bg { width:1.9375rem;height:1.25rem;top:8.013671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VteE4oh7arW0AlbAFcIQxLOVenZweM26 { width:3rem;height:1.13769375rem;top:8.138671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBqui8KqaetXy8dpAHKZNRKZeOu4ZZm { width:4.6875rem;height:1.29980625rem;top:18.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUddB0vGR3f0afgzrSAckT4CiBUedTb { width:18.3125rem;height:0.0625rem;top:20.1259765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUlXxoS5lQJ03ngBPoLv0Nq0ht9bS1B { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o { width:18.0625rem;height:13.3105625rem;top:20.951171875rem;left:0.875rem;font-size:0.875rem;display:block; }#OoTg1s1PgbNcuWUVoZApGbDMX9PUoa1o li:before{  }
 }@media only screen and (max-width: 763px) { #ueQmtfrrdiQxcbOPbLzMWWJwJO2fknq0 { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 { width:18.25rem;height:11.94825rem;top:34.80859375rem;left:0.875rem;font-size:0.875rem;display:block; }#yUFuuXmycMqs2TOsLeD6ZqKWrFHuUkK3 li:before{  }
 }@media only screen and (max-width: 763px) { #k9LTbEg7OuabsgngXJrQLLFKmai3nGxT { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#wzrivSoRdVqFQMhKFQ74BDiPEkkNybvO li:before{  }
 }@media only screen and (max-width: 763px) { #ortDX7uJD4adRZwJceBKS1xaVBy44Ps1 { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#MLaH4gqSAegKgKqlOfiybWLDbZV0ntEZ li:before{  }
 }@media only screen and (max-width: 763px) { #LT7bymTzSL2LQh6Hs83N3FRoKJ7ZO1pw { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#p6Gi3yQ5NRTQlwNeEcyuM5AU5MXpQBh9 li:before{  }
 }@media only screen and (max-width: 763px) { #UK3h4QQmV4Z0y4UkkmThNKQKUMp9ALJ7 { width:17.0625rem;height:1.29980625rem;top:49.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeEFSVztL6vxNkTlQWTh02KliuKTQmEg { width:17rem;height:41.375rem;top:51.125rem;left:1.5rem;font-size:0.875rem;display:block; }#EeEFSVztL6vxNkTlQWTh02KliuKTQmEg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #plKksDwC8erP8VJvvmKQZKWri8bFEgxG { width:18.625rem;height:46.0625rem;top:47.8125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WD1o1EJE5HGM171SXGRZMAP2eMGT0uv0 { width:16.125rem;height:2.8125rem;top:113.1875rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #LLrGM8d0kHN1zQR4KLuTqRtstXNXNbyx { display:block; }
 }@media only screen and (max-width: 763px) { #EiEA6cLmIn4XbmlHBXHGf1kw1XHtbHxo { width:18.3125rem;height:6.12305rem;top:10.615234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6V5SQABdD3LZql33ppJUXv9EP1wxLri { display:block; }#R6V5SQABdD3LZql33ppJUXv9EP1wxLri > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et8KqQes34gWFeaTpm3wUlKuZ6WO1rBL { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKcBkpMO2kgQhqNlgE6CpsAJD0K87fl { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8fBUeztCH0HAuxKfFk33Xco8yII52xi { width:15.0625rem;height:2.925rem;top:20.0625rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yCZTx6WS7qXhAHTQZ7U7afLJGTIxdZQu { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTehdQm8zn7uDTtrJcE3Vb3Az9LFBIaB { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpc537AS6s2HxkHUpDLBspnM4qZ2iaX { display:block; }
 }@media only screen and (max-width: 763px) { #VPcyynK3iegFB0bUC54a5RIs0uR9QpMl { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l { display:block; }#Ast8OVVH8RIVuhtKE2QIzL2LObdn1F8l > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKBz0xteF48qr6r9ffPPaKJDp81OX0Ii { width:19.875rem;height:92.0625rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FpMzf5Kfg2Ji7BLzTpMJq4TNnQEVLIAv { width:18.25rem;height:4.225rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1KtE4HwNxvMlvpoKk0elTXf1WTMRQuT { width:18.4375rem;height:18.4375rem;top:70.5rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kIFG9FVTfHcHPq1HcGSuwTIESiyudWHV { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#L8PIn6nKrUJO4ZZPWceon7pUv6HvLeDv > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #e9wQvx7nRLDRd8edLWurVHcZ4c27iWHS { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdRRyt60tRhesPPQTPuXzXAidNx3cwRy { width:1.375rem;height:1.375rem;top:7.888671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0DQ3ckLONaSOtsKQoodNOPiL36uryO { width:4.375rem;height:1.13769375rem;top:8.138671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipaSdqhvoxM2GsuneV61Dutyzk9KbsH { width:0.0625rem;height:1.625rem;top:7.763671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #odo3Cf5c1ZQEvQ2vTZZ5KiWCKIUREyCI { width:1.5rem;height:1.5rem;top:7.888671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6H2TWGLqABgpl19yw57c9MzfDeFQo8 { width:4.0625rem;height:1.13769375rem;top:8.138671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhFeboCaugLCIRwOTikBzNNiqSB8lSu { width:0.0625rem;height:1.5625rem;top:7.763671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBeETJdfXToB0K2xBHcZTzednL9NfXgM { width:1.9375rem;height:1.25rem;top:8.013671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwnLiUO19meuXXQRIKzOM6qr7kkzseRm { width:3rem;height:1.13769375rem;top:8.138671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObCBNcVls3ifpNazdb6tEbQsXxg9PBz { width:4.6875rem;height:1.29980625rem;top:18.326171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorwnGAMEJ5zcOROMQecRBdV8adg2sb9 { width:18.3125rem;height:0.0625rem;top:20.1259765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroOwxqozM56yQJ8X8siEJQzDkm01mPX { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl { width:18.0625rem;height:10.5859375rem;top:20.951171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#XADVLParXGgEbi3dC9Gn2yTIA6kxiLNl li:before{  }
 }@media only screen and (max-width: 763px) { #S6thfDxgUHUbVTuDH2OTPvHVihOa6evx { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEKowgTWknPrdt9UxV0gJBsiCAENyQVi { width:18.25rem;height:7.5488125rem;top:31.93359375rem;left:0.875rem;font-size:0.875rem;display:block; }#TEKowgTWknPrdt9UxV0gJBsiCAENyQVi li:before{  }
 }@media only screen and (max-width: 763px) { #eeVC4LfBhPvvvmiW2fZ7Assvo9OCFnME { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#KuQSA9fe3IqaJ77NO5wTplpTIrbbQm44 li:before{  }
 }@media only screen and (max-width: 763px) { #P4rIsfsMTod5FopGlWXI7GT0q2HZMOVK { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#bEZTUJ1uWE7OJOT7hGMa8m0KSVJoJkto li:before{  }
 }@media only screen and (max-width: 763px) { #IKGKflf6V43D3r2X9NxLwI7tQboISKZy { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#GdC1OGMlu1oqPZRbT28Te50JlxXoe0rx li:before{  }
 }@media only screen and (max-width: 763px) { #EMQNxSR8SOpQtAaXK9dm5HZBLoaMBzcS { width:17.0625rem;height:1.29980625rem;top:41.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct { width:17rem;height:24.625rem;top:44rem;left:1.5rem;font-size:0.875rem;display:block; }#h35xHhtQ2VT3T4kheJoiaSMOUsIk19Ct li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #EkdlIookMebbKmhB7CT6J3QSEtezPdCp { width:18.625rem;height:29.3125rem;top:40.6875rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wzuMHV8nKiB3MzopKgyf09Nv1F5rQTCb { width:16.125rem;height:2.8125rem;top:89.1875rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #TTV9Tok0pia4QEBI2Tto1887FSkK7EP7 { display:block; }
 }@media only screen and (max-width: 763px) { #uCJaRNMHbz5kGJyqfiOorkikMnB4xC6Z { width:18.3125rem;height:6.12305rem;top:10.615234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN7plXHGaRTgRMxypekbHOsvhiC1KLNh { display:block; }#nN7plXHGaRTgRMxypekbHOsvhiC1KLNh > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT8KqOeOVkFze3RmiqpddFFmNKZD4iM8 { width:17.9375rem;height:8.875rem;top:15.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvOGF6as52zTnJt1GihQniCLApTXJwz { width:16.625rem;height:7.5rem;top:16.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5vZa6m4PkIITXfffnJQSybtOGMK8bfm { width:14.75rem;height:1.4624rem;top:19rem;left:2.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lLUUXHtNpc7Z5JKXfeqrBPie5fWZS9ks { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyuih3AV0uRklKVHx2IgzgqV9HtLTcqN { width:16.125rem;height:1.6875rem;top:21.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE2msA3fHeSyLdkZTcWR92uDTWmqLFNQ { display:block; }
 }@media only screen and (max-width: 763px) { #CyGswnsJIN9GsTbv0ConrFSXPogLegQq { width:0.75rem;height:0.5rem;top:22.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 { display:block; }#eo2qu6rRJCalqWkam8cCZ5TGwIPX1xU4 > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGEUfqt2pihN1VmlRkfv8STR8R9TVMo3 { width:19.875rem;height:100.875rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hZF0WgJlu1s4Qhp75DmlsM2eaAFqlNzw { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRTGcxuIxvgTJuJByTxZibxMJ5fIq9o6 { width:18.4375rem;height:18.4375rem;top:79.3125rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wBLWR84SXgEMXIIvzBRKqgGS4yJLWsNp { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#ldWevBIcPb72lg8QnrrPa5p75wM8zJ3n > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #kRkEMiL6sfwaIIvf17oVpNCgo1P4pofn { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwgIxInataiAw67CtadA1gCPfqTl7CTN { width:1.375rem;height:1.375rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCo3nD7JSzoCs1ZITahZQKi2xqQe1Fe1 { width:4.375rem;height:1.13769375rem;top:6.25rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7Rco2ilOld9PUeoGIfZ8yW6OpdLyXr { width:0.0625rem;height:1.625rem;top:5.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCOveQysIVaRGXJnk3gf1HTrw2CROcMk { width:1.5rem;height:1.5rem;top:6rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKyWUCIGn0wFemm4kKUr7LEKXi8qBvR { width:4.0625rem;height:1.13769375rem;top:6.25rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irwr4LEa5thuBmMx9gBDpJ0FoiVcT9Sn { width:0.0625rem;height:1.5625rem;top:5.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCGE7vALbN5m2JrXQGNfClWXwHm9Cl2R { width:1.9375rem;height:1.25rem;top:6.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk5H7MTg98phW3r5K4Na73D2pqahTK9r { width:3rem;height:1.13769375rem;top:6.25rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQh3O0B9VDH8ux7ZhSBfLow6yvONATrJ { width:4.6875rem;height:1.29980625rem;top:16.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsRv1ZZNfPs5kaLkyz00OWEuhfFcOZc { width:18.3125rem;height:0.0625rem;top:18.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XySFAtcVziOuhDBBk3i10NGwWp8xmQt6 { width:17.1875rem;height:1.04980625rem;top:19.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LannmTglQPq7T31wpZoZyM1fl0TVLP { width:18.0625rem;height:15.722625rem;top:20.9375rem;left:1rem;font-size:0.875rem;display:block; }#d0LannmTglQPq7T31wpZoZyM1fl0TVLP li:before{  }
 }@media only screen and (max-width: 763px) { #hWlWuAAKnT6ihTHVKoyaFWSegnNDLLHg { width:18.0625rem;height:1.04980625rem;top:37.6875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB { width:18.25rem;height:3.7744125rem;top:39.5rem;left:0.875rem;font-size:0.875rem;display:block; }#Ti2mJTUlbfM9OAwkh2GhgQE49uSIXgfB li:before{  }
 }@media only screen and (max-width: 763px) { #I12a1Rep44aizDxR9KDJkLqtOUqDROW1 { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#DxCxAAqrQUS2RUfBdOQNooOXMJiPCwQb li:before{  }
 }@media only screen and (max-width: 763px) { #CAmoRGukJG9VtHkDJAGLRe5SuWVRaBBx { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#JPocAxT5mpt5OxdnDPIHZmTeA9n0Ktn8 li:before{  }
 }@media only screen and (max-width: 763px) { #N04BwOhLcKb9yGzq8lglao3FRys31Js0 { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uADt7owi1DbUt1e4V78oHy6INQoBqghI { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#uADt7owi1DbUt1e4V78oHy6INQoBqghI li:before{  }
 }@media only screen and (max-width: 763px) { #CHsdg1sBM0xrPkWPi4i43s3msHIltG9M { width:17.0625rem;height:1.29980625rem;top:46.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud { width:17rem;height:29.0625rem;top:48.375rem;left:1.5rem;font-size:0.875rem;display:block; }#kBzbsyIAInUUwrKWoAhvFgRpnCBlBzud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #NXqKoR3QJ1DSawEpnNNrcfJkuAKUKHgZ { width:18.625rem;height:33.8125rem;top:45.0625rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S4VvANeTyiiX2NRPdAWTgnhkAr4QWCGn { width:16.125rem;height:2.8125rem;top:98rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #scTSvDQoJ5dLCSz5g6WKUmyEb0c8NqB3 { display:block; }
 }@media only screen and (max-width: 763px) { #BUXtSbTQ0UqCdbX0fmfAPu78srP0ST93 { width:18.3125rem;height:6.12305rem;top:8.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z { display:block; }#Ebn7TVDvlnyKQOfk7EMTcMTk3eq4C84z > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hex5eQAHdfXmBAro174RxJumsfQSiwLx { width:17.9375rem;height:8.875rem;top:17.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If6UOv5SvzW8EKZS3GRRiQC3kefcresM { width:16.625rem;height:7.5rem;top:18.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHMIQKXdsZwdep9oRtGkue0m4HLWKxZ { width:15.3125rem;height:1.4624rem;top:20.58203125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7uUTlIsdx4UQgwEvRyyOzHX3aLuwTo { width:19.75rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAXRnDICEK6L9HIb51TsSmo1eW4mTHc { width:16.125rem;height:1.6875rem;top:23.5927734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK74IETcT7ASUa1yAaG86pqwlyN5kixA { display:block; }
 }@media only screen and (max-width: 763px) { #Tn0vKpKzIbHeM0RFbHqB42I74BXhmw03 { width:0.75rem;height:0.5rem;top:24.2490234375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu { display:block; }#rTFUPTxTUmDBwQt2noGGdg2sT99NyhXu > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khuEudQnga0zuGUhN3pKkFcpTVNmnoNL { width:18.25rem;height:2.11230625rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEy0eSTCRJ5tuhp7FTGDJht5PSFrP2L { width:18.4375rem;height:18.4375rem;top:62.4375rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nhVTZC0mTCCUQEhtkUEDl1WeNywFP9UL { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#CeUk5fa9qz4RgRMIx8fDTdcCXEHA3J85 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #Wp9abkMC6JZNgFhDQwsHv8MIZf4AT1TO { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iypqk920LSnMQyrH142QktQsO5wh4Qxi { width:1.375rem;height:1.375rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFOtW5uMRNou2DIhE5tVZDsiKHTOc3A { width:4.375rem;height:1.13769375rem;top:6.25rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzJq4TOdN5pWte3q88fJ6CbA0AcB1Tb7 { width:0.0625rem;height:1.625rem;top:5.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #muD4hqZnkZcfUaAhx2AlOrq5JLkrD477 { width:1.5rem;height:1.5rem;top:6rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArapNkUzKMekEFqta5RTLRlAuApmXv6t { width:4.0625rem;height:1.13769375rem;top:6.25rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC39aJqGevX4tTxn6fhb0vMxQUNCqyiy { width:0.0625rem;height:1.5625rem;top:5.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzqHWLTgZXLraddn0DFgbAIZwKpb9dxw { width:1.9375rem;height:1.25rem;top:6.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBT24EawtRgnLziZgLIpTTlGrO0TRB4 { width:3rem;height:1.13769375rem;top:6.25rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmuKcLXX7v7Rb839TgJWqEhZ4RH5STIV { width:4.6875rem;height:1.29980625rem;top:16.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUo43qibrvDXCcl6epl8LwNAd4G6wnrC { width:18.3125rem;height:0.0625rem;top:18.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSo8Eate2iVRrIlcT33zzBKFOurQKyoT { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw { width:18.0625rem;height:10.5859375rem;top:19.0625rem;left:1rem;font-size:0.875rem;display:block; }#tfkqy6XP5f08zn3BRZ8g4Cgeq1TsSmmw li:before{  }
 }@media only screen and (max-width: 763px) { #zTu5Iuq6y5GAK7EChG8TqNam3lx51lpH { width:18.0625rem;height:0;top:31.2587890625rem;left:0.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #phBOJL7bETrzcxblSs9PCPDd9WaI989g { width:18.25rem;height:4.82421875rem;top:35.37109375rem;left:0.875rem;font-size:0.875rem;display:none; }#phBOJL7bETrzcxblSs9PCPDd9WaI989g li:before{  }
 }@media only screen and (max-width: 763px) { #kIP86lHqffWmsVETw79vFdaQ0WxUfJGN { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IawI7wf17hxcaTnFdq9zu6s0X5w658aO { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#IawI7wf17hxcaTnFdq9zu6s0X5w658aO li:before{  }
 }@media only screen and (max-width: 763px) { #fOcat70mb35Xb98nikJChrSdTymio5rf { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#UoAPaAri4Tx89uCvzW01xqDsqKhl1PHq li:before{  }
 }@media only screen and (max-width: 763px) { #MBCsy70TTQbgKTdF3OJQqfeVJW0ZI7HZ { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#aIvrFxUugMiqaIdAaf7HPzAwD2EVMppR li:before{  }
 }@media only screen and (max-width: 763px) { #A1cF4N1JT0b9STWiA4Pqkp9rRzaeW6cy { width:17.0625rem;height:1.29980625rem;top:32.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W { width:17rem;height:26.4375rem;top:34.25rem;left:1.5rem;font-size:0.875rem;display:block; }#RnOvK5iQyuD2gzBTGbEVTxt5ryPWvO4W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #ahKuFDKpwaU4qnFdTmJAJebEXykZNpNh { width:18.625rem;height:31.125rem;top:30.9375rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ov451a6xduBsGMCgqADJXXVv34uLWILV { width:16.125rem;height:2.8125rem;top:81.125rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #oSSB1OCfsHRHOpd3tUpgLb6sAaD5aAm7 { display:block; }
 }@media only screen and (max-width: 763px) { #F1lhFJTEU0UaT2U3KJvydmE6KfNyqfk9 { width:18.3125rem;height:6.12305rem;top:8.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9yyxJpRdm83gp13bOQUqKLq84OxQTkz { width:19.875rem;height:83.9375rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn { display:block; }#un5FxPkqeT3ux6XgsRem9OlGAN2UIpPn > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggt9T7o430Mse4LU1gmzfXOGxKuTWhKo { width:17.9375rem;height:8.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc55XurDswfMIsBQepGqvmlaW9RWHCQ5 { width:16.625rem;height:7.5rem;top:18.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwkgoBFfbQQLqVy8ZX84zusolzpVQl7 { width:15.0625rem;height:2.925rem;top:20.0625rem;left:2.46875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vRxcCf2VtZde7pQZRQe2587gzp8cTVE9 { width:19.6875rem;height:26.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2IUXXpT1dAbn4HlXx2lXXC40Qty9JS3 { width:16.125rem;height:1.6875rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTV7JzXVWVlgfypI5nJluQ9eFWBWU4JP { display:block; }
 }@media only screen and (max-width: 763px) { #Uu5D5CSUTtm5km4ImEC8bimmHZhqr2e2 { width:0.75rem;height:0.5rem;top:24.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF { display:block; }#ncgXHkxqOT9u79R1MZb5BnEVv6zXJszF > .row .container { width:20rem;height:130.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzVFiSqLyVOA6yVcriJGwt7OTPQQbJTX { width:19.875rem;height:129.125rem;top:0rem;left:0rem;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #f61xxNKUMGl32wAeIlcI7Sho4rT8BbSP { width:15.9375rem;height:6.3369375rem;top:2.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ipyV2s4onQlyxyI85PiLL85SswWLFh { width:18.4375rem;height:18.4375rem;top:107.6875rem;left:0.6875rem;z-index:15018;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VekGl4RWnu3XU7TZM0itqsIrBMw1k7GN { width:14.75rem;height:19.75rem;top:3rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ { display:flex;width:4.25rem;height:4.25rem;top:88.78125rem;left:7.875rem;display:none; }
#PreLnMy77K8S5tLHCq5cLB9ubLTUXAeJ > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #HgSANhW5cbewTsUTPXUOb0ydW58rdGIS { width:17.0625rem;height:1.4619125rem;top:7.451171875rem;left:0.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICZVCKkvXQ65PHBH3vXRrdC2GNPAUWQa { width:1.375rem;height:1.375rem;top:9.763671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHd3FIRWUccynX26KNsB4waHR7rPcsJ7 { width:4.375rem;height:1.13769375rem;top:10.013671875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59bdAs1v0fffm4JFZ012ZQK8W7T43oC { width:0.0625rem;height:1.625rem;top:9.638671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KivQQcO6h67L2ExJfu0Dku3lZiaqS0 { width:1.5rem;height:1.5rem;top:9.763671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geuPECq5812mHwaNrSXy1ZUzMAcRPeCr { width:4.0625rem;height:1.13769375rem;top:10.013671875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzDIm3aBttrRPCbO7NTVV58Eu9Dgzn1 { width:0.0625rem;height:1.5625rem;top:9.638671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbzRRHaGRFWO18FooVv1mmt5etrBhwZT { width:1.9375rem;height:1.25rem;top:9.888671875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS5oL4skXy4FwSmEUoBwTbm1IGNNNdfo { width:3rem;height:1.13769375rem;top:10.013671875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA7yCTcdythyGRF0fRK9i1rLT4JirEnA { width:4.6875rem;height:1.29980625rem;top:20.201171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzual1rKnyV8RcrVpFkExOpAsSz1snPl { width:18.3125rem;height:0.0625rem;top:22.0009765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRm55BRdcGyJy8gWJKCmlrCACTeWqg7 { width:17.1875rem;height:1.04980625rem;top:38.375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX { width:18.0625rem;height:24.209rem;top:22.826171875rem;left:0.96875rem;font-size:0.875rem;display:block; }#nQgri0fZELoLGc5tQ6ySXASE2ZIzsEpX li:before{  }
 }@media only screen and (max-width: 763px) { #A3IAKZN2V5xITIIqAJAut9mSPcMl7icv { width:18.0625rem;height:1.04980625rem;top:48.1337890625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT { width:18.25rem;height:6.499rem;top:49.87109375rem;left:0.875rem;font-size:0.875rem;display:block; }#XS8EIF8KMwW9pLtNa156VUbJM7tt3eXT li:before{  }
 }@media only screen and (max-width: 763px) { #SnnOZ8tCDdfmyrmFLI6z2SaBNeqOFx67 { width:16.625rem;height:0;top:38.625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl { width:18.6875rem;height:0;top:40.2373046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#mMSWgm8w5cPFd2rfuNlRh3ELfGVl0cfl li:before{  }
 }@media only screen and (max-width: 763px) { #r6D6sOu0IL9HK3idg5IAvcmlZNiuwRXW { width:17.9375rem;height:1.04980625rem;top:68.0625rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #grfvkZdB8qHq72SN5lF81lciexpPCsFG { width:18.3125rem;height:11.94825rem;top:69.4873046875rem;left:0.9375rem;font-size:0.875rem;display:none; }#grfvkZdB8qHq72SN5lF81lciexpPCsFG li:before{  }
 }@media only screen and (max-width: 763px) { #Gw5IckRLG3uwzWgV8x7AfJDzZi3i9EaX { width:17.8125rem;height:1.04980625rem;top:82.4375rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD67u6EJQStGQ6mOLtSbOesWZJiG238e { width:17.625rem;height:2.4121125rem;top:83.75rem;left:0.9375rem;font-size:0.875rem;display:none; }#lD67u6EJQStGQ6mOLtSbOesWZJiG238e li:before{  }
 }@media only screen and (max-width: 763px) { #FrgcuC5dI8HoCNpiq1qT06eK3zWPtKt8 { width:17.0625rem;height:1.29980625rem;top:59.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSAKwLerxIwUdRLLJc7tunmsdZBSElZA { width:17rem;height:44.8125rem;top:61.125rem;left:1.5rem;font-size:0.875rem;display:block; }#QSAKwLerxIwUdRLLJc7tunmsdZBSElZA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57b569a9f573ad1669350d72dbedac78a2f9a660.svg); }
 }@media only screen and (max-width: 763px) { #Rkpoq3waWWh4cCRUlQHiNR1QrbwAmr1J { width:18.625rem;height:49.375rem;top:57.8125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V0QrkP7DfNsVy300xDgrDnWvkmCSdLFn { width:16.125rem;height:2.8125rem;top:126.375rem;left:1.9375rem;z-index:15027;color:#ccaa75;display:block; }
 }@media only screen and (max-width: 763px) { #TaGRNWTQZaWF5haoL4gRMFqvgRsen92h { display:block; }
 }@media only screen and (max-width: 763px) { #KMUTvJqTlSfXoiIMtd5Z3LplackLadog { width:18.3125rem;height:6.12305rem;top:12.490234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI { display:block; }#eX2PDUDsMWquplkKlSuIzIfsZU0kWMZI > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG { display:block; }#zb9i9sX73g6rtfK0mkUQqMNo9E2sT6XG > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#b4222a;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:12.125rem;height:3.875rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { display:flex;width:2.5rem;height:2.5rem;top:0.5625rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:12.125rem;height:3.875rem;top:4.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { display:flex;width:2.5rem;height:2.5rem;top:5.125rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:12.125rem;height:3.875rem;top:8.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { display:flex;width:2.5rem;height:2.5rem;top:9.71875rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:12.125rem;height:3.875rem;top:13.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { display:flex;width:2.5rem;height:2.5rem;top:14.4375rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CNNheyyV16fEtxLBm7TuGn9kelA7qAoq { display:block; }#CNNheyyV16fEtxLBm7TuGn9kelA7qAoq > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #PwtuVE91KGdp87sFlOei5TaD6IOAlfZR > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container { background-color: transparent; background-image: none; }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container > .video-iframe-container { display: none; }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row > .video-iframe-container { display: none; }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocHuDA5dU06daMMaEfdBKHQXh3Qe8ruS > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container { background-color: transparent; background-image: none; }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container > .video-iframe-container { display: none; }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row > .video-iframe-container { display: none; }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container { border-width: 0; border-radius: 0; }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#defRJep1zJWtLC8TG6CCDLkgROkoRaPw > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container { background-color: transparent; background-image: none; }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container > .video-iframe-container { display: none; }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row > .video-iframe-container { display: none; }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container { border-width: 0; border-radius: 0; }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXJJreTRiKNaqUqWddE1Rww3o4A4zrl3 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container { background-color: transparent; background-image: none; }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container > .video-iframe-container { display: none; }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row > .video-iframe-container { display: none; }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqruHq0sclTg9a5wD57y04TCPTnvTw9m > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container { background-color: transparent; background-image: none; }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container > .video-iframe-container { display: none; }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row > .video-iframe-container { display: none; }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container { border-width: 0; border-radius: 0; }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNqwopt6o1MEDyS0IREa1NWJnXoKdfHa > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container { background-color: transparent; background-image: none; }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container > .video-iframe-container { display: none; }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row > .video-iframe-container { display: none; }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container { border-width: 0; border-radius: 0; }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svwDxFLuBC4WXMVyPTNedC2kc9U6Go0M > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container { background-color: transparent; background-image: none; }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container > .video-iframe-container { display: none; }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row > .video-iframe-container { display: none; }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koGqLrbZezMEMWnI7h4ZMfRtMEVIrqIZ > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #HFnzG3MDwCok9WqtGi13lLC7XyAaI6db > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }