.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:#f4f3f3;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { background-color: transparent; background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .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); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { border-width: 0; border-radius: 0; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { 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:6.997875rem;width:18.4375rem;top:0.46793618798256rem;left:56.561681747436rem;overflow:hidden;display:block; }
#Zt2B1IVVTvSn6KV4aL7hq5FKONp0a0Tz { position:absolute;display:block;z-index:15003;background-color:#ffc717;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.25rem;width:7.3746875rem;top:0rem;left:0rem;display:block; }
#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container { background-color: transparent; background-image: none; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container > .video-iframe-container { display: none; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row > .video-iframe-container { display: none; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .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); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container { border-width: 0; border-radius: 0; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container { font-size:0.875rem;font-family:arial;height:4.731770625rem;width:75rem;position:relative;display:block; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { background-color: transparent; background-image: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .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); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { border-width: 0; border-radius: 0; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#wGQhvLxh7qKxA2hwLcz1HZ71QM3Ux6FX { position:absolute;display:block;z-index:14999;background-color:#061b85;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.75rem;width:48.5rem;top:28.0625rem;left:5.625rem;display:none; }
#iKbTiGWuG6KfkOkTBfCQ5u8dUztJxppe { position:absolute;display:block;z-index:14997;background-color:#061b85;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.875rem;width:42.5rem;top:17.373046875rem;left:18.2490234375rem;display:block; }
#oz78yoNTNv0mUutf9b5Q2cXiidrxball { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.436851501465rem;left:9.9685878753663rem;height:1.29980625rem;display:block; }
#TKAxJFTu9WqAuNavrXp84xxTklogEm4f { color:#000000;display:block;width:53.3748125rem;position:absolute;font-family:worksans;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.7381210327149rem;left:3.9375rem;height:3.75rem;font-style:normal;display:block; }
#eCmTdAfHGmk0SSSOPKEHyNDMzeXgbnU6 { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:19.560546875rem;left:20.686361312866rem;height:4.19921875rem;font-style:normal;display:block; }
#lTeR0nT3D29A1OqEgtZPIJK5cW7a5Zyh { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:19.5rem;top:2.4375rem;left:48.439453125rem;overflow:hidden;display:block; }
#EoSTmxSghsdXiZteiCphpTl2HTRIx0P8 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:20.0625rem;left:1.5625rem;display:none; }
#la49fOR8nphSnFX2llU2fsQGkn7P5agp { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:5.875rem;left:1.875rem;display:none; }
#ilNiOk6H6uMX6u5avir9oMbZAmbtGgAt { color:#000000;display:block;width:51.25rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.111488342285rem;left:3.9375rem;height:2.274575rem;display:block; }
#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { background-color: transparent; background-image: none; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container > .video-iframe-container { display: none; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row > .video-iframe-container { display: none; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .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); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { border-width: 0; border-radius: 0; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#ksA43GidIgGQQ3lz1fRSzsTZ5tQai6K1 { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.748046875rem;left:34.5rem;height:9.75rem;display:block; }
#vrScHKsiqVA8Qtnfth2LmiUQ6hwQyIfp { color:#000000;display:block;width:37.375rem;position:absolute;font-family:worksans;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.123046875rem;left:34.5rem;height:6.8245625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQVy6t8NMhTo51erbf6QKcGSOWoSay8v { z-index:15037;top:25.93359375rem;left:45.3125rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EZhLtaAarTSvdyTxOIy8ZblyikzUHEwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dobISDoiP8nakUmku6aHE0rWJZkHWzPu { 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:30.8748125rem;width:22.0621875rem;top:2.1232099533081rem;left:1.8570966720581rem;overflow:hidden;display:block; }
#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container { background-color: transparent; background-image: none; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container > .video-iframe-container { display: none; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row > .video-iframe-container { display: none; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .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); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container { border-width: 0; border-radius: 0; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#gclcrvPo3quX2TK6AKeqr3bItMTRmgvI { position:absolute;display:block;z-index:15002;background-color:#ffc717;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.625rem;width:18.875rem;top:11.1875rem;left:8.375rem;display:block; }
#wC40wWgoetU2SJk6b5q0CeBnvEZGxsgM { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:8.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOUwZJw5muDXRyRaSlrwr75dO8ydhmxT { color:#000000;display:block;width:17.125rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.5625rem;left:29rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCW7r5PTarGTJeuqBpfJZht8HXJlODun { color:#000000;display:block;width:18.625rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.9375rem;left:28.1875rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0qqHUqWht5bScUGavIfHthpbSGQEfGu { color:#000000;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.9375rem;left:47.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2Q8uC9Kdt5FtkXiIkTdwl5WZ0b21Syl { color:#000000;display:block;width:11.875rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:12.5625rem;left:11.875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N11X4dweCUxJrOceuzlSIgwzmks61Sze { color:#000000;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:12.75rem;left:47.625rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAQ8uyf4blvIVTKnBUoIwM2B2lNBLbIN { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#aTWHA7BN525BQtcbaNdOdpnuvwtp0WzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omDaws7AWBt6NRI5tDG5kyUralwKtwPx { color:#000000;display:block;width:58.5625rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:3.9375rem;left:8.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#ykf2iNUG5hiiCX15rJm9XhLi2kMTbgoO { position:absolute;display:block;z-index:15003;background-color:#ffc717;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.625rem;width:18.875rem;top:11.1875rem;left:28rem;display:block; }
#kArpD8U9o90FRuwy7h7e2TnNJCUAANIt { position:absolute;display:block;z-index:15004;background-color:#ffc717;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.625rem;width:18.875rem;top:11.1875rem;left:47.625rem;display:block; }
#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { background-color: transparent; background-image: none; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container > .video-iframe-container { display: none; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row > .video-iframe-container { display: none; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .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); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { border-width: 0; border-radius: 0; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#KIwhJTeszOZOTAQhvesEqywNbJz92FGT { color:#000000;display:block;width:52.0621875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.3125rem;left:11.5rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#OzxBuy8BaTPO0xCq4ldrPHCQeP7pglt8 { color:#000000;display:block;width:74.75rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.1990509033203rem;left:0.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkGiKrgdu6XGqTHxGrxakXwsnxlSNmA5 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:19.5rem;left:8.9375rem;display:block; }
#ZClHgXM5iXC7XoeKyca5qzLlZSXyl9EM { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:19.5rem;left:28.875rem;display:block; }
#OWkZK2JXosbuUwhIuS9Wp9i36o6h4Lyf { color:#ffc717;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.5rem;left:9.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2TiHzq070Bftf98qrCv6mHflIFoQqho { color:#061b85;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.375rem;left:29.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2IsRgF4yd97FTgoPtaOb8EOv4R31bRG { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:19.5rem;left:48.875rem;display:block; }
#m5shQPQHyfLN6yeTGcgRxBJVq7ClPmTI { color:#ffc717;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.4375rem;left:49.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxRAHyinb0UDZIuNMs2hAOBDQCXfbsTr { color:#333333;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.375rem;left:9.3125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhGVHzqQhXXvpACzLdApm2TefbTnNHNG { color:#333333;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:26.375rem;left:28.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLhz6RJFBTtTakoZrn3uG5mEuuNu3Sb3 { color:#333333;display:block;width:19.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:26.4375rem;left:48.6875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container { background-color: transparent; background-image: none; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container > .video-iframe-container { display: none; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row > .video-iframe-container { display: none; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .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); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container { border-width: 0; border-radius: 0; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#CT6T7EX3H7FaPZm7gkgaG0oAJCPURQik { background-color:#ffc717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.812334060669rem;left:27.124021530151rem;display:block; }
#aax3lTB5nRnIGKny4fGGqbpsfTquq2sU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDuQ5P4CoV4kAPTqstqD4xqkzDt9CGtW { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:21.75rem;height:1.625rem;display:block; }
#BIvWsuSmB7RRd0p2nCa0KNtDsesiBkGi { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1044921875rem;left:25.75rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HB4GxgxZrMkLklZ4nTkM5U29fisfSDuL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:4.810546875rem;left:21.75rem;overflow:hidden;display:block; }
#Kisv61h8zKNy7rovXulfTqikakqhCtxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { background-color: transparent; background-image: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .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); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { border-width: 0; border-radius: 0; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#ai2xIW616d2ncc6oayKI2rnGykEXzvNo { box-sizing:content-box;color:#323130;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.625rem;left:35.0625rem;display:block; }
#EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { box-sizing:content-box;color:#323130;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.625rem;left:38.4375rem;display:block; }
#IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { color:#bcb293;display:block;width:11.3125rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:56rem;height:1.29980625rem;display:block; }
#oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { position:absolute;display:block;z-index:15006;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:5.1875rem;width:13.875rem;top:1.5rem;left:7.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { top:0.4375rem;left:29.3125rem;width:18.4375rem;height:6.997875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2B1IVVTvSn6KV4aL7hq5FKONp0a0Tz { top:0rem;left:0rem;width:7.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRBeEr6KydpKqZukwchqVOeDn2k1cRRe { display:none; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uKecMac2THdeuWW0ahTrahKHKIoSSGMW { display:block; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGQhvLxh7qKxA2hwLcz1HZ71QM3Ux6FX { top:28.0625rem;left:0rem;width:47.75rem;height:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKbTiGWuG6KfkOkTBfCQ5u8dUztJxppe { top:17.3125rem;left:4.6240234375rem;width:42.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz78yoNTNv0mUutf9b5Q2cXiidrxball { top:9.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAxJFTu9WqAuNavrXp84xxTklogEm4f { top:5.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCmTdAfHGmk0SSSOPKEHyNDMzeXgbnU6 { top:19.5rem;left:7.0613613128663rem;width:33.4375rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTeR0nT3D29A1OqEgtZPIJK5cW7a5Zyh { top:2.4375rem;left:28.25rem;width:19.5rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSTmxSghsdXiZteiCphpTl2HTRIx0P8 { top:20.0625rem;left:0rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #la49fOR8nphSnFX2llU2fsQGkn7P5agp { top:5.875rem;left:0rem;width:17.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilNiOk6H6uMX6u5avir9oMbZAmbtGgAt { top:10.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X { display:block; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksA43GidIgGQQ3lz1fRSzsTZ5tQai6K1 { top:13.6875rem;left:7.3125rem;width:40.4375rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrScHKsiqVA8Qtnfth2LmiUQ6hwQyIfp { top:5.0625rem;left:10.375rem;width:37.375rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVy6t8NMhTo51erbf6QKcGSOWoSay8v { top:25.875rem;left:29.5625rem;width:18.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZhLtaAarTSvdyTxOIy8ZblyikzUHEwP { display:block; }
 }@media only screen and (max-width: 763px) { #dobISDoiP8nakUmku6aHE0rWJZkHWzPu { top:2.0625rem;left:0rem;width:22rem;height:30.787784529526rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 { display:block; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gclcrvPo3quX2TK6AKeqr3bItMTRmgvI { top:11.1875rem;left:0rem;width:18.8125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC40wWgoetU2SJk6b5q0CeBnvEZGxsgM { top:17.9375rem;left:0rem;width:18.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUwZJw5muDXRyRaSlrwr75dO8ydhmxT { top:12.5625rem;left:15.375rem;width:17.0625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCW7r5PTarGTJeuqBpfJZht8HXJlODun { top:17.9375rem;left:14.5625rem;width:18.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0qqHUqWht5bScUGavIfHthpbSGQEfGu { top:17.9375rem;left:28.875rem;width:18.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Q8uC9Kdt5FtkXiIkTdwl5WZ0b21Syl { top:12.5625rem;left:0rem;width:11.875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N11X4dweCUxJrOceuzlSIgwzmks61Sze { top:12.75rem;left:28.875rem;width:18.8125rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQ8uyf4blvIVTKnBUoIwM2B2lNBLbIN { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTWHA7BN525BQtcbaNdOdpnuvwtp0WzJ { display:block; }
 }@media only screen and (max-width: 763px) { #omDaws7AWBt6NRI5tDG5kyUralwKtwPx { top:3.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykf2iNUG5hiiCX15rJm9XhLi2kMTbgoO { top:11.1875rem;left:14.375rem;width:18.8125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kArpD8U9o90FRuwy7h7e2TnNJCUAANIt { top:11.1875rem;left:28.875rem;width:18.8125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSCfcLVTZDtsOZorHcubpZNMrd7THUIz { display:block; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIwhJTeszOZOTAQhvesEqywNbJz92FGT { top:8.25rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxBuy8BaTPO0xCq4ldrPHCQeP7pglt8 { top:3.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkGiKrgdu6XGqTHxGrxakXwsnxlSNmA5 { width:18.875rem;height:10.3125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClHgXM5iXC7XoeKyca5qzLlZSXyl9EM { width:18.875rem;height:10.3125rem;top:19.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWkZK2JXosbuUwhIuS9Wp9i36o6h4Lyf { width:18.125rem;height:4.875rem;top:21.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TiHzq070Bftf98qrCv6mHflIFoQqho { width:18.125rem;height:4.8125rem;top:21.375rem;left:15.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2IsRgF4yd97FTgoPtaOb8EOv4R31bRG { width:18.875rem;height:10.3125rem;top:19.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5shQPQHyfLN6yeTGcgRxBJVq7ClPmTI { width:18.125rem;height:4.8125rem;top:21.4375rem;left:29.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRAHyinb0UDZIuNMs2hAOBDQCXfbsTr { width:18.125rem;height:1.4375rem;top:26.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhGVHzqQhXXvpACzLdApm2TefbTnNHNG { width:18.8125rem;height:1.4375rem;top:26.375rem;left:15.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhz6RJFBTtTakoZrn3uG5mEuuNu3Sb3 { width:19.0625rem;height:1.4375rem;top:26.4375rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW { display:block; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT6T7EX3H7FaPZm7gkgaG0oAJCPURQik { width:18.1875rem;height:3.875rem;top:16.75rem;left:13.499021530151rem;display:block; }
 }@media only screen and (max-width: 763px) { #aax3lTB5nRnIGKny4fGGqbpsfTquq2sU { display:block; }
 }@media only screen and (max-width: 763px) { #lDuQ5P4CoV4kAPTqstqD4xqkzDt9CGtW { top:12.375rem;left:8.125rem;width:30.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIvWsuSmB7RRd0p2nCa0KNtDsesiBkGi { top:4.0625rem;left:12.125rem;width:20.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4GxgxZrMkLklZ4nTkM5U29fisfSDuL { top:4.75rem;left:8.125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { top:2.625rem;left:21.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { top:2.625rem;left:24.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { top:3.5rem;left:36.4375rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { top:1.5rem;left:0rem;width:13.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ccc3689-59b2-4e19-98e6-a87946c3ebc2/Rectangle15763.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm.adaptive-delivery-prevent-bg, #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm.lazyload, #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm.lazyloading { background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { background-color: transparent; background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .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); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { border-width: 0; border-radius: 0; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { width:9.810375rem;height:3.624675rem;top:1.7805988788605rem;left:5.0944007635117rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zt2B1IVVTvSn6KV4aL7hq5FKONp0a0Tz { width:7.3125rem;height:6.25rem;top:0rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRBeEr6KydpKqZukwchqVOeDn2k1cRRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container { background-color: transparent; background-image: none; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container > .video-iframe-container { display: none; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row > .video-iframe-container { display: none; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .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); }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container { border-width: 0; border-radius: 0; }#qRBeEr6KydpKqZukwchqVOeDn2k1cRRe > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKecMac2THdeuWW0ahTrahKHKIoSSGMW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { background-color: transparent; background-image: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .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); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { border-width: 0; border-radius: 0; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGQhvLxh7qKxA2hwLcz1HZ71QM3Ux6FX { width:18.625rem;height:6.1875rem;top:19.014324188233rem;left:0rem;z-index:14998;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKbTiGWuG6KfkOkTBfCQ5u8dUztJxppe { width:20rem;height:8.875rem;top:17.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz78yoNTNv0mUutf9b5Q2cXiidrxball { width:12.5rem;height:1.29980625rem;top:18.099609375rem;left:3.7499998807907rem;font-size:1rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKAxJFTu9WqAuNavrXp84xxTklogEm4f { width:16.1865rem;height:4.19921875rem;top:7.37548828125rem;left:1.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCmTdAfHGmk0SSSOPKEHyNDMzeXgbnU6 { width:13.499375rem;height:6.7480625rem;top:11.8896484375rem;left:1.0921224355698rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #lTeR0nT3D29A1OqEgtZPIJK5cW7a5Zyh { width:8.8125rem;height:12.375rem;top:12.8330078125rem;left:11.5498046875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EoSTmxSghsdXiZteiCphpTl2HTRIx0P8 { top:20.033039093017rem;left:1.5616861581802rem;width:13.3748125rem;height:3.8994125rem;z-index:15010;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la49fOR8nphSnFX2llU2fsQGkn7P5agp { top:12.896324157715rem;left:1.5607095956802rem;width:13.6246875rem;height:3.8994125rem;z-index:15011;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNiOk6H6uMX6u5avir9oMbZAmbtGgAt { width:20rem;height:auto;top:10.0625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X { display:block; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksA43GidIgGQQ3lz1fRSzsTZ5tQai6K1 { width:19rem;height:11.69824375rem;top:7.248374938965rem;left:0.53011071681976rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrScHKsiqVA8Qtnfth2LmiUQ6hwQyIfp { width:17.8125rem;height:3.25rem;top:2.31201171875rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQVy6t8NMhTo51erbf6QKcGSOWoSay8v { top:34.551593065262rem;left:2.7180989980697rem;width:14.5621875rem;height:3.6873375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZhLtaAarTSvdyTxOIy8ZblyikzUHEwP { display:block; }
 }@media only screen and (max-width: 763px) { #dobISDoiP8nakUmku6aHE0rWJZkHWzPu { width:10.5623125rem;height:14.812rem;top:19.741210222244rem;left:4.7176107168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 { background-color:#ffffff;background-image:none;display:block; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container { background-color: transparent; background-image: none; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container > .video-iframe-container { display: none; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row > .video-iframe-container { display: none; }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .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); }#zIMtEKmOBTih2UddAFGy7KQBmseyGQ34 > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gclcrvPo3quX2TK6AKeqr3bItMTRmgvI { width:20rem;height:12rem;top:8.4375rem;left:0.0625rem;background-color:#ffc717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wC40wWgoetU2SJk6b5q0CeBnvEZGxsgM { width:20rem;height:2.923825rem;top:15.374132156372rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sOUwZJw5muDXRyRaSlrwr75dO8ydhmxT { width:20rem;height:3rem;top:23.308158874512rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pCW7r5PTarGTJeuqBpfJZht8HXJlODun { width:20rem;height:4.38574375rem;top:27.93489074707rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I0qqHUqWht5bScUGavIfHthpbSGQEfGu { width:18.5625rem;height:2.923825rem;top:41.433917999267rem;left:1.0628255605698rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m2Q8uC9Kdt5FtkXiIkTdwl5WZ0b21Syl { width:19.875rem;height:3rem;top:10.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N11X4dweCUxJrOceuzlSIgwzmks61Sze { width:20rem;height:3rem;top:37.218742370606rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QAQ8uyf4blvIVTKnBUoIwM2B2lNBLbIN { top:49.623260498047rem;left:2.1571181416511rem;width:15.684875rem;height:3.2482625rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aTWHA7BN525BQtcbaNdOdpnuvwtp0WzJ { display:block; }
 }@media only screen and (max-width: 763px) { #omDaws7AWBt6NRI5tDG5kyUralwKtwPx { width:18.375rem;height:3.8984375rem;top:2.5rem;left:0.81250005960463rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykf2iNUG5hiiCX15rJm9XhLi2kMTbgoO { width:20rem;height:12rem;top:21.644958496094rem;left:0rem;background-color:#ffc717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kArpD8U9o90FRuwy7h7e2TnNJCUAANIt { width:20rem;height:12rem;top:34.95832824707rem;left:0rem;background-color:#ffc717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lSCfcLVTZDtsOZorHcubpZNMrd7THUIz { display:block; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIwhJTeszOZOTAQhvesEqywNbJz92FGT { width:18.62425rem;height:12.998025rem;top:5.4368488788605rem;left:0.68684899806975rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzxBuy8BaTPO0xCq4ldrPHCQeP7pglt8 { width:18.93675rem;height:1.625rem;top:2.5625rem;left:0.49967443943024rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkGiKrgdu6XGqTHxGrxakXwsnxlSNmA5 { width:18.875rem;height:10.3125rem;top:19.681820373535rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClHgXM5iXC7XoeKyca5qzLlZSXyl9EM { width:18.875rem;height:10.3125rem;top:31.244320373535rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWkZK2JXosbuUwhIuS9Wp9i36o6h4Lyf { width:18.125rem;height:2.6001rem;top:22.445475101471rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TiHzq070Bftf98qrCv6mHflIFoQqho { width:18.125rem;height:2.6001rem;top:33.868814468384rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2IsRgF4yd97FTgoPtaOb8EOv4R31bRG { width:18.875rem;height:10.3125rem;top:42.806820373535rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5shQPQHyfLN6yeTGcgRxBJVq7ClPmTI { width:18.125rem;height:2.6001rem;top:44.744320373535rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRAHyinb0UDZIuNMs2hAOBDQCXfbsTr { width:18.125rem;height:1.381025rem;top:25.358072757721rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhGVHzqQhXXvpACzLdApm2TefbTnNHNG { width:18.811875rem;height:1.381025rem;top:37.056476593017rem;left:0.59326171875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhz6RJFBTtTakoZrn3uG5mEuuNu3Sb3 { width:19.0625rem;height:1.3808625rem;top:48.2421875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW { background-color:#f4f3f3;background-image:none;display:block; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container { background-color: transparent; background-image: none; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container > .video-iframe-container { display: none; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row > .video-iframe-container { display: none; }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .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); }#A7d8SS8nTOnqb3RtF3HNQmIy9NltH9qW > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT6T7EX3H7FaPZm7gkgaG0oAJCPURQik { width:13.41604125rem;height:2.79101625rem;top:14.0615234375rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aax3lTB5nRnIGKny4fGGqbpsfTquq2sU { display:block; }
 }@media only screen and (max-width: 763px) { #lDuQ5P4CoV4kAPTqstqD4xqkzDt9CGtW { width:17.5rem;height:2.923825rem;top:9.3125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIvWsuSmB7RRd0p2nCa0KNtDsesiBkGi { width:13.3125rem;height:3.8984375rem;top:3.0625rem;left:3.9365234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB4GxgxZrMkLklZ4nTkM5U29fisfSDuL { width:3.0623375rem;height:3.0623375rem;top:3.353515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { width:3.125rem;height:3.125rem;top:6.4990234375rem;left:5.8740234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { width:3.125rem;height:3.125rem;top:6.4990234375rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { width:11.6858125rem;height:1.29980625rem;top:10.186767578125rem;left:4.156494140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { width:10.874rem;height:4.12475625rem;top:1.25rem;left:4.5625rem;display:block; }
 }