.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu { 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; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row .container { background-color: transparent; background-image: none; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row .container > .video-iframe-container { display: none; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row > .video-iframe-container { display: none; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .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); }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row .container { border-width: 0; border-radius: 0; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#iJEogUJnvtDkiiRmXTSKAC6uvQ8XTNnC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#17181c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.218533039093rem;left:38.373481750488rem;display:block; }
#tehB55yCs8sCiLLQ6ozIpT11iJ2exyN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JItuGsEMtig2FZBahfKQqCRVkcrlxBfS { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #e67e22, #354fe8);background-image: -moz-linear-gradient(115deg, #e67e22, #354fe8);background-image: -ms-linear-gradient(115deg, #e67e22, #354fe8);background-image: -o-linear-gradient(115deg, #e67e22, #354fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67e22', endColorstr='#354fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67e22', endColorstr='#354fe8' );";background-image: linear-gradient(115deg, #e67e22, #354fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6865rem;height:2.124025rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:39.3720703125rem;display:block; }
#Zppsi3HG3vZJiL7sRbOPFiqM4vKmyKWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyKsnZgkXFfsJhIIKzvhlKvUL91V1b9W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#151517;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.75rem;left:16.80859375rem;display:block; }
#nnq8rieAr6oQSGSitdaaastlEIzITPPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZuT4vshk6657Ht3BuZGp1KX8BexJDUVb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#17181c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4980625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:28.498046875rem;display:block; }
#MqaxbUoSIFAxF0yCbbwd5N2aE2pbudua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTIprd1gQUGQnxIXOkAIAgHNZQIUWm5p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111113;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.46875rem;left:4.6201171875rem;display:block; }
#o5ybAnGKhqcBszfdwBfngfr5tzmIVQZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { 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; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { background-color: transparent; background-image: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container > .video-iframe-container { display: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container { display: none; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .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); }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { border-width: 0; border-radius: 0; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { font-size:0.875rem;font-family:"open sans";height:22.75rem;width:60rem;position:relative;display:block; }#cRzmxqmT63oZRzV95EUN4PgBloKFNAUS { color:#32314e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#O2VvS8zTB24tONGCJlcrFsE0EAQB9ell { 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:6.25rem;width:6.25rem;top:10.9375rem;left:2.40625rem;overflow:hidden;display:block; }
#Tmue5ROlEaUwvXJoNqqwvTS5S1yoSBLN { position:absolute;display:block;z-index:15011;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.8125rem;width:18.6875rem;top:12.375rem;left:13.5rem;overflow:hidden;display:block; }
#uQKvCqeMXI5VmTlDzPGXT9WWT73ExUoG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:12.65625rem;left:35.0625rem;overflow:hidden;display:block; }
#uIVmNncek8biiL8lp6QA8DenZ1DJXuyF { 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.3125rem;width:11.75rem;top:12.9375rem;left:45.25rem;overflow:hidden;display:block; }
#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/08Qe71V3/06.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK.adaptive-delivery-prevent-bg, #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK.lazyload, #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK.lazyloading { background-image: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { background-color: transparent; background-image: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container > .video-iframe-container { display: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container { display: none; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .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); }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { border-width: 0; border-radius: 0; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { font-size:0.875rem;font-family:"open sans";height:19.9375rem;width:60rem;position:relative;display:block; }#tRmq9GSidwzRWgihDaUawGno2e19FOVW { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.7312507629394rem;left:3rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGCIXBkTPSCvroghCDZE2k2FrRBbC5KG { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.4375rem;top:7.6875rem;left:6.28125rem;display:block; }
#AXXdaQpQiZ6KzTWlgTGmECVLWln8TgBJ { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.7312507629394rem;left:18.000001907349rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmByZQiJsGlhr1DJGCnIcaimgx8kgPix { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.4375rem;top:7.6875rem;left:21.281251907349rem;display:block; }
#WHS2nWQRVT6mLzlWBLZTonoazZVV15CE { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.50625038147rem;left:32.156251907349rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.4375rem;top:7.6875rem;left:35.437501907349rem;display:block; }
#SuD4sWCn17dy6qQKyaDunlVZHmkrEDhJ { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.7312507629394rem;left:46.687501907349rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOLMrWPpm61o6AuVrWngHClkGxVGtv4R { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.4375rem;top:7.6875rem;left:51.281251907349rem;display:block; }
#JqxVbvyoHmVsDazsehOclrf9TRyrE1Ev { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.669921875rem;left:5.9375rem; }
#IppevCQKkv3Glm9q2536UVlOTtkOoFOW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:3.6689453125rem;left:20.9375rem; }
#WUDGCr2VRTtWIqfbHVxrGdG9eEFVa9gI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:3.669921875rem;left:35.09375rem; }
#kSQ9IU7ZOXqPdc5mzp7231Jah1BbSrzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:3.669921875rem;left:50.9375rem; }
#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { 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; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { background-color: transparent; background-image: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container > .video-iframe-container { display: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container { display: none; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .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); }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { border-width: 0; border-radius: 0; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { font-size:0.875rem;font-family:"open sans";height:26rem;width:60rem;position:relative;display:block; }#hkkMNmNKLBIrXuXEHzDKmQst3mQfsaLI { color:#32314e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1843681335449rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#X3bqJnXUuLyq4CfGdhqEJUdB06RiDPJX { color:#32314e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8720703125rem;left:0rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqo3XQg4T791zauZSQ20aSvrVlREIGPi { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6806640625rem;left:1.625rem;height:3.4121125rem;display:block; }
#fRRpCceMvwcPn1fDcnfIkZCOvqmDKNOX { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.6806640625rem;left:22.9375rem;height:3.4121125rem;display:block; }
#d2V7U833nEMXabscmX82srivmQcqXZt9 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.6806640625rem;left:40.5625rem;height:3.4121125rem;display:block; }
#K4WDARxwG52Tt3faMiawP9Lk2pFZue3Z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:9.1875rem;top:11.0625rem;left:4.25rem;overflow:hidden;display:block; }
#Oxlsghde78xyLU1znhedO2KZDGTyCQhe { 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:8.125rem;width:6.5rem;top:10.0625rem;left:25.4677734375rem;overflow:hidden;display:block; }
#qtrPPCzZ4cVLDFrxDhTqrRO6xF3ItNgE { 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:6.625rem;width:10rem;top:10.625rem;left:43.21875rem;overflow:hidden;display:block; }
#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt { 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; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row .container { background-color: transparent; background-image: none; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row .container > .video-iframe-container { display: none; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row > .video-iframe-container { display: none; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .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); }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row .container { border-width: 0; border-radius: 0; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row .container { font-size:0.875rem;font-family:"open sans";height:18.875rem;width:60rem;position:relative;display:block; }#cr5hcywuXtPh9JDafSZHNTRSKiu1t778 { color:#32314e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ec9wMFCllRTtnSPUMUMHH8pgRXJhRGhV { color:#32314e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.40625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X7Gl7DJTzCN6ZD1sQrKMX719dMBH170h { position:absolute;display:block;z-index:15005;background-color:#e66203;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:26.75rem;top:11.5546875rem;left:18.125rem;display:block; }
#epTI2tRWTIfLmMNktw31mZPuEtL4GISZ { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.54296875rem;left:18.3125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ce7ad6cc1f0fc8cdca0a63e479a9771c.widget-smartsection { 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; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row .container { background-color: transparent; background-image: none; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row .container > .video-iframe-container { display: none; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row > .video-iframe-container { display: none; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .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); }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row .container { border-width: 0; border-radius: 0; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul { 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; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row .container { background-color: transparent; background-image: none; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row .container > .video-iframe-container { display: none; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row > .video-iframe-container { display: none; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .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); }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row .container { border-width: 0; border-radius: 0; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#d4pgUr8Ixfkrwq32VKEAMkdPFgGtbllI { 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:17.25rem;width:25.9375rem;top:1.41796875rem;left:2.03125rem;overflow:hidden;display:block; }
#rJsCJJdkskkRb4kaWaWTsoNH9lZTk96B { color:#010b08;display:block;width:27.25rem;position:absolute;font-family:"titillium web";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.546875rem;left:32.75rem;height:4.548825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d5r0UD0XzFDmIhG8Uo165XSXiCNydIeA { position:absolute;display:block;z-index:15004;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:5.9375rem;left:54.75rem;display:block; }
#AJS5al1kZZlQBETVsJwFIP70gIWOTSKA { color:#0d0951;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:30.3125rem;height:2.923825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ndbik96Ph82JsloSZNsAiUQHvWxuK0nc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.546875rem;left:32.75rem; }
#Ti81RZeSGaW9Q2EOIlrisCPmDC421TyZ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.7158203125rem;left:31.25rem;height:18.7666125rem;display:block; }
#Wr160OX9a3neBF3PoJZr7qHlMKiiV93D { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.404296875rem;left:35.3125rem;height:3.65625rem;display:block; }
#tDqpTQoQRVhEO6ZrcHdkeIhXgn6muyu1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.404296875rem;left:31.25rem; }
#SlQ4G29o5ZV12H6qhsuWTbim5CVlhuB9 { z-index:15005;top:37.67578125rem;left:37.96875rem;background-color:#ef630f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k7vxJOB9edGr46MHe1znsZC3FrSnU7gy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI { 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; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row .container { background-color: transparent; background-image: none; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row .container > .video-iframe-container { display: none; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row > .video-iframe-container { display: none; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .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); }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row .container { border-width: 0; border-radius: 0; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#Z5shp7pwwx3Nuirw7mANb4K22TXhH5gm { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.09765625rem;left:4.4375rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G5hhEm7Dw8CtAmgQKdwzRw4rkzsg6RDw { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:5.20703125rem;left:0.6875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NuW6Omn7vDdzlKvLwAAcSKeEXIiqKr2r { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:15.125rem;width:27.25rem;top:3.81640625rem;left:31.7900390625rem;overflow:hidden;display:block; }
#fvDuPMoSXKOn2rUkhkwoTt5vIuGdKDWJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.39453125rem;left:1.3125rem; }
#VLcvA4Udqso8hULSKMATgbngICKXm9Rq { position:absolute;display:block;z-index:15006;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:4.95703125rem;left:4.875rem;display:block; }
#fpsE90PbXMzIWfsmiTw65XTQ8ufR2LQ5 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4296875rem;left:0.6875rem;height:3.8984375rem;display:block; }
#iLRdHWUvgpwQEg0L5OUA9Qicgc0ZQ5eo { color:#000000;display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0.6875rem;height:13.64845rem;display:block; }
#wwwILwHKSZAJ6uhbKMhcUflwoJNGaxt9 { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.0048828125rem;left:12.875rem;height:2.923825rem;font-style:normal;display:block; }
#liZopTu3oMvv6F3v8lMPhnIm3JVuUxTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.0048828125rem;left:8.125rem; }
#Ak2fcqq2c6404oGv279l33MQGgRVvLhT { z-index:15004;top:35.6494140625rem;left:22.96875rem;background-color:#ef630f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KqiqDzcl2oVfheHIEswS1qx1E6ovqBO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca { 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; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row .container { background-color: transparent; background-image: none; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row .container > .video-iframe-container { display: none; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row > .video-iframe-container { display: none; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .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); }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row .container { border-width: 0; border-radius: 0; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#iyGX7Hp7Xxm1qoSZyHaZ84fOMWhOEvZd { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:18.2099609375rem;left:20.625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMpoXa1l3hwhCM4hDFI7rGnMw4Xzzory { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.2099609375rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qR3lyZT82rghBLMqIT1rVbIZcGO8gUJh { color:#0c0b0b;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:6.2119140625rem;left:20rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgwHR6pkN2ZLJc0MdADx8QDETaRVc6Wu { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:20rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qW1wbsNZtKOz7DZEqTHzwFE9icfhX2xX { position:absolute;display:block;z-index:15000;background-color:#cf5f1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:20rem;top:10.9375rem;left:20rem;display:block; }
#V5xsZJ0yKp4vumdIAt0TfnegOeLA0AvC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.90625rem;left:28.03125rem; }
#zyxOOtIiw7wB73ueRduL5sAhsIaNnCOv { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.2958984375rem;left:20.625rem;height:2.5996125rem;font-style:normal;display:block; }
#zkJBnaa1C3X6SCyt2GEQXX7ew1p5WZ0C { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:28.4111328125rem;left:22.625rem;height:3.89941875rem;display:block; }
#csZHoHQQEwvbpZqGZ0FmGpJTkdsG7nyu { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:34.9365234375rem;left:22.625rem;height:1.29980625rem;display:block; }
#PK4vGHMoOPNs7StP88UCrEnCD1sCm1WT { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.435546875rem;left:22.9375rem;height:2.5996125rem;display:block; }
#xHSx8DQBDMwuq5V5iTDRw1S7VHhLL2zT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28.4111328125rem;left:20.5rem; }
#EKpaTvST5ZH6g2hL92LsDD9obVQeSwxr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31.673828125rem;left:20.625rem; }
#i9c8H832AhDiMJOLRlfpT6syMu8kDU7z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.5244140625rem;left:20.625rem; }
#BnWlWUHCgwXUz8yfhMHIN1tzGurxZ1Q2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31.673828125rem;left:20.625rem;display:none; }
#TWPhV2H0DRPuXWBX037dUiIPvNFzUTrw { background-color:#090a0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8120625rem;height:2.24935rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:39.971789896488rem;left:24.748264312744rem;display:block; }
#Qd3iH79MTxMPQukXGM7ue2hBz24acLtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH { 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; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row .container { background-color: transparent; background-image: none; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row .container > .video-iframe-container { display: none; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row > .video-iframe-container { display: none; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .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); }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row .container { border-width: 0; border-radius: 0; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row .container { font-size:0.875rem;font-family:"open sans";height:13.25rem;width:60rem;position:relative;display:block; }#aH7LaSCEUX6yKhCXJPTxzIqUavnZT3A6 { color:#ec1010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b96085e634fad15b3dee4f6b78068e3b.widget-smartsection { 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; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row .container { background-color: transparent; background-image: none; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row .container > .video-iframe-container { display: none; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row > .video-iframe-container { display: none; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .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); }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row .container { border-width: 0; border-radius: 0; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row .container { font-size:0.875rem;font-family:"open sans";height:20.6875rem;width:60rem;position:relative;display:block; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 { 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; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row .container { background-color: transparent; background-image: none; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row .container > .video-iframe-container { display: none; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row > .video-iframe-container { display: none; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .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); }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row .container { border-width: 0; border-radius: 0; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row .container { font-size:0.875rem;font-family:"open sans";height:24.1875rem;width:60rem;position:relative;display:block; }#BbMNoMEz1eJPhC8S8zfV4Qnzx9qcDMrP { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:14.0625rem;left:20rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UqzC79LkX2U3H3685nW9hgNqdflmCa7J { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:14.0625rem;left:40rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBNXNKZTPCI4hH4gV3S4XCOA5wxNJefd { color:#32314e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.40859413147rem;left:20.000001907349rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fo1J2WwS5kT78f5SP85RQay5qE4WVdTn { color:#32314e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:9.40859413147rem;left:40.000001907349rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dn0Fazr5mQR0kaJy1ONDTySt2Lpwzyye { color:#32314e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.7200574874875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f0Tu0STLkr3lw9sooJAlNZtBH4k7rUnQ { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.036719322204rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGJog1HCsba74R0FLWZ1VcAcqiAKlNA8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.75rem;left:8.4375rem; }
#ni2aUyrXRfxU9IeN6NSbxeG52vOomRX1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:1.5625rem;left:28.250001907349rem; }
#zUwEMXqyGPfcnI5Q9qTpGLXRPJlBR4wE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:1.75rem;left:48.437501907349rem; }
#KXyuvNlXw03k2IauJkLD0MAZfFKFH3Bb { z-index:15005;top:19.762499809265rem;left:5.21875rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wxqe8EMeWJvhXIktQ6L7reOAShi2NEGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvvPRhZ2MHVP36dkkbEbXnsthZZHCqQG { z-index:15005;top:19.762499809265rem;left:25.218751907349rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kn1E7mycXKcOpLue8KkVooD8DrtLGFAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uiKFtBc4fzHvLrdTgQuTuBuKrkDM5M7a { z-index:15006;top:19.762499809265rem;left:45.218751907349rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RgSD7RklBNH2govoPNZO2Q6Lap7HBdoc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4nPnyTQvDEPk6URQqUlfsaBGaA1ko8y { position:absolute;display:block;z-index:15016;background-color:#d4af37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:8.75rem;top:0rem;left:25.625rem;display:block; }
#E0wpiqSBiOkrJiF3BOoBeEbzoynBRTA6 { position:absolute;display:block;z-index:15008;background-color:#d4af37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:8.75rem;top:0rem;left:45.625001907349rem;display:none; }
#A6TkslD4J8Ov6T7peCmsSXnwp2dTgHFJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#gDr908BTlHc1kO4Aim2M5uHCpZBfUlGD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#kV391Co1A11Hr9lHU0SO23Xs4JFJMOCF { position:absolute;display:block;z-index:15004;background-color:#e67e22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:8.75rem;top:0rem;left:25.625001907349rem;display:none; }
#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 { 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; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row .container { background-color: transparent; background-image: none; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row .container > .video-iframe-container { display: none; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row > .video-iframe-container { display: none; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .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); }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row .container { border-width: 0; border-radius: 0; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row .container { font-size:0.875rem;font-family:"open sans";height:24.1875rem;width:60rem;position:relative;display:block; }#yor8Iggl9nHS6kJDoOET31n2rGisw4Sz { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.411705970764rem;left:20.000001907349rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E00tN9LrrEPJa72taxPLi435lmAAiF8d { color:#32314e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.1804876327512rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#csJGWRuP0txlAxTPw72AKisV52saCvm6 { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.412487030029rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9wyNcDcuQqWdi6pqoZ2H15Z6TO4NDAa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.75rem;left:8.4375rem; }
#rOclsb6fgv2UA5gEKtkiyoPDfUQqezOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:1.5625rem;left:28.250001907349rem; }
#DTkMkQB4ehS6uO4UoowmkJqDO0anRayS { z-index:15005;top:19.762499809265rem;left:5.21875rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oJ7FJGk0ohJKrRzALlR4yWHbcpM6zynG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPbT9eKMWMAB3lHqLLeplsDB1l5PATlV { z-index:15005;top:19.762499809265rem;left:25.218751907349rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DvX2vUnJJNtLhpDFq1rmOXCZSoUAP64t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJ5kBfTqdtsqVJD90ytsdIONC366MyPM { z-index:15006;top:19.762499809265rem;left:45.218751907349rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RsS35CwDJ3JUF7Tq9TWnMIZcFTw0P60k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXNyHHdQ8hph9zZxbmcls5EvUbWl1lz9 { color:#e32413;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.2140626907349rem;left:20.000001907349rem;height:2.19375rem;font-style:normal;display:block; }
#Ccvv3rzwT66IQ1rlMke770HQBhdtcIQT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15029;background-color:#231f20;background-image:none;top:1.2992181777954rem;left:20.625001907349rem;display:block; }
#gLLLFLTBD7psOV1XS3D94fJTfsl9fdef { color:#32314e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.1792545318606rem;left:40rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sb8IMVDV9ChpITkrI0zsOn50lFoDrvq1 { color:#6f6f6f;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.4111328125rem;left:40rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROpSNQcT7vxFXs1AIpkuzO5t6FHxpIFv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.6875rem;left:14.59375rem; }
#MOS6P2l5zKwAdKcl8P6LFsdirqpwCpGo { color:#32314e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.1796875rem;left:19.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5tZhVzx0FszFqUd8JrmXPELaMR9FiMt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.75rem;left:42.15625rem; }
#SHdeAsZRfZ4x72sT3Z9nKDAxzt8IJTEM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#uHfpgOxstuNaZzmcZZyOaTFZzHrpCMqa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:20.1875rem;left:3.75rem;display:none; }
#e3T4AfgoMw5CQINi5oie5KierrlfGpOu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.4375rem;left:4.25rem;display:none; }
#MGs4b3Gpb8F5cwhm0OD532NoF4t0m4TM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1eef9eRd/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04.adaptive-delivery-prevent-bg, #xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04.lazyload, #xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04.lazyloading { background-image: none; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row .container { background-color: transparent; background-image: none; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row .container > .video-iframe-container { display: none; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row > .video-iframe-container { display: none; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .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); }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row .container { border-width: 0; border-radius: 0; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row .container { font-size:0.875rem;font-family:"open sans";height:26.875rem;width:60rem;position:relative;display:block; }#ezgCbgosdTZxrLLNuHkQIpLqI4HaBHGV { color:#32314e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0617179870606rem;left:0rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#Zv5rN8nNopU9inde2kZDTTnSl4au5fiy { color:#32314e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.2333984375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bh2DBV8KSBRZTC42TSVLEyFJCXezoSz9 { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.68359375rem;left:6.84375rem;height:7.47265rem;display:block; }
#b2e8a20c391480e0a0f7c2661a292f52.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wZrKG4N7/Medicine_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2e8a20c391480e0a0f7c2661a292f52.widget-smartsection.adaptive-delivery-prevent-bg, #b2e8a20c391480e0a0f7c2661a292f52.widget-smartsection.lazyload, #b2e8a20c391480e0a0f7c2661a292f52.widget-smartsection.lazyloading { background-image: none; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row .container { background-color: transparent; background-image: none; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #080c2c; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row .container > .video-iframe-container { display: none; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #080c2c; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row > .video-iframe-container { display: none; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .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); }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row .container { border-width: 0; border-radius: 0; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd::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; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu { display:block; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJEogUJnvtDkiiRmXTSKAC6uvQ8XTNnC { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:32.248481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #tehB55yCs8sCiLLQ6ozIpT11iJ2exyN3 { display:block; }
 }@media only screen and (max-width: 763px) { #JItuGsEMtig2FZBahfKQqCRVkcrlxBfS { width:8.625rem;height:2.0625rem;top:1.25rem;left:33.2470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zppsi3HG3vZJiL7sRbOPFiqM4vKmyKWI { display:block; }
 }@media only screen and (max-width: 763px) { #nyKsnZgkXFfsJhIIKzvhlKvUL91V1b9W { width:9.625rem;height:3.125rem;top:0.75rem;left:10.68359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnq8rieAr6oQSGSitdaaastlEIzITPPy { display:block; }
 }@media only screen and (max-width: 763px) { #ZuT4vshk6657Ht3BuZGp1KX8BexJDUVb { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:22.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqaxbUoSIFAxF0yCbbwd5N2aE2pbudua { display:block; }
 }@media only screen and (max-width: 763px) { #QTIprd1gQUGQnxIXOkAIAgHNZQIUWm5p { width:11.375rem;height:3.6875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ybAnGKhqcBszfdwBfngfr5tzmIVQZV { display:block; }
 }@media only screen and (max-width: 763px) { #srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { display:block; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRzmxqmT63oZRzV95EUN4PgBloKFNAUS { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2VvS8zTB24tONGCJlcrFsE0EAQB9ell { top:10.9375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmue5ROlEaUwvXJoNqqwvTS5S1yoSBLN { top:12.375rem;left:7.375rem;width:18.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQKvCqeMXI5VmTlDzPGXT9WWT73ExUoG { top:12.625rem;left:28.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIVmNncek8biiL8lp6QA8DenZ1DJXuyF { top:12.9375rem;left:36rem;width:11.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRmq9GSidwzRWgihDaUawGno2e19FOVW { width:9rem;height:7.25rem;top:8.6875rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGCIXBkTPSCvroghCDZE2k2FrRBbC5KG { width:2.4375rem;height:0.0625rem;top:7.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXXdaQpQiZ6KzTWlgTGmECVLWln8TgBJ { width:9rem;height:8.75rem;top:8.6875rem;left:13.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmByZQiJsGlhr1DJGCnIcaimgx8kgPix { width:2.4375rem;height:0.0625rem;top:7.6875rem;left:16.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHS2nWQRVT6mLzlWBLZTonoazZVV15CE { width:9rem;height:5.8125rem;top:8.5rem;left:24.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { width:2.4375rem;height:0.0625rem;top:7.6875rem;left:27.781251907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuD4sWCn17dy6qQKyaDunlVZHmkrEDhJ { width:11.625rem;height:4.375rem;top:8.6875rem;left:35.96875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOLMrWPpm61o6AuVrWngHClkGxVGtv4R { width:2.4375rem;height:0.0625rem;top:7.6875rem;left:40.562501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqxVbvyoHmVsDazsehOclrf9TRyrE1Ev { width:3.125rem;height:3.125rem;top:3.625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IppevCQKkv3Glm9q2536UVlOTtkOoFOW { width:3.125rem;height:3.125rem;top:3.625rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDGCr2VRTtWIqfbHVxrGdG9eEFVa9gI { width:3.125rem;height:3.125rem;top:3.625rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSQ9IU7ZOXqPdc5mzp7231Jah1BbSrzt { width:3.125rem;height:3.125rem;top:3.625rem;left:40.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { display:block; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkkMNmNKLBIrXuXEHzDKmQst3mQfsaLI { width:47.75rem;height:4.0625rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3bqJnXUuLyq4CfGdhqEJUdB06RiDPJX { width:47.75rem;height:2.3125rem;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqo3XQg4T791zauZSQ20aSvrVlREIGPi { top:18.625rem;left:0rem;width:17.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRpCceMvwcPn1fDcnfIkZCOvqmDKNOX { top:18.625rem;left:16.8125rem;width:15.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2V7U833nEMXabscmX82srivmQcqXZt9 { top:18.625rem;left:32.4375rem;width:15.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4WDARxwG52Tt3faMiawP9Lk2pFZue3Z { top:11.0625rem;left:0rem;width:9.1875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxlsghde78xyLU1znhedO2KZDGTyCQhe { top:10.0625rem;left:19.3427734375rem;width:6.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtrPPCzZ4cVLDFrxDhTqrRO6xF3ItNgE { top:10.625rem;left:37.09375rem;width:10rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt { display:block; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr5hcywuXtPh9JDafSZHNTRSKiu1t778 { width:47.75rem;height:6.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec9wMFCllRTtnSPUMUMHH8pgRXJhRGhV { width:47.75rem;height:2rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Gl7DJTzCN6ZD1sQrKMX719dMBH170h { width:26.75rem;height:3.4375rem;top:11.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #epTI2tRWTIfLmMNktw31mZPuEtL4GISZ { top:12.5rem;left:12.1875rem;width:26.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce7ad6cc1f0fc8cdca0a63e479a9771c.widget-smartsection { display:block; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul { display:block; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4pgUr8Ixfkrwq32VKEAMkdPFgGtbllI { top:1.375rem;left:0rem;width:25.9375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJsCJJdkskkRb4kaWaWTsoNH9lZTk96B { top:0.5rem;left:20.5rem;width:27.25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5r0UD0XzFDmIhG8Uo165XSXiCNydIeA { top:5.9375rem;left:43.0625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJS5al1kZZlQBETVsJwFIP70gIWOTSKA { top:6.1875rem;left:18.375rem;width:29.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndbik96Ph82JsloSZNsAiUQHvWxuK0nc { top:0.5rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti81RZeSGaW9Q2EOIlrisCPmDC421TyZ { top:10.6875rem;left:20.25rem;width:27.5rem;height:18.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr160OX9a3neBF3PoJZr7qHlMKiiV93D { top:32.375rem;left:23.0625rem;width:24.6875rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDqpTQoQRVhEO6ZrcHdkeIhXgn6muyu1 { top:32.375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlQ4G29o5ZV12H6qhsuWTbim5CVlhuB9 { top:37.625rem;left:28.78125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7vxJOB9edGr46MHe1znsZC3FrSnU7gy { display:block; }
 }@media only screen and (max-width: 763px) { #eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI { display:block; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5shp7pwwx3Nuirw7mANb4K22TXhH5gm { width:31.5rem;height:1.6875rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5hhEm7Dw8CtAmgQKdwzRw4rkzsg6RDw { width:35.3125rem;height:3.375rem;top:5.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuW6Omn7vDdzlKvLwAAcSKeEXIiqKr2r { top:3.8125rem;left:20.5rem;width:27.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvDuPMoSXKOn2rUkhkwoTt5vIuGdKDWJ { top:1.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLcvA4Udqso8hULSKMATgbngICKXm9Rq { top:4.9375rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsE90PbXMzIWfsmiTw65XTQ8ufR2LQ5 { top:9.375rem;left:0rem;width:29.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLRdHWUvgpwQEg0L5OUA9Qicgc0ZQ5eo { top:15.0625rem;left:0rem;width:30.375rem;height:13.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwILwHKSZAJ6uhbKMhcUflwoJNGaxt9 { top:32rem;left:6.75rem;width:38.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liZopTu3oMvv6F3v8lMPhnIm3JVuUxTy { top:32rem;left:2rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak2fcqq2c6404oGv279l33MQGgRVvLhT { top:35.625rem;left:16.84375rem;width:14.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqiqDzcl2oVfheHIEswS1qx1E6ovqBO7 { display:block; }
 }@media only screen and (max-width: 763px) { #Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca { display:block; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyGX7Hp7Xxm1qoSZyHaZ84fOMWhOEvZd { width:18.75rem;height:5.375rem;top:18.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpoXa1l3hwhCM4hDFI7rGnMw4Xzzory { width:18.75rem;height:1.625rem;top:16.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR3lyZT82rghBLMqIT1rVbIZcGO8gUJh { width:20rem;height:3.5625rem;top:6.1875rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwHR6pkN2ZLJc0MdADx8QDETaRVc6Wu { width:20rem;height:;top:0rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1wbsNZtKOz7DZEqTHzwFE9icfhX2xX { top:10.9375rem;left:11.75rem;width:20rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xsZJ0yKp4vumdIAt0TfnegOeLA0AvC { top:11.875rem;left:21.84375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyxOOtIiw7wB73ueRduL5sAhsIaNnCOv { top:24.25rem;left:11.6875rem;width:20.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkJBnaa1C3X6SCyt2GEQXX7ew1p5WZ0C { top:28.375rem;left:13.625rem;width:18.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csZHoHQQEwvbpZqGZ0FmGpJTkdsG7nyu { top:34.875rem;left:13.625rem;width:18.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK4vGHMoOPNs7StP88UCrEnCD1sCm1WT { top:31.375rem;left:16.3125rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSx8DQBDMwuq5V5iTDRw1S7VHhLL2zT { top:28.375rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKpaTvST5ZH6g2hL92LsDD9obVQeSwxr { top:31.625rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9c8H832AhDiMJOLRlfpT6syMu8kDU7z { top:34.5rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnWlWUHCgwXUz8yfhMHIN1tzGurxZ1Q2 { top:31.625rem;left:15.875rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWPhV2H0DRPuXWBX037dUiIPvNFzUTrw { width:11.75rem;height:2.1875rem;top:39.9375rem;left:18.560764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd3iH79MTxMPQukXGM7ue2hBz24acLtT { display:block; }
 }@media only screen and (max-width: 763px) { #qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH { display:block; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH7LaSCEUX6yKhCXJPTxzIqUavnZT3A6 { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96085e634fad15b3dee4f6b78068e3b.widget-smartsection { display:block; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 { display:block; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbMNoMEz1eJPhC8S8zfV4Qnzx9qcDMrP { width:20rem;height:3.875rem;top:0rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqzC79LkX2U3H3685nW9hgNqdflmCa7J { width:20rem;height:5.1875rem;top:0rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBNXNKZTPCI4hH4gV3S4XCOA5wxNJefd { width:20rem;height:4.0625rem;top:9.375rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fo1J2WwS5kT78f5SP85RQay5qE4WVdTn { width:20rem;height:4.0625rem;top:9.375rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dn0Fazr5mQR0kaJy1ONDTySt2Lpwzyye { width:20rem;height:4.0625rem;top:9.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0Tu0STLkr3lw9sooJAlNZtBH4k7rUnQ { width:20rem;height:3.875rem;top:0rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGJog1HCsba74R0FLWZ1VcAcqiAKlNA8 { width:3.125rem;height:3.125rem;top:1.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni2aUyrXRfxU9IeN6NSbxeG52vOomRX1 { width:3.5rem;height:3.5rem;top:1.5625rem;left:22.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUwEMXqyGPfcnI5Q9qTpGLXRPJlBR4wE { width:3.125rem;height:3.125rem;top:1.75rem;left:38.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXyuvNlXw03k2IauJkLD0MAZfFKFH3Bb { top:19.75rem;left:3.15625rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxqe8EMeWJvhXIktQ6L7reOAShi2NEGg { display:block; }
 }@media only screen and (max-width: 763px) { #HvvPRhZ2MHVP36dkkbEbXnsthZZHCqQG { top:19.75rem;left:19.031251907349rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn1E7mycXKcOpLue8KkVooD8DrtLGFAr { display:block; }
 }@media only screen and (max-width: 763px) { #uiKFtBc4fzHvLrdTgQuTuBuKrkDM5M7a { top:19.75rem;left:34.906251907349rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSD7RklBNH2govoPNZO2Q6Lap7HBdoc { display:block; }
 }@media only screen and (max-width: 763px) { #p4nPnyTQvDEPk6URQqUlfsaBGaA1ko8y { width:8.75rem;height:6.5rem;top:0rem;left:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0wpiqSBiOkrJiF3BOoBeEbzoynBRTA6 { width:8.75rem;height:7.375rem;top:0rem;left:35.312501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6TkslD4J8Ov6T7peCmsSXnwp2dTgHFJ { display:none; }
 }@media only screen and (max-width: 763px) { #gDr908BTlHc1kO4Aim2M5uHCpZBfUlGD { display:none; }
 }@media only screen and (max-width: 763px) { #kV391Co1A11Hr9lHU0SO23Xs4JFJMOCF { width:8.75rem;height:6.625rem;top:0rem;left:19.437501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 { display:block; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yor8Iggl9nHS6kJDoOET31n2rGisw4Sz { width:20rem;height:3.875rem;top:12.375rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E00tN9LrrEPJa72taxPLi435lmAAiF8d { width:20rem;height:2rem;top:8.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #csJGWRuP0txlAxTPw72AKisV52saCvm6 { width:20rem;height:3.875rem;top:12.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9wyNcDcuQqWdi6pqoZ2H15Z6TO4NDAa { width:3.125rem;height:3.125rem;top:1.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOclsb6fgv2UA5gEKtkiyoPDfUQqezOS { width:3.5rem;height:3.5rem;top:1.5625rem;left:22.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTkMkQB4ehS6uO4UoowmkJqDO0anRayS { top:19.75rem;left:3.15625rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7FJGk0ohJKrRzALlR4yWHbcpM6zynG { display:block; }
 }@media only screen and (max-width: 763px) { #bPbT9eKMWMAB3lHqLLeplsDB1l5PATlV { top:19.75rem;left:19.031251907349rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvX2vUnJJNtLhpDFq1rmOXCZSoUAP64t { display:block; }
 }@media only screen and (max-width: 763px) { #oJ5kBfTqdtsqVJD90ytsdIONC366MyPM { top:19.75rem;left:34.906251907349rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsS35CwDJ3JUF7Tq9TWnMIZcFTw0P60k { display:block; }
 }@media only screen and (max-width: 763px) { #SXNyHHdQ8hph9zZxbmcls5EvUbWl1lz9 { top:2.1875rem;left:8.625rem;width:23.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccvv3rzwT66IQ1rlMke770HQBhdtcIQT { top:1.25rem;left:13rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLLFLTBD7psOV1XS3D94fJTfsl9fdef { width:20rem;height:2rem;top:8.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb8IMVDV9ChpITkrI0zsOn50lFoDrvq1 { width:20rem;height:3.875rem;top:12.375rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROpSNQcT7vxFXs1AIpkuzO5t6FHxpIFv { top:1.6875rem;left:12.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOS6P2l5zKwAdKcl8P6LFsdirqpwCpGo { width:20rem;height:2rem;top:8.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5tZhVzx0FszFqUd8JrmXPELaMR9FiMt { top:1.75rem;left:31.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHdeAsZRfZ4x72sT3Z9nKDAxzt8IJTEM { display:none; }
 }@media only screen and (max-width: 763px) { #uHfpgOxstuNaZzmcZZyOaTFZzHrpCMqa { top:20.1875rem;left:1.6875000596046rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3T4AfgoMw5CQINi5oie5KierrlfGpOu { top:17.4375rem;left:2.2187500596046rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGs4b3Gpb8F5cwhm0OD532NoF4t0m4TM { display:none; }
 }@media only screen and (max-width: 763px) { #xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 { display:block; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgCbgosdTZxrLLNuHkQIpLqI4HaBHGV { width:47.75rem;height:6.125rem;top:1rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv5rN8nNopU9inde2kZDTTnSl4au5fiy { width:47.75rem;height:4.0625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh2DBV8KSBRZTC42TSVLEyFJCXezoSz9 { top:13.625rem;left:0.71875rem;width:46.3125rem;height:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2e8a20c391480e0a0f7c2661a292f52.widget-smartsection { display:block; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu { position:relative;z-index:auto;display:block; }#otT7qNsDnrCzL8VrXfUgTD1zUm5bnlQu > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJEogUJnvtDkiiRmXTSKAC6uvQ8XTNnC { width:4.1875rem;height:2.1875rem;top:4.25rem;left:15.811457633972rem;display:block; }
 }@media only screen and (max-width: 763px) { #tehB55yCs8sCiLLQ6ozIpT11iJ2exyN3 { display:block; }
 }@media only screen and (max-width: 763px) { #JItuGsEMtig2FZBahfKQqCRVkcrlxBfS { width:8.6875rem;height:2.125rem;top:11.71875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zppsi3HG3vZJiL7sRbOPFiqM4vKmyKWI { display:block; }
 }@media only screen and (max-width: 763px) { #nyKsnZgkXFfsJhIIKzvhlKvUL91V1b9W { width:4.75rem;height:2.1875rem;top:1.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnq8rieAr6oQSGSitdaaastlEIzITPPy { display:block; }
 }@media only screen and (max-width: 763px) { #ZuT4vshk6657Ht3BuZGp1KX8BexJDUVb { width:6.4375rem;height:2.1875rem;top:5rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqaxbUoSIFAxF0yCbbwd5N2aE2pbudua { display:block; }
 }@media only screen and (max-width: 763px) { #QTIprd1gQUGQnxIXOkAIAgHNZQIUWm5p { width:6.4375rem;height:2.1875rem;top:8.125rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ybAnGKhqcBszfdwBfngfr5tzmIVQZV { display:block; }
 }@media only screen and (max-width: 763px) { #srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 { display:block; }#srTVsZtPFFktvCH4VHXiZ3oZDhQTMmU4 > .row .container { width:20rem;height:56.66015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRzmxqmT63oZRzV95EUN4PgBloKFNAUS { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2VvS8zTB24tONGCJlcrFsE0EAQB9ell { width:3.5rem;height:3.5rem;top:40.16111875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmue5ROlEaUwvXJoNqqwvTS5S1yoSBLN { width:12.6875rem;height:2.6875rem;top:44.91111875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQKvCqeMXI5VmTlDzPGXT9WWT73ExUoG { width:3.25rem;height:3.25rem;top:48.84861875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIVmNncek8biiL8lp6QA8DenZ1DJXuyF { width:11.75rem;height:3.3125rem;top:53.34861875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJe1hfafmItVAXuukv7ChHuvB4OVN3zK { display:block; }#MJe1hfafmItVAXuukv7ChHuvB4OVN3zK > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRmq9GSidwzRWgihDaUawGno2e19FOVW { width:12.75rem;height:2.599825rem;top:10.13671875rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGCIXBkTPSCvroghCDZE2k2FrRBbC5KG { width:2.4375rem;height:0.0625rem;top:8.82421875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXXdaQpQiZ6KzTWlgTGmECVLWln8TgBJ { width:13.25rem;height:3.8997375rem;top:22.87305rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmByZQiJsGlhr1DJGCnIcaimgx8kgPix { width:2.4375rem;height:0.0625rem;top:21.56055rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHS2nWQRVT6mLzlWBLZTonoazZVV15CE { width:9rem;height:auto;top:8.5rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ExnGyhHHdiPmykritcukmst4ZdeTCPbZ { width:2.4375rem;height:0.0625rem;top:7.6875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuD4sWCn17dy6qQKyaDunlVZHmkrEDhJ { width:11.625rem;height:auto;top:8.6875rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iOLMrWPpm61o6AuVrWngHClkGxVGtv4R { width:2.4375rem;height:0.0625rem;top:7.6875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqxVbvyoHmVsDazsehOclrf9TRyrE1Ev { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IppevCQKkv3Glm9q2536UVlOTtkOoFOW { width:3.125rem;height:3.125rem;top:13.98633125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDGCr2VRTtWIqfbHVxrGdG9eEFVa9gI { width:3.125rem;height:3.125rem;top:3.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSQ9IU7ZOXqPdc5mzp7231Jah1BbSrzt { width:3.125rem;height:3.125rem;top:3.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 { display:block; }#D7ClUHz9x0thNZ0ngTT7OBtzKUugHpT2 > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkkMNmNKLBIrXuXEHzDKmQst3mQfsaLI { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3bqJnXUuLyq4CfGdhqEJUdB06RiDPJX { width:19.3125rem;height:8.285175rem;top:7.86035rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqo3XQg4T791zauZSQ20aSvrVlREIGPi { width:17.5625rem;height:0;top:41.984375rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRpCceMvwcPn1fDcnfIkZCOvqmDKNOX { width:15.625rem;height:0;top:46.6464875rem;left:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2V7U833nEMXabscmX82srivmQcqXZt9 { width:15.3125rem;height:0;top:51.3086rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4WDARxwG52Tt3faMiawP9Lk2pFZue3Z { width:9.1875rem;height:6.125rem;top:17.359375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxlsghde78xyLU1znhedO2KZDGTyCQhe { width:6.5rem;height:8.125rem;top:24.734375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtrPPCzZ4cVLDFrxDhTqrRO6xF3ItNgE { width:10rem;height:6.625rem;top:34.109375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt { display:block; }#y3q4Jk8xKpc97GdRVqIUBvve27yqbtXt > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr5hcywuXtPh9JDafSZHNTRSKiu1t778 { width:20rem;height:12.9980625rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ec9wMFCllRTtnSPUMUMHH8pgRXJhRGhV { width:19.3125rem;height:5.5234375rem;top:15.396484375rem;left:0.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7Gl7DJTzCN6ZD1sQrKMX719dMBH170h { width:16.0625rem;height:3.4375rem;top:22.044531345367rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #epTI2tRWTIfLmMNktw31mZPuEtL4GISZ { width:20rem;height:2.923825rem;top:22.300781726837rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ce7ad6cc1f0fc8cdca0a63e479a9771c.widget-smartsection { display:block; }#T1tJSnoegXu6ZsTQR6lJN80wLJwJla2o > .row .container { width:20rem;height:60.097658157349rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul { display:block; }#o5iVTIFS3nkWTtTXhlZOrOw6KDhHl3Ul > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4pgUr8Ixfkrwq32VKEAMkdPFgGtbllI { width:18.75rem;height:12.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJsCJJdkskkRb4kaWaWTsoNH9lZTk96B { width:19.0625rem;height:4.875rem;top:15rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5r0UD0XzFDmIhG8Uo165XSXiCNydIeA { width:4.6875rem;height:0.25rem;top:25.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJS5al1kZZlQBETVsJwFIP70gIWOTSKA { width:18rem;height:2.11154375rem;top:26.625rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ndbik96Ph82JsloSZNsAiUQHvWxuK0nc { display:flex;width:2.75rem;height:2.75rem;top:21.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Ti81RZeSGaW9Q2EOIlrisCPmDC421TyZ { width:20rem;height:25.33984375rem;top:29.98535rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr160OX9a3neBF3PoJZr7qHlMKiiV93D { width:20rem;height:2.4375rem;top:56.575225rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDqpTQoQRVhEO6ZrcHdkeIhXgn6muyu1 { display:flex;width:3.125rem;height:3.125rem;top:60.262725rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SlQ4G29o5ZV12H6qhsuWTbim5CVlhuB9 { top:64.637725rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7vxJOB9edGr46MHe1znsZC3FrSnU7gy { display:block; }
 }@media only screen and (max-width: 763px) { #eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI { display:block; }#eWV0BBto7hOsfHnTchULyZ5kbfkR2nwI > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5shp7pwwx3Nuirw7mANb4K22TXhH5gm { width:20rem;height:2.75rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5hhEm7Dw8CtAmgQKdwzRw4rkzsg6RDw { width:20rem;height:2.625rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuW6Omn7vDdzlKvLwAAcSKeEXIiqKr2r { width:18.125rem;height:10.125rem;top:42.83984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvDuPMoSXKOn2rUkhkwoTt5vIuGdKDWJ { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #VLcvA4Udqso8hULSKMATgbngICKXm9Rq { width:4.6875rem;height:0.25rem;top:9.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsE90PbXMzIWfsmiTw65XTQ8ufR2LQ5 { width:20rem;height:5.84765625rem;top:15rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLRdHWUvgpwQEg0L5OUA9Qicgc0ZQ5eo { width:20rem;height:19.4921875rem;top:22.09765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwwILwHKSZAJ6uhbKMhcUflwoJNGaxt9 { width:20rem;height:4.38574375rem;top:54.21484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liZopTu3oMvv6F3v8lMPhnIm3JVuUxTy { display:flex;width:3.125rem;height:3.125rem;top:59.8505875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Ak2fcqq2c6404oGv279l33MQGgRVvLhT { top:64.2255875rem;left:2.9375rem;width:14.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqiqDzcl2oVfheHIEswS1qx1E6ovqBO7 { display:block; }
 }@media only screen and (max-width: 763px) { #Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca { display:block; }#Hyc310o9GT3a7v01N5hUiHCl2ckAt3ca > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyGX7Hp7Xxm1qoSZyHaZ84fOMWhOEvZd { width:18.75rem;height:3.19921875rem;top:16.6591796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpoXa1l3hwhCM4hDFI7rGnMw4Xzzory { width:18.75rem;height:1.2999125rem;top:14.6591796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR3lyZT82rghBLMqIT1rVbIZcGO8gUJh { width:18.75rem;height:3.19921875rem;top:4.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwHR6pkN2ZLJc0MdADx8QDETaRVc6Wu { width:20rem;height:2.4375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1wbsNZtKOz7DZEqTHzwFE9icfhX2xX { width:20rem;height:23.75rem;top:9.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xsZJ0yKp4vumdIAt0TfnegOeLA0AvC { display:flex;width:3.9375rem;height:3.9375rem;top:10.35546875rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #zyxOOtIiw7wB73ueRduL5sAhsIaNnCOv { width:20rem;height:2.599825rem;top:19.9609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkJBnaa1C3X6SCyt2GEQXX7ew1p5WZ0C { width:18.125rem;height:5.199225rem;top:22.55934715271rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csZHoHQQEwvbpZqGZ0FmGpJTkdsG7nyu { width:18.125rem;height:2.599825rem;top:29.884765625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PK4vGHMoOPNs7StP88UCrEnCD1sCm1WT { width:15.4375rem;height:2.599825rem;top:26.3212890625rem;left:2.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSx8DQBDMwuq5V5iTDRw1S7VHhLL2zT { display:flex;width:2.125rem;height:2.125rem;top:22.560546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKpaTvST5ZH6g2hL92LsDD9obVQeSwxr { display:flex;width:2.125rem;height:2.125rem;top:30.123046875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #i9c8H832AhDiMJOLRlfpT6syMu8kDU7z { display:flex;width:2.125rem;height:2.125rem;top:34.6240234375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #BnWlWUHCgwXUz8yfhMHIN1tzGurxZ1Q2 { display:flex;width:2.125rem;height:2.125rem;top:25.697265625rem;left:0rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #TWPhV2H0DRPuXWBX037dUiIPvNFzUTrw { width:11.75rem;height:2.1875rem;top:37.9990234375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd3iH79MTxMPQukXGM7ue2hBz24acLtT { display:block; }
 }@media only screen and (max-width: 763px) { #qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH { display:block; }#qSRHRXJ7zfb19QlzAl7vSX1tMXJlvdtH > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH7LaSCEUX6yKhCXJPTxzIqUavnZT3A6 { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96085e634fad15b3dee4f6b78068e3b.widget-smartsection { display:block; }#CrUVVIOh3BLESfXZoyhp0u4oVMf0TxJr > .row .container { width:20rem;height:87rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 { display:block; }#mvVZduKODT5TGkVmfoTJtGgOtXEnS9u6 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbMNoMEz1eJPhC8S8zfV4Qnzx9qcDMrP { width:20rem;height:auto;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UqzC79LkX2U3H3685nW9hgNqdflmCa7J { width:20rem;height:auto;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NBNXNKZTPCI4hH4gV3S4XCOA5wxNJefd { width:20rem;height:auto;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fo1J2WwS5kT78f5SP85RQay5qE4WVdTn { width:20rem;height:auto;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Dn0Fazr5mQR0kaJy1ONDTySt2Lpwzyye { width:20rem;height:auto;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f0Tu0STLkr3lw9sooJAlNZtBH4k7rUnQ { width:20rem;height:auto;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sGJog1HCsba74R0FLWZ1VcAcqiAKlNA8 { width:3.125rem;height:3.125rem;top:1.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ni2aUyrXRfxU9IeN6NSbxeG52vOomRX1 { width:3.5rem;height:3.5rem;top:1.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUwEMXqyGPfcnI5Q9qTpGLXRPJlBR4wE { width:3.125rem;height:3.125rem;top:1.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXyuvNlXw03k2IauJkLD0MAZfFKFH3Bb { top:2.8610229492188E-5rem;left:5.2187500596046rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxqe8EMeWJvhXIktQ6L7reOAShi2NEGg { display:block; }
 }@media only screen and (max-width: 763px) { #HvvPRhZ2MHVP36dkkbEbXnsthZZHCqQG { top:18.812501907349rem;left:5.2187500596046rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn1E7mycXKcOpLue8KkVooD8DrtLGFAr { display:block; }
 }@media only screen and (max-width: 763px) { #uiKFtBc4fzHvLrdTgQuTuBuKrkDM5M7a { top:35.874199867249rem;left:4.8625002503395rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgSD7RklBNH2govoPNZO2Q6Lap7HBdoc { display:block; }
 }@media only screen and (max-width: 763px) { #p4nPnyTQvDEPk6URQqUlfsaBGaA1ko8y { width:8.75rem;height:6.5rem;top:0rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0wpiqSBiOkrJiF3BOoBeEbzoynBRTA6 { width:8.75rem;height:6.0625rem;top:6.2351570129394rem;left:5.2187500596046rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #A6TkslD4J8Ov6T7peCmsSXnwp2dTgHFJ { top:31.737500190735rem;left:3.7500000596046rem;width:12.5rem;height:2.6rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #gDr908BTlHc1kO4Aim2M5uHCpZBfUlGD { top:15.13671875rem;left:3.7500000596046rem;width:12.5rem;height:2.6rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #kV391Co1A11Hr9lHU0SO23Xs4JFJMOCF { width:8.75rem;height:5.875rem;top:24.124206900597rem;left:4.8625002503395rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 { display:block; }#VJP6HV39mxGbJMfLoQRve8NeMoOaORX1 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yor8Iggl9nHS6kJDoOET31n2rGisw4Sz { width:20rem;height:auto;top:12.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #E00tN9LrrEPJa72taxPLi435lmAAiF8d { width:20rem;height:auto;top:8.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #csJGWRuP0txlAxTPw72AKisV52saCvm6 { width:20rem;height:auto;top:12.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T9wyNcDcuQqWdi6pqoZ2H15Z6TO4NDAa { width:3.125rem;height:3.125rem;top:1.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOclsb6fgv2UA5gEKtkiyoPDfUQqezOS { width:3.5rem;height:3.5rem;top:1.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTkMkQB4ehS6uO4UoowmkJqDO0anRayS { top:10.686718940735rem;left:5.2187500596046rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7FJGk0ohJKrRzALlR4yWHbcpM6zynG { display:block; }
 }@media only screen and (max-width: 763px) { #bPbT9eKMWMAB3lHqLLeplsDB1l5PATlV { top:32.2548828125rem;left:5.21875rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvX2vUnJJNtLhpDFq1rmOXCZSoUAP64t { display:block; }
 }@media only screen and (max-width: 763px) { #oJ5kBfTqdtsqVJD90ytsdIONC366MyPM { top:48.890625rem;left:6.21875rem;width:9.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsS35CwDJ3JUF7Tq9TWnMIZcFTw0P60k { display:block; }
 }@media only screen and (max-width: 763px) { #SXNyHHdQ8hph9zZxbmcls5EvUbWl1lz9 { width:11.4375rem;height:4.38671875rem;top:15.748400688171rem;left:4.2812500596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ccvv3rzwT66IQ1rlMke770HQBhdtcIQT { width:18.75rem;height:0.3125rem;top:14.186718940735rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLLFLTBD7psOV1XS3D94fJTfsl9fdef { width:20rem;height:1.2999125rem;top:41.0048828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb8IMVDV9ChpITkrI0zsOn50lFoDrvq1 { width:20rem;height:3.9rem;top:43.242969512939rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROpSNQcT7vxFXs1AIpkuzO5t6FHxpIFv { display:flex;width:3.125rem;height:3.125rem;top:15.747656822204rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MOS6P2l5zKwAdKcl8P6LFsdirqpwCpGo { width:20rem;height:auto;top:8.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T5tZhVzx0FszFqUd8JrmXPELaMR9FiMt { display:flex;width:3.125rem;height:3.125rem;top:16.378125190735rem;left:16.874999582768rem; }
 }@media only screen and (max-width: 763px) { #SHdeAsZRfZ4x72sT3Z9nKDAxzt8IJTEM { top:7.010937690735rem;left:3.7500000596046rem;width:12.5rem;height:2.6rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #uHfpgOxstuNaZzmcZZyOaTFZzHrpCMqa { top:26.480481147766rem;left:2.5312500596046rem;width:14.9375rem;height:5.2rem;z-index:15032;color:#6f6f6f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e3T4AfgoMw5CQINi5oie5KierrlfGpOu { top:22.912109375rem;left:3.75rem;width:12.5rem;height:1.2999125rem;z-index:15033;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MGs4b3Gpb8F5cwhm0OD532NoF4t0m4TM { top:4.4609384536743rem;left:3.7500000596046rem;width:12.5rem;height:2.6rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 { display:block; }#xpm1ki5FHTTnPPCd7Eq7CkzvluGZBp04 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgCbgosdTZxrLLNuHkQIpLqI4HaBHGV { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zv5rN8nNopU9inde2kZDTTnSl4au5fiy { width:20rem;height:3.8997375rem;top:6.23535rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bh2DBV8KSBRZTC42TSVLEyFJCXezoSz9 { width:20rem;height:10.80078125rem;top:11.3837875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2e8a20c391480e0a0f7c2661a292f52.widget-smartsection { display:block; }#Imo8tEc1lLTZQEFoRrFlO7sIvrzsmmKd > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }