.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:248,243,230;--color-primary-1:228,218,199;--color-primary-2:220,195,129;--color-primary-3:168,134,110;--color-primary-4:44,39,26;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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:60,60,60;--headlines-font-family:"Bodoni Moda";--paragraphs-font-family:"Bodoni Moda"; }@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:#e7e3dc;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { position:relative;display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { background-color: transparent; background-image: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { border-width: 0; border-radius: 0; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .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; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cec9c2;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;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; }#ROMtXW4yKgEatdQ68vc0pIVc8XT2zMqB { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.935546875rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1rem;left:60.404296875rem;display:block; }
#NvGkuuzDCxFQxgluucRu9NhGiGkQL3qb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLmGO1so0irPCEPPwvdBak7pGk45fOfu { position:absolute;display:block;z-index:15041;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:4rem;width:14.1875rem;top:0.40625rem;left:3.4596366882324rem;overflow:hidden;display:block; }
#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09ef00d0-552e-4ea7-9736-694739f7617e/CrateWeb16Pattern1TanTanFinal.jpg");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; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v.adaptive-delivery-prevent-bg, #EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v.lazyload, #EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v.lazyloading { background-image: none; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container { background-color: transparent; background-image: none; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.2); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container > .video-iframe-container { display: none; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.2); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row > .video-iframe-container { display: none; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .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); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container { border-width: 0; border-radius: 0; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:block; }#Tl3GFrpWgKGzrAeDMqPPR1mgl5IKs38s { position:absolute;display:block;z-index:14997;height:43.75rem;width:27.375rem;top:9.4375rem;left:47.4375rem;display:block; }
#dQlDRrFFzzZM69er83l7H90ltZDR7pLq { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1245rem;position:absolute;font-family:"bodoni moda";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.35595703125rem;left:47.5625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SoLT7gIIW8rbGkRigBlbLkbcS7L3cz7v { box-sizing:content-box;height:6.8125rem;width:27.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.75rem;left:47.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Lz4qG1GAPWy7yKFxfznl0iiVtK2XN54L { box-sizing:content-box;height:0.25rem;width:9rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.71875rem;left:30.060546875rem;display:none; }
#RBEZBKNEQJXOvDocIXKPOORgE2uNwcqe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.25rem;left:28.78125rem;display:none; }
#hok5wxCqgz6pqU2qQAmmaTGhUxvNq5rs { position:absolute;display:block;z-index:15070;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:31rem;width:47.1875rem;top:30.750122070312rem;left:0rem;overflow:hidden;display:block; }
#pOvcaohZTpk7JTUNKODcTqaqzXFzNpZs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.124625rem;position:absolute;font-family:"bodoni moda";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.268310546875rem;left:47.56103515625rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m9NV69FrDmXdbnpsuMcLXa8Q3OHpDaRc { 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:27.1875rem;width:46.1875rem;top:1.26806640625rem;left:0rem;overflow:hidden;display:block; }
#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 { position:relative;display:block; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 { background-color: transparent; background-image: none; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .row .container > .video-iframe-container { display: none; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .row > .video-iframe-container { display: none; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .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); }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 { border-width: 0; border-radius: 0; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .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; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;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; }#DCJHTyzXeUaJQZLxAUnR3syNO7nFFGuP { 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:27.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nGpvZLL446QGETRTOuU6o4iceeITW4ri { position:relative;display:block; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri { background-color: transparent; background-image: none; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .row .container > .video-iframe-container { display: none; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .row > .video-iframe-container { display: none; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .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); }#nGpvZLL446QGETRTOuU6o4iceeITW4ri { border-width: 0; border-radius: 0; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .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; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e7e3dc;background-image:none;font-size:0.875rem;font-family:arial;height:35.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; }#y0UyO33Hvu4KhXpBsZPP5q3nBrlMa126 { 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:29.8125rem;width:23rem;top:2.15625rem;left:7.25rem;overflow:hidden;display:block; }
#ZC1ux7q3tgffUyRD8uU0vJTxRJmL8wuN { color:#463124;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.10595703125rem;left:38.0625rem;height:2.84375rem;display:block; }
#nAXauvamLDFtVA1q1lV3OHqoI2v54s4w { color:rgba(var(--color-primary-4),1);display:block;width:32.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.78125rem;left:38.125rem;height:9.75rem;display:block; }
#TIDRTHyGcDNCN5mRdWPda4G7fwz5c4Ae { color:rgba(var(--color-primary-4),1);display:block;width:32.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:21.15625rem;left:38.0625rem;height:9.5rem;font-style:normal;display:block; }
#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row .container { background-color: transparent; background-image: none; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row .container > .video-iframe-container { display: none; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row > .video-iframe-container { display: none; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .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); }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row .container { border-width: 0; border-radius: 0; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#VXXd6K1BopQXWKk8TfP0G8U9Tt96IwUd { color:#4b4b4b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcDCnn4chp1qsR0tv8gJnySDcFuMHkMC { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:75rem;top:4.75rem;left:0rem;display:block; }
#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row .container { background-color: transparent; background-image: none; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row .container > .video-iframe-container { display: none; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row > .video-iframe-container { display: none; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .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); }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row .container { border-width: 0; border-radius: 0; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#O5g1GD7fTxgy6ElHVI5eUtvTvvRrziy2 { color:#4b4b4b;display:block;width:38.937375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:1.671142578125rem;left:1.934814453125rem;height:16.03125rem;font-style:normal;display:block; }
#MSIHQ0gFePTgIDFAsITZScXQzwiFToZK { color:#4b4b4b;display:block;width:21.8115rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.97314453125rem;left:46.155395507812rem;height:19.8349375rem;font-style:normal;display:block; }#MSIHQ0gFePTgIDFAsITZScXQzwiFToZK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MSIHQ0gFePTgIDFAsITZScXQzwiFToZK li:before{  }
#Fxygh3StKHwNAa633Z0q5R8kD7bEVRll { position:absolute;display:block;z-index:15065;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:11.4355625rem;width:11.4355625rem;top:15.8642578125rem;left:0.6243896484375rem;overflow:hidden;display:block; }
#zHF4SVXSal9H7nDa3MPqIPePFpOwTLES { color:#4b4b4b;display:block;width:24.937125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.593017578125rem;left:6.2799072265625rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#mQK8zAEDy4sTC776OI7AMk8uCTvBFCG9 { color:#a8866e;display:block;width:34.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:39.747924804688rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e3dc;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; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row .container { background-color: transparent; background-image: none; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row .container > .video-iframe-container { display: none; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row > .video-iframe-container { display: none; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .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); }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row .container { border-width: 0; border-radius: 0; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#pEf8wry0xFB2kRmeUlVpDyInuBnvKcWZ { color:#4b4b4b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0025634765625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsTAvqnvx03VBJZV6uzaFD6Ep5RRacF8 { position:absolute;display:block;z-index:14998;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:41.5625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vh4RMwC4WLPiCSa14I35ZAoTJKFNqW6P { position:absolute;display:block;z-index:15002;height:29.124125rem;width:55.812375rem;top:15.24658203125rem;left:9.593505859375rem;display:block; }
#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M { position:relative;display:block; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M { background-color: transparent; background-image: none; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container > .video-iframe-container { display: none; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row > .video-iframe-container { display: none; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .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); }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M { border-width: 0; border-radius: 0; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.31);background-image:url("https://images.assets-landingi.com/uc/09ef00d0-552e-4ea7-9736-694739f7617e/CrateWeb16Pattern1TanTanFinal.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:43rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container.adaptive-delivery-prevent-bg, #pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container.lazyload, #pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container.lazyloading { background-image: none; }#qFFd8fhyRbhBzXBUBJK3WDVJe4yafr96 { color:#202020;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6279296875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4ubQW72baHlWxisgZtwXAwFl7NprMKA { color:#202020;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5504150390625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPTT169Hqpm7Cd7nBa0X9UiSGS8blTQu { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ededed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:15.8125rem;left:28.8095703125rem;display:block; }
#JUbn9FUe3WmDtOgLomttd2V9qTkhNXQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBisPes3T5lUPk4u8VgpivwLWA0VKLC3 { color:#4b4b4b;display:block;width:69.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.8424072265625rem;left:2.874755859375rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8CrJWmrGq1E7sRG0Gz315PEau4ZOhlD { color:rgba(var(--color-tertiary-4),1);display:block;width:64.125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:11.9296875rem;left:7.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztG8FawekgK4VWGTRX95lQDaAxeU5iEQ { position:absolute;display:block;z-index:15022;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:17.1875rem;width:11.437375rem;top:21.781616210938rem;left:32.310791015625rem;overflow:hidden;display:block; }
#w1vlU0qE9W9RUD6u1sMV6zyJUvHng0XU { position:absolute;display:block;z-index:15023;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:17.312rem;width:11.875rem;top:21.719970703125rem;left:48.373413085938rem;overflow:hidden;display:block; }
#Nopo4hzK1QAiDZIxQQI5uTVO8rNJn5LL { color:#4b4b4b;display:block;width:69.25rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:40.498657226562rem;left:2.874755859375rem;height:1.19995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOXsZoZHcMLG3QJWEZEltPv64zhscIeO { position:absolute;display:block;z-index:15023;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:17.312rem;width:11.437375rem;top:21.720581054688rem;left:16.341552734375rem;overflow:hidden;display:block; }
#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { background-color:rgba(var(--color-primary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { border-width: 0; border-radius: 0; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#UBOQn8uxmq2Rzlr4vRJ2T1RxJUAENsSe { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.40625rem;left:55.2490234375rem;display:block; }
#da7z3cOZNupU1W2siaXIvAZ5MBDqhkZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfvqTxFnfn6k7Tg2fw6nbVE5QqN6IWWp { position:absolute;display:block;z-index:15058;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:3.75rem;width:14.25rem;top:1.0625rem;left:1.4756946563721rem;overflow:hidden;display:block; }
#TQb1IMZrOaxZdIyVnlnVAw0oSXFuknAd { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:1.9375rem;left:31.8125rem; }
#TQb1IMZrOaxZdIyVnlnVAw0oSXFuknAd > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zqhaOkdTvJzeXEBTH5vItT14Rs51nI1u { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:1.875rem;left:34.9375rem; }
#zqhaOkdTvJzeXEBTH5vItT14Rs51nI1u > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#RrAq2Q8XGcJiA9d184Btaw5eZrDxA7J7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:1.75rem;left:40.4375rem; }
#RrAq2Q8XGcJiA9d184Btaw5eZrDxA7J7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HVV1Nv1TkFIxNEXR8pn5sAEbZ1GsKGTf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:1.875rem;left:37.5625rem; }
#HVV1Nv1TkFIxNEXR8pn5sAEbZ1GsKGTf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROMtXW4yKgEatdQ68vc0pIVc8XT2zMqB { width:13.875rem;height:3.4375rem;top:1rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGkuuzDCxFQxgluucRu9NhGiGkQL3qb { display:block; }
 }@media only screen and (max-width: 763px) { #VLmGO1so0irPCEPPwvdBak7pGk45fOfu { top:0.375rem;left:0rem;width:14.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v { display:block; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl3GFrpWgKGzrAeDMqPPR1mgl5IKs38s { top:9.4375rem;left:20.375rem;width:27.375rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQlDRrFFzzZM69er83l7H90ltZDR7pLq { width:27.0625rem;height:3.5625rem;top:3.3125rem;left:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoLT7gIIW8rbGkRigBlbLkbcS7L3cz7v { top:1.75rem;left:19.9375rem;width:27.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz4qG1GAPWy7yKFxfznl0iiVtK2XN54L { top:6.6875rem;left:16.435546875rem;width:9rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBEZBKNEQJXOvDocIXKPOORgE2uNwcqe { top:12.875rem;left:15.78125rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hok5wxCqgz6pqU2qQAmmaTGhUxvNq5rs { top:30.75rem;left:0rem;width:47.1875rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOvcaohZTpk7JTUNKODcTqaqzXFzNpZs { width:20rem;height:5.0625rem;top:2rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9NV69FrDmXdbnpsuMcLXa8Q3OHpDaRc { top:1.25rem;left:0rem;width:46.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 { display:block; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCJHTyzXeUaJQZLxAUnR3syNO7nFFGuP { top:0rem;left:0rem;width:47.75rem;height:17.42875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGpvZLL446QGETRTOuU6o4iceeITW4ri { display:block; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0UyO33Hvu4KhXpBsZPP5q3nBrlMa126 { top:2.125rem;left:0.4375rem;width:23rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC1ux7q3tgffUyRD8uU0vJTxRJmL8wuN { top:17.0625rem;left:11.375rem;width:36.375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAXauvamLDFtVA1q1lV3OHqoI2v54s4w { top:2.75rem;left:14.9375rem;width:32.8125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIDRTHyGcDNCN5mRdWPda4G7fwz5c4Ae { top:21.125rem;left:14.9375rem;width:32.8125rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy { display:block; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXXd6K1BopQXWKk8TfP0G8U9Tt96IwUd { width:47.75rem;height:2.875rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcDCnn4chp1qsR0tv8gJnySDcFuMHkMC { width:47.75rem;height:0.1875rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwinsJiEnGhDTbNWFVk6dmuagfTHgzih { display:block; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5g1GD7fTxgy6ElHVI5eUtvTvvRrziy2 { top:1.625rem;left:0rem;width:38.875rem;height:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSIHQ0gFePTgIDFAsITZScXQzwiFToZK { top:4.9375rem;left:25.717895507812rem;width:21.75rem;height:;font-size:0.9375rem;display:block; }#MSIHQ0gFePTgIDFAsITZScXQzwiFToZK li:before{  }
 }@media only screen and (max-width: 763px) { #Fxygh3StKHwNAa633Z0q5R8kD7bEVRll { top:15.8125rem;left:0rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHF4SVXSal9H7nDa3MPqIPePFpOwTLES { width:24.875rem;height:1.5625rem;top:21.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQK8zAEDy4sTC776OI7AMk8uCTvBFCG9 { width:34.5625rem;height:2.875rem;top:0.625rem;left:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITEboTtSBDOUdKgeqR956vT1FUQKbuJ { display:block; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEf8wry0xFB2kRmeUlVpDyInuBnvKcWZ { width:47.75rem;height:3.625rem;top:2rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTAvqnvx03VBJZV6uzaFD6Ep5RRacF8 { top:0rem;left:0rem;width:47.75rem;height:26.461458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4RMwC4WLPiCSa14I35ZAoTJKFNqW6P { top:15.1875rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZqys0maSzMaQJ8LRxMhHGVNub18bH0M { display:block; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFFd8fhyRbhBzXBUBJK3WDVJe4yafr96 { width:47.75rem;height:2.875rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ubQW72baHlWxisgZtwXAwFl7NprMKA { top:3.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTT169Hqpm7Cd7nBa0X9UiSGS8blTQu { width:18.4375rem;height:3.4375rem;top:15.8125rem;left:15.1845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbn9FUe3WmDtOgLomttd2V9qTkhNXQK { display:block; }
 }@media only screen and (max-width: 763px) { #cBisPes3T5lUPk4u8VgpivwLWA0VKLC3 { width:47.75rem;height:3.375rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8CrJWmrGq1E7sRG0Gz315PEau4ZOhlD { width:47.75rem;height:2rem;top:11.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztG8FawekgK4VWGTRX95lQDaAxeU5iEQ { top:21.75rem;left:18.685791015625rem;width:11.375rem;height:17.093766052088rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1vlU0qE9W9RUD6u1sMV6zyJUvHng0XU { top:21.6875rem;left:34.748413085938rem;width:11.875rem;height:17.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nopo4hzK1QAiDZIxQQI5uTVO8rNJn5LL { width:47.75rem;height:1.1875rem;top:40.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXsZoZHcMLG3QJWEZEltPv64zhscIeO { top:21.6875rem;left:2.716552734375rem;width:11.375rem;height:17.217587077454rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBOQn8uxmq2Rzlr4vRJ2T1RxJUAENsSe { width:16.1875rem;height:3.4375rem;top:1.375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7z3cOZNupU1W2siaXIvAZ5MBDqhkZJ { display:block; }
 }@media only screen and (max-width: 763px) { #PfvqTxFnfn6k7Tg2fw6nbVE5QqN6IWWp { top:1.0625rem;left:0rem;width:14.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQb1IMZrOaxZdIyVnlnVAw0oSXFuknAd { top:1.9375rem;left:18.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#TQb1IMZrOaxZdIyVnlnVAw0oSXFuknAd > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zqhaOkdTvJzeXEBTH5vItT14Rs51nI1u { top:1.875rem;left:21.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
#zqhaOkdTvJzeXEBTH5vItT14Rs51nI1u > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #RrAq2Q8XGcJiA9d184Btaw5eZrDxA7J7 { top:1.75rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
#RrAq2Q8XGcJiA9d184Btaw5eZrDxA7J7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HVV1Nv1TkFIxNEXR8pn5sAEbZ1GsKGTf { top:1.875rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#HVV1Nv1TkFIxNEXR8pn5sAEbZ1GsKGTf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROMtXW4yKgEatdQ68vc0pIVc8XT2zMqB { width:10.499875rem;height:2.6245125rem;top:6.436767578125rem;left:4.74853515625rem;font-size:1.3125rem;background-color:#a8866e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NvGkuuzDCxFQxgluucRu9NhGiGkQL3qb { display:block; }
 }@media only screen and (max-width: 763px) { #VLmGO1so0irPCEPPwvdBak7pGk45fOfu { width:11.625rem;height:3.25rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v { display:block; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v { background-color: transparent; background-image: none; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container > .video-iframe-container { display: none; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row > .video-iframe-container { display: none; }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .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); }#EszA3HJ3KXqbgmQksAuJnLc2i3od3m6v > .row .container { width:20rem;height:89.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4dac7, #ffffff);background-image: -moz-linear-gradient(180deg, #e4dac7, #ffffff);background-image: -ms-linear-gradient(180deg, #e4dac7, #ffffff);background-image: -o-linear-gradient(180deg, #e4dac7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dac7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dac7', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e4dac7, #ffffff);background-size:cover !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl3GFrpWgKGzrAeDMqPPR1mgl5IKs38s { width:20rem;height:39.75rem;top:11.31103515625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dQlDRrFFzzZM69er83l7H90ltZDR7pLq { width:20rem;height:0;top:2.0245361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoLT7gIIW8rbGkRigBlbLkbcS7L3cz7v { width:20rem;height:7.875rem;top:1.1240234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lz4qG1GAPWy7yKFxfznl0iiVtK2XN54L { width:6.25rem;height:0.25rem;top:4.1875rem;left:1.7500000596046rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #RBEZBKNEQJXOvDocIXKPOORgE2uNwcqe { top:139.47482600098rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #hok5wxCqgz6pqU2qQAmmaTGhUxvNq5rs { width:20rem;height:13.1386875rem;top:76.4853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOvcaohZTpk7JTUNKODcTqaqzXFzNpZs { width:20rem;height:0;top:1.9130859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #m9NV69FrDmXdbnpsuMcLXa8Q3OHpDaRc { width:16.6875rem;height:9.75rem;top:0.93603515625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 { display:block; }#tEgvzVTsImrzTLJt4B6DhPPDZZ5RMv95 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCJHTyzXeUaJQZLxAUnR3syNO7nFFGuP { width:20rem;height:7.2998125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGpvZLL446QGETRTOuU6o4iceeITW4ri { display:block; }#nGpvZLL446QGETRTOuU6o4iceeITW4ri > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0UyO33Hvu4KhXpBsZPP5q3nBrlMa126 { width:11rem;height:14.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC1ux7q3tgffUyRD8uU0vJTxRJmL8wuN { width:20rem;height:1.94970625rem;top:14.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAXauvamLDFtVA1q1lV3OHqoI2v54s4w { width:20rem;height:9.09863125rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIDRTHyGcDNCN5mRdWPda4G7fwz5c4Ae { width:20rem;height:7.125rem;top:18.38671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy { display:block; }#dK2QHeshJGgS0naPRAy4PpoAt8QNdbxy > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXXd6K1BopQXWKk8TfP0G8U9Tt96IwUd { width:20rem;height:4.0625rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcDCnn4chp1qsR0tv8gJnySDcFuMHkMC { width:20rem;height:0.1875rem;top:8.918rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwinsJiEnGhDTbNWFVk6dmuagfTHgzih { display:block; }#PwinsJiEnGhDTbNWFVk6dmuagfTHgzih > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5g1GD7fTxgy6ElHVI5eUtvTvvRrziy2 { width:20rem;height:18.28125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSIHQ0gFePTgIDFAsITZScXQzwiFToZK { width:20rem;height:17.15625rem;top:26.1875rem;left:0rem;font-size:0.9375rem;display:block; }#MSIHQ0gFePTgIDFAsITZScXQzwiFToZK li:before{  }
 }@media only screen and (max-width: 763px) { #Fxygh3StKHwNAa633Z0q5R8kD7bEVRll { width:13.125rem;height:13.125rem;top:45.375366210938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHF4SVXSal9H7nDa3MPqIPePFpOwTLES { width:12.1875rem;height:0;top:51.123657226562rem;left:6.468505859375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQK8zAEDy4sTC776OI7AMk8uCTvBFCG9 { width:20rem;height:2.03125rem;top:21.71630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITEboTtSBDOUdKgeqR956vT1FUQKbuJ { display:block; }#tITEboTtSBDOUdKgeqR956vT1FUQKbuJ > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEf8wry0xFB2kRmeUlVpDyInuBnvKcWZ { width:20rem;height:4.875rem;top:3.982421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTAvqnvx03VBJZV6uzaFD6Ep5RRacF8 { width:20rem;height:11.232421875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4RMwC4WLPiCSa14I35ZAoTJKFNqW6P { width:20rem;height:21.75rem;top:12.4824375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZqys0maSzMaQJ8LRxMhHGVNub18bH0M { display:block; }#pZqys0maSzMaQJ8LRxMhHGVNub18bH0M > .row .container { width:20rem;height:113.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFFd8fhyRbhBzXBUBJK3WDVJe4yafr96 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ubQW72baHlWxisgZtwXAwFl7NprMKA { width:20rem;height:7.3120125rem;top:7.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPTT169Hqpm7Cd7nBa0X9UiSGS8blTQu { width:17.5rem;height:3.4375rem;top:37.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbn9FUe3WmDtOgLomttd2V9qTkhNXQK { display:block; }
 }@media only screen and (max-width: 763px) { #cBisPes3T5lUPk4u8VgpivwLWA0VKLC3 { width:20rem;height:11.19725rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8CrJWmrGq1E7sRG0Gz315PEau4ZOhlD { width:20rem;height:5.34375rem;top:29.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztG8FawekgK4VWGTRX95lQDaAxeU5iEQ { width:13.125rem;height:19.812rem;top:49.779663085938rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1vlU0qE9W9RUD6u1sMV6zyJUvHng0XU { width:13rem;height:18.875rem;top:71.530151367188rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nopo4hzK1QAiDZIxQQI5uTVO8rNJn5LL { width:20rem;height:3.59911875rem;top:43.906860351562rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXsZoZHcMLG3QJWEZEltPv64zhscIeO { width:13.125rem;height:19.9375rem;top:92.254638671875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { background-color:#dad4c8;background-image:none;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBOQn8uxmq2Rzlr4vRJ2T1RxJUAENsSe { width:17.5rem;height:3.4375rem;top:10.9375rem;left:1.25rem;background-color:rgba(168,134,110,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #da7z3cOZNupU1W2siaXIvAZ5MBDqhkZJ { display:block; }
 }@media only screen and (max-width: 763px) { #PfvqTxFnfn6k7Tg2fw6nbVE5QqN6IWWp { width:15.6875rem;height:4.1875rem;top:1.0625rem;left:2.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TQb1IMZrOaxZdIyVnlnVAw0oSXFuknAd { display:flex;width:1.875rem;height:1.875rem;top:6.875rem;left:1.25rem; }
#TQb1IMZrOaxZdIyVnlnVAw0oSXFuknAd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zqhaOkdTvJzeXEBTH5vItT14Rs51nI1u { display:flex;width:1.9375rem;height:1.9375rem;top:6.875rem;left:6.375rem; }
#zqhaOkdTvJzeXEBTH5vItT14Rs51nI1u > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #RrAq2Q8XGcJiA9d184Btaw5eZrDxA7J7 { display:flex;width:2.1875rem;height:2.1875rem;top:6.75rem;left:16.625rem; }
#RrAq2Q8XGcJiA9d184Btaw5eZrDxA7J7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HVV1Nv1TkFIxNEXR8pn5sAEbZ1GsKGTf { display:flex;width:2.0625rem;height:2.0625rem;top:6.8125rem;left:11.625rem; }
#HVV1Nv1TkFIxNEXR8pn5sAEbZ1GsKGTf > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }