.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { 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;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { background-color: transparent; background-image: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { border-width: 0; border-radius: 0; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { 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:8.125rem;width:10.625rem;top:0.6875rem;left:0.80859375rem;overflow:hidden;display:block; }
#bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { background-color:#fcb900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:block; }
#GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { background-color:#23a454;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:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:none; }
#eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dfa0f89d-191a-471a-8c35-2dcadce2133d/iStock1184000258.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.5rem;left:14.375rem;height:9.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCOgvlFSpciu1vkTwM88A255ue359mHJ { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:20.84375rem;left:17.6875rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { background-color:#fcb900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.0625rem;left:28.4375rem;display:block; }
#vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qq5gX76ALubKMMPh5QMDecmEreFuSx2U { color:#1b292e;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:44.75rem;left:3.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRoX48I84V570u62lkPub2ir35I0HETf { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:none;top:36.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;display:block; }
#BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { 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:4.4375rem;width:4.4375rem;top:38.5rem;left:7.1875rem;overflow:hidden;display:block; }
#fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:#f4f4f4;background-image:none;top:36.5625rem;left:18.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { position:absolute;display:block;z-index:15010;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:38.90625rem;left:25.9375rem;overflow:hidden;display:block; }
#WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { color:#1b292e;display:block;width:10.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:44.75rem;left:22.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f9f9f9;background-image:none;top:36.5625rem;left:37.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;display:block; }
#WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { position:absolute;display:block;z-index:15013;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:38.625rem;left:44.78125rem;overflow:hidden;display:block; }
#oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { color:#1b292e;display:block;width:12.9375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:44.75rem;left:40.40625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:14998;background-color:#f4f4f4;background-image:none;top:36.5625rem;left:56.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { position:absolute;display:block;z-index:15016;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:38.90625rem;left:63.8125rem;overflow:hidden;display:block; }
#fqFJg4sMcSp3szET1eZmglcF3B6yg3td { color:#1b292e;display:block;width:9.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:44.75rem;left:60.78125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#syW3DrlIPvW3yChaiV0EaaWpNTyD4wG5 { color:#ffffff;display:block;width:39.6245625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:30.811634063721rem;left:17.687719345092rem;height:1.8059875rem;text-align:center;text-align-last:center;display:block; }
#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { position:relative;display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { background-color: transparent; background-image: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container > .video-iframe-container { display: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row > .video-iframe-container { display: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .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); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { border-width: 0; border-radius: 0; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .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; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .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:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK { background-color:#f9f9f9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { background-color: transparent; background-image: none; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container > .video-iframe-container { display: none; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row > .video-iframe-container { display: none; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .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); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { border-width: 0; border-radius: 0; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#rVUkhMB9tysvnBHdURtcPWVoT6DtmXFr { color:#1b292e;display:block;width:68.75rem;position:absolute;font-family:arial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.062068939209rem;left:3.125rem;height:3.8997375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wyAqQQXPCtGG1ZybVmHGaB9cHwEsUmue { position:absolute;display:block;z-index:15008;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.375rem;width:4.375rem;top:8.5264773368837rem;left:5.6033000946045rem;overflow:hidden;display:block; }
#T5CLIw1RQ61SV02JJicShKxCGqDNfhmO { color:#1b292e;display:block;width:14.4998125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.65234375rem;left:0.54036521911621rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3sn7IZb6B3yH5m0rbnfol7iyzl1ebTB { position:absolute;display:block;z-index:15009;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.375rem;width:4.375rem;top:8.5275607109069rem;left:35.312501907349rem;overflow:hidden;display:block; }
#fskHMPzKeXREIWeWT9swueyqRbEdPVsN { color:#1b292e;display:block;width:20.1248125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:13.65234375rem;left:27.437067031861rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0lFIywIHfkgVdwU7ig7v4KgAe7cbU7T { position:absolute;display:block;z-index:15010;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.375rem;width:4.375rem;top:8.5275611877444rem;left:60.915803909302rem;overflow:hidden;display:block; }
#D4VaSydVq3oVQiVPlJCE6pN4enxIdTf9 { color:#1b292e;display:block;width:16.124125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.65234375rem;left:55.040147781372rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y922TISehiXyp6VT9TT3RJfoFIapgA3m { background-color:#fcb900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.792320251465rem;left:28.437501907349rem;display:block; }
#aorTltcz1ZTW6DlN2nB6lFZo2K04JvLX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { 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; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { border-width: 0; border-radius: 0; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { position:absolute;display:block;z-index:15000;height:14.5rem;width:75rem;top:2.1875rem;left:0rem;display:block; }
#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { position:relative;display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { background-color: transparent; background-image: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { border-width: 0; border-radius: 0; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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:4.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; }#XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07363079-0340-4e1c-8675-9289949d01de/bg_sand.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.5625rem;left:32.4375rem;display:block; }#XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.adaptive-delivery-prevent-bg, #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.lazyload, #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.lazyloading { background-image: none; }
#O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:34.3125rem;display:block; }
#No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:36.1875rem;display:block; }
#IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:38.0625rem;display:block; }
#Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:39.9375rem;display:block; }
#dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:41.8125rem;display:block; }
#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v { background-color:#f9f9f9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row .container { background-color: transparent; background-image: none; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row .container > .video-iframe-container { display: none; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row > .video-iframe-container { display: none; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .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); }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row .container { border-width: 0; border-radius: 0; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ro4Aoid1VyzvDKEiAfFfacQRIlQxyL65 { color:#1b292e;display:block;width:68.75rem;position:absolute;font-family:arial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.125rem;height:3.8997375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wuU1T8wREm6PHqVHMfEZRRWcgXnRDIiI { position:absolute;display:block;z-index:15013;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.4375rem;width:46.25rem;top:9.4054031372069rem;left:14.375001907349rem;overflow:hidden;display:block; }
#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { background-color:rgba(255,255,255,0.4);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { background-color: transparent; background-image: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .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); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { border-width: 0; border-radius: 0; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { color:#1b292e;display:block;width:31.625rem;position:absolute;font-family:arial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:5.125rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { color:#000000;display:block;width:33.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:15.1259765625rem;left:0rem;height:8.499375rem;text-align:left;text-align-last:left;display:block; }
#pg97qpTVtwluKvdxkgPiy6VUeKmkb6br { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:21.0625rem;left:0rem;height:1.70030625rem;text-align:left;text-align-last:left;display:block; }
#FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { background-color:#fcb900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrndLZkXLM0C35Wn4BGQseEsn0PC6RW7 { 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:24.0625rem;width:33.25rem;top:6.5439453125rem;left:37.5rem;overflow:hidden;display:block; }
#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { background-color: transparent; background-image: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container > .video-iframe-container { display: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row > .video-iframe-container { display: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .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); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { border-width: 0; border-radius: 0; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#XWchNB9Ek4P1ztHJiNhwNkCxNZiOeyy3 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:19.53125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm { position:relative;display:block; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm { background-color: transparent; background-image: none; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .row .container > .video-iframe-container { display: none; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .row > .video-iframe-container { display: none; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .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); }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm { border-width: 0; border-radius: 0; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .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; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:arial;height:41.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; }#dPrwzSKXInyvRMoDT4vXmzZmhCq7bNvA { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15003;background-color:#8ed1fc;background-image:none;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Qw1dUbZaOmhgkG6bsuPSJzlQMwOttRw1 { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:4.67578125rem;left:1.625rem;height:13.5989375rem;text-align:center;text-align-last:center;display:block; }
#eTdLfVM5TvqgaZqkt2Pl0q92hDkMUaAT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:3rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eyinl0ayXOQqDNokZs5bra1vrTxLBTPF { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#8ed1fc;background-image:none;top:0rem;left:25.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RDCyNHxqRkvuOg1mRGMTDP8TCFZ5MiQe { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:4.7900390625rem;left:26.875rem;height:10.19925rem;text-align:center;text-align-last:center;display:block; }
#fTosgFUc3UHU90FmWrvntGt1SWsGdv6e { color:#1b292e;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:28.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SEKz1HqSeCg9Ho1CAxFhv5KpUksTkuo9 { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15009;background-color:#8ed1fc;background-image:none;top:0rem;left:50.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#GzllnILxDaUpfk6ciet2Nnw4OdKLEkK5 { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:4.67578125rem;left:52.125rem;height:11.8990625rem;text-align:center;text-align-last:center;display:block; }
#rMxx453FLQKouTmpgyi5LAvkxhRTC0Tw { color:#1b292e;display:block;width:18.3125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:53.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#COrm64eOTJZPvrkoxRsE2MlUXI5bnxE5 { box-sizing:content-box;height:15.9375rem;width:37.125rem;position:absolute;display:block;z-index:15006;background-color:#8ed1fc;background-image:none;top:25.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#EMRnfTofeeOFQKL55gwF6XszsacL4lhE { color:#1b292e;display:block;width:32.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:30.75rem;left:2.6875rem;height:5.0996125rem;text-align:center;text-align-last:center;display:block; }
#RD1TwF6KOtw2F4go0nrVc2hu0JkVSePh { color:#1b292e;display:block;width:18.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:9.21875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5lqwf1a2PWLf34n36sUKp92wuOy8AqS { box-sizing:content-box;height:15.9375rem;width:37.125rem;position:absolute;display:block;z-index:15009;background-color:#8ed1fc;background-image:none;top:25.5rem;left:37.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#U64HI6RknPLOBp5bAgLaVuESSWlHPtmg { color:#1b292e;display:block;width:34.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:30.375rem;left:39.4375rem;height:5.0996125rem;text-align:center;text-align-last:center;display:block; }
#eUbfrnfDwTNMseEL9WXr426MAK4RTEPB { color:#1b292e;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.5rem;left:47.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF { position:relative;display:block; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF { background-color: transparent; background-image: none; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .row .container > .video-iframe-container { display: none; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .row > .video-iframe-container { display: none; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .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); }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF { border-width: 0; border-radius: 0; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .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; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .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:0.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; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { background-color:#0693e3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { background-color: transparent; background-image: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .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); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { border-width: 0; border-radius: 0; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:arial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.125rem;height:3.8997375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { box-sizing:content-box;height:22.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:15.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:20.9697265625rem;left:1.25rem;height:8.499375rem;text-align:left;text-align-last:left;display:block; }
#CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { 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:3.4375rem;width:3.4375rem;top:16.5625rem;left:1rem;overflow:hidden;display:block; }
#A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.6875rem;left:5.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { position:absolute;display:block;z-index:15008;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:1.125rem;width:5.875rem;top:18.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:34.9921875rem;left:1rem;overflow:hidden;display:block; }
#EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { box-sizing:content-box;height:22.375rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:15.4375rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.25rem;left:20.3125rem;height:8.499375rem;text-align:left;text-align-last:left;display:block; }
#JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:34.9921875rem;left:20.0625rem;overflow:hidden;display:block; }
#ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:20.0625rem;overflow:hidden;display:block; }
#hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { position:absolute;display:block;z-index:15014;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:1.125rem;width:5.875rem;top:18.6875rem;left:24.25rem;overflow:hidden;display:block; }
#TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:16.6875rem;left:24.25rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { box-sizing:content-box;height:22.625rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:#f3f3f3;background-image:none;top:15.4375rem;left:38.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:16.6875rem;left:43.3125rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:21.25rem;left:39.0625rem;height:8.499375rem;text-align:left;text-align-last:left;display:block; }
#Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { position:absolute;display:block;z-index:15020;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:1.125rem;width:5.875rem;top:18.6875rem;left:43.3125rem;overflow:hidden;display:block; }
#SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:39.125rem;overflow:hidden;display:block; }
#S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:35.1015625rem;left:39.0625rem;overflow:hidden;display:block; }
#d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { box-sizing:content-box;height:22.75rem;width:17.8125rem;position:absolute;display:block;z-index:15021;background-color:#f3f3f3;background-image:none;top:15.4375rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.6875rem;left:62.375rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:21.25rem;left:58.125rem;height:6.7995rem;text-align:left;text-align-last:left;display:block; }
#PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { position:absolute;display:block;z-index:15026;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:1.125rem;width:5.875rem;top:18.6875rem;left:62.375rem;overflow:hidden;display:block; }
#wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:58.1875rem;overflow:hidden;display:block; }
#MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:35.1015625rem;left:58.125rem;overflow:hidden;display:block; }
#XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { color:#ffffff;display:block;width:57rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:7.8125rem;left:7.1875rem;height:3.3997375rem;text-align:center;text-align-last:center;display:block; }
#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { background-color:#ececec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { background-color: transparent; background-image: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .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); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { border-width: 0; border-radius: 0; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { color:#000000;display:block;width:33.0620625rem;position:absolute;font-family:arial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.9416072368622rem;left:0rem;height:10.7988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:13.6728515625rem;left:0rem;height:40.79695rem;text-align:left;text-align-last:left;display:block; }
#vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { background-color:#fcb900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.4150390625rem;left:45.5625rem;display:block; }
#L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { 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:18.0625rem;width:15.75rem;top:10.25rem;left:38.75rem;overflow:hidden;display:block; }
#boOu5AkOy73pkdO23i8JVh3RulVm9QIJ { position:absolute;display:block;z-index:15008;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:18.0625rem;width:14.0625rem;top:10.25rem;left:55.125rem;overflow:hidden;display:block; }
#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { background-color: transparent; background-image: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .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); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { border-width: 0; border-radius: 0; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;overflow:visible;position:relative;display:block; }#mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.74869918823244rem;left:12.343751907349rem;height:3.8997375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.869140625rem;left:13.71875rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#M1pm7qv9JeVZwTT2aiNpSy4pIr0LVNF5 { position:absolute;display:block;z-index:15000;height:18.75rem;width:36.4995625rem;top:4.625rem;left:19.250219345092rem;display:block; }
#bxnQ0BBHJT0JT8p9dJXFwbhLmkWn6rOa { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:2.931640625rem;left:46.5625rem;height:1.70030625rem;text-align:right;text-align-last:right;display:none; }
#J4wmdmiwvEdJuL1qC8KKKvwBQhpug8e3 { 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:8.125rem;width:10.625rem;top:0.6875rem;left:0.80859375rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:10.625rem;height:8.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:46.25rem;height:;top:9.5rem;left:0.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:39.625rem;height:2.625rem;top:20.8125rem;left:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:18.125rem;height:3.125rem;top:27.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:11.25rem;height:1.6875rem;top:44.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:18.75rem;height:13.75rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:4.4375rem;height:4.4375rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:18.75rem;height:13.75rem;top:36.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:4.4375rem;height:4.4375rem;top:38.875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:10.375rem;height:1.6875rem;top:44.75rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:18.75rem;height:13.75rem;top:36.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:4.4375rem;height:4.4375rem;top:38.625rem;left:31.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:12.9375rem;height:1.6875rem;top:44.75rem;left:26.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:18.75rem;height:13.75rem;top:36.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:4.4375rem;height:4.4375rem;top:38.875rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:9.6875rem;height:1.6875rem;top:44.75rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syW3DrlIPvW3yChaiV0EaaWpNTyD4wG5 { width:39.5625rem;height:1.75rem;top:30.75rem;left:4.0627193450928rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK { display:block; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVUkhMB9tysvnBHdURtcPWVoT6DtmXFr { width:47.75rem;height:3.875rem;top:3rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyAqQQXPCtGG1ZybVmHGaB9cHwEsUmue { width:4.375rem;height:4.375rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CLIw1RQ61SV02JJicShKxCGqDNfhmO { width:14.4375rem;height:2.3125rem;top:13.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3sn7IZb6B3yH5m0rbnfol7iyzl1ebTB { width:4.375rem;height:4.375rem;top:8.5rem;left:21.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fskHMPzKeXREIWeWT9swueyqRbEdPVsN { width:20.0625rem;height:4.6875rem;top:13.625rem;left:13.812067031861rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0lFIywIHfkgVdwU7ig7v4KgAe7cbU7T { width:4.375rem;height:4.375rem;top:8.5rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4VaSydVq3oVQiVPlJCE6pN4enxIdTf9 { width:16.0625rem;height:2.3125rem;top:13.625rem;left:31.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y922TISehiXyp6VT9TT3RJfoFIapgA3m { width:18.125rem;height:3.125rem;top:18.75rem;left:14.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aorTltcz1ZTW6DlN2nB6lFZo2K04JvLX { display:block; }
 }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { width:47.75rem;height:14.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { width:0.75rem;height:0.75rem;top:0.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { width:0.75rem;height:0.75rem;top:0.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { width:0.75rem;height:0.75rem;top:0.5625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { width:0.75rem;height:0.75rem;top:0.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { width:0.75rem;height:0.75rem;top:0.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { width:0.75rem;height:0.75rem;top:0.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v { display:block; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro4Aoid1VyzvDKEiAfFfacQRIlQxyL65 { width:47.75rem;height:3.875rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuU1T8wREm6PHqVHMfEZRRWcgXnRDIiI { width:46.25rem;height:7.4375rem;top:9.375rem;left:0.75000190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:31.625rem;height:;top:5.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:33.125rem;height:8.4375rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg97qpTVtwluKvdxkgPiy6VUeKmkb6br { width:32.6875rem;height:1.6875rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #FrndLZkXLM0C35Wn4BGQseEsn0PC6RW7 { top:6.5rem;left:11.625rem;width:33.25rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWchNB9Ek4P1ztHJiNhwNkCxNZiOeyy3 { width:35.9375rem;height:;top:3.125rem;left:5.90625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm { display:block; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPrwzSKXInyvRMoDT4vXmzZmhCq7bNvA { width:24.5rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw1dUbZaOmhgkG6bsuPSJzlQMwOttRw1 { width:21.25rem;height:13.5625rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdLfVM5TvqgaZqkt2Pl0q92hDkMUaAT { width:17.6875rem;height:1.625rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyinl0ayXOQqDNokZs5bra1vrTxLBTPF { width:24.5rem;height:24.875rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDCyNHxqRkvuOg1mRGMTDP8TCFZ5MiQe { width:21.25rem;height:10.1875rem;top:4.75rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTosgFUc3UHU90FmWrvntGt1SWsGdv6e { width:17.6875rem;height:1.625rem;top:2rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKz1HqSeCg9Ho1CAxFhv5KpUksTkuo9 { width:24.5rem;height:24.875rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzllnILxDaUpfk6ciet2Nnw4OdKLEkK5 { width:21.25rem;height:11.875rem;top:4.625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMxx453FLQKouTmpgyi5LAvkxhRTC0Tw { width:18.3125rem;height:1.625rem;top:2rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COrm64eOTJZPvrkoxRsE2MlUXI5bnxE5 { width:37.125rem;height:15.9375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRnfTofeeOFQKL55gwF6XszsacL4lhE { width:32.5rem;height:5.125rem;top:30.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD1TwF6KOtw2F4go0nrVc2hu0JkVSePh { width:18.0625rem;height:1.625rem;top:27.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5lqwf1a2PWLf34n36sUKp92wuOy8AqS { width:37.125rem;height:15.9375rem;top:25.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U64HI6RknPLOBp5bAgLaVuESSWlHPtmg { width:34.25rem;height:5.0625rem;top:30.375rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUbfrnfDwTNMseEL9WXr426MAK4RTEPB { width:17.6875rem;height:1.625rem;top:27.5rem;left:30.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF { display:block; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.8125rem;height:22.1875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.3125rem;height:8.4375rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.875rem;top:16.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.875rem;height:1.125rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.8125rem;height:22.375rem;top:15.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:15.3125rem;height:8.4375rem;top:21.25rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:34.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:18.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.875rem;top:16.6875rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.8125rem;height:22.625rem;top:15.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.875rem;top:16.6875rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:8.4375rem;top:21.25rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:18.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:35.0625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.8125rem;height:22.75rem;top:15.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.875rem;top:16.6875rem;left:36.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:6.75rem;top:21.25rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:18.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.0625rem;top:35.0625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { width:47.75rem;height:3.375rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:33rem;height:10.75rem;top:2.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:34.3125rem;height:40.75rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:35.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:15.75rem;height:18.0625rem;top:10.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boOu5AkOy73pkdO23i8JVh3RulVm9QIJ { width:14.0625rem;height:18.0625rem;top:10.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:47.75rem;height:3.875rem;top:0.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:47.5rem;height:1.875rem;top:7.8125rem;left:0.093534469604494rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1pm7qv9JeVZwTT2aiNpSy4pIr0LVNF5 { top:4.625rem;left:5.625rem;width:36.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxnQ0BBHJT0JT8p9dJXFwbhLmkWn6rOa { width:17.1875rem;height:1.125rem;top:32.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4wmdmiwvEdJuL1qC8KKKvwBQhpug8e3 { width:10.625rem;height:8.125rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { position:relative;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:5.8125rem;height:4.375rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:4.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:7.125rem;height:2.5rem;top:0.78125rem;left:12.875rem;z-index:15006;background-color:#fcb900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1b292e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:inter;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dfa0f89d-191a-471a-8c35-2dcadce2133d/iStock1184000258.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:20rem;height:8.3235625rem;top:5.9375rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:20rem;height:4.6875rem;top:15.875rem;left:0rem;font-size:1.5625rem;line-height:1.5;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:15.625rem;height:3.125rem;top:24.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:8.6875rem;height:2.599825rem;top:39.3125rem;left:0.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:10rem;height:10rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:3.75rem;height:3.75rem;top:34.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:10rem;height:10rem;top:33.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:3.8125rem;height:3.8125rem;top:34.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:7.5rem;height:1.2999125rem;top:39.3125rem;left:11.1875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:10rem;height:10rem;top:43.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:4.1875rem;height:4.1875rem;top:44.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:6rem;height:2.599825rem;top:49.9375rem;left:1.625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:10rem;height:10rem;top:43.125rem;left:10rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:4.1875rem;height:4.1875rem;top:44.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:7.75rem;height:2.599825rem;top:49.9375rem;left:11.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #syW3DrlIPvW3yChaiV0EaaWpNTyD4wG5 { width:20rem;height:3.1857625rem;top:28.936634063721rem;left:0rem;font-size:1.0625rem;line-height:1.5;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK { display:block; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVUkhMB9tysvnBHdURtcPWVoT6DtmXFr { width:20rem;height:8.0989375rem;top:0.87348175048825rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wyAqQQXPCtGG1ZybVmHGaB9cHwEsUmue { width:4.375rem;height:4.375rem;top:8.9713554382325rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CLIw1RQ61SV02JJicShKxCGqDNfhmO { width:11.25rem;height:1.7068125rem;top:14.097223281861rem;left:4.3750002980232rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O3sn7IZb6B3yH5m0rbnfol7iyzl1ebTB { width:4.375rem;height:4.375rem;top:16.468099594116rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #fskHMPzKeXREIWeWT9swueyqRbEdPVsN { width:16.436625rem;height:3.41363125rem;top:20.843099594116rem;left:1.7816842198372rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L0lFIywIHfkgVdwU7ig7v4KgAe7cbU7T { width:4.375rem;height:4.375rem;top:25.533857345581rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4VaSydVq3oVQiVPlJCE6pN4enxIdTf9 { width:14.375rem;height:1.7068125rem;top:29.908857345581rem;left:2.8125000596046rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y922TISehiXyp6VT9TT3RJfoFIapgA3m { width:18.125rem;height:3.125rem;top:32.864586688232rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aorTltcz1ZTW6DlN2nB6lFZo2K04JvLX { display:block; }
 }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { background-color:#ffffff;background-image:none;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { width:0.75rem;height:0.75rem;top:0.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { width:0.75rem;height:0.75rem;top:0.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { width:0.75rem;height:0.75rem;top:0.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { width:0.75rem;height:0.75rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { width:0.75rem;height:0.75rem;top:0.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { width:0.75rem;height:0.75rem;top:0.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v { display:block; }#LUPPpl382ruFeyDCNJuiKyAsH9Tu5R4v > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro4Aoid1VyzvDKEiAfFfacQRIlQxyL65 { width:20rem;height:5.39930625rem;top:2.25rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wuU1T8wREm6PHqVHMfEZRRWcgXnRDIiI { width:20rem;height:3.1875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:20rem;height:8.0989375rem;top:1.0625rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:20rem;height:10.5045625rem;top:10.125867843628rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pg97qpTVtwluKvdxkgPiy6VUeKmkb6br { width:20rem;height:1.50065rem;top:19.0625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:22.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #FrndLZkXLM0C35Wn4BGQseEsn0PC6RW7 { width:18.4375rem;height:13.3125rem;top:28.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWchNB9Ek4P1ztHJiNhwNkCxNZiOeyy3 { width:16.5625rem;height:8.0989375rem;top:2.3125rem;left:1.71875rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm { display:block; }#zTWJGcMg77NSa3Wnn8dnKN7qheTy9oGm > .row .container { width:20rem;height:129.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPrwzSKXInyvRMoDT4vXmzZmhCq7bNvA { width:20rem;height:25.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw1dUbZaOmhgkG6bsuPSJzlQMwOttRw1 { width:17.5rem;height:16.00475rem;top:7.8125rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eTdLfVM5TvqgaZqkt2Pl0q92hDkMUaAT { width:17.6875rem;height:1.5rem;top:3.3125rem;left:1.15625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Eyinl0ayXOQqDNokZs5bra1vrTxLBTPF { width:20rem;height:25.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDCyNHxqRkvuOg1mRGMTDP8TCFZ5MiQe { width:17.5rem;height:12.8038125rem;top:34.375rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fTosgFUc3UHU90FmWrvntGt1SWsGdv6e { width:17.5rem;height:1.5rem;top:30.25rem;left:1.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SEKz1HqSeCg9Ho1CAxFhv5KpUksTkuo9 { width:20rem;height:24.625rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzllnILxDaUpfk6ciet2Nnw4OdKLEkK5 { width:17.5rem;height:12.8038125rem;top:59.625rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rMxx453FLQKouTmpgyi5LAvkxhRTC0Tw { width:17.6875rem;height:1.5rem;top:57.0625rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #COrm64eOTJZPvrkoxRsE2MlUXI5bnxE5 { width:20rem;height:22.9375rem;top:80.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRnfTofeeOFQKL55gwF6XszsacL4lhE { width:17.5rem;height:9.602875rem;top:87.544921875rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RD1TwF6KOtw2F4go0nrVc2hu0JkVSePh { width:17.6875rem;height:3rem;top:82.875rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L5lqwf1a2PWLf34n36sUKp92wuOy8AqS { width:20rem;height:24.3125rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U64HI6RknPLOBp5bAgLaVuESSWlHPtmg { width:17.5rem;height:8.002375rem;top:111.6201171875rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eUbfrnfDwTNMseEL9WXr426MAK4RTEPB { width:17.6875rem;height:1.5rem;top:107.3125rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF { display:block; }#vu1ghyGQmw7ibbAPZuJghi3tKnPNahoF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:20rem;height:5.39930625rem;top:2.5rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.6875rem;height:18.4375rem;top:18.65625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.75rem;height:7.50325rem;top:24.125rem;left:1.21875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.1875rem;height:3.1875rem;top:19.6240234375rem;left:1.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.6875rem;top:19.625rem;left:5.4375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.87456875rem;height:1.12413125rem;top:21.310745239257rem;left:5.4372833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:34.18701171875rem;left:1.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.6875rem;height:18.4375rem;top:38.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:15.686875rem;height:7.50325rem;top:45.436182022095rem;left:1.2489150166511rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:54.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:40.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:42.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.6875rem;top:40.9375rem;left:5.4375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.6875rem;height:18.4375rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.68823125rem;top:61.68701171875rem;left:5.435791015625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:7.50325rem;top:65.87457847595rem;left:1.1534288525581rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:63.3740234375rem;left:5.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:60.811767578125rem;left:1.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:74.874143600463rem;left:1.2185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.6875rem;height:18.4375rem;top:79.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.68823125rem;top:81.1875rem;left:5.1875rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:6.00260625rem;top:85.75rem;left:0.9375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:83.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:81.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.06163125rem;top:94.99783325195rem;left:1.2185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { width:20rem;height:9.003875rem;top:9.1484375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:20rem;height:7.6465rem;top:1.25rem;left:0rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:20rem;height:55.52408125rem;top:21.871746063233rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:52.8369140625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:8.311625rem;height:9.561625rem;top:10.435129165649rem;left:1.0915799736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #boOu5AkOy73pkdO23i8JVh3RulVm9QIJ { width:7.4370625rem;height:9.561625rem;top:10.432944297791rem;left:10.342882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:20rem;height:5.54904375rem;top:0.9006271362305rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:19.1875rem;height:1.50065rem;top:7.71875rem;left:0.40625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M1pm7qv9JeVZwTT2aiNpSy4pIr0LVNF5 { width:20rem;height:18.75rem;top:7.718101501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxnQ0BBHJT0JT8p9dJXFwbhLmkWn6rOa { width:17.1875rem;height:1.13715rem;top:32.529300689698rem;left:1.4062500596046rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J4wmdmiwvEdJuL1qC8KKKvwBQhpug8e3 { width:5.81163125rem;height:4.375rem;top:28.223741531372rem;left:7.0941842198375rem;overflow:hidden;z-index:15001;display:block; }
 }