.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_ea40aae16b35f0f9795c0b6688756dffb8a519ce.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp { 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; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { background-color: transparent; background-image: none; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container > .video-iframe-container { display: none; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row > .video-iframe-container { display: none; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .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); }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { border-width: 0; border-radius: 0; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { font-size:0.875rem;font-family:fraunces;height:6.25rem;width:75rem;position:relative;display:block; }#oxIBzgcVnq5iccQtu5Nb6zcTh197Utfq { box-sizing:content-box;height:4.375rem;width:42.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.9375rem;left:32.8125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#uG9sp7QfKQPA7TFJIivcR7MocOdrc6eR { background-color:#edc0a6;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:64.46875rem;display:block; }
#GzyhgaTTpiAV1Q9JeXqh73Xk96fIVCck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xxxs5DlsCK9zLM7uzyrqFv6UkUBeFHAI { background-color:transparent;background-image:none;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:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:58.90625rem;display:block; }
#dmIpxlkQQ8gQ0CvFGceJrO0JFU4i1lrb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FifVEuManFPt48pQ0dO2pHdPIFW8UzV4 { background-color:transparent;background-image:none;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:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:54.78125rem;display:block; }
#LRiEgZBng1VbO2T4uWB9qWclksd4k5ZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTZJ4FJs69b1KseEd5ZboC6AO9lKLzrI { background-color:transparent;background-image:none;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:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:44.1875rem;display:block; }
#N04kODQCKy2DdFvgRFxU7syrhtV2vP8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT81nniHMUV3k3Jn2wigA9hxmqKyEbSt { background-color:transparent;background-image:none;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:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:38.4375rem;display:block; }
#Jk5mNG8OUyPSiZelPKPP1rT06pk65RiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8O4A3PBNiFw4by3JMEKP4kyDlT0E6aX { background-color:transparent;background-image:none;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:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:32.8125rem;display:block; }
#KMLh9pAWpq7L9aXGZ9N3tmULPq03pPbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dai3euXFuGIqCnTmaf6GK1QNKh5OOoRa { background-color:transparent;background-image:none;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:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:49.84375rem;display:block; }
#H65UeOH7T6Pn1TTKOXhcBZsL3axffLv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#syFm23zTSN63d6mtGKOTNpggyH4sHx74 { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_abb29b443707b80694f66c7a42b09eb3b436487d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74.adaptive-delivery-prevent-bg, #syFm23zTSN63d6mtGKOTNpggyH4sHx74.lazyload, #syFm23zTSN63d6mtGKOTNpggyH4sHx74.lazyloading { background-image: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { background-color: transparent; background-image: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container > .video-iframe-container { display: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row > .video-iframe-container { display: none; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .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); }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { border-width: 0; border-radius: 0; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#kbRb6KxXsW7ZmRBarEgJimphmZKJN0SW { color:#2c2a2a;display:block;width:37.6875rem;position:absolute;font-family:fraunces;font-size:5.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:15.25rem;left:0rem;height:10.125rem;font-style:normal;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; }
#JlgUss933Wz0fT6my4Hto6SBWeNP3fa4 { color:#2c2a2a;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:27.375rem;left:0rem;height:7.8735625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VLwLuWsUuF30TeGlhyQB2LSBQzFerU65 { background-color:#edc0a6;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2c2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.0625rem;left:0rem;display:block; }
#XsVJCwTB5nFyVb5EHDGSQ2PGsRJZOwr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nN5HEFrTTVUSgeMq5k6NbvepClnqwntG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.25rem;width:18.125rem;top:20.8125rem;left:37.6875rem;overflow:hidden;display:block; }
#zmtuuxdVZBeuUiekPSMzuCtcbFsnvIIR { position:absolute;display:block;z-index:15002;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.25rem;width:14.5625rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#lDylH0psnQyolcdF0smSOyvK8lPskZVs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.1875rem;width:18.0625rem;top:3.8125rem;left:56.875rem;overflow:hidden;display:block; }
#lmRr9kocN7yKvVTm7h9QgVzqDldl0Whc { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#f6e0d3;background-image:none;top:33.125rem;left:56.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#Sg76KPXkCn9caRaWZdTdRBmg2Igr3SPE { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffdeb8;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_73fb6900779f3a350d7f1848eccc4987c7eee1bf.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb.adaptive-delivery-prevent-bg, #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb.lazyload, #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb.lazyloading { background-image: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { background-color: transparent; background-image: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .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); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { border-width: 0; border-radius: 0; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#KZTs5FVgVW7yyg0okhIHKAZ6bT5LJ6Fc { color:#040404;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:21.77734375rem;left:46.25rem;height:12.597625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AbLzTJkL8oaJeCRqkQ4WrpOcDApTbWNu { color:#040404;display:block;width:28.75rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:14.25rem;left:46.25rem;height:5.3125rem;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; }
#AzsZIaLZZH2E3EdsITcelXOgMndp2KiO { background-color:transparent;background-image:none;border-top:0.125rem solid #edc0a6;border-left:0.125rem solid #edc0a6;border-right:0.125rem solid #edc0a6;border-bottom:0.125rem solid #edc0a6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#edc0a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.25rem;left:46.25rem;display:block; }
#kG43XNuwJnHsOrhJVkcEOCqHpnlJQXUn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#St0nbyI6knX37SixzM7xofVHpouhy5SS { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffdeb8;background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZekicTZZRGGhuDBAX6Bg3grI5zeW8BtO { box-sizing:content-box;height:41.125rem;width:31.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97a56821-4d58-48ec-87bf-6261bb11577a/Officeenamorados00699.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZekicTZZRGGhuDBAX6Bg3grI5zeW8BtO.adaptive-delivery-prevent-bg, #ZekicTZZRGGhuDBAX6Bg3grI5zeW8BtO.lazyload, #ZekicTZZRGGhuDBAX6Bg3grI5zeW8BtO.lazyloading { background-image: none; }
#snivFbs6T8ngAeChMkkfsFy7tnFfTbvI { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffdeb8;background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_edbd8b23ed52a1b58d37a26ff932e64c69cb27a9.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.adaptive-delivery-prevent-bg, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyload, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyloading { background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { background-color: transparent; background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .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); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { border-width: 0; border-radius: 0; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { color:#040404;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#fffaf4;background-image:none;top:16.9375rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#OTLlEByeauawpnkfby58NaDJaC71CgXr { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29.25rem;left:1.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZK3NtmcpiZirB0p59B7qia42tJohoUka { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.94921875rem;left:1.25rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.75rem;left:7.125rem; }
#E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.75rem;left:25.875rem; }
#B8cmHReR8a9tAyWourWDWtVXToKTqH1c { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.375rem;left:20rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.94921875rem;left:20rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#fffaf4;background-image:none;top:17rem;left:37.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#WGXwin7TpGnsVkWV7cLkRazkotORigJo { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.3125rem;left:38.75rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.94921875rem;left:38.75rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.8125rem;left:44.625rem; }
#fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:29.3125rem;left:57.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:33.94921875rem;left:57.5rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.6875rem;left:63.375rem; }
#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD { background-color:#fffaf4;background-image:url("https://icons.assets-landingi.com/icon_389348c4390e5a96de4a79110581932838ba47ce.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD.adaptive-delivery-prevent-bg, #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD.lazyload, #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD.lazyloading { background-image: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { background-color: transparent; background-image: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container > .video-iframe-container { display: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row > .video-iframe-container { display: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .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); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { border-width: 0; border-radius: 0; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { font-size:0.875rem;font-family:fraunces;height:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#lFAXukp46AncItJMB3Uhn3iBXolErhgK { color:#2c2a2a;display:block;width:14.125rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:13.75rem;left:6.4375rem;height:4.125rem;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; }
#xwzlTrkXsV6yeoeRR870qDprCsABI5pN { color:#2c2a2a;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:19.53173828125rem;left:6rem;height:6.09375rem;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; }
#N9Nuo5PsTtVq5zkkwQiZXZM5I1tCBcai { color:#2c2a2a;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:13.75rem;left:31.8125rem;height:4.125rem;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; }
#x0e5uEbTDMTv8oBI4FKTyPc8ErlUcyDE { color:#2c2a2a;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:19.53173828125rem;left:31.4375rem;height:6.09375rem;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; }
#f6GCGWpFmsFqmThdRSFXXWhuvCiTSRTa { color:#2c2a2a;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:13.75rem;left:53.75rem;height:4.125rem;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; }
#Upm9TrlvcQWZydqTU3DIEMTdAraOcTIz { color:#2c2a2a;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:19.53173828125rem;left:53.75rem;height:6.09375rem;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; }
#eMxM5Hp5TyQE6AZKiCGU544b7rU4yST5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:35.6875rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#A2bDfAcwO1IrRC6FJX8z2VfZFenGZecH { box-sizing:content-box;height:16.375rem;width:70rem;position:absolute;display:block;z-index:15025;background-color:#ffdeb8;background-image:none;top:11.5625rem;left:3.125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#TiPDbiHaZuHawhks9bdyzIreNrKIVpEr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:35.6875rem;width:23.75rem;top:4.9375rem;left:51.25rem;overflow:hidden;display:block; }
#k0TRIeTkf3G0zJa86GKfBM1VC127Zaoq { color:#2c2a2a;display:block;width:27.875rem;position:absolute;font-family:fraunces;font-size:3.125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:1.4375rem;left:24.875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_e454370d5470ce9b634a992b673daef9e96f14d0.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT.adaptive-delivery-prevent-bg, #A5x9UczlSZBCSCgOiFhHLlgksd57vTqT.lazyload, #A5x9UczlSZBCSCgOiFhHLlgksd57vTqT.lazyloading { background-image: none; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row .container { background-color: transparent; background-image: none; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row .container > .video-iframe-container { display: none; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row > .video-iframe-container { display: none; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .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); }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row .container { border-width: 0; border-radius: 0; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row .container { font-size:0.875rem;font-family:fraunces;height:75rem;width:75rem;overflow:visible;position:relative;display:block; }#DEI9fgMWrcTp4HkFsdgtKe8zvwh6VKnN { color:#2c2a2a;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.1875rem;left:0rem;height:5.3125rem;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; }
#rNlnokrrlxvEZ1MDsqa0FPM4BHVhm53W { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:20.1875rem;left:18.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kHe4JPqKXSzpXMsp6oTdxJQ3pP5de0gx { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:30.375rem;left:18.125rem;height:1.57470625rem;font-style:normal;display:block; }
#qHXsyqHRhR62nRahqS944oDzH6ybCfV2 { background-color:transparent;background-image:none;border-top:0.125rem solid #edc0a6;border-left:0.125rem solid #edc0a6;border-right:0.125rem solid #edc0a6;border-bottom:0.125rem solid #edc0a6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#edc0a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.5625rem;left:18.125rem;display:block; }
#cSxqgDFw8ob28PlOCkr8uQTI0CRPkRMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqmimIbHZWLlGnambUJuTTVyTouAJE77 { box-sizing:content-box;height:2.5rem;width:10.9375rem;position:absolute;display:block;z-index:15052;background-color:#edc0a6;background-image:none;top:16rem;left:0rem;display:block; }
#Kbthlx9Jx0MHmp3s56nCbfrtTrRIQINJ { color:#040404;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15087;line-height:1;letter-spacing:0;top:16.75rem;left:0.75rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d1ioZVtuAq6IUZu57c20dFC4WtkOdWJP { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:22.23681640625rem;left:18.125rem;height:6.12305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#V1ekXmdTB80vcNF5kA7EMhmhKfklLeUv { position:absolute;display:block;z-index:15037;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:16.25rem;width:13.5rem;top:18.5rem;left:3.4375rem;overflow:hidden;display:block; }
#uqOZgLPNmy5Ki7d0obHph5MIL3NtN2Dv { background-color:transparent;background-image:none;border-top:0.125rem solid #edc0a6;border-left:0.125rem solid #edc0a6;border-right:0.125rem solid #edc0a6;border-bottom:0.125rem solid #edc0a6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#edc0a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.5rem;left:58.75rem;display:block; }
#Uat3duUZv3SmTJr7hoiRbLiID72Wefrx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tep6VBRgssC049ibXIpdfXeHGKRMQU0G { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:30.375rem;left:58.75rem;height:1.57470625rem;font-style:normal;display:block; }
#SwnZTlXaE2tTgzBhyylZDr6zBOViA5D0 { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:22.23681640625rem;left:58.75rem;height:7.347625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lzuBO4dbcbtLbLOfi2iakMkBTQkgertT { position:absolute;display:block;z-index:15045;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:23.0625rem;width:19.125rem;top:16rem;left:38.875rem;overflow:hidden;display:block; }
#irgt5QTNwTzg4AElnz55K3SeCnqETckk { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:20.1875rem;left:58.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvEc5pnP6Kdm8FII1fV5pV0wanJP99TZ { background-color:transparent;background-image:none;border-top:0.125rem solid #edc0a6;border-left:0.125rem solid #edc0a6;border-right:0.125rem solid #edc0a6;border-bottom:0.125rem solid #edc0a6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#edc0a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:63.625rem;left:58.75rem;display:block; }
#Gx10sJicFDeOTvQsaMu4NbnOXy9L0f72 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1LucGKx7Q1wNHTRZH4WAodus1lu82h6 { position:absolute;display:block;z-index:15045;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:20.6875rem;width:17.125rem;top:50.8125rem;left:39.875rem;overflow:hidden;display:block; }
#sVr0nnrrsoWcxE5IUJoTQxu4OCHKZd8T { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:61.43505859375rem;left:58.75rem;height:1.57470625rem;font-style:normal;display:block; }
#nRPXTsJE2Ton0SOtkeT7PWAToAUcTN4y { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:52.525390625rem;left:58rem;height:7.347625rem;font-style:normal;display:block; }
#rxS2z6XQfLnB6PSItXWZeEbnp9yMbqJ5 { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:61.43505859375rem;left:18.125rem;height:1.57470625rem;font-style:normal;display:block; }
#WaEBI6TZkJUroDbKul0FedGg9KfQ4gTO { color:#040404;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:52.525390625rem;left:18.125rem;height:7.347625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yp63CrB5I0NXiyRgS0S2osQmmVUxTC1d { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:50.125rem;left:18.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SIugOWlwPa7cfikWTI2diewavTtE9saG { background-color:transparent;background-image:none;border-top:0.125rem solid #edc0a6;border-left:0.125rem solid #edc0a6;border-right:0.125rem solid #edc0a6;border-bottom:0.125rem solid #edc0a6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#edc0a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:63.625rem;left:18.125rem;display:block; }
#pVw1UdTCEgX0iwy4T6s0vBi7Kc2kq2Ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QyhhAtdMN4SxB255VX45pW9qZWeWvxa7 { color:#040404;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:50.125rem;left:58.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tI6LJdTTwmeA7wBx7q37dzCVqy74SHLl { position:absolute;display:block;z-index:15037;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:21rem;width:17.5625rem;top:45.3125rem;left:0rem;overflow:hidden;display:block; }
#TR9ASnlDMaAeiHkTtfXsrwXOuQDKT8vD { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:#fffaf4;background-image:none;top:16rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#bKB1qf78kQX0UM3QIhhzCTZwZOy0UtUQ { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15004;background-color:#fffaf4;background-image:none;top:16rem;left:40rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#oVZSiNF7V4PZOQcca0KokdsrfzyWTdIw { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:#fffaf4;background-image:none;top:46.25rem;left:40rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#US7c2zqd4dTszXgAe9iJJ0TKG3Eboge6 { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15005;background-color:#fffaf4;background-image:none;top:46.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_597282d46943d2b90a290f168a31ef8b311cdb9e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7.adaptive-delivery-prevent-bg, #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7.lazyload, #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7.lazyloading { background-image: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { background-color: transparent; background-image: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .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); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { border-width: 0; border-radius: 0; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { font-size:0.875rem;font-family:fraunces;height:57.1875rem;width:75rem;position:relative;display:block; }#cstzTdQUQqRkf6ya73igRQeyL07HedIg { color:#2c2a2a;display:block;width:35rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.5rem;left:0rem;height:15.9375rem;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; }
#G5TU23OTerycXSELc94LQLTL6puBMp7o { color:#2c2a2a;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:28.869140625rem;left:0rem;height:6.9995rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IzTWQfT62dtbztmQxbU6A6u3xsl7L7Qm { background-color:#edc0a6;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.75rem;left:0rem;display:block; }
#E8Ri0FbvRP25dsCApg6T0FX8hPi9G186 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAEm3SRRUqnSI6vwtqDQ6Ci2T4s1yHSn { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:33.875rem;width:22.625rem;top:8.5625rem;left:45.4375rem;overflow:hidden;display:block; }
#L9dE1tOLynrCLKOdVIGxmhfobIbkm9In { box-sizing:content-box;height:12.875rem;width:12.375rem;position:absolute;display:block;z-index:15006;background-color:#edc0a6;background-image:none;top:3rem;left:43.375rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IwvHIimGfFfxA4riIU5B2mJ0g5vuWxVc { color:#2c2a2a;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:37.9375rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#AAshCCbZ326989kay8k937G6TFAwgo3r { background-color:#fcf6f2;background-image:url("https://icons.assets-landingi.com/icon_9aa58ff14c47884a23d1b27192daa022f3e639eb.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#AAshCCbZ326989kay8k937G6TFAwgo3r.adaptive-delivery-prevent-bg, #AAshCCbZ326989kay8k937G6TFAwgo3r.lazyload, #AAshCCbZ326989kay8k937G6TFAwgo3r.lazyloading { background-image: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { background-color: transparent; background-image: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container > .video-iframe-container { display: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row > .video-iframe-container { display: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .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); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { border-width: 0; border-radius: 0; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { font-size:0.875rem;font-family:fraunces;height:72.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { color:#040404;display:block;width:31.9375rem;position:absolute;font-family:fraunces;font-size:5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:1.875rem;height:10rem;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; }
#oNF0v0ur460qtPTCgACpXP1PQ07kDGHi { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:8.125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { color:#040404;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:14.8125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJafAwVBngEUovneeKMNFa4JVMLMDvsC { color:#040404;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.6875rem;left:41.25rem; }
#NpmWaiTSaS2fTbVkkgPolN21bpxpr2PF { color:#040404;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:16.8125rem;left:1.875rem;height:15.7470625rem;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; }
#reHIZEHpwWSSqzIxKltp0XRkx7fZVeRw { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:39.875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { color:#040404;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:46.5625rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIxA9XpCmdUFkSyECbalIZ7X5TtOP2dL { color:#040404;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:49.5rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.4375rem;left:41.25rem; }
#hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { color:#040404;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:30.6875rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { color:#040404;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.625rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.5625rem;left:41.25rem; }
#pugMu6Kp6Ctae8Rw1O3mGsq7xTX0nRvO { color:#040404;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:62.4375rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSoH2IyApSfXtLuus0eLS3XAzfJ0twvB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:58.3125rem;left:41.25rem; }
#a7xcTlra62pxiTqt0DZvTbxfyJ9qmdbt { color:#040404;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:65.5625rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { box-sizing:content-box;height:35.8125rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:#edc0a6;background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#sPMB5fubyplGOD3cseCVHyeeoDAowm9m { box-sizing:content-box;height:51.5625rem;width:27.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ba4d7501-41cf-480b-9aa8-61588d8ad933/2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:19.6875rem;left:0rem;display:block; }#sPMB5fubyplGOD3cseCVHyeeoDAowm9m.adaptive-delivery-prevent-bg, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyload, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyloading { background-image: none; }
#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_8bc5c196cd12420d611c7a709658ae73671baffb.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.adaptive-delivery-prevent-bg, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyload, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyloading { background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { background-color: transparent; background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .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); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { border-width: 0; border-radius: 0; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { font-size:0.875rem;font-family:fraunces;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { color:#040404;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:4.6875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:10.6875rem;left:0rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { color:#040404;display:block;width:58.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.87548828125rem;left:8.46875rem;height:7.8735625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#T3pP9pNkAT9WBiSQImvQsbDmer1OWVOC { background-color:#edc0a6;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.3125rem;left:31.25rem;display:block; }
#UryoM60M8zTsTEmX6QnJdCx014lbhrEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffdeb8;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffdeb8;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ozw43weod2q2coOvTfddQUugRWKTbohT { background-color:#fffaf4;background-image:url("https://icons.assets-landingi.com/icon_9f8207a62c28ec398e42bf89bde2875569efb114.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#ozw43weod2q2coOvTfddQUugRWKTbohT.adaptive-delivery-prevent-bg, #ozw43weod2q2coOvTfddQUugRWKTbohT.lazyload, #ozw43weod2q2coOvTfddQUugRWKTbohT.lazyloading { background-image: none; }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row .container { background-color: transparent; background-image: none; }#ozw43weod2q2coOvTfddQUugRWKTbohT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row .container > .video-iframe-container { display: none; }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row > .video-iframe-container { display: none; }#ozw43weod2q2coOvTfddQUugRWKTbohT > .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); }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row .container { border-width: 0; border-radius: 0; }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row .container { font-size:0.875rem;font-family:fraunces;height:59.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#vA8nOB3lO6n0KRcqHAhJKXMIlGKL35R2 { color:#040404;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CSLx2BBp9cT0Q0TP5Sf31lqGO80SXkom { color:#040404;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.5rem;left:7.75rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#MUuv9R2XZTlG8TT1SmhIXP3H0WqEOtTe { color:#040404;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:45.4375rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdWAoRyVHwho9Q4cmaWeorNcktqQd5Pq { color:#040404;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:47.5625rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ugl8OCeVyLqQLSQ8sTZ67wlT4qrGMSqa { color:#040404;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:45.4375rem;left:26.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sThVfR9MrlZ5dJbi6mlDTGiucp7G07oJ { color:#040404;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:47.5625rem;left:26.875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnIX0HTFb6A8qfzqq0zJHsMddNWyRrlr { color:#040404;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:47.5625rem;left:53.75rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTCgm9IQvWm9BLhJoaz9fUlE9fW1IKfU { color:#040404;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:45.4375rem;left:53.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAJ6b3T4f7mfsKSyLS8iJLSG0wonMkmP { 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:21.25rem;width:21.25rem;top:22.90625rem;left:26.875rem;overflow:hidden;display:block; }
#HTDLTMoZE06ZCZS2nEUpFer1Akw23nZr { position:absolute;display:block;z-index:15059;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:21.25rem;width:21.25rem;top:22.90625rem;left:53.75rem;overflow:hidden;display:block; }
#WFMso1JumxNeVqXtLtpBRnAUiB3TLh04 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:#ffdeb8;background-image:none;top:32.375rem;left:18.46875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#fUPFgfVRuk9bX0wM3MyW7t65NXokEEuV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#ffdeb8;background-image:none;top:0rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#dk9czcW1equmvBb6tVGhTJNaHUD12nXd { position:absolute;display:block;z-index:15059;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:21.25rem;width:21.25rem;top:22.90625rem;left:0rem;overflow:hidden;display:block; }
#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_e52fcbce09f8607389b448232e569addc8d12c0e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE.adaptive-delivery-prevent-bg, #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE.lazyload, #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE.lazyloading { background-image: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { background-color: transparent; background-image: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container > .video-iframe-container { display: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row > .video-iframe-container { display: none; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .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); }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { border-width: 0; border-radius: 0; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { font-size:0.875rem;font-family:fraunces;height:61.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#knh4JnyzlJqIdzp67wEbzCaEecPN4SOz { color:#040404;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xSqHJH4TGU0D2uQnyNk3hVPAeCmsiHyB { position:absolute;display:block;z-index:15027;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;box-shadow: none;height:36.25rem;width:36.25rem;top:16.8125rem;left:0rem;overflow:hidden;display:block; }
#HeAg0EE4VfRi8sC6c57cbsqwT7N8MNhp { position:absolute;display:block;z-index:15028;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;box-shadow: none;height:17.5rem;width:16.5rem;top:16.8125rem;left:57.5rem;overflow:hidden;display:block; }
#JmU0b6NaToNbdTELFLs741xPVcdRLcSr { position:absolute;display:block;z-index:15029;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;box-shadow: none;height:17.5rem;width:17.5rem;top:16.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#qH8ZRugeO8TnZHrHFwLDHVCsr2GLhicN { position:absolute;display:block;z-index:15030;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;box-shadow: none;height:17.5rem;width:17.5rem;top:35.625rem;left:57.5rem;overflow:hidden;display:block; }
#Xmg9O2GiHrKSq228GkEmGcMiV3wOZRqM { position:absolute;display:block;z-index:15031;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;box-shadow: none;height:17.5rem;width:17.5rem;top:35.625rem;left:38.1875rem;overflow:hidden;display:block; }
#Au1BRWoMgowg6Dzg7aK9yBmb1hDJMxVN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15032;background-color:#ffdeb8;background-image:none;top:48.5625rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#HRsEqcnm1WXwAowBVo39ozVy7I0QP8mW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:#edc0a6;background-image:none;top:0rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:#fffaf4;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; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .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); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { border-width: 0; border-radius: 0; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { font-size:0.875rem;font-family:fraunces;height:70.375rem;width:75rem;overflow:visible;position:relative;display:block; }#dWJTTVGFemvp4qN0f1loxZikWwdJZntf { color:#040404;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { color:#040404;display:block;width:53.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:10.625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#GMg1TJDI0aQKkHysrN2asST1GBPDugXm { color:#040404;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.8125rem;left:1.9375rem;height:;font-style:italic;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; }
#hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { color:#040404;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:1.9375rem;height:;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; }
#GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:1.9375rem; }
#W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:#ffdeb8;background-image:none;top:4.3125rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:31.375rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { box-sizing:content-box;height:40.5rem;width:38.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffdeb8;background-image:none;top:25.5625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:31.125rem;left:25.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#x3JBE1dRONXnmprPnrHzRMREi4qmuTph { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:27.8125rem; }
#n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { color:#040404;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:27.8125rem;height:;font-style:italic;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; }
#MAOPaA22TGiIaCgrNTsO6sTgssZenghg { color:#040404;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:27.8125rem;height:;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; }
#gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:53.625rem; }
#s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { color:#040404;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:53.625rem;height:;font-style:italic;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; }
#pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { color:#040404;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:53.625rem;height:;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; }
#ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:31.125rem;left:51.6875rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_962b55a878efb62a04de64285b8fbfa36823ff34.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:fraunces;height:47.875rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { color:#040404;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:15.9375rem;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; }
#r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { color:#040404;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.5rem;left:0rem;height:1.57470625rem;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; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:#fcf6f2;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:#040404;font-family:fraunces;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#040404;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden;text-align:justify;text-align-last:initial; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_688643179b16472ea5eeddb43229ddc7d466006e.svg");background-size:contain !important; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.adaptive-delivery-prevent-bg, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyload, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyloading { background-image: none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { box-sizing:content-box;height:auto;width:36.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.4375rem;left:38.0625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z9BlMxo2uUhMwpwevRX2ra8rEZiMXIg2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SNsMhsA2Hqxvx3MJZiLo361AeKedzTfe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #bTouDphDh2zXfTbTK3w7rUaqXM8LT2NX { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #XmETwuxsWuCnkbN1pOmBtMT4u1FAJs09 {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CkgBK2pAUkG6BXgItgsWSsht77Ibd5k4 { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #FZ0sQ48yo7pe7kGEInnMPg4AfWTFrOZD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #XXztnTynIOASKMcDW0El04itR1JkC8Ka { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #fEQsC54l8F2u2PsMf777Efg01KXQ6Opg { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ed095PaNowMZ3av7lyWLUMu4yBevodAm {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HdWqoqJSIWXTB8Tc4zTg5R1L5qp0yV1N { display:none; }
#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 { background-color:#edc0a6;background-image:url("https://images.assets-landingi.com/uc/bf311c2b-0281-4762-8e04-e900559948e4/bg_123.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.adaptive-delivery-prevent-bg, #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.lazyload, #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8.lazyloading { background-image: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { background-color: transparent; background-image: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container > .video-iframe-container { display: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container { display: none; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .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); }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { border-width: 0; border-radius: 0; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#MAhzxbVo0oHruJHUCpnWF5SrXQV5ffcc { color:#2c2a2a;display:block;width:37.0625rem;position:absolute;font-family:fraunces;font-size:5.3125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:5.3125rem;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; }
#v852G1B2KIhclWIobZOlOCGpoq5bADmf { color:#040404;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:23.875rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#SA78cfR824oJCcUyURSsn0qPtIgMG4v3 { color:#040404;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:21.9375rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#dJnzLJf9F26xLSK9HcbhN1TqNgDIee5b { color:#040404;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:37.9375rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#PwwANNxOe4a1oR5ifUM7cxlBGFxvElnw { color:#040404;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:36rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#yJeJiMXU7Gnb7I2OTanynrnc20Abfi2S { color:#040404;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:30.8125rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#O9tNWhfhrDQ5GKaEQw6qzLhMaBwG23uB { color:#040404;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:28.9375rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#p8dA3eRQ5qILRsi7Cegi5kMhQmOlzIyE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.0625rem;left:1.125rem; }
#g1LB5aaRs5JDdRy5wx4SxzOWETwPCJ8t { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:#2c2a2a;background-image:none;top:21.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#eRokEDJVKWKrHK2ueB8ap18D7lgM2X9U { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.0625rem;left:1.125rem; }
#TKUt4vvwXkUyFhoTROp4SgqVI69WTkII { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:28.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#lxuD4myDW06QN6PV0is8Vg6RwXW531TV { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.3125rem;left:1.125rem; }
#itt0imTNLr8UO9VPPbeGGqiFuauX7u2a { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:#2c2a2a;background-image:none;top:36.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#Kn424vyuJpLwTvPrfdHKViH9eP6OxNZ4 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.75rem;width:38.75rem;top:5.7744140625rem;left:36.25rem;overflow:hidden;display:block; }
#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z { 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; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { background-color: transparent; background-image: none; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container > .video-iframe-container { display: none; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row > .video-iframe-container { display: none; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .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); }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { border-width: 0; border-radius: 0; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { font-size:0.875rem;font-family:fraunces;height:18.75rem;width:75rem;position:relative;display:block; }#KfMGZ2E6mKloOkN2DeDSsbnGxGJl4kER { color:#040404;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.15625rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.25rem;left:63.0625rem; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.25rem;left:67.125rem; }
#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.25rem;left:71.3125rem; }
#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#HMREKwqJah8IZzdex2KX2e3MaZJQsZTM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.3125rem;left:65rem;display:block; }
#NFE776uWe4TiLkyhwPMe7gNzL8G0kHUn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s5dv6oiq3JdThR2sAaE6lkw1xrRpQxBd { position:absolute;display:block;z-index:15004;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:4.1875rem;width:8.375rem;top:5.65625rem;left:0rem;overflow:hidden;display:block; }
#qmBmyxKLBsap9Uk6JarAsNpfkyvtN32I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.3125rem;left:55.0625rem;display:block; }
#UslDgHiSTMaawixmxoCmE3WuyHA0kVlW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1ozLsVx9qBo6qlBddgtCPRhaOnTONB0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.3125rem;left:45.125rem;display:block; }
#bSB9zwaCzVKrLrKM99MfS7mQ1usSwHCF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp { display:block; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxIBzgcVnq5iccQtu5Nb6zcTh197Utfq { top:0.9375rem;left:5.5625rem;width:42.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9sp7QfKQPA7TFJIivcR7MocOdrc6eR { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzyhgaTTpiAV1Q9JeXqh73Xk96fIVCck { display:block; }
 }@media only screen and (max-width: 763px) { #Xxxs5DlsCK9zLM7uzyrqFv6UkUBeFHAI { width:5.625rem;height:2.5rem;top:1.875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmIpxlkQQ8gQ0CvFGceJrO0JFU4i1lrb { display:block; }
 }@media only screen and (max-width: 763px) { #FifVEuManFPt48pQ0dO2pHdPIFW8UzV4 { width:5.625rem;height:2.5rem;top:1.875rem;left:41.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRiEgZBng1VbO2T4uWB9qWclksd4k5ZC { display:block; }
 }@media only screen and (max-width: 763px) { #dTZJ4FJs69b1KseEd5ZboC6AO9lKLzrI { width:6.875rem;height:2.5rem;top:1.875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N04kODQCKy2DdFvgRFxU7syrhtV2vP8T { display:block; }
 }@media only screen and (max-width: 763px) { #tT81nniHMUV3k3Jn2wigA9hxmqKyEbSt { width:5.6875rem;height:2.5rem;top:1.875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk5mNG8OUyPSiZelPKPP1rT06pk65RiR { display:block; }
 }@media only screen and (max-width: 763px) { #T8O4A3PBNiFw4by3JMEKP4kyDlT0E6aX { width:5.625rem;height:2.5rem;top:1.875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLh9pAWpq7L9aXGZ9N3tmULPq03pPbT { display:block; }
 }@media only screen and (max-width: 763px) { #Dai3euXFuGIqCnTmaf6GK1QNKh5OOoRa { width:6.875rem;height:2.5rem;top:1.875rem;left:36.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H65UeOH7T6Pn1TTKOXhcBZsL3axffLv4 { display:block; }
 }@media only screen and (max-width: 763px) { #syFm23zTSN63d6mtGKOTNpggyH4sHx74 { display:block; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRb6KxXsW7ZmRBarEgJimphmZKJN0SW { top:15.25rem;left:0rem;width:37.6875rem;height:10.125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgUss933Wz0fT6my4Hto6SBWeNP3fa4 { top:27.375rem;left:0rem;width:31.875rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLwLuWsUuF30TeGlhyQB2LSBQzFerU65 { width:12.5rem;height:3.5rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVJCwTB5nFyVb5EHDGSQ2PGsRJZOwr0 { display:block; }
 }@media only screen and (max-width: 763px) { #nN5HEFrTTVUSgeMq5k6NbvepClnqwntG { top:20.8125rem;left:24.0625rem;width:18.125rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmtuuxdVZBeuUiekPSMzuCtcbFsnvIIR { top:5.25rem;left:0rem;width:14.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDylH0psnQyolcdF0smSOyvK8lPskZVs { top:3.8125rem;left:29.625rem;width:18.0625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRr9kocN7yKvVTm7h9QgVzqDldl0Whc { top:33.125rem;left:29.625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg76KPXkCn9caRaWZdTdRBmg2Igr3SPE { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb { display:block; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZTs5FVgVW7yyg0okhIHKAZ6bT5LJ6Fc { top:21.75rem;left:19rem;width:28.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLzTJkL8oaJeCRqkQ4WrpOcDApTbWNu { top:14.25rem;left:19rem;width:28.75rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzsZIaLZZH2E3EdsITcelXOgMndp2KiO { width:12.5rem;height:3.5rem;top:37.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG43XNuwJnHsOrhJVkcEOCqHpnlJQXUn { display:block; }
 }@media only screen and (max-width: 763px) { #St0nbyI6knX37SixzM7xofVHpouhy5SS { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZekicTZZRGGhuDBAX6Bg3grI5zeW8BtO { top:1.8125rem;left:0rem;width:31.6875rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snivFbs6T8ngAeChMkkfsFy7tnFfTbvI { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { top:6.9375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { top:16.9375rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { top:29.25rem;left:0rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { top:33.9375rem;left:0rem;width:16.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { top:22.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { top:22.75rem;left:12.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { top:29.375rem;left:6.375rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { top:33.9375rem;left:6.375rem;width:16.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { top:17rem;left:23.875rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { top:29.3125rem;left:25.125rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { top:33.9375rem;left:25.125rem;width:16.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { top:22.8125rem;left:31rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { top:29.3125rem;left:31.5rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { top:33.9375rem;left:31.5rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { top:22.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD { display:block; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFAXukp46AncItJMB3Uhn3iBXolErhgK { top:13.75rem;left:0rem;width:14.125rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwzlTrkXsV6yeoeRR870qDprCsABI5pN { top:19.5rem;left:0rem;width:17.125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Nuo5PsTtVq5zkkwQiZXZM5I1tCBcai { top:13.75rem;left:18.1875rem;width:16.25rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0e5uEbTDMTv8oBI4FKTyPc8ErlUcyDE { top:19.5rem;left:17.8125rem;width:17rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6GCGWpFmsFqmThdRSFXXWhuvCiTSRTa { top:13.75rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upm9TrlvcQWZydqTU3DIEMTdAraOcTIz { top:19.5rem;left:30.25rem;width:17.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMxM5Hp5TyQE6AZKiCGU544b7rU4yST5 { top:0rem;left:0rem;width:23.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2bDfAcwO1IrRC6FJX8z2VfZFenGZecH { top:11.5625rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiPDbiHaZuHawhks9bdyzIreNrKIVpEr { top:4.9375rem;left:24rem;width:23.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0TRIeTkf3G0zJa86GKfBM1VC127Zaoq { top:1.4375rem;left:11.25rem;width:27.875rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5x9UczlSZBCSCgOiFhHLlgksd57vTqT { display:block; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEI9fgMWrcTp4HkFsdgtKe8zvwh6VKnN { top:6.1875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNlnokrrlxvEZ1MDsqa0FPM4BHVhm53W { top:20.1875rem;left:4.5rem;width:16.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHe4JPqKXSzpXMsp6oTdxJQ3pP5de0gx { top:30.375rem;left:4.5rem;width:16.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHXsyqHRhR62nRahqS944oDzH6ybCfV2 { width:8.125rem;height:2.75rem;top:32.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSxqgDFw8ob28PlOCkr8uQTI0CRPkRMx { display:block; }
 }@media only screen and (max-width: 763px) { #FqmimIbHZWLlGnambUJuTTVyTouAJE77 { top:16rem;left:0rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbthlx9Jx0MHmp3s56nCbfrtTrRIQINJ { top:16.75rem;left:0rem;width:9.375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ioZVtuAq6IUZu57c20dFC4WtkOdWJP { top:22.1875rem;left:4.5rem;width:16.25rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ekXmdTB80vcNF5kA7EMhmhKfklLeUv { top:18.5rem;left:0rem;width:13.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqOZgLPNmy5Ki7d0obHph5MIL3NtN2Dv { width:8.125rem;height:2.75rem;top:32.5rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uat3duUZv3SmTJr7hoiRbLiID72Wefrx { display:block; }
 }@media only screen and (max-width: 763px) { #Tep6VBRgssC049ibXIpdfXeHGKRMQU0G { top:30.375rem;left:31.5rem;width:16.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwnZTlXaE2tTgzBhyylZDr6zBOViA5D0 { top:22.1875rem;left:31.5rem;width:16.25rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzuBO4dbcbtLbLOfi2iakMkBTQkgertT { top:16rem;left:25.25rem;width:19.125rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgt5QTNwTzg4AElnz55K3SeCnqETckk { top:20.1875rem;left:31.5rem;width:16.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvEc5pnP6Kdm8FII1fV5pV0wanJP99TZ { width:8.125rem;height:2.75rem;top:63.625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx10sJicFDeOTvQsaMu4NbnOXy9L0f72 { display:block; }
 }@media only screen and (max-width: 763px) { #O1LucGKx7Q1wNHTRZH4WAodus1lu82h6 { top:50.8125rem;left:26.25rem;width:17.125rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVr0nnrrsoWcxE5IUJoTQxu4OCHKZd8T { top:61.375rem;left:31.5rem;width:16.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRPXTsJE2Ton0SOtkeT7PWAToAUcTN4y { top:52.5rem;left:31.5rem;width:16.25rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxS2z6XQfLnB6PSItXWZeEbnp9yMbqJ5 { top:61.375rem;left:4.5rem;width:16.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaEBI6TZkJUroDbKul0FedGg9KfQ4gTO { top:52.5rem;left:4.5rem;width:16.25rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp63CrB5I0NXiyRgS0S2osQmmVUxTC1d { top:50.125rem;left:4.5rem;width:16.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIugOWlwPa7cfikWTI2diewavTtE9saG { width:8.125rem;height:2.75rem;top:63.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVw1UdTCEgX0iwy4T6s0vBi7Kc2kq2Ly { display:block; }
 }@media only screen and (max-width: 763px) { #QyhhAtdMN4SxB255VX45pW9qZWeWvxa7 { top:50.125rem;left:31.5rem;width:16.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI6LJdTTwmeA7wBx7q37dzCVqy74SHLl { top:45.3125rem;left:0rem;width:17.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9ASnlDMaAeiHkTtfXsrwXOuQDKT8vD { top:16rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKB1qf78kQX0UM3QIhhzCTZwZOy0UtUQ { top:16rem;left:26.375rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVZSiNF7V4PZOQcca0KokdsrfzyWTdIw { top:46.25rem;left:26.375rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7c2zqd4dTszXgAe9iJJ0TKG3Eboge6 { top:46.25rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 { display:block; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cstzTdQUQqRkf6ya73igRQeyL07HedIg { top:10.5rem;left:0rem;width:35rem;height:15.9375rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5TU23OTerycXSELc94LQLTL6puBMp7o { top:28.8125rem;left:0rem;width:35rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTWQfT62dtbztmQxbU6A6u3xsl7L7Qm { width:12.5rem;height:3.5rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Ri0FbvRP25dsCApg6T0FX8hPi9G186 { display:block; }
 }@media only screen and (max-width: 763px) { #xAEm3SRRUqnSI6vwtqDQ6Ci2T4s1yHSn { top:8.5625rem;left:25.125rem;width:22.625rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9dE1tOLynrCLKOdVIGxmhfobIbkm9In { top:3rem;left:29.75rem;width:12.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwvHIimGfFfxA4riIU5B2mJ0g5vuWxVc { top:37.9375rem;left:0rem;width:35rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAshCCbZ326989kay8k937G6TFAwgo3r { display:block; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { top:4.625rem;left:0rem;width:31.9375rem;height:10rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNF0v0ur460qtPTCgACpXP1PQ07kDGHi { top:8.125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { top:14.8125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJafAwVBngEUovneeKMNFa4JVMLMDvsC { top:17.75rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { top:10.6875rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmWaiTSaS2fTbVkkgPolN21bpxpr2PF { top:16.8125rem;left:0rem;width:30rem;height:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reHIZEHpwWSSqzIxKltp0XRkx7fZVeRw { top:39.875rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { top:46.5625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIxA9XpCmdUFkSyECbalIZ7X5TtOP2dL { top:49.5rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { top:42.4375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { top:30.6875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { top:33.625rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { top:26.5625rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pugMu6Kp6Ctae8Rw1O3mGsq7xTX0nRvO { top:62.4375rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSoH2IyApSfXtLuus0eLS3XAzfJ0twvB { top:58.3125rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7xcTlra62pxiTqt0DZvTbxfyJ9qmdbt { top:65.5625rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { top:0rem;left:0rem;width:33.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMB5fubyplGOD3cseCVHyeeoDAowm9m { top:19.6875rem;left:0rem;width:27.125rem;height:51.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { top:10.6875rem;left:0rem;width:47.75rem;height:;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { top:17.875rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pP9pNkAT9WBiSQImvQsbDmer1OWVOC { width:12.5rem;height:3.5rem;top:29.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryoM60M8zTsTEmX6QnJdCx014lbhrEC { display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozw43weod2q2coOvTfddQUugRWKTbohT { display:block; }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA8nOB3lO6n0KRcqHAhJKXMIlGKL35R2 { top:6.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSLx2BBp9cT0Q0TP5Sf31lqGO80SXkom { top:14.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUuv9R2XZTlG8TT1SmhIXP3H0WqEOtTe { top:45.4375rem;left:0rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWAoRyVHwho9Q4cmaWeorNcktqQd5Pq { top:47.5625rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugl8OCeVyLqQLSQ8sTZ67wlT4qrGMSqa { top:45.4375rem;left:13.25rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThVfR9MrlZ5dJbi6mlDTGiucp7G07oJ { top:47.5625rem;left:13.25rem;width:21.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnIX0HTFb6A8qfzqq0zJHsMddNWyRrlr { top:47.5625rem;left:26.5rem;width:21.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCgm9IQvWm9BLhJoaz9fUlE9fW1IKfU { top:45.4375rem;left:26.5rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJ6b3T4f7mfsKSyLS8iJLSG0wonMkmP { top:22.875rem;left:13.25rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDLTMoZE06ZCZS2nEUpFer1Akw23nZr { top:22.875rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFMso1JumxNeVqXtLtpBRnAUiB3TLh04 { top:32.375rem;left:4.84375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUPFgfVRuk9bX0wM3MyW7t65NXokEEuV { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk9czcW1equmvBb6tVGhTJNaHUD12nXd { top:22.875rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE { display:block; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knh4JnyzlJqIdzp67wEbzCaEecPN4SOz { top:6.375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqHJH4TGU0D2uQnyNk3hVPAeCmsiHyB { top:16.8125rem;left:0rem;width:36.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAg0EE4VfRi8sC6c57cbsqwT7N8MNhp { top:16.8125rem;left:30.25rem;width:16.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmU0b6NaToNbdTELFLs741xPVcdRLcSr { top:16.8125rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8ZRugeO8TnZHrHFwLDHVCsr2GLhicN { top:35.625rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmg9O2GiHrKSq228GkEmGcMiV3wOZRqM { top:35.625rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au1BRWoMgowg6Dzg7aK9yBmb1hDJMxVN { top:48.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsEqcnm1WXwAowBVo39ozVy7I0QP8mW { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { top:5.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { top:17.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { top:38.8125rem;left:0rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { top:52.1875rem;left:0rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { top:34.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { top:4.3125rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { top:31.375rem;left:0rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { top:25.5625rem;left:0rem;width:38.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { top:31.125rem;left:12.25rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { top:34.5625rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { top:38.5625rem;left:14.1875rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAOPaA22TGiIaCgrNTsO6sTgssZenghg { top:52.1875rem;left:14.1875rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { top:34.5625rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { top:38.5625rem;left:28.375rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { top:52.1875rem;left:28.375rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { top:31.125rem;left:24.4375rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { top:11.4375rem;left:0rem;width:26.25rem;height:15.9375rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { top:30.5rem;left:0rem;width:26.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z9BlMxo2uUhMwpwevRX2ra8rEZiMXIg2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SNsMhsA2Hqxvx3MJZiLo361AeKedzTfe {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #bTouDphDh2zXfTbTK3w7rUaqXM8LT2NX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #XmETwuxsWuCnkbN1pOmBtMT4u1FAJs09 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CkgBK2pAUkG6BXgItgsWSsht77Ibd5k4 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #FZ0sQ48yo7pe7kGEInnMPg4AfWTFrOZD {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #XXztnTynIOASKMcDW0El04itR1JkC8Ka {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #fEQsC54l8F2u2PsMf777Efg01KXQ6Opg {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ed095PaNowMZ3av7lyWLUMu4yBevodAm {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HdWqoqJSIWXTB8Tc4zTg5R1L5qp0yV1N {  }
 }@media only screen and (max-width: 763px) { #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 { display:block; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAhzxbVo0oHruJHUCpnWF5SrXQV5ffcc { top:8.5625rem;left:0rem;width:37.0625rem;height:5.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v852G1B2KIhclWIobZOlOCGpoq5bADmf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA78cfR824oJCcUyURSsn0qPtIgMG4v3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJnzLJf9F26xLSK9HcbhN1TqNgDIee5b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwwANNxOe4a1oR5ifUM7cxlBGFxvElnw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeJiMXU7Gnb7I2OTanynrnc20Abfi2S { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9tNWhfhrDQ5GKaEQw6qzLhMaBwG23uB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8dA3eRQ5qILRsi7Cegi5kMhQmOlzIyE { top:23.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1LB5aaRs5JDdRy5wx4SxzOWETwPCJ8t { top:21.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRokEDJVKWKrHK2ueB8ap18D7lgM2X9U { top:30.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKUt4vvwXkUyFhoTROp4SgqVI69WTkII { top:28.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxuD4myDW06QN6PV0is8Vg6RwXW531TV { top:37.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itt0imTNLr8UO9VPPbeGGqiFuauX7u2a { top:36.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn424vyuJpLwTvPrfdHKViH9eP6OxNZ4 { width:38.75rem;height:38.75rem;top:5.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z { display:block; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfMGZ2E6mKloOkN2DeDSsbnGxGJl4kER { top:10.125rem;left:0rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARC3SWauPc21MPT4HPRFxD68o3TcCDde { top:6.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #z3CFAepfNTyaXT00RB6ndvZrsoMRULEa { top:6.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC { top:6.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #HMREKwqJah8IZzdex2KX2e3MaZJQsZTM { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFE776uWe4TiLkyhwPMe7gNzL8G0kHUn { display:block; }
 }@media only screen and (max-width: 763px) { #s5dv6oiq3JdThR2sAaE6lkw1xrRpQxBd { width:8.375rem;height:4.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmBmyxKLBsap9Uk6JarAsNpfkyvtN32I { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UslDgHiSTMaawixmxoCmE3WuyHA0kVlW { display:block; }
 }@media only screen and (max-width: 763px) { #Q1ozLsVx9qBo6qlBddgtCPRhaOnTONB0 { width:10rem;height:3rem;top:9.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSB9zwaCzVKrLrKM99MfS7mQ1usSwHCF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp { display:block; }#h8AnMW4Mn1KN2COdaNm11FoHpoBqkdOp > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxIBzgcVnq5iccQtu5Nb6zcTh197Utfq { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9sp7QfKQPA7TFJIivcR7MocOdrc6eR { width:9.375rem;height:2.5rem;top:7.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzyhgaTTpiAV1Q9JeXqh73Xk96fIVCck { display:block; }
 }@media only screen and (max-width: 763px) { #Xxxs5DlsCK9zLM7uzyrqFv6UkUBeFHAI { width:5.4375rem;height:2.5rem;top:4.75rem;left:14rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmIpxlkQQ8gQ0CvFGceJrO0JFU4i1lrb { display:block; }
 }@media only screen and (max-width: 763px) { #FifVEuManFPt48pQ0dO2pHdPIFW8UzV4 { width:5.8125rem;height:2.5rem;top:4.75rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRiEgZBng1VbO2T4uWB9qWclksd4k5ZC { display:block; }
 }@media only screen and (max-width: 763px) { #dTZJ4FJs69b1KseEd5ZboC6AO9lKLzrI { width:7.5625rem;height:2.5rem;top:4.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N04kODQCKy2DdFvgRFxU7syrhtV2vP8T { display:block; }
 }@media only screen and (max-width: 763px) { #tT81nniHMUV3k3Jn2wigA9hxmqKyEbSt { width:5.0625rem;height:2.5rem;top:2.3125rem;left:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk5mNG8OUyPSiZelPKPP1rT06pk65RiR { display:block; }
 }@media only screen and (max-width: 763px) { #T8O4A3PBNiFw4by3JMEKP4kyDlT0E6aX { width:6.5625rem;height:2.5rem;top:2.3125rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLh9pAWpq7L9aXGZ9N3tmULPq03pPbT { display:block; }
 }@media only screen and (max-width: 763px) { #Dai3euXFuGIqCnTmaf6GK1QNKh5OOoRa { width:6.875rem;height:2.5rem;top:13.4375rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H65UeOH7T6Pn1TTKOXhcBZsL3axffLv4 { display:block; }
 }@media only screen and (max-width: 763px) { #syFm23zTSN63d6mtGKOTNpggyH4sHx74 { display:block; }#syFm23zTSN63d6mtGKOTNpggyH4sHx74 > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRb6KxXsW7ZmRBarEgJimphmZKJN0SW { width:20rem;height:4.7246125rem;top:4.6875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlgUss933Wz0fT6my4Hto6SBWeNP3fa4 { width:20rem;height:11.19925rem;top:11.0029296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #VLwLuWsUuF30TeGlhyQB2LSBQzFerU65 { width:12.5rem;height:3.5rem;top:53.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsVJCwTB5nFyVb5EHDGSQ2PGsRJZOwr0 { display:block; }
 }@media only screen and (max-width: 763px) { #nN5HEFrTTVUSgeMq5k6NbvepClnqwntG { width:10rem;height:15rem;top:35.625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #zmtuuxdVZBeuUiekPSMzuCtcbFsnvIIR { width:5.75rem;height:1.25rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDylH0psnQyolcdF0smSOyvK8lPskZVs { width:10rem;height:15.0625rem;top:20.625rem;left:10rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lmRr9kocN7yKvVTm7h9QgVzqDldl0Whc { width:10rem;height:8.625rem;top:35.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg76KPXkCn9caRaWZdTdRBmg2Igr3SPE { width:10rem;height:8.625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb { background-color:#ffffff;background-image:none;display:block; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { background-color: transparent; background-image: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .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); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZTs5FVgVW7yyg0okhIHKAZ6bT5LJ6Fc { width:17.5rem;height:16.7988125rem;top:12.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #AbLzTJkL8oaJeCRqkQ4WrpOcDApTbWNu { width:17.5rem;height:2.625rem;top:5.9375rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzsZIaLZZH2E3EdsITcelXOgMndp2KiO { width:12.5rem;height:3.5rem;top:22rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG43XNuwJnHsOrhJVkcEOCqHpnlJQXUn { display:block; }
 }@media only screen and (max-width: 763px) { #St0nbyI6knX37SixzM7xofVHpouhy5SS { width:10rem;height:10rem;top:49.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZekicTZZRGGhuDBAX6Bg3grI5zeW8BtO { width:20rem;height:26.8125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snivFbs6T8ngAeChMkkfsFy7tnFfTbvI { width:20rem;height:29.6875rem;top:0rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#dfedeb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { width:17.5rem;height:7.875rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { width:20rem;height:21.875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { width:17.5rem;height:1.75rem;top:23.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { width:17.5rem;height:6.9995rem;top:26.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { display:flex;width:4.5rem;height:4.5rem;top:17.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { display:flex;width:4.5rem;height:4.5rem;top:37.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { width:17.5rem;height:1.75rem;top:42.5625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { width:17.5rem;height:4.19970625rem;top:46.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { width:18.75rem;height:25.0625rem;top:52.91015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { width:16.25rem;height:1.75rem;top:65.22265625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { width:16.25rem;height:6.9995rem;top:69.09765625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { display:flex;width:4.5rem;height:4.5rem;top:58.72265625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { width:16.25rem;height:1.75rem;top:84.97265625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { width:16.25rem;height:5.5996125rem;top:87.97265625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { display:flex;width:4.5rem;height:4.5rem;top:79.22265625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD { display:block; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFAXukp46AncItJMB3Uhn3iBXolErhgK { width:16.25rem;height:5.5rem;top:9.7763671875rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #xwzlTrkXsV6yeoeRR870qDprCsABI5pN { width:17.3125rem;height:7.312rem;top:15.2138671875rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #N9Nuo5PsTtVq5zkkwQiZXZM5I1tCBcai { width:16.25rem;height:5.5rem;top:22.462890625rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #x0e5uEbTDMTv8oBI4FKTyPc8ErlUcyDE { width:18.3125rem;height:7.312rem;top:27.900390625rem;left:0.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #f6GCGWpFmsFqmThdRSFXXWhuvCiTSRTa { width:16.25rem;height:5.5rem;top:35.1494140625rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #Upm9TrlvcQWZydqTU3DIEMTdAraOcTIz { width:18.375rem;height:8.7744375rem;top:41.16259765625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #eMxM5Hp5TyQE6AZKiCGU544b7rU4yST5 { width:12.5rem;height:18.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2bDfAcwO1IrRC6FJX8z2VfZFenGZecH { width:20rem;height:40.625rem;top:9.25rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiPDbiHaZuHawhks9bdyzIreNrKIVpEr { width:12.75rem;height:19.1875rem;top:31.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0TRIeTkf3G0zJa86GKfBM1VC127Zaoq { width:20rem;height:4.7998rem;top:51.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #A5x9UczlSZBCSCgOiFhHLlgksd57vTqT { display:block; }#A5x9UczlSZBCSCgOiFhHLlgksd57vTqT > .row .container { width:20rem;height:196.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEI9fgMWrcTp4HkFsdgtKe8zvwh6VKnN { width:20rem;height:5.25rem;top:4.375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNlnokrrlxvEZ1MDsqa0FPM4BHVhm53W { width:17.5rem;height:1.5rem;top:39.9375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHe4JPqKXSzpXMsp6oTdxJQ3pP5de0gx { width:17.5rem;height:1.57470625rem;top:48.875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qHXsyqHRhR62nRahqS944oDzH6ybCfV2 { width:8.125rem;height:2.75rem;top:51.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSxqgDFw8ob28PlOCkr8uQTI0CRPkRMx { display:block; }
 }@media only screen and (max-width: 763px) { #FqmimIbHZWLlGnambUJuTTVyTouAJE77 { width:10.9375rem;height:2.5rem;top:36.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbthlx9Jx0MHmp3s56nCbfrtTrRIQINJ { width:9.375rem;height:1rem;top:37.3125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1ioZVtuAq6IUZu57c20dFC4WtkOdWJP { width:17.5rem;height:4.8984375rem;top:42.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V1ekXmdTB80vcNF5kA7EMhmhKfklLeUv { width:8.9375rem;height:10.75rem;top:14.8125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqOZgLPNmy5Ki7d0obHph5MIL3NtN2Dv { width:8.125rem;height:2.75rem;top:97.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uat3duUZv3SmTJr7hoiRbLiID72Wefrx { display:block; }
 }@media only screen and (max-width: 763px) { #Tep6VBRgssC049ibXIpdfXeHGKRMQU0G { width:17.5rem;height:1.57470625rem;top:95.30078125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #SwnZTlXaE2tTgzBhyylZDr6zBOViA5D0 { width:17.5rem;height:7.347625rem;top:87.40234375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lzuBO4dbcbtLbLOfi2iakMkBTQkgertT { width:15.625rem;height:18.75rem;top:64.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgt5QTNwTzg4AElnz55K3SeCnqETckk { width:17.5rem;height:1.5rem;top:85.25rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OvEc5pnP6Kdm8FII1fV5pV0wanJP99TZ { width:8.125rem;height:2.75rem;top:188.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx10sJicFDeOTvQsaMu4NbnOXy9L0f72 { display:block; }
 }@media only screen and (max-width: 763px) { #O1LucGKx7Q1wNHTRZH4WAodus1lu82h6 { width:9.8125rem;height:11.75rem;top:151.6875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVr0nnrrsoWcxE5IUJoTQxu4OCHKZd8T { width:17.5rem;height:1.57470625rem;top:185.5rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nRPXTsJE2Ton0SOtkeT7PWAToAUcTN4y { width:17.5rem;height:7.347625rem;top:176.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxS2z6XQfLnB6PSItXWZeEbnp9yMbqJ5 { width:17.5rem;height:1.57470625rem;top:139.125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #WaEBI6TZkJUroDbKul0FedGg9KfQ4gTO { width:17.5rem;height:6.12305rem;top:132.0625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yp63CrB5I0NXiyRgS0S2osQmmVUxTC1d { width:17.5rem;height:1.5rem;top:129.3125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SIugOWlwPa7cfikWTI2diewavTtE9saG { width:8.125rem;height:2.75rem;top:141.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVw1UdTCEgX0iwy4T6s0vBi7Kc2kq2Ly { display:block; }
 }@media only screen and (max-width: 763px) { #QyhhAtdMN4SxB255VX45pW9qZWeWvxa7 { width:17.5rem;height:1.5rem;top:174.6875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tI6LJdTTwmeA7wBx7q37dzCVqy74SHLl { width:11.1875rem;height:13.375rem;top:104.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9ASnlDMaAeiHkTtfXsrwXOuQDKT8vD { width:16.875rem;height:24.375rem;top:13.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKB1qf78kQX0UM3QIhhzCTZwZOy0UtUQ { width:16.875rem;height:24.375rem;top:59.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVZSiNF7V4PZOQcca0KokdsrfzyWTdIw { width:16.875rem;height:24.375rem;top:149.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7c2zqd4dTszXgAe9iJJ0TKG3Eboge6 { width:16.875rem;height:24.375rem;top:103.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 { background-color:#dfedeb;background-image:none;display:block; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { background-color: transparent; background-image: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .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); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cstzTdQUQqRkf6ya73igRQeyL07HedIg { width:20rem;height:7.875rem;top:3.9375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5TU23OTerycXSELc94LQLTL6puBMp7o { width:20rem;height:11.19925rem;top:11.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IzTWQfT62dtbztmQxbU6A6u3xsl7L7Qm { width:12.5rem;height:3.5rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Ri0FbvRP25dsCApg6T0FX8hPi9G186 { display:block; }
 }@media only screen and (max-width: 763px) { #xAEm3SRRUqnSI6vwtqDQ6Ci2T4s1yHSn { width:11.5625rem;height:17.3125rem;top:38.0625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9dE1tOLynrCLKOdVIGxmhfobIbkm9In { width:12.375rem;height:12.875rem;top:57.375rem;left:7.625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #IwvHIimGfFfxA4riIU5B2mJ0g5vuWxVc { width:20rem;height:1.57470625rem;top:27.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #AAshCCbZ326989kay8k937G6TFAwgo3r { display:block; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { width:20rem;height:130.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { width:17.5rem;height:7.875rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNF0v0ur460qtPTCgACpXP1PQ07kDGHi { width:20rem;height:17.8125rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { width:17.5rem;height:1.75rem;top:60.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJafAwVBngEUovneeKMNFa4JVMLMDvsC { width:17.5rem;height:4.19970625rem;top:63.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { display:flex;width:2.75rem;height:2.75rem;top:56.3125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #NpmWaiTSaS2fTbVkkgPolN21bpxpr2PF { width:17.5rem;height:20.9985625rem;top:12.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reHIZEHpwWSSqzIxKltp0XRkx7fZVeRw { width:20rem;height:17.8125rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { width:17.5rem;height:1.75rem;top:99.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIxA9XpCmdUFkSyECbalIZ7X5TtOP2dL { width:17.5rem;height:4.19970625rem;top:102.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { display:flex;width:2.75rem;height:2.75rem;top:95.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { width:17.5rem;height:1.75rem;top:79.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { width:17.5rem;height:4.19970625rem;top:82.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { display:flex;width:2.75rem;height:2.75rem;top:75.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #pugMu6Kp6Ctae8Rw1O3mGsq7xTX0nRvO { width:17.5rem;height:1.75rem;top:118.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSoH2IyApSfXtLuus0eLS3XAzfJ0twvB { display:flex;width:2.75rem;height:2.75rem;top:114.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #a7xcTlra62pxiTqt0DZvTbxfyJ9qmdbt { width:17.5rem;height:4.19970625rem;top:121.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { width:20rem;height:25.5rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMB5fubyplGOD3cseCVHyeeoDAowm9m { width:20rem;height:38.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:#ffd476;background-image:none;display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { background-color: transparent; background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .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); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:20rem;height:36.598125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { width:20rem;height:5.25rem;top:7.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { width:20rem;height:19.598625rem;top:17rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3pP9pNkAT9WBiSQImvQsbDmer1OWVOC { width:12.5rem;height:3.5rem;top:23.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryoM60M8zTsTEmX6QnJdCx014lbhrEC { display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { width:6.25rem;height:6.25rem;top:29.375rem;left:13.75rem;z-index:15001;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { width:6.25rem;height:6.25rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ozw43weod2q2coOvTfddQUugRWKTbohT { display:block; }#ozw43weod2q2coOvTfddQUugRWKTbohT > .row .container { width:20rem;height:127.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA8nOB3lO6n0KRcqHAhJKXMIlGKL35R2 { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSLx2BBp9cT0Q0TP5Sf31lqGO80SXkom { width:20rem;height:4.19970625rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUuv9R2XZTlG8TT1SmhIXP3H0WqEOtTe { width:20rem;height:1.5rem;top:43.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdWAoRyVHwho9Q4cmaWeorNcktqQd5Pq { width:20rem;height:3.1494125rem;top:45.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Ugl8OCeVyLqQLSQ8sTZ67wlT4qrGMSqa { width:20rem;height:1.5rem;top:70.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sThVfR9MrlZ5dJbi6mlDTGiucp7G07oJ { width:20rem;height:3.1494125rem;top:72.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #NnIX0HTFb6A8qfzqq0zJHsMddNWyRrlr { width:20rem;height:3.1494125rem;top:99.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LTCgm9IQvWm9BLhJoaz9fUlE9fW1IKfU { width:20rem;height:1.5rem;top:97.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAJ6b3T4f7mfsKSyLS8iJLSG0wonMkmP { width:20rem;height:20rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDLTMoZE06ZCZS2nEUpFer1Akw23nZr { width:20rem;height:20rem;top:76.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFMso1JumxNeVqXtLtpBRnAUiB3TLh04 { width:6.25rem;height:6.25rem;top:99.125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fUPFgfVRuk9bX0wM3MyW7t65NXokEEuV { width:6.25rem;height:6.25rem;top:18.94921875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk9czcW1equmvBb6tVGhTJNaHUD12nXd { width:20rem;height:20rem;top:23.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE { display:block; }#ZDESAXkrCESNS5sHFxLzuu4bkehI6JoE > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knh4JnyzlJqIdzp67wEbzCaEecPN4SOz { width:20rem;height:7.875rem;top:3.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSqHJH4TGU0D2uQnyNk3hVPAeCmsiHyB { width:8.75rem;height:8.75rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAg0EE4VfRi8sC6c57cbsqwT7N8MNhp { width:8.25rem;height:8.75rem;top:22.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmU0b6NaToNbdTELFLs741xPVcdRLcSr { width:8.75rem;height:8.75rem;top:12.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8ZRugeO8TnZHrHFwLDHVCsr2GLhicN { width:8.75rem;height:8.75rem;top:32.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmg9O2GiHrKSq228GkEmGcMiV3wOZRqM { width:8.75rem;height:8.75rem;top:22.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au1BRWoMgowg6Dzg7aK9yBmb1hDJMxVN { width:5.4375rem;height:5.4375rem;top:36.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsEqcnm1WXwAowBVo39ozVy7I0QP8mW { width:5.4375rem;height:5.4375rem;top:32.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { width:20rem;height:5.25rem;top:3.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { width:20rem;height:5.5996125rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { width:17.5rem;height:9.624rem;top:32.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { width:17.5rem;height:1.3999rem;top:45.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { width:6.1875rem;height:7.9375rem;top:0rem;left:13.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { width:20rem;height:28.125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { width:11.9375rem;height:94.75rem;top:22.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { width:20rem;height:28.125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { display:flex;width:1.5rem;height:1.5rem;top:60.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { width:17.5rem;height:7.69925rem;top:62.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAOPaA22TGiIaCgrNTsO6sTgssZenghg { width:17.5rem;height:1.3999rem;top:75.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { display:flex;width:1.5rem;height:1.5rem;top:90.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { width:17.5rem;height:13.473625rem;top:92.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { width:17.5rem;height:1.3999rem;top:105.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { width:20rem;height:28.125rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#ffffff;background-image:none;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:59.4965625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { width:20rem;height:7.875rem;top:3.70703125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { width:20rem;height:1.3999rem;top:13.01953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { font-size:1.125rem;height:auto; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:20rem;top:19.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z9BlMxo2uUhMwpwevRX2ra8rEZiMXIg2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SNsMhsA2Hqxvx3MJZiLo361AeKedzTfe {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #bTouDphDh2zXfTbTK3w7rUaqXM8LT2NX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #XmETwuxsWuCnkbN1pOmBtMT4u1FAJs09 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CkgBK2pAUkG6BXgItgsWSsht77Ibd5k4 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #FZ0sQ48yo7pe7kGEInnMPg4AfWTFrOZD {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #XXztnTynIOASKMcDW0El04itR1JkC8Ka {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #fEQsC54l8F2u2PsMf777Efg01KXQ6Opg {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ed095PaNowMZ3av7lyWLUMu4yBevodAm {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HdWqoqJSIWXTB8Tc4zTg5R1L5qp0yV1N {  }
 }@media only screen and (max-width: 763px) { #AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 { display:block; }#AMu9EVqze8cU4i2v8bJCBnLBJemtQic8 > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAhzxbVo0oHruJHUCpnWF5SrXQV5ffcc { width:20rem;height:2.625rem;top:2.8125rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v852G1B2KIhclWIobZOlOCGpoq5bADmf { width:15rem;height:1.9121125rem;top:12.5rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SA78cfR824oJCcUyURSsn0qPtIgMG4v3 { width:15rem;height:1.9121125rem;top:10.5625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJnzLJf9F26xLSK9HcbhN1TqNgDIee5b { width:15rem;height:3.82421875rem;top:24rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwwANNxOe4a1oR5ifUM7cxlBGFxvElnw { width:15rem;height:1.9121125rem;top:22.0625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yJeJiMXU7Gnb7I2OTanynrnc20Abfi2S { width:15rem;height:1.9121125rem;top:18.25rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9tNWhfhrDQ5GKaEQw6qzLhMaBwG23uB { width:15rem;height:1.9121125rem;top:16.3125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8dA3eRQ5qILRsi7Cegi5kMhQmOlzIyE { display:flex;width:1.625rem;height:1.625rem;top:11.625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #g1LB5aaRs5JDdRy5wx4SxzOWETwPCJ8t { width:3.875rem;height:3.875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRokEDJVKWKrHK2ueB8ap18D7lgM2X9U { display:flex;width:1.625rem;height:1.625rem;top:17.4375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #TKUt4vvwXkUyFhoTROp4SgqVI69WTkII { width:3.875rem;height:3.875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxuD4myDW06QN6PV0is8Vg6RwXW531TV { display:flex;width:1.625rem;height:1.625rem;top:23.1875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #itt0imTNLr8UO9VPPbeGGqiFuauX7u2a { width:3.875rem;height:3.875rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn424vyuJpLwTvPrfdHKViH9eP6OxNZ4 { width:20rem;height:20rem;top:30.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z { display:block; }#hpSXwxPxvlx3Chx4CCvofESPpqeXHb0Z > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfMGZ2E6mKloOkN2DeDSsbnGxGJl4kER { width:20rem;height:2.625rem;top:10.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARC3SWauPc21MPT4HPRFxD68o3TcCDde { display:flex;width:2.375rem;height:2.375rem;top:5.3125rem;left:5.8125rem;font-size:1.625rem; }
#ARC3SWauPc21MPT4HPRFxD68o3TcCDde > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #z3CFAepfNTyaXT00RB6ndvZrsoMRULEa { display:flex;width:2.375rem;height:2.375rem;top:5.3125rem;left:8.8125rem;font-size:1.625rem; }
#z3CFAepfNTyaXT00RB6ndvZrsoMRULEa > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC { display:flex;width:2.375rem;height:2.375rem;top:5.3125rem;left:11.8125rem;font-size:1.625rem; }
#K3RstBHlmN9W6ZTEcU16QO7bFJkcTuXC > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #HMREKwqJah8IZzdex2KX2e3MaZJQsZTM { width:10rem;height:3rem;top:20.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFE776uWe4TiLkyhwPMe7gNzL8G0kHUn { display:block; }
 }@media only screen and (max-width: 763px) { #s5dv6oiq3JdThR2sAaE6lkw1xrRpQxBd { width:3.5625rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmBmyxKLBsap9Uk6JarAsNpfkyvtN32I { width:10rem;height:3rem;top:17.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UslDgHiSTMaawixmxoCmE3WuyHA0kVlW { display:block; }
 }@media only screen and (max-width: 763px) { #Q1ozLsVx9qBo6qlBddgtCPRhaOnTONB0 { width:10rem;height:3rem;top:14.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSB9zwaCzVKrLrKM99MfS7mQ1usSwHCF { display:block; }
 }