.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg { position:relative;display:block; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg { background-color: transparent; background-image: none; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row .container > .video-iframe-container { display: none; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row > .video-iframe-container { display: none; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .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); }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg { border-width: 0; border-radius: 0; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CFdZDHD9BAov76g28QP9dIUu10uw0SIQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.374rem;width:16.749rem;top:1.435546875rem;left:0rem;overflow:hidden;display:block; }
#FVmcqNOQTT8n15dqUyuDeKAwTfaRm6HE { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:1.625rem;left:56rem;height:4.39845rem;text-align:right;text-align-last:right;display:block; }
#RNNOd7Iop9Icv9cx2gApmJMAOpvNVPWJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.5625rem;left:65.0625rem; }
#LCku10zTQUcsDpXdP4NihyXOHRQWWxPS { color:#000000;display:block;width:8.3749375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:7.5625rem;left:65.1875rem;height:1.0996125rem;text-align:right;text-align-last:right;display:block; }
#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a29a97;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; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row .container { background-color: transparent; background-image: none; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row .container > .video-iframe-container { display: none; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row > .video-iframe-container { display: none; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .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); }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row .container { border-width: 0; border-radius: 0; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#p93eEh3iTTNE5taXFRmX8n6cQJbrHU9i { color:#fbe9db;display:block;width:60.5615rem;position:absolute;font-family:prata;font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.39);top:0.8125rem;left:7.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#la86uIlAWbg8UQK8CSvdRwlTmbJUAaBK { color:#fbe9db;display:block;width:64.75rem;position:absolute;font-family:prata;font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.39);top:3.625rem;left:5.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/627617c7-757a-4168-8608-152afbb51ee5/HEROIMAGE1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { border-width: 0; border-radius: 0; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:75rem;height:37.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { background-color:#2c2c2c;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.998875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.0625rem;left:11.0625rem;display:block; }
#TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { color:#000000;display:block;width:42.6245rem;position:absolute;font-family:prata;font-size:3.875rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.9375rem;left:0.75rem;height:10.462625rem;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;text-align:center;text-align-last:center;display:block; }
#meOnCmSCRncgD79IP2vL3LJPF5uyE0dT { color:#000000;display:block;width:30.437rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.8125rem;left:6.8125rem;height:4.7109375rem;text-align:center;text-align-last:center;display:block; }
#y4a1tRSkxMeKzhr7JAAAsUGT9FeRq5v2 { position:absolute;display:block;z-index:15017;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:34.5rem;width:33.0625rem;top:2.9375rem;left:37.25rem;overflow:hidden;display:block; }
#REXm64Db0nmlQt92JH48gN8cSLw0789P { box-sizing:content-box;height:10.625rem;width:26.9995rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:15.6875rem;left:8.1875rem;border-top:0.375rem solid #d3af43;border-left:0.375rem solid #d3af43;border-right:0.375rem solid #d3af43;border-bottom:0.375rem solid #d3af43;display:block; }
#NotTSidOabaB80v7NEs7ABA2GNqC4qJv { color:#000000;display:block;width:30.436375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.0625rem;left:6.8125rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a29a97;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; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { background-color: transparent; background-image: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container > .video-iframe-container { display: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container { display: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .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); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { border-width: 0; border-radius: 0; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hlsW32G57OhEh8PbrXKE9zehBu54XvdC { color:#ffffff;display:block;width:29.5611875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.39);top:3.812255859375rem;left:22.719116210938rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZPxwak3s0F9JX88PLhsEseEXAq7hCVG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1rem;left:38.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#BEI5aIp0ozvd4zSJ8ZQTTSJTahPlI0Sd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1rem;left:40.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#XQxTrXm2Zra2DseSPP3xEAbnsurKWom8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1rem;left:36.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#kqioixvny5LaeZCWuD9UfCM7cS75F90G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1rem;left:34.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#InuURrtKH8flwi8eFtMMrTVZTbehDLg3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1rem;left:31.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP { position:relative;display:block; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP { background-color: transparent; background-image: none; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row .container > .video-iframe-container { display: none; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row > .video-iframe-container { display: none; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .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); }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP { border-width: 0; border-radius: 0; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Juncfy4CM07GyPgV2R8D5FzygT2Z1vwn { color:#000000;display:block;width:31.311625rem;position:absolute;font-family:prata;font-size:3.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.5616455078125rem;left:21.843872070312rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#pFzEOSPZph5lPlSNZVEDcs8QLOTt2WIB { box-sizing:content-box;height:0.187378125rem;width:25.06225rem;position:absolute;display:block;z-index:15030;background-color:#d3af43;background-image:none;top:6.6241455078125rem;left:24.967651367188rem;display:block; }
#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC { position:relative;display:block; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC { background-color: transparent; background-image: none; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row .container > .video-iframe-container { display: none; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row > .video-iframe-container { display: none; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .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); }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC { border-width: 0; border-radius: 0; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XewyA3NQhi0s1Lm23yKViIvH9FtKpTdF { color:#2c2c2c;display:block;width:15.812375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4385986328125rem;left:4.59228515625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PIQn32LBeKGEB8lE4DBcpTIoflv7tqBq { color:#000000;display:block;width:19.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9078369140625rem;left:2.7801513671875rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#WzEnZlX9UqHeb7h8iOiOt9WGAawHc9pA { color:#2c2c2c;display:block;width:15.81175rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4385986328125rem;left:28.779296875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#umiI9rDU38ygDGJVSH1lyObizAkUU6aD { color:#000000;display:block;width:19.436625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9072265625rem;left:26.966552734375rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#KDiDQTpf9S3SDTPTL8h4rvmUsOahOGVG { color:#000000;display:block;width:18.2495rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4385986328125rem;left:53.3740234375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eEGTcvoH6yoLoT3KZknhETJez3vSyOOS { color:#000000;display:block;width:19.4360625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9072265625rem;left:52.781372070312rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#RerMbtIwXETQytyp8L0qnXPkISJp3mhI { position:relative;display:block; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI { background-color: transparent; background-image: none; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row .container > .video-iframe-container { display: none; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row > .video-iframe-container { display: none; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .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); }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI { border-width: 0; border-radius: 0; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bGIWGTVU2NKqKVkDfapHTs4eqGvpXldR { color:#000000;display:block;width:31.3110625rem;position:absolute;font-family:prata;font-size:3.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.5rem;left:21.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#THDTCqPJoBFWv08XFOrfN3F6EhTKf0yR { box-sizing:content-box;height:0.187378125rem;width:23.75rem;position:absolute;display:block;z-index:15031;background-color:#d3af43;background-image:none;top:5.4375rem;left:25.625rem;display:block; }
#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 { position:relative;display:block; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 { background-color: transparent; background-image: none; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row .container > .video-iframe-container { display: none; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row > .video-iframe-container { display: none; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .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); }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 { border-width: 0; border-radius: 0; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hRcv1A1IXCH6VUpPaT1LgUnM3aOTz0FR { box-sizing:content-box;height:14.1875rem;width:14.3125rem;position:absolute;display:block;z-index:14999;background-color:#fbe9db;background-image:none;top:3.4375rem;left:9.625rem;display:block; }
#vIzTwJkBnagwVplOal6TTLygbvgs77Jc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:14.3125rem;top:2.8125rem;left:9rem;overflow:hidden;display:block; }
#BXVKNwo7iK8DE5xLhRxS5D2TCGOK1FiE { color:#000000;display:block;width:14.1245rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:26.375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#uFLKzaAGUuQs8KhM6r2HaiN0iWgHazFI { color:#000000;display:block;width:39.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:26.375rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#Hl8s8PUCoN1d00b353JTf1LtszKzlSwq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:14.125rem;top:20.5625rem;left:9.125rem;overflow:hidden;display:block; }
#UzsngxBwTzvxyCSQpRkeyV0f3vtAzUvy { box-sizing:content-box;height:14.1865rem;width:14.312rem;position:absolute;display:block;z-index:14998;background-color:#fbe9db;background-image:none;top:21.1875rem;left:9.75rem;display:block; }
#D9wkGxsN77ABDOyuHmtG0gEI78ItJ8ST { color:#000000;display:block;width:19.6245rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5rem;left:26.375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#O8FwgpK4zT5UAVFd8Aelzo74mzdBcO0r { color:#000000;display:block;width:39.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.9375rem;left:26.375rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { position:relative;display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { background-color: transparent; background-image: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container > .video-iframe-container { display: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row > .video-iframe-container { display: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .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); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { border-width: 0; border-radius: 0; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I6e7mgQtSLTVMlMOLuQn0MipeG1tVGTk { position:absolute;display:block;z-index:15000;background-color:#fbe9db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:38.9375rem;width:18.5rem;top:8.8125rem;left:28.25rem;display:block; }
#fN7263bMkwTgRAB30sBd84LZeOdR0779 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:13.5rem;left:29.875rem;height:30rem;text-align:center;text-align-last:center;display:block; }
#R6e8d9au76KTNQhEis8L7kdJNatwqTGM { position:absolute;display:block;z-index:15001;background-color:#fbe9db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:25.25rem;width:18.5rem;top:8.8125rem;left:6.9375rem;display:block; }
#cFcb9A6aWZzRPVRS3n7lAP5umfKP99mS { position:absolute;display:block;z-index:15002;background-color:#fbe9db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:27.5625rem;width:18.5rem;top:8.8125rem;left:49.625rem;display:block; }
#VO0oNwnMe0Z4zKq5ted0TfmyoTZ3RZCC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10rem;left:31.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#KvLxwM4nPpQNhkEF0vVyzszTGVGdBnPo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10rem;left:34.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#DMX43GfyGvsTWbexqSseNSPvLB09BiX1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10rem;left:36.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#OPkcvXd128G5wpmefwkQiqbxTPhf1mUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10rem;left:38.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#zEnDDUFQTBGrlHSw0GZpXBTI9SyKchz8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10rem;left:40.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#dnIApylidk8k0UQAh4JdiTo2lXIzUrbW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:10rem;left:10.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#TTTdUooq1vsh9gLrOMaiciBObT5ivcRF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:10rem;left:12.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#l9aIpz7XGUOgzx33LQs3rNiDVDDg1FZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:15.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#s5xwgvGFOFgWuOcnzUAKQlns4tGR4rAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:17.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#t1XoVOQhVqUbzwUkP6ZctxarTURbJ5ZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:19.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#tOgQPTGUxwdm2TGxxrTLvTE4PyE2gDgo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.875rem;left:52.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#FR0eNItzEXr54aVGbWHmcHTtcvtN7F1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:9.875rem;left:55.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#UHyN5IGqoJz1FC29bB5SwK4pNwGO1fdz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:9.875rem;left:57.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#wR1ZFlr1Kx3nuqlga48FRl1ioyIpofcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:9.875rem;left:60rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#zNAOVmGwFo5EBdBeTiBmkMhvVsVWTrms { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:9.875rem;left:62.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7)); }
#TxiXPWlJatIT7adklK6Fg3bLDhADRVRT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.5rem;left:8.125rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#x1ZWNGxhQvBd3o0nCK0QVVZWELsKfkC9 { color:#000000;display:block;width:7.999875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:31.75rem;left:16.75rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#N6fsAxAq8Ir4yaB42X1bh4hHBMcwLciN { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:13.5rem;left:51rem;height:19.5rem;text-align:center;text-align-last:center;display:block; }
#JVArN2JwVCWSJ1BBu5TfiQBMEueWRFGP { color:#000000;display:block;width:7.999875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:34.3125rem;left:59.375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { color:#000000;display:block;width:54.1865rem;position:absolute;font-family:prata;font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.8603515625rem;left:10.625rem;height:;text-align:center;text-align-last:center;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; }
#evu321gX6TE0H21WSOx7kWA80c58CbuL { color:#000000;display:block;width:7.999875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:44.476318359375rem;left:35.999145507812rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo { position:relative;display:block; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo { background-color: transparent; background-image: none; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row .container > .video-iframe-container { display: none; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row > .video-iframe-container { display: none; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .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); }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo { border-width: 0; border-radius: 0; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c7NhGl1xMuL9o2qMDBNyhXULZqqvxFre { color:#000000;display:block;width:31.31225rem;position:absolute;font-family:prata;font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.2808837890625rem;left:21.84326171875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#cApo36rgt8Nx3iFN9WclZP6qkMwJ63yw { box-sizing:content-box;height:0.187378125rem;width:21.812125rem;position:absolute;display:block;z-index:15029;background-color:#d3af43;background-image:none;top:6.195068359375rem;left:26.592407226562rem;display:block; }
#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb { position:relative;display:block; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb { background-color: transparent; background-image: none; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row .container > .video-iframe-container { display: none; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row > .video-iframe-container { display: none; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .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); }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb { border-width: 0; border-radius: 0; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pfFQ8hTFUQO6HdoyVq3pT7q8VhmynwTG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.499625rem;width:21.499625rem;top:2.8125rem;left:1.4375rem;overflow:hidden;display:block; }
#xx69Rzc5OLPUye5DLBoBMAHoZrPwW0Jp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.4375rem;top:2.8125rem;left:26.4375rem;overflow:hidden;display:block; }
#B0IDWhvcuwOV4mwGo137OVNcgdMe0Gem { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:21.4375rem;top:2.8125rem;left:51.4375rem;overflow:hidden;display:block; }
#d8FUCyHGUTm51Sg11daJLCalWWEFREqr { box-sizing:content-box;height:21.5rem;width:21.5rem;position:absolute;display:block;z-index:14997;background-color:#fbe9db;background-image:none;top:3.4375rem;left:2.0625rem;display:block; }
#bOw2SvnqlLy4W2N3cH2mvLBKOpvIID6T { box-sizing:content-box;height:21.499625rem;width:21.499625rem;position:absolute;display:block;z-index:14998;background-color:#fbe9db;background-image:none;top:3.4375rem;left:27.0625rem;display:block; }
#eEFDo9QPpy3tb9Nx3WLJ5dZcqLCFBkZZ { box-sizing:content-box;height:21.499rem;width:21.499rem;position:absolute;display:block;z-index:14999;background-color:#fbe9db;background-image:none;top:3.4375rem;left:52.0625rem;display:block; }
#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbe9db;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; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { background-color: transparent; background-image: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .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); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { border-width: 0; border-radius: 0; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#W3KQ0ZTUxN2N69BiZx0rDNXvxAKRV9ue { color:#000000;display:block;width:46.875rem;position:absolute;font-family:prata;font-size:3.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.0625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#zdMch6nl61RpOt6tRTkrzNLKJXyPUzgw { color:#000000;display:block;width:47.24975rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.6875rem;left:13.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rvVDgChlNHfChkAU958fCUOLdS2aLKMk { color:#000000;display:block;width:47.249125rem;position:absolute;font-family:prata;font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20rem;left:13.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#S0aKR6Co6FAxUWCNcTmFRLeqK8eVOVKv { color:#000000;display:block;width:47.249125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.5rem;left:13.875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#kdAz8n6qQzsLFeAZz6qRA8rVOf5XMza7 { color:#000000;display:block;width:47.2485625rem;position:absolute;font-family:prata;font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.5625rem;left:13.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#rkJys1ldqXAwTMWO6LxUJfgOiJrHbLZi { color:#000000;display:block;width:47.2485625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:37.125rem;left:13.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#lwXULeDvHXHsMkl4W0nbtTgHxMymTgxy { box-sizing:content-box;height:0.187378125rem;width:14.937125rem;position:absolute;display:block;z-index:15026;background-color:#d3af43;background-image:none;top:22.4375rem;left:30rem;display:block; }
#l949u1JUTI4OTaOIlNIvbDTRzxTIdyL8 { box-sizing:content-box;height:0.187378125rem;width:17.8125rem;position:absolute;display:block;z-index:15027;background-color:#d3af43;background-image:none;top:35.874633789062rem;left:28.374877929688rem;display:block; }
#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbe9db;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; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row .container { background-color: transparent; background-image: none; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row .container > .video-iframe-container { display: none; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row > .video-iframe-container { display: none; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .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); }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row .container { border-width: 0; border-radius: 0; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#iXGQbCmQUd2961HAITQ4uFR4G7RzRbTu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.812375rem;width:15.812375rem;top:1.56201171875rem;left:1.1248779296875rem;overflow:hidden;display:block; }
#bK5UPce9x8KEbrxdXJJvRbLxUuSaN3Xx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:15.75rem;top:1.56201171875rem;left:19.874877929688rem;overflow:hidden;display:block; }
#rvCp6IM667oLDS4q4GSTC0hzZLN74BhJ { 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:15.75rem;width:15.75rem;top:1.56201171875rem;left:38.687133789062rem;overflow:hidden;display:block; }
#at3kIEuCm7i11NWT5TbNwOCnJxyuxHFi { position:absolute;display:block;z-index:15003;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:15.75rem;width:15.75rem;top:1.56201171875rem;left:57.437133789062rem;overflow:hidden;display:block; }
#o299g5TnuRlNSZLRa16EQJ9JexaBer99 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prata;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.71142578125rem;left:2.7801513671875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#V8bTgX3UHV02cRK0cfIOoa0gRDsVdBhH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prata;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.71142578125rem;left:21.4990234375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NgvQnQZMs4DKxvNuZp8qJuLpWMoHcGHE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prata;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.71142578125rem;left:40.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#adRmdgwH6AOIgpm5wEZyM8XIQrirvKar { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prata;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.71142578125rem;left:59.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#BA6rqqGrp16e0J5ydrmQSuKMrqy6bKTs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.772827148438rem;left:3.125rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#qVFIcOz6QACz7raRuPs3ygLD1MUJ0KKv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.772216796875rem;left:21.875rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#TENMsiBaZEwFFw6bxw7hWbHPSg0WCIpx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.873168945312rem;left:40.625rem;height:24.6963rem;text-align:center;text-align-last:center;display:block; }
#a5FEeNVC5kiJLtatD9nSm0gb6sTAsTrR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.873168945312rem;left:59.375rem;height:22.096675rem;text-align:center;text-align-last:center;display:block; }
#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b263adf0-a7f6-4b3b-9156-1bdb3270fc67/HEROIMAGE4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L.adaptive-delivery-prevent-bg, #sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L.lazyload, #sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L.lazyloading { background-image: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container { background-color: transparent; background-image: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container > .video-iframe-container { display: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row > .video-iframe-container { display: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .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); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container { border-width: 0; border-radius: 0; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container { width:75rem;height:48.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#LeDDeovH250dTaoy3NckXtMTTgrVRo6k { color:#000000;display:block;width:16.749875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.124877929688rem;left:34.437255859375rem;height:1.625rem;display:block; }
#i7AIlkUox4GbvhJKqpJM6k7DyQQmemsl { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.749633789062rem;left:34.437255859375rem;height:2.5996125rem;display:block; }
#J3GWOnMAI0UcFDtoLeL5LdiUcRR8wAt0 { color:#000000;display:block;width:16.74925rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.1875rem;left:34.437255859375rem;height:1.625rem;display:block; }
#EZd2L3PWdcLFFvF6WWQeB1G5UXAdTdP0 { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.75rem;left:34.437255859375rem;height:2.5996125rem;display:block; }
#XCOgo0EToG1SpqTaWcQEFp1ybv0u9QfX { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.624877929688rem;left:34.437255859375rem;height:1.625rem;display:block; }
#AxrJMTBGgqXe37sUEv0l7aqFh0Gb7Sd3 { color:#000000;display:block;width:39.812rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.249633789062rem;left:34.437255859375rem;height:2.5996125rem;display:block; }
#AFqEXEVJzMp5i5Z4fP3xcw30lxp7kLBf { color:#000000;display:block;width:20.874625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.49951171875rem;left:34.437255859375rem;height:1.625rem;display:block; }
#ORtUg6S4WFTC63iFZ7Sr4Z5wNyuDdxJ0 { color:#000000;display:block;width:39.811375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.624755859375rem;left:34.437255859375rem;height:2.5996125rem;display:block; }
#EQPzpfNfRL8MQG9wG7pMBXip2Uegu6ct { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.812377929688rem;left:34.437255859375rem;height:1.625rem;display:block; }
#GFmh2Ox2TMDIWbvCZxUI5CKFTBEuWZxe { color:#000000;display:block;width:39.8108125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:42.437133789062rem;left:34.437255859375rem;height:2.5996125rem;display:block; }
#XaB2HDufbFBQ1HlmmEUgKpSIxFhl4brk { color:#000000;display:block;width:34.74975rem;position:absolute;font-family:prata;font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.125rem;left:34.437255859375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#rEMIXTeTbSFSGJ78ODPEwEUnItDeIrJp { box-sizing:content-box;height:0.1875rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:#d3af43;background-image:none;top:12.5rem;left:34.937133789062rem;display:block; }
#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf { position:relative;display:block; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf { background-color: transparent; background-image: none; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row .container > .video-iframe-container { display: none; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row > .video-iframe-container { display: none; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .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); }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf { border-width: 0; border-radius: 0; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eExHRvVaWUP44tzLFbux9ApC5iIwSQ5v { background-color:#2c2c2c;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.998875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.71875rem;left:26.500244140625rem;display:block; }
#B2vrpmpKwatlxTQxescJWUiRCedBpFfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbe9db;background-image:url("https://images.assets-landingi.com/uc/627617c7-757a-4168-8608-152afbb51ee5/HEROIMAGE1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.adaptive-delivery-prevent-bg, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyload, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyloading { background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { background-color: transparent; background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .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); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { border-width: 0; border-radius: 0; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:block; }#XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { color:#050505;display:block;width:53.999rem;position:absolute;font-family:prata;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2208251953125rem;left:10.50048828125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { color:#000000;display:block;width:46.499625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.932739257812rem;left:14.249877929688rem;height:4.5rem;text-align:center;text-align-last:center;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; }
#WGf5ypmaHgr9ZvHsBXEXCkfsOFad14TR { position:absolute;display:block;z-index:15009;height:21.749875rem;width:38.75rem;top:19.5654296875rem;left:18.125rem;display:block; }
#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a29a97;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; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row .container { background-color: transparent; background-image: none; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row .container > .video-iframe-container { display: none; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row > .video-iframe-container { display: none; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .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); }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row .container { border-width: 0; border-radius: 0; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#Hw4qKrWuXgUUfXx83ZtGZdVSR5EF3aEx { color:#fbe9db;display:block;width:22.999375rem;position:absolute;font-family:prata;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5625rem;left:36.5625rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#MUgUZ75c8NQkkTevmZacXthnATTEspyR { color:#ffffff;display:block;width:18.6239375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.3125rem;left:36.5625rem;height:2.6123rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CLDLUrLZUoVBvV9JAvTHZENxKBhu8lTU { position:absolute;display:block;z-index:15007;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:19.811375rem;width:19.624rem;top:2.8125rem;left:15.5rem;overflow:hidden;display:block; }
#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe { position:relative;display:block; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe { background-color: transparent; background-image: none; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row .container > .video-iframe-container { display: none; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row > .video-iframe-container { display: none; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .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); }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe { border-width: 0; border-radius: 0; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kF2c13hT67zh7onxOEnobCXPL8hmmD8q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.937125rem;width:22.6245rem;top:4.4049072265625rem;left:26.1865234375rem;overflow:hidden;display:block; }
#GTxsf3JUTnueU3JCrnQ83Tfih8IkpuOU { color:#000000;display:block;width:9.375rem;position:absolute;font-family:arimo-prolase;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:10.75rem;left:0rem;height:1.0996125rem;text-align:left;text-align-last:left;display:block; }
#CBiHJvIODGTAdedmxgI0KTLOuuHuLsUm { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.25rem;left:0rem;height:4.39844375rem;text-align:left;text-align-last:left;display:block; }
#ziU24KVtMfo4npwEANPpAbRwQHenIOt8 { color:#000000;display:block;width:7.7499375rem;position:absolute;font-family:arimo-prolase;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yMTsMW5he004JLdUsIdWZ2QtGUwQKbMi { color:#000000;display:block;width:15.1245rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1766357421875rem;left:59.876098632812rem;height:10.39845rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg { display:block; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFdZDHD9BAov76g28QP9dIUu10uw0SIQ { top:1.375rem;left:0rem;width:16.6875rem;height:7.3469236969369rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmcqNOQTT8n15dqUyuDeKAwTfaRm6HE { top:1.625rem;left:30.25rem;width:17.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNNOd7Iop9Icv9cx2gApmJMAOpvNVPWJ { top:7.5625rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCku10zTQUcsDpXdP4NihyXOHRQWWxPS { top:7.5625rem;left:39.4375rem;width:8.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNrspWZ5G4t0IENM4cTviLWTBsARKJxu { display:block; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p93eEh3iTTNE5taXFRmX8n6cQJbrHU9i { top:0.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la86uIlAWbg8UQK8CSvdRwlTmbJUAaBK { top:3.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { width:21.9375rem;height:4.0625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block; }
 }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:42.5625rem;height:10.4375rem;top:2.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meOnCmSCRncgD79IP2vL3LJPF5uyE0dT { top:20.8125rem;left:0rem;width:30.375rem;height:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4a1tRSkxMeKzhr7JAAAsUGT9FeRq5v2 { top:2.9375rem;left:13.25rem;width:33.0625rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXm64Db0nmlQt92JH48gN8cSLw0789P { top:15.6875rem;left:0rem;width:26.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NotTSidOabaB80v7NEs7ABA2GNqC4qJv { top:17.0625rem;left:0rem;width:30.375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { display:block; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlsW32G57OhEh8PbrXKE9zehBu54XvdC { top:3.75rem;left:9.0941162109375rem;width:29.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZPxwak3s0F9JX88PLhsEseEXAq7hCVG { top:1rem;left:25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEI5aIp0ozvd4zSJ8ZQTTSJTahPlI0Sd { top:1rem;left:27.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxTrXm2Zra2DseSPP3xEAbnsurKWom8 { top:1rem;left:22.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqioixvny5LaeZCWuD9UfCM7cS75F90G { top:1rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InuURrtKH8flwi8eFtMMrTVZTbehDLg3 { top:1rem;left:18.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP { display:block; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Juncfy4CM07GyPgV2R8D5FzygT2Z1vwn { top:2.5rem;left:8.2188720703125rem;width:31.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFzEOSPZph5lPlSNZVEDcs8QLOTt2WIB { top:6.5625rem;left:11.342651367188rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC { display:block; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XewyA3NQhi0s1Lm23yKViIvH9FtKpTdF { top:1.4375rem;left:0.02978515625rem;width:15.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIQn32LBeKGEB8lE4DBcpTIoflv7tqBq { top:4.875rem;left:0rem;width:19.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEnZlX9UqHeb7h8iOiOt9WGAawHc9pA { top:1.4375rem;left:15.875rem;width:15.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umiI9rDU38ygDGJVSH1lyObizAkUU6aD { top:4.875rem;left:12.375rem;width:19.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiDQTpf9S3SDTPTL8h4rvmUsOahOGVG { top:1.4375rem;left:29.375rem;width:18.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGTcvoH6yoLoT3KZknhETJez3vSyOOS { top:4.875rem;left:28.25rem;width:19.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RerMbtIwXETQytyp8L0qnXPkISJp3mhI { display:block; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGIWGTVU2NKqKVkDfapHTs4eqGvpXldR { top:1.5rem;left:8.25rem;width:31.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDTCqPJoBFWv08XFOrfN3F6EhTKf0yR { top:5.4375rem;left:12rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcW9756ebFJeAuSNNqBa884iENJ6Ng48 { display:block; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRcv1A1IXCH6VUpPaT1LgUnM3aOTz0FR { top:3.4375rem;left:0rem;width:14.3125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIzTwJkBnagwVplOal6TTLygbvgs77Jc { top:2.8125rem;left:0rem;width:14.3125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXVKNwo7iK8DE5xLhRxS5D2TCGOK1FiE { top:4.375rem;left:12.75rem;width:14.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFLKzaAGUuQs8KhM6r2HaiN0iWgHazFI { top:8.875rem;left:8.125rem;width:39.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl8s8PUCoN1d00b353JTf1LtszKzlSwq { top:20.5625rem;left:0rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzsngxBwTzvxyCSQpRkeyV0f3vtAzUvy { top:21.1875rem;left:0rem;width:14.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9wkGxsN77ABDOyuHmtG0gEI78ItJ8ST { top:21.5rem;left:12.75rem;width:19.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8FwgpK4zT5UAVFd8Aelzo74mzdBcO0r { top:25.9375rem;left:8.125rem;width:39.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6e7mgQtSLTVMlMOLuQn0MipeG1tVGTk { top:8.8125rem;left:14.625rem;width:18.4375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN7263bMkwTgRAB30sBd84LZeOdR0779 { top:13.5rem;left:16.25rem;width:15.625rem;height:29.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6e8d9au76KTNQhEis8L7kdJNatwqTGM { top:8.8125rem;left:0rem;width:18.4375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFcb9A6aWZzRPVRS3n7lAP5umfKP99mS { top:8.8125rem;left:28.875rem;width:18.4375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0oNwnMe0Z4zKq5ted0TfmyoTZ3RZCC { top:10rem;left:18.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLxwM4nPpQNhkEF0vVyzszTGVGdBnPo { top:10rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMX43GfyGvsTWbexqSseNSPvLB09BiX1 { top:10rem;left:22.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkcvXd128G5wpmefwkQiqbxTPhf1mUq { top:10rem;left:25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEnDDUFQTBGrlHSw0GZpXBTI9SyKchz8 { top:10rem;left:27.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnIApylidk8k0UQAh4JdiTo2lXIzUrbW { top:10rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTdUooq1vsh9gLrOMaiciBObT5ivcRF { top:10rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9aIpz7XGUOgzx33LQs3rNiDVDDg1FZ2 { top:10rem;left:1.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5xwgvGFOFgWuOcnzUAKQlns4tGR4rAu { top:10rem;left:3.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XoVOQhVqUbzwUkP6ZctxarTURbJ5ZL { top:10rem;left:6rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOgQPTGUxwdm2TGxxrTLvTE4PyE2gDgo { top:9.875rem;left:39.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR0eNItzEXr54aVGbWHmcHTtcvtN7F1T { top:9.875rem;left:41.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyN5IGqoJz1FC29bB5SwK4pNwGO1fdz { top:9.875rem;left:43.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR1ZFlr1Kx3nuqlga48FRl1ioyIpofcT { top:9.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNAOVmGwFo5EBdBeTiBmkMhvVsVWTrms { top:9.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxiXPWlJatIT7adklK6Fg3bLDhADRVRT { top:13.5rem;left:0rem;width:16.25rem;height:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ZWNGxhQvBd3o0nCK0QVVZWELsKfkC9 { top:31.75rem;left:3.125rem;width:7.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6fsAxAq8Ir4yaB42X1bh4hHBMcwLciN { top:13.5rem;left:31.5rem;width:16.25rem;height:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVArN2JwVCWSJ1BBu5TfiQBMEueWRFGP { top:34.3125rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evu321gX6TE0H21WSOx7kWA80c58CbuL { top:44.4375rem;left:22.374145507812rem;width:7.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo { display:block; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7NhGl1xMuL9o2qMDBNyhXULZqqvxFre { top:2.25rem;left:8.21826171875rem;width:31.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cApo36rgt8Nx3iFN9WclZP6qkMwJ63yw { top:6.1875rem;left:12.967407226562rem;width:21.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb { display:block; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfFQ8hTFUQO6HdoyVq3pT7q8VhmynwTG { top:2.8125rem;left:0rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx69Rzc5OLPUye5DLBoBMAHoZrPwW0Jp { top:2.8125rem;left:10.3125rem;width:21.4375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0IDWhvcuwOV4mwGo137OVNcgdMe0Gem { top:2.8125rem;left:26.1875rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8FUCyHGUTm51Sg11daJLCalWWEFREqr { top:3.4375rem;left:0rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOw2SvnqlLy4W2N3cH2mvLBKOpvIID6T { top:3.4375rem;left:10.3125rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEFDo9QPpy3tb9Nx3WLJ5dZcqLCFBkZZ { top:3.4375rem;left:26.1875rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3KQ0ZTUxN2N69BiZx0rDNXvxAKRV9ue { top:3.75rem;left:0.4375rem;width:46.875rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdMch6nl61RpOt6tRTkrzNLKJXyPUzgw { top:13.6875rem;left:0.25rem;width:47.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvVDgChlNHfChkAU958fCUOLdS2aLKMk { top:20rem;left:0.25rem;width:47.1875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0aKR6Co6FAxUWCNcTmFRLeqK8eVOVKv { top:23.5rem;left:0.25rem;width:47.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdAz8n6qQzsLFeAZz6qRA8rVOf5XMza7 { top:33.5625rem;left:0.25rem;width:47.1875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJys1ldqXAwTMWO6LxUJfgOiJrHbLZi { top:37.125rem;left:0.25rem;width:47.1875rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwXULeDvHXHsMkl4W0nbtTgHxMymTgxy { top:22.4375rem;left:16.375rem;width:14.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l949u1JUTI4OTaOIlNIvbDTRzxTIdyL8 { top:35.8125rem;left:14.749877929688rem;width:17.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC1n2XhsAFI43aBryE5wvJkTicQmgaiS { display:block; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXGQbCmQUd2961HAITQ4uFR4G7RzRbTu { top:1.5rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK5UPce9x8KEbrxdXJJvRbLxUuSaN3Xx { top:1.5rem;left:8.125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCp6IM667oLDS4q4GSTC0hzZLN74BhJ { top:1.5rem;left:20.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #at3kIEuCm7i11NWT5TbNwOCnJxyuxHFi { top:1.5rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o299g5TnuRlNSZLRa16EQJ9JexaBer99 { top:0.6875rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8bTgX3UHV02cRK0cfIOoa0gRDsVdBhH { top:0.6875rem;left:11.375rem;width:12.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvQnQZMs4DKxvNuZp8qJuLpWMoHcGHE { top:0.6875rem;left:23.3125rem;width:12.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adRmdgwH6AOIgpm5wEZyM8XIQrirvKar { top:0.6875rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA6rqqGrp16e0J5ydrmQSuKMrqy6bKTs { top:17.75rem;left:0rem;width:12.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVFIcOz6QACz7raRuPs3ygLD1MUJ0KKv { top:17.75rem;left:11.375rem;width:12.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENMsiBaZEwFFw6bxw7hWbHPSg0WCIpx { top:16.8125rem;left:23.3125rem;width:12.5rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FEeNVC5kiJLtatD9nSm0gb6sTAsTrR { top:16.8125rem;left:35.25rem;width:12.5rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L { display:block; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeDDeovH250dTaoy3NckXtMTTgrVRo6k { top:16.0625rem;left:20.812255859375rem;width:16.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7AIlkUox4GbvhJKqpJM6k7DyQQmemsl { top:17.6875rem;left:8.375rem;width:39.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3GWOnMAI0UcFDtoLeL5LdiUcRR8wAt0 { top:22.1875rem;left:20.812255859375rem;width:16.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZd2L3PWdcLFFvF6WWQeB1G5UXAdTdP0 { top:23.75rem;left:8rem;width:39.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCOgo0EToG1SpqTaWcQEFp1ybv0u9QfX { top:28.5625rem;left:20.812255859375rem;width:20.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxrJMTBGgqXe37sUEv0l7aqFh0Gb7Sd3 { top:30.1875rem;left:8rem;width:39.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXEVJzMp5i5Z4fP3xcw30lxp7kLBf { top:34.4375rem;left:20.812255859375rem;width:20.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtUg6S4WFTC63iFZ7Sr4Z5wNyuDdxJ0 { top:36.5625rem;left:8rem;width:39.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPzpfNfRL8MQG9wG7pMBXip2Uegu6ct { top:40.75rem;left:20.812255859375rem;width:23.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFmh2Ox2TMDIWbvCZxUI5CKFTBEuWZxe { top:42.375rem;left:8rem;width:39.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaB2HDufbFBQ1HlmmEUgKpSIxFhl4brk { top:8.125rem;left:13.0625rem;width:34.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMIXTeTbSFSGJ78ODPEwEUnItDeIrJp { top:12.5rem;left:19.625rem;width:28.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf { display:block; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eExHRvVaWUP44tzLFbux9ApC5iIwSQ5v { width:21.9375rem;height:4.0625rem;top:1.6875rem;left:12.875244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vrpmpKwatlxTQxescJWUiRCedBpFfq { display:block; }
 }@media only screen and (max-width: 763px) { #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { width:46.4375rem;height:4.4375rem;top:12.875rem;left:0.6248779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGf5ypmaHgr9ZvHsBXEXCkfsOFad14TR { top:19.5625rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ { display:block; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw4qKrWuXgUUfXx83ZtGZdVSR5EF3aEx { top:8.5625rem;left:22.9375rem;width:22.9375rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgUZ75c8NQkkTevmZacXthnATTEspyR { top:14.3125rem;left:22.9375rem;width:18.5625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLDLUrLZUoVBvV9JAvTHZENxKBhu8lTU { top:2.8125rem;left:1.875rem;width:19.5625rem;height:19.749416557582rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe { display:block; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kF2c13hT67zh7onxOEnobCXPL8hmmD8q { top:4.375rem;left:12.5615234375rem;width:22.5625rem;height:9.9098933816219rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxsf3JUTnueU3JCrnQ83Tfih8IkpuOU { top:10.75rem;left:0rem;width:9.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBiHJvIODGTAdedmxgI0KTLOuuHuLsUm { top:4.25rem;left:0rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziU24KVtMfo4npwEANPpAbRwQHenIOt8 { top:13.25rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTsMW5he004JLdUsIdWZ2QtGUwQKbMi { top:4.125rem;left:32.6875rem;width:15.0625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg { display:block; }#zwLTGwHGAoL9wuDJogtsiCAmxI6N6ayg > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFdZDHD9BAov76g28QP9dIUu10uw0SIQ { width:13.0624375rem;height:5.5624125rem;top:1.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmcqNOQTT8n15dqUyuDeKAwTfaRm6HE { width:14.81225rem;height:4.39845rem;top:7.625rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNNOd7Iop9Icv9cx2gApmJMAOpvNVPWJ { display:flex;width:1.0625rem;height:1.0625rem;top:7.5625rem;left:9.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCku10zTQUcsDpXdP4NihyXOHRQWWxPS { width:7.8125rem;height:1.0996125rem;top:13.624877929688rem;left:6.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNrspWZ5G4t0IENM4cTviLWTBsARKJxu { display:block; }#iNrspWZ5G4t0IENM4cTviLWTBsARKJxu > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p93eEh3iTTNE5taXFRmX8n6cQJbrHU9i { width:15.499875rem;height:2.25rem;top:1.1875rem;left:2.25rem;font-size:1.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #la86uIlAWbg8UQK8CSvdRwlTmbJUAaBK { width:14.375rem;height:2.25rem;top:4.625rem;left:2.8125rem;font-size:1.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/627617c7-757a-4168-8608-152afbb51ee5/HEROIMAGE1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:20rem;height:22.3730234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENT9xXP9byzoo50gP5Khkqxr5xkZyD9Q { width:12.5610625rem;height:2.436525rem;top:18.9990234375rem;left:1.4361572265625rem;z-index:15029;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT6fJP9qtvDyaWpmuTVDOH49hIzBdmt { display:block; }
 }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:13.75rem;height:5.97949375rem;top:1.1871337890625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #meOnCmSCRncgD79IP2vL3LJPF5uyE0dT { width:10.875rem;height:4.62890625rem;top:11.8125rem;left:2.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y4a1tRSkxMeKzhr7JAAAsUGT9FeRq5v2 { width:10.68725rem;height:11.124875rem;top:11.249389648438rem;left:9.312744140625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #REXm64Db0nmlQt92JH48gN8cSLw0789P { width:16.8125rem;height:9.0625rem;top:7.8125rem;left:1.375rem;border-top:0.25rem solid #d3af43;border-left:0.25rem solid #d3af43;border-right:0.25rem solid #d3af43;border-bottom:0.25rem solid #d3af43;display:block; }
 }@media only screen and (max-width: 763px) { #NotTSidOabaB80v7NEs7ABA2GNqC4qJv { width:20rem;height:2.6001rem;top:8.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { display:block; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlsW32G57OhEh8PbrXKE9zehBu54XvdC { width:17.749rem;height:1.125rem;top:3.56201171875rem;left:1.1248779296875rem;font-size:1.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZPxwak3s0F9JX88PLhsEseEXAq7hCVG { display:flex;width:2.25rem;height:2.25rem;top:0.6875rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #BEI5aIp0ozvd4zSJ8ZQTTSJTahPlI0Sd { display:flex;width:2.25rem;height:2.25rem;top:0.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #XQxTrXm2Zra2DseSPP3xEAbnsurKWom8 { display:flex;width:2.25rem;height:2.25rem;top:0.6875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #kqioixvny5LaeZCWuD9UfCM7cS75F90G { display:flex;width:2.25rem;height:2.25rem;top:0.6875rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #InuURrtKH8flwi8eFtMMrTVZTbehDLg3 { display:flex;width:2.25rem;height:2.25rem;top:0.6875rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP { display:block; }#qcwXkIoZgAsdJ1LabD5mTBKwwbpiVtRP > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Juncfy4CM07GyPgV2R8D5FzygT2Z1vwn { width:20rem;height:2.03125rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFzEOSPZph5lPlSNZVEDcs8QLOTt2WIB { width:20rem;height:0.124511875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC { display:block; }#wvXdHpApFiZ4uqkkKVK0xtTInrNxrufC > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XewyA3NQhi0s1Lm23yKViIvH9FtKpTdF { width:15.7495rem;height:1.625rem;top:1.25rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIQn32LBeKGEB8lE4DBcpTIoflv7tqBq { width:19.375rem;height:12.9980625rem;top:4.12475625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEnZlX9UqHeb7h8iOiOt9WGAawHc9pA { width:15.7495rem;height:1.625rem;top:18.36850625rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umiI9rDU38ygDGJVSH1lyObizAkUU6aD { width:19.375rem;height:11.69825rem;top:21.2432625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiDQTpf9S3SDTPTL8h4rvmUsOahOGVG { width:18.18725rem;height:1.625rem;top:34.187575rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGTcvoH6yoLoT3KZknhETJez3vSyOOS { width:19.375rem;height:11.69825rem;top:37.06233125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RerMbtIwXETQytyp8L0qnXPkISJp3mhI { display:block; }#RerMbtIwXETQytyp8L0qnXPkISJp3mhI > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGIWGTVU2NKqKVkDfapHTs4eqGvpXldR { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDTCqPJoBFWv08XFOrfN3F6EhTKf0yR { width:20rem;height:0.125rem;top:3.4124755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcW9756ebFJeAuSNNqBa884iENJ6Ng48 { display:block; }#xcW9756ebFJeAuSNNqBa884iENJ6Ng48 > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRcv1A1IXCH6VUpPaT1LgUnM3aOTz0FR { width:14.249875rem;height:14.12475rem;top:1.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIzTwJkBnagwVplOal6TTLygbvgs77Jc { width:14.3125rem;height:14.18737172153rem;top:1.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXVKNwo7iK8DE5xLhRxS5D2TCGOK1FiE { width:14.0625rem;height:3.25rem;top:16.873046875rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFLKzaAGUuQs8KhM6r2HaiN0iWgHazFI { width:20rem;height:15.597625rem;top:20.935546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hl8s8PUCoN1d00b353JTf1LtszKzlSwq { width:14.12475rem;height:14.12475rem;top:39.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzsngxBwTzvxyCSQpRkeyV0f3vtAzUvy { width:14.249875rem;height:14.12475rem;top:40.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9wkGxsN77ABDOyuHmtG0gEI78ItJ8ST { width:13.5625rem;height:4.875rem;top:55.125rem;left:3.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8FwgpK4zT5UAVFd8Aelzo74mzdBcO0r { width:20rem;height:18.19725rem;top:60.97216796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6e7mgQtSLTVMlMOLuQn0MipeG1tVGTk { width:18.5rem;height:24.5625rem;top:7.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN7263bMkwTgRAB30sBd84LZeOdR0779 { width:15.68725rem;height:31.5rem;top:39rem;left:2.125rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #R6e8d9au76KTNQhEis8L7kdJNatwqTGM { width:18.5rem;height:38.6875rem;top:34.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFcb9A6aWZzRPVRS3n7lAP5umfKP99mS { width:18.5rem;height:28rem;top:74.749755859375rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0oNwnMe0Z4zKq5ted0TfmyoTZ3RZCC { display:flex;width:2.25rem;height:2.25rem;top:8.75rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #KvLxwM4nPpQNhkEF0vVyzszTGVGdBnPo { display:flex;width:2.25rem;height:2.25rem;top:8.75rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #DMX43GfyGvsTWbexqSseNSPvLB09BiX1 { display:flex;width:2.25rem;height:2.25rem;top:8.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #OPkcvXd128G5wpmefwkQiqbxTPhf1mUq { display:flex;width:2.25rem;height:2.25rem;top:8.75rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #zEnDDUFQTBGrlHSw0GZpXBTI9SyKchz8 { display:flex;width:2.25rem;height:2.25rem;top:8.75rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #dnIApylidk8k0UQAh4JdiTo2lXIzUrbW { display:flex;width:2.25rem;height:2.25rem;top:35.5625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #TTTdUooq1vsh9gLrOMaiciBObT5ivcRF { display:flex;width:2.25rem;height:2.25rem;top:35.5625rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #l9aIpz7XGUOgzx33LQs3rNiDVDDg1FZ2 { display:flex;width:2.25rem;height:2.25rem;top:35.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #s5xwgvGFOFgWuOcnzUAKQlns4tGR4rAu { display:flex;width:2.25rem;height:2.25rem;top:35.5625rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #t1XoVOQhVqUbzwUkP6ZctxarTURbJ5ZL { display:flex;width:2.25rem;height:2.25rem;top:35.5625rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #tOgQPTGUxwdm2TGxxrTLvTE4PyE2gDgo { display:flex;width:2.25rem;height:2.25rem;top:76.0625rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #FR0eNItzEXr54aVGbWHmcHTtcvtN7F1T { display:flex;width:2.25rem;height:2.25rem;top:76.0625rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #UHyN5IGqoJz1FC29bB5SwK4pNwGO1fdz { display:flex;width:2.25rem;height:2.25rem;top:76.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #wR1ZFlr1Kx3nuqlga48FRl1ioyIpofcT { display:flex;width:2.25rem;height:2.25rem;top:76.0625rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #zNAOVmGwFo5EBdBeTiBmkMhvVsVWTrms { display:flex;width:2.25rem;height:2.25rem;top:76.0625rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #TxiXPWlJatIT7adklK6Fg3bLDhADRVRT { width:16.25rem;height:17.5rem;top:12rem;left:1.9375rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #x1ZWNGxhQvBd3o0nCK0QVVZWELsKfkC9 { width:7.99925rem;height:1.31286875rem;top:30.128173828125rem;left:9.8504638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6fsAxAq8Ir4yaB42X1bh4hHBMcwLciN { width:16.25rem;height:21rem;top:79.5625rem;left:1.875rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #JVArN2JwVCWSJ1BBu5TfiQBMEueWRFGP { width:7.99925rem;height:1.31286875rem;top:100.56823730469rem;left:9.8504638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { width:20rem;height:3.4375rem;top:2.1246337890625rem;left:-0.00146484375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evu321gX6TE0H21WSOx7kWA80c58CbuL { width:7.9986875rem;height:1.31286875rem;top:70.508422851562rem;left:9.8504638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo { display:block; }#EF8OZARNKBA1nF7tAAUWSsWk5P2UTMQo > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7NhGl1xMuL9o2qMDBNyhXULZqqvxFre { width:20rem;height:2.03125rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cApo36rgt8Nx3iFN9WclZP6qkMwJ63yw { width:20rem;height:0.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb { display:block; }#spnalnKMnh3xwvrX8EWbL9hMAI5IdtJb > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfFQ8hTFUQO6HdoyVq3pT7q8VhmynwTG { width:15rem;height:15rem;top:0.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx69Rzc5OLPUye5DLBoBMAHoZrPwW0Jp { width:15.1245rem;height:15.06225rem;top:18.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0IDWhvcuwOV4mwGo137OVNcgdMe0Gem { width:15.06225rem;height:15.06225rem;top:35.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8FUCyHGUTm51Sg11daJLCalWWEFREqr { width:15.0625rem;height:15rem;top:1.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOw2SvnqlLy4W2N3cH2mvLBKOpvIID6T { width:15.125rem;height:15.0625rem;top:18.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEFDo9QPpy3tb9Nx3WLJ5dZcqLCFBkZZ { width:15.1875rem;height:15.125rem;top:36.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3KQ0ZTUxN2N69BiZx0rDNXvxAKRV9ue { width:19.74975rem;height:6.09375rem;top:1.312255859375rem;left:0.1239013671875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdMch6nl61RpOt6tRTkrzNLKJXyPUzgw { width:20rem;height:5.19921875rem;top:7.9248046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvVDgChlNHfChkAU958fCUOLdS2aLKMk { width:20rem;height:1.625rem;top:15.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0aKR6Co6FAxUWCNcTmFRLeqK8eVOVKv { width:20rem;height:9.098625rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdAz8n6qQzsLFeAZz6qRA8rVOf5XMza7 { width:20rem;height:1.625rem;top:28.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJys1ldqXAwTMWO6LxUJfgOiJrHbLZi { width:20rem;height:7.7988125rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwXULeDvHXHsMkl4W0nbtTgHxMymTgxy { width:14.875rem;height:0.125rem;top:16.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l949u1JUTI4OTaOIlNIvbDTRzxTIdyL8 { width:17.8125rem;height:0.125rem;top:29.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC1n2XhsAFI43aBryE5wvJkTicQmgaiS { display:block; }#gC1n2XhsAFI43aBryE5wvJkTicQmgaiS > .row .container { width:20rem;height:128.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXGQbCmQUd2961HAITQ4uFR4G7RzRbTu { width:15.75rem;height:15.75rem;top:1.5380859375rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK5UPce9x8KEbrxdXJJvRbLxUuSaN3Xx { width:15.75rem;height:15.75rem;top:29.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCp6IM667oLDS4q4GSTC0hzZLN74BhJ { width:15.75rem;height:15.75rem;top:57.512817382812rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at3kIEuCm7i11NWT5TbNwOCnJxyuxHFi { width:15.75rem;height:15.75rem;top:95.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o299g5TnuRlNSZLRa16EQJ9JexaBer99 { width:12.5rem;height:2.03125rem;top:0.3994140625rem;left:3.7802734375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8bTgX3UHV02cRK0cfIOoa0gRDsVdBhH { width:12.5rem;height:2.03125rem;top:28.25rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvQnQZMs4DKxvNuZp8qJuLpWMoHcGHE { width:12.5rem;height:2.03125rem;top:56.287231445312rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adRmdgwH6AOIgpm5wEZyM8XIQrirvKar { width:12.5rem;height:2.03125rem;top:94.25rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA6rqqGrp16e0J5ydrmQSuKMrqy6bKTs { width:19.375rem;height:7.7988125rem;top:17.24853515625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVFIcOz6QACz7raRuPs3ygLD1MUJ0KKv { width:17.749625rem;height:7.7988125rem;top:45rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENMsiBaZEwFFw6bxw7hWbHPSg0WCIpx { width:16.749875rem;height:18.19726875rem;top:72.698974609375rem;left:1.62353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FEeNVC5kiJLtatD9nSm0gb6sTAsTrR { width:18.062125rem;height:14.29780625rem;top:110.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b263adf0-a7f6-4b3b-9156-1bdb3270fc67/HEROIMAGE4.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L.adaptive-delivery-prevent-bg, #sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L.lazyload, #sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L.lazyloading { background-image: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container { background-color: transparent; background-image: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container > .video-iframe-container { display: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row > .video-iframe-container { display: none; }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .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); }#sgTG2cStR2SuXVo8fWe4k2a0qgWuq42L > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeDDeovH250dTaoy3NckXtMTTgrVRo6k { width:16.687rem;height:1.625rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7AIlkUox4GbvhJKqpJM6k7DyQQmemsl { width:20rem;height:5.19921875rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3GWOnMAI0UcFDtoLeL5LdiUcRR8wAt0 { width:16.687rem;height:1.625rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZd2L3PWdcLFFvF6WWQeB1G5UXAdTdP0 { width:20rem;height:3.8994125rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCOgo0EToG1SpqTaWcQEFp1ybv0u9QfX { width:20rem;height:1.625rem;top:22.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxrJMTBGgqXe37sUEv0l7aqFh0Gb7Sd3 { width:20rem;height:3.8994125rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXEVJzMp5i5Z4fP3xcw30lxp7kLBf { width:20rem;height:1.625rem;top:30.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtUg6S4WFTC63iFZ7Sr4Z5wNyuDdxJ0 { width:20rem;height:3.8994125rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPzpfNfRL8MQG9wG7pMBXip2Uegu6ct { width:20rem;height:3.25rem;top:38.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFmh2Ox2TMDIWbvCZxUI5CKFTBEuWZxe { width:20rem;height:3.8994125rem;top:41.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaB2HDufbFBQ1HlmmEUgKpSIxFhl4brk { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEMIXTeTbSFSGJ78ODPEwEUnItDeIrJp { width:20rem;height:0.125rem;top:3.41259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf { display:block; }#K4Zc1sMyc0KyOVyK0nqbhlVcZ3hZJPqf > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eExHRvVaWUP44tzLFbux9ApC5iIwSQ5v { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #B2vrpmpKwatlxTQxescJWUiRCedBpFfq { display:block; }
 }@media only screen and (max-width: 763px) { #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { background-color:#77ae9a;background-image:url("https://images.assets-landingi.com/uc/627617c7-757a-4168-8608-152afbb51ee5/HEROIMAGE1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.adaptive-delivery-prevent-bg, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyload, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyloading { background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { background-color: transparent; background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .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); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { width:18.937375rem;height:5.625rem;top:2.999267578125rem;left:0.52978515625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { width:18.75rem;height:8.661125rem;top:10.374145507812rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WGf5ypmaHgr9ZvHsBXEXCkfsOFad14TR { width:20rem;height:21.687rem;top:20.687866210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ { display:block; }#XBSQ2yhF22JcFwPLruZ1cRd4supOJJoJ > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw4qKrWuXgUUfXx83ZtGZdVSR5EF3aEx { width:12.5rem;height:1.71875rem;top:1.436767578125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUgUZ75c8NQkkTevmZacXthnATTEspyR { width:14.874875rem;height:2.199225rem;top:4.18701171875rem;left:2.56103515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLDLUrLZUoVBvV9JAvTHZENxKBhu8lTU { width:15.625rem;height:15.7495rem;top:7.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe { display:block; }#wwqRbFlDOEAbuwtvyNnG23QsJlyoKfXe > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kF2c13hT67zh7onxOEnobCXPL8hmmD8q { width:20rem;height:8.7841875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxsf3JUTnueU3JCrnQ83Tfih8IkpuOU { width:7.1875rem;height:1.0996125rem;top:17.5625rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBiHJvIODGTAdedmxgI0KTLOuuHuLsUm { width:14.0625rem;height:5.49805rem;top:10.3125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziU24KVtMfo4npwEANPpAbRwQHenIOt8 { width:7.7499375rem;height:1.13769375rem;top:32rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMTsMW5he004JLdUsIdWZ2QtGUwQKbMi { width:15.0616875rem;height:10.39845rem;top:21.3125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }