.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f1efeb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection *:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="text"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="email"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="tel"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection textarea:focus-visible { outline: none; } #z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row .container { background-color: transparent; background-image: none; }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row .container > .video-iframe-container { display: none; }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row > .video-iframe-container { display: none; }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .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); }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row .container { border-width: 0; border-radius: 0; }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f0dbb11-11b4-4a38-ae98-7ed1ca9d9d91/Tosliderlandingpagelandingipl2.png");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:none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.adaptive-delivery-prevent-bg, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyload, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyloading { background-image: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { border-width: 0; border-radius: 0; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn::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; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:none; }#x0IS32sExReT4ZhAo56iDHwDp0xGif8L { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkhxlcTTypFEcvewTi5PJiMsQ51xQwmW { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#vgCee4zV3nxs4svUP318V5A9m4VBtoID { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#wXqHJUedvgMP8F0A1HL1f7Q96wVXMbLR { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.125rem;left:21.250001907349rem;display:none; }
#xOszisRrTX3opXTErNCtTsCixLN8xR7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f0dbb11-11b4-4a38-ae98-7ed1ca9d9d91/Tosliderlandingpagelandingipl2.png");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:none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl.adaptive-delivery-prevent-bg, #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl.lazyload, #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl.lazyloading { background-image: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { border-width: 0; border-radius: 0; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl::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; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:none; }#nOn2uau4DinUo16S49xCdqqTM9WOwI14 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:36.375rem;left:2.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNzEXi6WgwbJc4eMgnhQqCsdNZhwqKTa { box-sizing:content-box;height:6.6875rem;width:15.125rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:34.0625rem;left:22.437501907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#B3dAeeGd7Jq6DiqcltNtHwONbPfsRHuZ { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35rem;left:25.125001907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRJCgoDuMrr3llGIZfLiHwUT62hIxHN0 { box-sizing:content-box;height:6.6875rem;width:15.125rem;position:absolute;display:block;z-index:14999;background-color:#f1efeb;background-image:none;top:33.9375rem;left:44.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#vFknkFdiD3uBlNgBs5qRTO3ZvV31Q5Tn { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.375rem;left:47.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrVJa7aHbh0LtkwvbbQpbvUyvfTxXD82 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.8125rem;left:2.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#abkAM34qOOsfrZrQ0ZxyecQ8If6AWTCI { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:37.69375038147rem;left:24.656251907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvNC8n0JgB9DB0qZrwzDvBdFufeB9oEp { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.8125rem;left:47.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouMdAk7RCVSWTeDM8W8k7aIELWITvaip { box-sizing:content-box;height:6.6875rem;width:15.125rem;position:absolute;display:block;z-index:15004;background-color:#f1efeb;background-image:none;top:35rem;left:1.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/212bc72f-75aa-4505-b62b-f355ed5d7f83/sliderasertywnoscnizszy.png");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; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.adaptive-delivery-prevent-bg, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyload, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyloading { background-image: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { background-color: transparent; background-image: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container > .video-iframe-container { display: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row > .video-iframe-container { display: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .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); }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { border-width: 0; border-radius: 0; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#avHmUKHgzq1lLMM6hd8QObLFOKclcHPb { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.598438262939rem;left:0rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1PMBbisgpK6Ls8IT6vHcoWHezT2CR7T { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.846876144409rem;left:0rem;height:5.11875rem;font-style:normal;display:block; }
#IDdWgnL5h0v7qJG0hmo5zo7T8EFiDCPT { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#M08zOHQqrNEvSTWdz4VCS530BrAB7gTc { box-sizing:content-box;height:6.6875rem;width:15.125rem;position:absolute;display:block;z-index:15004;background-color:#f1efeb;background-image:none;top:38.625rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#IHT1aRKCw3k5BnmcbrPgrQgwbNb2QkAO { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.6875rem;left:2.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdxQxkLIzt9xTO4y4AhJNWSiZ4d2sPVs { box-sizing:content-box;height:6.6875rem;width:15.125rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:38.625rem;left:22.437501907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#iZkwi5Ege2RAlDvBpKFU6PST4e81AbAt { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:39.6875rem;left:25.125001907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJPWPk8yisLGbrHd2mUMmdklOJyz1mpc { box-sizing:content-box;height:6.6875rem;width:15.125rem;position:absolute;display:block;z-index:14999;background-color:#f1efeb;background-image:none;top:38.625rem;left:44.875001907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#UV2XMRyk642hsr2JyHeCunxeEP8minnd { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.6875rem;left:47.562501907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHHCI9a4TqzGSheTXsbywZgdAbMdVQTV { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.875rem;left:0rem;display:block; }
#xp1XisznoGhLQC4mJi14WTAENRLiFhzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row .container { background-color: transparent; background-image: none; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row .container > .video-iframe-container { display: none; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row > .video-iframe-container { display: none; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .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); }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row .container { border-width: 0; border-radius: 0; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#AyDnikSXmT5oLVPdTpq6UhAt0nPEpVvM { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.765625rem;left:2.40625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlvrT4i6iWziBWWJ35TXLRgt0cE768La { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:2.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARgMgpNW752E7OzL0Fwzo6NQ9nrOgfft { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:24.656251907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzBUr4lLvKTkLfLD2JCtovO22VZODzJ2 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:47.561719894409rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhKh5ZFWJ1GUaUfNsBOa1UU7CrU8blP7 { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.346876144409rem;left:4.75rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row .container { background-color: transparent; background-image: none; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row .container > .video-iframe-container { display: none; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row > .video-iframe-container { display: none; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .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); }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row .container { border-width: 0; border-radius: 0; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#kLMR4P2tFqUm9mSiMxVFyH4r5KPt0Sw3 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3742187023163rem;left:3.1875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U8OoloQ2xloZROtsXpzOEMKrW60zV3vD { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.611719369888rem;left:6.6875rem;display:block; }
#gU9VFSSkcw8wu2JkcBcK650EBLfJrIKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KFcWThKTX4STCbCMTnoO6HgDW77mpo1p { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.250000238419rem;left:3.34375rem;height:17.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGDfgSPSmW9mIlAdLTR416MPFI3Tg34S { 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:37.0625rem;width:29.625rem;top:0rem;left:30.437501907349rem;overflow:hidden;display:block; }
#K50o9d4Ui4Ib69xRe7GdQ9GE7CwkmaOD { box-sizing:content-box;height:36.3125rem;width:30rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.28125047683716rem;left:0.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;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; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row .container { background-color: transparent; background-image: none; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row .container > .video-iframe-container { display: none; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row > .video-iframe-container { display: none; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .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); }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row .container { border-width: 0; border-radius: 0; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#axBbkCfxWbvWptdwQLm5fEcH1aw1eCEU { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8273429870606rem;left:2.40625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTPu2zff3cxbKXViCZJmf5cTIn49UqFu { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5343742370606rem;left:4.75rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;overflow:visible;position:relative;display:block; }#dQWrJF4GHtSBueLxCVNy5kexvQ5kJ884 { color:#000000;display:block;width:49.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd { box-sizing:content-box;height:10.5625rem;width:15.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48f465aa-c48b-47a5-ad0b-c48980531736/galamastera.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:10.6875rem;left:5.0625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }#Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd.adaptive-delivery-prevent-bg, #Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd.lazyload, #Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd.lazyloading { background-image: none; }
#Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }#Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#pp60d5Lo0nPWF3nH0qH0U1OkyVnFWvt5 { box-sizing:content-box;height:10.5625rem;width:15.125rem;position:absolute;display:block;z-index:15010;background-color:#f1efeb;background-image:none;top:10.6875rem;left:22.437501907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#arKdkddgxpEy0nRioIiVJitQBCT3Hg5g { box-sizing:content-box;height:14.6875rem;width:15.125rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:23.375rem;left:5.0625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bRmfOI2hLXb3odrWFCo5PTCMhAr81xyr { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.368750572204rem;left:6.5rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqFRI2KR5rgfbX7NTqV1dXqbrlqPPl2w { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.71875rem;left:23.718751907349rem;height:6.5rem;font-style:normal;display:block; }
#UKGebvZtSwcgmK3OcsdIeqgQiyxHVgE1 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.168750762939rem;left:6.75rem;height:9.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ltN8aA6TcnQTIOq9cqhrIwiFIO0gOGZm { box-sizing:content-box;height:14.6875rem;width:15.125rem;position:absolute;display:block;z-index:15009;background-color:#f1efeb;background-image:none;top:23.375rem;left:22.4375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn { box-sizing:content-box;height:14.6875rem;width:15.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/MTEYi12q/2019_11_16_KobietaNiezalezna_Warszawa_186.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:23.375rem;left:39.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }#k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn.adaptive-delivery-prevent-bg, #k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn.lazyload, #k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn.lazyloading { background-image: none; }
#k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }#k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.6); }#duwLrakHZoOUu4ApaNV10a1uwMHpo7Th { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.168750762939rem;left:24.125001907349rem;height:9.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTI4GQoau2oA4tUm1TRpvDg6mR3AhMIA { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.168750762939rem;left:41.500001907349rem;height:9.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VPFcKIHem9m1i7lAxWn9G0gv8mdVD0qd { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.125rem;left:21.250001907349rem;display:block; }
#VZ3V3yVafqbTnUsWsfNuOTn5gbtkXZAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLuVmTBMg3I82GN6V46QUZ9TAVEKwUBL { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:4.75rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPRDmURkHOz01ZUr400RlCJgFrz9yIqu { box-sizing:content-box;height:10.5625rem;width:15.125rem;position:absolute;display:block;z-index:15011;background-color:#f1efeb;background-image:none;top:10.6875rem;left:39.862501144409rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#ivkzWw3qB8UvAgLxdILtd6LthPteq9xf { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.06875038147rem;left:41.093751907349rem;height:7.8rem;font-style:normal;display:block; }
#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { background-color: transparent; background-image: none; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container > .video-iframe-container { display: none; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row > .video-iframe-container { display: none; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .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); }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { border-width: 0; border-radius: 0; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#myCt7F2WIomFoT1tpI3tZXQEWsRDRMbr { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.2119140625rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QANlKLUhDkno8rokThAFoI6tStC1x1zc { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.9624998569489rem;left:34.187501907349rem;height:5.2rem;font-style:normal;display:block; }
#VaQC2Gbti9MiyONQ2lBey1GNgOqvF2Uf { box-sizing:content-box;height:7.625rem;width:29.1875rem;position:absolute;display:block;z-index:15007;background-color:#f2f2f2;background-image:none;top:3.75rem;left:30.750001907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PPaHCwooiC4JeubRAnN465XBME0kn5oT { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.75rem;left:32.375rem;height:1.4625rem;font-style:normal;display:block; }
#Cd5SKExb9aLtd4N06srqIVbifiAyhPnK { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.312500953674rem;left:0rem;display:block; }
#Ve64Om5TTZTyKWXxop2p6MXgQHaH1K7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GswvemOLy4sCtN7h9ofLi3GWRM3eybpp { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.574996948243rem;left:0rem;height:16.0875rem;font-style:normal;display:block; }
#rHdiCu5v6gmDO9n3XdSWdq8MgtxiQKtJ { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.6875rem;left:32.3125rem;height:1.4625rem;font-style:normal;display:none; }
#xqWSy2bLkEGm8H669ldtQO27vdxAF6Mm { box-sizing:content-box;height:6.25rem;width:29.1875rem;position:absolute;display:block;z-index:15010;background-color:#f2f2f2;background-image:none;top:12.1875rem;left:30.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GLNWD8Ap9XWU46ERfe3SgXBLXwnyXGhq { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.1875rem;left:32.4375rem;height:1.4625rem;font-style:normal;display:block; }
#MwXvZ4C8NzcxJEgtMlDnnHwI0MJi07N0 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:34.25rem;height:3.9rem;font-style:normal;display:block; }
#mDLXzhoFIcZBpDueaarrFfNF6TRI5H2x { box-sizing:content-box;height:8.8125rem;width:29.1875rem;position:absolute;display:block;z-index:15013;background-color:#f2f2f2;background-image:none;top:19.1875rem;left:30.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DC24AEMSk5Hu8JJQJSKkzTPcokwsGebo { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:32.4375rem;height:1.4625rem;font-style:normal;display:block; }
#wOCcQpNX4LHdPOOITo2FeBzgEHEHKcAv { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:20.375rem;left:34.1875rem;height:6.5rem;font-style:normal;display:block; }
#akoy4pdkc2FVwCeTovIUB59RMDlWz3i9 { box-sizing:content-box;height:7.75rem;width:29.1875rem;position:absolute;display:block;z-index:15016;background-color:#f2f2f2;background-image:none;top:28.875rem;left:30.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BV3ErLpam9aqNyGmHd4MqXEfWzr2RP8h { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:29.875rem;left:32.4375rem;height:1.4625rem;font-style:normal;display:block; }
#ldTkZKTVKgGsepsJyVZNFVKf7sEy4Cv8 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:30.0625rem;left:34.1875rem;height:5.2rem;font-style:normal;display:block; }
#wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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:none; }#wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh > .row .container { border-width: 0; border-radius: 0; }#wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:none; }#eyZMXTElv0BE60qbGhmZLo6Q9vJKaIu0 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.2119140625rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#obzu9y6PfJPxUA5qNi9aZlGyDNLUS5gG { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.9624998569489rem;left:34.187501907349rem;height:5.2rem;font-style:normal;display:block; }
#ApEK862efmIDo5BrfVaFUpxEEEaOgA8B { box-sizing:content-box;height:7.625rem;width:29.1875rem;position:absolute;display:block;z-index:15007;background-color:#f2f2f2;background-image:none;top:3.75rem;left:30.750001907349rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LyPTl1KZ9HmSLELn3auTWpKOBbot5IUT { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.75rem;left:32.375rem;height:1.4625rem;font-style:normal;display:block; }
#hUZxBrZZfaxAyzItua9AQoNE59bFBGTe { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.312500953674rem;left:0rem;display:block; }
#U1HQt0MJghGBKsHMoRdPFEfAKQuwdsyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcqEuo1N0F1Ku4SGLzMpQm67pKUsfSD4 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.574996948243rem;left:0rem;height:16.0875rem;font-style:normal;display:block; }
#F9Zq0MSZNx261DHeuehvWLXb0QX1nmUA { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.6875rem;left:32.3125rem;height:1.4625rem;font-style:normal;display:none; }
#xiXcw9PENB5s9yNTXzLnvJiJLOxbRrqW { box-sizing:content-box;height:6.25rem;width:29.1875rem;position:absolute;display:block;z-index:15010;background-color:#f2f2f2;background-image:none;top:12.1875rem;left:30.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DOvcGzEBTk95pnJvNPh6RvZnBsbrxgV3 { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.1875rem;left:32.4375rem;height:1.4625rem;font-style:normal;display:block; }
#JmbCwGq4gy0zAROTbJKQPqXhaHAexI33 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:34.25rem;height:3.9rem;font-style:normal;display:block; }
#RWqATflwdMiv1kudI8uDH3HlCesQ1pJK { box-sizing:content-box;height:8.8125rem;width:29.1875rem;position:absolute;display:block;z-index:15013;background-color:#f2f2f2;background-image:none;top:19.1875rem;left:30.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yZ2Gz083VNuBoH8NpLZWDZrZAX6XeX1h { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:32.4375rem;height:1.4625rem;font-style:normal;display:block; }
#GPp1Q0f2zexmVqxUsTxMkSlIaJi35azS { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:20.375rem;left:34.1875rem;height:6.5rem;font-style:normal;display:block; }
#kX9KpVFfZXdPKX4cFfa8UNHk1FZBFUaM { box-sizing:content-box;height:7.75rem;width:29.1875rem;position:absolute;display:block;z-index:15016;background-color:#f2f2f2;background-image:none;top:28.875rem;left:30.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yQ0Dy2F2zFk8NJ1ediqmytAuwRGUOgun { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:30.0625rem;left:34.1875rem;height:5.2rem;font-style:normal;display:block; }
#yW73OxCNv4udNqBWk4OBISLAxL1D7oPu { position:relative;display:none; }#yW73OxCNv4udNqBWk4OBISLAxL1D7oPu { border-width: 0; border-radius: 0; }#yW73OxCNv4udNqBWk4OBISLAxL1D7oPu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yW73OxCNv4udNqBWk4OBISLAxL1D7oPu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u0zVM8c1h1zvLeTF0UZhyV5TCynuS27K { color:#000000;display:block;width:44.625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1484375rem;left:7.6875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a43CmURueMTp5BpgRdqRH0aF4CyOuQrf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:13.062500953674rem;left:0.6875rem;display:block; }
#I68ErL7Mr2iKMOKC4HZRrcWv5S9JAEhy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:13.062500953674rem;left:29.836717605591rem;display:block; }
#V9tyiU8rHkHN9WNP3VzWQawZugZMFWJx { color:#000000;display:block;width:20.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.862501144409rem;left:12.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyB3hXIBLq0pgKdorTT4frt3JhmZol93 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.862501144409rem;left:39.875001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xats7IdphTbwccknDcwbMpe5JaD7TgEX { color:#000000;display:block;width:20.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.612501144409rem;left:12.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkT8W1ZhILhciW3srgXs4eCeEbT9P3sJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:29.000001907349rem;left:0rem;display:block; }
#bVFQsAz8t4WBXJz5CPffXfgn4ai6mr7p { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:29.000000715256rem;left:29.836717605591rem;display:block; }
#CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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:none; }#CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 > .row .container { border-width: 0; border-radius: 0; }#CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:none; }#aF6loNoBmmQBEKiuGiOZ8W7dwQsg0SAF { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.2119140625rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9qlhqm7bO0PTaDJWBB5OWlHF3KhRKzT { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:34.1875rem;height:2.6rem;font-style:normal;display:block; }
#KPz9NkhLLNw8cCH2QozWmHedcyPeVBcT { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.625rem;left:34.1875rem;height:2.6rem;font-style:normal;display:block; }
#IDUpawiA0RMcM7n9PT9BpKdI6GmOXA05 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.625rem;left:34.1875rem;height:2.6rem;font-style:normal;display:block; }
#TP85LLm5EMBtQdLdkv19Q2aG4bSV7aR2 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5625rem;left:34.1875rem;height:2.6rem;font-style:normal;display:block; }
#XEop2Wr0UW6zDFh3nlzXMb3KKCvh2fUO { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.6875rem;left:34.1875rem;height:2.6rem;font-style:normal;display:block; }
#Ws01WZgUhztTFzy3MhXxMrW10xpQiSeK { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:34.75rem;left:34.1875rem;height:2.6rem;font-style:normal;display:block; }
#ZcqF1xC47HsfcFTgWMdMnd0rxOZK3Utq { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.6875rem;left:34.1875rem;height:2.6rem;font-style:normal;display:block; }
#u7hPF2vLDoWLTpWKw3ylTzWZGKgRp641 { box-sizing:content-box;height:4.625rem;width:29.1875rem;position:absolute;display:block;z-index:15007;background-color:#f2f2f2;background-image:none;top:3.75rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GsMyaKmGsN8kISwKA0EqoITUzKPJXtVN { box-sizing:content-box;height:4.625rem;width:29.25rem;position:absolute;display:block;z-index:15008;background-color:#f2f2f2;background-image:none;top:8.8125rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UcXh0MG59Km0ovKT8NyNdJ3oHlvZtg1H { box-sizing:content-box;height:4.625rem;width:29.25rem;position:absolute;display:block;z-index:15009;background-color:#f2f2f2;background-image:none;top:13.8125rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mmRo0mRVBeSwS2dApbcX6Py9OdaniDRs { box-sizing:content-box;height:4.625rem;width:29.25rem;position:absolute;display:block;z-index:15010;background-color:#f2f2f2;background-image:none;top:18.8125rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FR04D29EPrg7NDavRQVldoHLn2r7xr9Z { box-sizing:content-box;height:4.625rem;width:29.3125rem;position:absolute;display:block;z-index:15011;background-color:#f2f2f2;background-image:none;top:23.8125rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dXoy9slkgzqHH7FW2I2NMvoebcxrWoBy { box-sizing:content-box;height:4.625rem;width:29.3125rem;position:absolute;display:block;z-index:15012;background-color:#f2f2f2;background-image:none;top:28.8125rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EuRm0f0mWxNF9uurdUn4bliZdz0r8BO9 { box-sizing:content-box;height:4.625rem;width:29.375rem;position:absolute;display:block;z-index:15013;background-color:#f2f2f2;background-image:none;top:33.9375rem;left:30.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Msi9xTX0DR9h4kki8zyswQhD2aIaeLA4 { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.19921875rem;left:3.71875rem;display:block; }
#rDA7S763spz8NaM5LBwtJQIlpJhMmW96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVFlAHFF9ecsg8mr7Spwkdm6i4Zt1oQ4 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.5751953125rem;left:0rem;height:16.0875rem;font-style:normal;display:block; }
#IIbJMvkpPuxSUW7wERqXTNkZVIslK3G9 { 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:15000;opacity:1;display:none; }
#SMp9b88ZbJxST8oxoPbn5gFExrefRkyK { 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:15000;opacity:1;display:none; }
#mKprdfOUk2CT9BocS1uaOkbWossEKgdg { 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:15000;opacity:1;display:none; }
#J171aEo1GdgcV3zrb8a9DQ6dQ2qVbgCT { 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:15000;opacity:1;display:none; }
#sC8tF8ZsEdf3FKOcn0ipazQbdfAaxQH1 { 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:15000;opacity:1;display:none; }
#nTAr3at54G5b6GDZ1dA7uy95V71wUBpw { 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:15000;opacity:1;display:none; }
#rFGelETubxyNvLL6saUN9aVst9PuCudv { 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:15000;opacity:1;display:none; }
#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb { position:relative;display:block; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb { background-color: transparent; background-image: none; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row .container > .video-iframe-container { display: none; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row > .video-iframe-container { display: none; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .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); }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb { border-width: 0; border-radius: 0; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1efeb;background-image:none;font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rMTwTkN9zLHCODLNKUnNIHpRGdGLW262 { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.84375rem;left:3.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g99vTfSDVP0UE4OTXEpz2KbqQm3NaXTM { color:#000000;display:block;width:42rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6359386444094rem;left:9rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { background-color: transparent; background-image: none; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container > .video-iframe-container { display: none; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row > .video-iframe-container { display: none; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .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); }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { border-width: 0; border-radius: 0; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#xGuq9MV2Q3wDAoJQGlKTDyMThKDHlO3G { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.1062502861023rem;left:31.718751907349rem;height:27.7875rem;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; }
#sREQE78XRmD8WUzurnmRr0a2GrLWMcXK { box-sizing:content-box;height:33.875rem;width:31.9375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:5.9604644775391E-7rem;left:27.875001907349rem;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#eDqxh1v9DpesOG0GeOeZCqOZkbP8oWAT { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.1062502861023rem;left:30.000001907349rem;height:1.4625rem;font-style:normal;display:block; }
#S7b9DHZ3idWobDLPBW9R5KcWT9J4OEnR { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.8664059638975rem;left:30.000001907349rem;height:1.4625rem;font-style:normal;display:block; }
#G9nm5JbGPoIlSt7uHqdRVc736hirFxz5 { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.678905963898rem;left:30.000001907349rem;height:1.4625rem;font-style:normal;display:block; }
#WDSI2kgP7CwfWBFSn8Ktfxc78VPNvku2 { color:#000000;display:block;width:1.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.491405963897rem;left:30.000001907349rem;height:1.4625rem;font-style:normal;display:block; }
#WZE3ntJTHc5InDDJA3Clo3fMxtsQQxUI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:27.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { 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; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { background-color: transparent; background-image: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .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); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { border-width: 0; border-radius: 0; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#CtdpAHSCxnOBqa0a4My0bfmc92MXLTnr { color:#000000;display:block;width:47.25rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:6.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVO7PyTPEfCz73rl186B0FdrF6VeAErm { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.625rem;left:14.03125rem;display:block; }
#q7xpIsq7F2IzKWocwnd0VzVcNGP2O83w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdwzutVzysc6X8LEec39dsoUTkgSyrL9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:29.125rem;top:11.499999761581rem;left:0rem;overflow:hidden;display:block; }
#RF87w5ChawDbTHMlRNHtcikralwHaFhx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:29.3125rem;top:11.406249761581rem;left:30.687501907349rem;overflow:hidden;display:block; }
#F66uTp6W14g2rVxOf6N1NTF32w18iotm { 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:none; }#F66uTp6W14g2rVxOf6N1NTF32w18iotm > .row .container { border-width: 0; border-radius: 0; }#F66uTp6W14g2rVxOf6N1NTF32w18iotm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F66uTp6W14g2rVxOf6N1NTF32w18iotm > .row .container { font-size:0.875rem;font-family:arial;height:72.4375rem;width:60rem;position:relative;display:none; }#oF6TNmMaELnAE6pr4DJQI8Ha3889cKWw { color:#000000;display:block;width:47.25rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3093757629394rem;left:6.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geRKwUb75mNlTEdsTCN4JIrxwo8lwdRg { position:absolute;display:block;z-index:15014;height:29.6875rem;width:15.9375rem;top:7.4375rem;left:1.40625rem;display:block; }
#IJ0eRoAvzHBq9KCSrr4e11ERQXSt3Xqz { position:absolute;display:block;z-index:15015;height:29.6875rem;width:15.9375rem;top:7.4375rem;left:22.031251907349rem;display:block; }
#qcpSiw6rz7V8GeDPAAqq7M88gDB0XRwi { position:absolute;display:block;z-index:15016;height:29.6875rem;width:15.9375rem;top:40.562530994415rem;left:32.250001907349rem;display:block; }
#Pmkg3tgAv8e8P0Ayf0ESrDeNtSomZ520 { position:absolute;display:block;z-index:15017;height:29.6875rem;width:15.9375rem;top:40.5625rem;left:9.40625rem;display:block; }
#BQDwtf6WI2SHnD3ddwhaX7lllaKnsRx4 { position:absolute;display:block;z-index:15016;height:29.6875rem;width:15.9375rem;top:7.4375004768369rem;left:41.83046913147rem;display:block; }
#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { background-color: transparent; background-image: none; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container > .video-iframe-container { display: none; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row > .video-iframe-container { display: none; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .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); }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { border-width: 0; border-radius: 0; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#oqmZ8JuE0EixzvKEsoAOFdzCGl7DJoAD { position:absolute;display:block;z-index:15000;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;height:28.875rem;width:26.625rem;top:4.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#pCvwbXxfovpvIFOC5WG2wTm6Mk9p0PBe { color:#000000;display:block;width:24rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.125rem;left:30rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FuomaDVZzPJ2a2GJihHvuBurLApFc9LF { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:30rem;height:1.4625rem;font-style:normal;display:block; }
#SAeNiRbyZBpZHZ5WKKilxDQSTTvdZpFb { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:10.1875rem;left:29.9375rem;height:23.4rem;font-style:normal;display:block; }
#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf { 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; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container { background-color: transparent; background-image: none; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container > .video-iframe-container { display: none; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row > .video-iframe-container { display: none; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .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); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container { border-width: 0; border-radius: 0; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:60rem;position:relative;display:block; }#g4DHWxrzfUN0xZs9OkDinPlLtl5wSA9P { box-sizing:content-box;height:23.625rem;width:30.5625rem;position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;top:9.125rem;left:14.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#rnfLh06XDclHCdx3QkdyINO6vpG6NGWK { color:#000000;display:block;width:47.125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:6.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WL2JO0V5qdGhQKcTlrb3amLAchqBvJw8 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmSw335WsrMrqHbEctZJ4VfalPlXwime { color:#000000;display:block;width:20.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.625rem;left:19.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JBN66ye36xWuA6OI5caVBVGVTPNDwBZT { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.5rem;left:17.3125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#h83PUTvh8FSSG5eN6eqNUi9LnaZUoOkA { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.0625rem;left:17.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrvHSTxZL0gUNWwT2TAN0IMox8wzIzeo { color:#000000;display:block;width:20.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.9375rem;left:19.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlBz0exTrmuXDUeylVe38KhFMhc74rvU { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.3125rem;left:17.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxxJbQceS3WrG78CqrcBzbae4QrXVKrG { color:#000000;display:block;width:47.125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.750024318695rem;left:5.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnMVlwJhJ2tlr174aPcOBTekL6q7b6U4 { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.500024795533rem;left:20.718751907349rem;display:block; }
#cgn02qRc7hnLNGLs4xFaFw3wvEIul8cx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROvahEaU5X2O7pQl8SzN7O8wxnbOBqpQ { color:#000000;display:block;width:43rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:40.436717987061rem;left:8.5rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jm0ka7F8znv5eo0JJIAcLUBLLtxosQRg { background-color:#caa480;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.1875rem;left:21.250001907349rem;display:block; }
#T5A7sLiKZADhpswvqrBPgfneIeG9h0gz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU { position:relative;display:none; }#KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU { border-width: 0; border-radius: 0; }#KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1efeb;background-image:none;font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LUlRlcWcf0CxfCXkQAbktTxtRNFDCKIh { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3101444244385rem;left:9.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VG8OEdy6ZpAkVGrxJybWuaCgPahrLol2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:29.39999961853rem;height:1.3rem;display:none; }
#R6eNPTsDnJPIS3RICUuDl2hKtJp2B3dd { position:absolute;display:block;z-index:15015;height:10.5rem;width:18.75rem;top:5.55859375rem;left:0rem;display:none; }
#EKuPsEtGP2gslSIKL0lqLxaf7T8xAeIC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:32.875rem;top:10.427343606949rem;left:21.71249961853rem;overflow:hidden;display:none; }
#ITFKzShlW44X8OJheoEaeknnvUOZiwix { 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;opacity:1;top:23.924231290817rem;left:18.750001907349rem;display:none; }
#Frk1paXhgocA9lt6g8IGve0Wf6bexVzh { 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:15020;opacity:1;top:25.861731290817rem;left:53.64999961853rem;display:none; }
#xhrPbTaFGnWZ7vG7yttxfPXN1h4dlqWq { 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:29.125rem;width:29.125rem;top:10.396095180511rem;left:23.587501907349rem;overflow:hidden;display:none; }
#r5u82PCyshnQQRwTRZLEXTQZPOiTXHkq { position:absolute;display:block;z-index:15016;height:10.5rem;width:18.75rem;top:17.425001144409rem;left:0rem;display:none; }
#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;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; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { background-color: transparent; background-image: none; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container > .video-iframe-container { display: none; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row > .video-iframe-container { display: none; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .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); }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { border-width: 0; border-radius: 0; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:60rem;position:relative;display:block; }#fzvC3m1ALPc8BounZc1lxWBurpqwyqQT { color:#000000;display:block;width:24rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KnJGzTii0VF4As5rOwceGhWAqq7uFlB3 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.375rem;height:10.2375rem;font-style:normal;display:block; }
#aTEvaVLQqMVAfdoNOZlpHehLFlp23uTh { box-sizing:content-box;height:10.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:#f2f2f2;background-image:none;top:4.375rem;left:32.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#FEBpKTwg917VsQ4MtStZ0gwzAQEZ5dTb { color:#000000;display:block;width:19rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.436718940735rem;left:34.718751907349rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2K9o8wn1PSi9au6iHbDlxh2n5ThhFuZ { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.117968559265rem;left:34.718751907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7UGhTZk6RHtabkK3mRD5XPKz6uEElqn { box-sizing:content-box;height:10.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15015;background-color:#f2f2f2;background-image:none;top:15.6875rem;left:32.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#gTX2RQMiukCNXcl5OoletJiHB4X2UmaP { color:#000000;display:block;width:19rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:34.6875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiqOnOqwq1vhkBkATvNfqivCIF0wJp6k { color:#000000;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.4375rem;left:32.28125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTWzWLHFnKz9ApuRRT9rF272Hc6L8Kg4 { background-color:rgba(0,0,0,0);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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:10.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.2804689407349rem;left:14.718751907349rem;display:block; }
#UTXfJahxt7Cy0GoTLLi179A44Sahqnya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7q8a5VsDzkNnrgLZNQGDe7boakRov4A { background-color:rgba(0,0,0,0);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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:10.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.59375rem;left:32.156251907349rem;display:block; }
#W6egmBALwl0Ul6b1nErHuMsp2kCAOUgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AwmfcfrIQvBqFL0RBcUW2bgUihFWfF5n { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1929693222044rem;left:34.718751907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEOVH893C1g8TXTa4nuWgef3hTbVqTLd { 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:none; }#wEOVH893C1g8TXTa4nuWgef3hTbVqTLd > .row .container { border-width: 0; border-radius: 0; }#wEOVH893C1g8TXTa4nuWgef3hTbVqTLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEOVH893C1g8TXTa4nuWgef3hTbVqTLd > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:none; }#RId7Uc0OflRfCeyk7wfkacZ4V74u3QiO { 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:12rem;width:19.75rem;top:31.625rem;left:0rem;overflow:hidden;display:block; }
#WaKNQTsFAaFC1q5RgXgeCLSkEHrXOBwb { color:#000000;display:block;width:16.125rem;position:absolute;font-family:oswald;font-size:3.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.9375rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEkaFHWDEJITuCsr4pIselZsNvamJVxC { color:#3d4051;display:block;width:19.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:6.912109375rem;left:0.4375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CEeMw8UChg2GyBscENOOu4AwSg5moa5T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:19.75rem;top:26.1875rem;left:20rem;overflow:hidden;display:block; }
#IvmO6VIJekItdyZSuZVU8vFBah6Lmz9X { position:absolute;display:block;z-index:15004;background-color:#ffffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.125rem;width:19.75rem;top:13.75rem;left:20rem;display:block; }
#fEB2QJSeHNL0qovaupc7V7h341JaCrCL { color:#3d4051;display:block;width:14.8125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:21.4375rem;left:22.625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCVqBdHJyplPtcDM4P02ffWI1Ffw6cOn { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:oswald;font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.46240234375rem;left:25.15625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HaBnWqgl6z3ExsPprRd4LdRME5zV7sgS { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15001;line-height:01.2;letter-spacing:0;top:2.4375rem;left:41.0625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MSueQm089y1qVlybRRHnJDvGpPyPgLn6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.6875rem;top:11.625rem;left:0rem;overflow:hidden;display:block; }
#B7w5BiOIhWoWUkCIXGHl9ZUotCcM3zXN { color:#3d4051;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:9.1875rem;left:41.0625rem;height:32.2983625rem;font-style:normal;display:block; }
#F5ne4pwxwoZKN4leMAKhCB5u2x8Vxfrn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.75rem;top:0.1875rem;left:20rem;overflow:hidden;display:block; }
#auK6lUB8cBqPVU9nfAE3TSLHB9rJe5wD { position:absolute;display:block;z-index:15001;background-color:#ffffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.125rem;width:19.625rem;top:0.1875rem;left:0rem;display:block; }
#wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row .container { background-color: transparent; background-image: none; }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row .container > .video-iframe-container { display: none; }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row > .video-iframe-container { display: none; }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .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); }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row .container { border-width: 0; border-radius: 0; }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row .container { font-size:0.875rem;font-family:arial;height:10.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) { #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection { display:block; } #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection *:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="text"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="email"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="tel"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection textarea:focus-visible { outline: none; } #z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn { display:block; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0IS32sExReT4ZhAo56iDHwDp0xGif8L { top:4.1875rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhxlcTTypFEcvewTi5PJiMsQ51xQwmW { top:13.9375rem;left:0rem;width:20rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgCee4zV3nxs4svUP318V5A9m4VBtoID { top:1.25rem;left:0rem;width:20rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqHJUedvgMP8F0A1HL1f7Q96wVXMbLR { width:17.5rem;height:3.4375rem;top:42.125rem;left:15.125001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOszisRrTX3opXTErNCtTsCixLN8xR7X { display:block; }
 }@media only screen and (max-width: 763px) { #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl { display:none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nOn2uau4DinUo16S49xCdqqTM9WOwI14 { top:2.5625rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNzEXi6WgwbJc4eMgnhQqCsdNZhwqKTa { top:34.0625rem;left:16.312501907349rem;width:15.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3dAeeGd7Jq6DiqcltNtHwONbPfsRHuZ { top:10.4375rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRJCgoDuMrr3llGIZfLiHwUT62hIxHN0 { top:33.9375rem;left:32.625rem;width:15.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFknkFdiD3uBlNgBs5qRTO3ZvV31Q5Tn { top:18.4375rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrVJa7aHbh0LtkwvbbQpbvUyvfTxXD82 { top:5rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abkAM34qOOsfrZrQ0ZxyecQ8If6AWTCI { top:12.875rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvNC8n0JgB9DB0qZrwzDvBdFufeB9oEp { top:20.875rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouMdAk7RCVSWTeDM8W8k7aIELWITvaip { top:35rem;left:0rem;width:15.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 { display:block; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avHmUKHgzq1lLMM6hd8QObLFOKclcHPb { top:10.5625rem;left:0rem;width:33.375rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PMBbisgpK6Ls8IT6vHcoWHezT2CR7T { top:22.8125rem;left:0rem;width:24.875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdWgnL5h0v7qJG0hmo5zo7T8EFiDCPT { top:4.375rem;left:0rem;width:24.1875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M08zOHQqrNEvSTWdz4VCS530BrAB7gTc { top:38.625rem;left:0rem;width:15.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHT1aRKCw3k5BnmcbrPgrQgwbNb2QkAO { top:39.6875rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdxQxkLIzt9xTO4y4AhJNWSiZ4d2sPVs { top:38.625rem;left:16.312501907349rem;width:15.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkwi5Ege2RAlDvBpKFU6PST4e81AbAt { top:39.6875rem;left:19.000001907349rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPWPk8yisLGbrHd2mUMmdklOJyz1mpc { top:38.625rem;left:32.625rem;width:15.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2XMRyk642hsr2JyHeCunxeEP8minnd { top:39.6875rem;left:38rem;width:9.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHHCI9a4TqzGSheTXsbywZgdAbMdVQTV { width:17.5rem;height:3.4375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp1XisznoGhLQC4mJi14WTAENRLiFhzy { display:block; }
 }@media only screen and (max-width: 763px) { #ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik { display:block; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyDnikSXmT5oLVPdTpq6UhAt0nPEpVvM { top:6.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlvrT4i6iWziBWWJ35TXLRgt0cE768La { top:0rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgMgpNW752E7OzL0Fwzo6NQ9nrOgfft { top:0rem;left:18.531251907349rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBUr4lLvKTkLfLD2JCtovO22VZODzJ2 { top:0rem;left:38rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhKh5ZFWJ1GUaUfNsBOa1UU7CrU8blP7 { top:13.3125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW { display:block; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLMR4P2tFqUm9mSiMxVFyH4r5KPt0Sw3 { top:4.3125rem;left:0rem;width:24.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8OoloQ2xloZROtsXpzOEMKrW60zV3vD { width:17.5rem;height:3.4375rem;top:30.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU9VFSSkcw8wu2JkcBcK650EBLfJrIKs { display:block; }
 }@media only screen and (max-width: 763px) { #KFcWThKTX4STCbCMTnoO6HgDW77mpo1p { top:12.25rem;left:0rem;width:24.1875rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGDfgSPSmW9mIlAdLTR416MPFI3Tg34S { top:0rem;left:18.125rem;width:29.625rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K50o9d4Ui4Ib69xRe7GdQ9GE7CwkmaOD { top:0.25rem;left:0rem;width:30rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk { display:block; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axBbkCfxWbvWptdwQLm5fEcH1aw1eCEU { top:3.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPu2zff3cxbKXViCZJmf5cTIn49UqFu { top:9.5rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQWrJF4GHtSBueLxCVNy5kexvQ5kJ884 { top:3.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd { top:10.6875rem;left:0rem;width:15.25rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp60d5Lo0nPWF3nH0qH0U1OkyVnFWvt5 { top:10.6875rem;left:16.312501907349rem;width:15.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arKdkddgxpEy0nRioIiVJitQBCT3Hg5g { top:23.375rem;left:0rem;width:15.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRmfOI2hLXb3odrWFCo5PTCMhAr81xyr { top:13.3125rem;left:0.375rem;width:12.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqFRI2KR5rgfbX7NTqV1dXqbrlqPPl2w { top:12.6875rem;left:17.593751907349rem;width:12.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKGebvZtSwcgmK3OcsdIeqgQiyxHVgE1 { top:26.125rem;left:0.625rem;width:11.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltN8aA6TcnQTIOq9cqhrIwiFIO0gOGZm { top:23.375rem;left:16.3125rem;width:15.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn { top:23.375rem;left:32.625rem;width:15.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duwLrakHZoOUu4ApaNV10a1uwMHpo7Th { top:26.125rem;left:18.000001907349rem;width:11.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTI4GQoau2oA4tUm1TRpvDg6mR3AhMIA { top:26.125rem;left:35.375001907349rem;width:11.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPFcKIHem9m1i7lAxWn9G0gv8mdVD0qd { width:17.5rem;height:3.4375rem;top:42.125rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3V3yVafqbTnUsWsfNuOTn5gbtkXZAn { display:block; }
 }@media only screen and (max-width: 763px) { #vLuVmTBMg3I82GN6V46QUZ9TAVEKwUBL { top:7.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRDmURkHOz01ZUr400RlCJgFrz9yIqu { top:10.6875rem;left:32.625rem;width:15.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivkzWw3qB8UvAgLxdILtd6LthPteq9xf { top:12.0625rem;left:34.968751907349rem;width:12.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S { display:block; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myCt7F2WIomFoT1tpI3tZXQEWsRDRMbr { top:6.1875rem;left:0rem;width:24.9375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QANlKLUhDkno8rokThAFoI6tStC1x1zc { top:4.9375rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQC2Gbti9MiyONQ2lBey1GNgOqvF2Uf { top:3.75rem;left:18.5625rem;width:29.1875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPaHCwooiC4JeubRAnN465XBME0kn5oT { top:4.75rem;left:26.25rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5SKExb9aLtd4N06srqIVbifiAyhPnK { width:17.5rem;height:3.4375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve64Om5TTZTyKWXxop2p6MXgQHaH1K7c { display:block; }
 }@media only screen and (max-width: 763px) { #GswvemOLy4sCtN7h9ofLi3GWRM3eybpp { top:14.5625rem;left:0rem;width:27.4375rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHdiCu5v6gmDO9n3XdSWdq8MgtxiQKtJ { top:19.6875rem;left:26.1875rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqWSy2bLkEGm8H669ldtQO27vdxAF6Mm { top:12.1875rem;left:18.5625rem;width:29.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLNWD8Ap9XWU46ERfe3SgXBLXwnyXGhq { top:13.1875rem;left:26.3125rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwXvZ4C8NzcxJEgtMlDnnHwI0MJi07N0 { top:13.375rem;left:22.75rem;width:25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDLXzhoFIcZBpDueaarrFfNF6TRI5H2x { top:19.1875rem;left:18.5625rem;width:29.1875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC24AEMSk5Hu8JJQJSKkzTPcokwsGebo { top:20.1875rem;left:26.3125rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCcQpNX4LHdPOOITo2FeBzgEHEHKcAv { top:20.375rem;left:22.75rem;width:25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akoy4pdkc2FVwCeTovIUB59RMDlWz3i9 { top:28.875rem;left:18.5625rem;width:29.1875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV3ErLpam9aqNyGmHd4MqXEfWzr2RP8h { top:29.875rem;left:26.3125rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldTkZKTVKgGsepsJyVZNFVKf7sEy4Cv8 { top:30.0625rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh { display:none; }#wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eyZMXTElv0BE60qbGhmZLo6Q9vJKaIu0 { top:6.1875rem;left:0rem;width:24.9375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obzu9y6PfJPxUA5qNi9aZlGyDNLUS5gG { top:4.9375rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApEK862efmIDo5BrfVaFUpxEEEaOgA8B { top:3.75rem;left:18.5625rem;width:29.1875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPTl1KZ9HmSLELn3auTWpKOBbot5IUT { top:4.75rem;left:26.25rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUZxBrZZfaxAyzItua9AQoNE59bFBGTe { width:17.5rem;height:3.4375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HQt0MJghGBKsHMoRdPFEfAKQuwdsyG { display:block; }
 }@media only screen and (max-width: 763px) { #RcqEuo1N0F1Ku4SGLzMpQm67pKUsfSD4 { top:14.5625rem;left:0rem;width:27.4375rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Zq0MSZNx261DHeuehvWLXb0QX1nmUA { top:19.6875rem;left:26.1875rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiXcw9PENB5s9yNTXzLnvJiJLOxbRrqW { top:12.1875rem;left:18.5625rem;width:29.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOvcGzEBTk95pnJvNPh6RvZnBsbrxgV3 { top:13.1875rem;left:26.3125rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmbCwGq4gy0zAROTbJKQPqXhaHAexI33 { top:13.375rem;left:22.75rem;width:25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqATflwdMiv1kudI8uDH3HlCesQ1pJK { top:19.1875rem;left:18.5625rem;width:29.1875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2Gz083VNuBoH8NpLZWDZrZAX6XeX1h { top:20.1875rem;left:26.3125rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPp1Q0f2zexmVqxUsTxMkSlIaJi35azS { top:29.4375rem;left:0rem;width:20rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KpVFfZXdPKX4cFfa8UNHk1FZBFUaM { top:28.875rem;left:18.5625rem;width:29.1875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0Dy2F2zFk8NJ1ediqmytAuwRGUOgun { top:30.0625rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW73OxCNv4udNqBWk4OBISLAxL1D7oPu { display:block; }#yW73OxCNv4udNqBWk4OBISLAxL1D7oPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0zVM8c1h1zvLeTF0UZhyV5TCynuS27K { top:2.125rem;left:1.5625rem;width:44.625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a43CmURueMTp5BpgRdqRH0aF4CyOuQrf { top:13.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I68ErL7Mr2iKMOKC4HZRrcWv5S9JAEhy { top:13.0625rem;left:23.711717605591rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9tyiU8rHkHN9WNP3VzWQawZugZMFWJx { top:14.8125rem;left:6.375rem;width:20.125rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyB3hXIBLq0pgKdorTT4frt3JhmZol93 { top:14.8125rem;left:27.625rem;width:20.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xats7IdphTbwccknDcwbMpe5JaD7TgEX { top:32.5625rem;left:6.375rem;width:20.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkT8W1ZhILhciW3srgXs4eCeEbT9P3sJ { top:29rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVFQsAz8t4WBXJz5CPffXfgn4ai6mr7p { top:29rem;left:23.711717605591rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 { display:none; }#CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aF6loNoBmmQBEKiuGiOZ8W7dwQsg0SAF { top:6.1875rem;left:0rem;width:24.9375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qlhqm7bO0PTaDJWBB5OWlHF3KhRKzT { top:19.6875rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPz9NkhLLNw8cCH2QozWmHedcyPeVBcT { top:4.625rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDUpawiA0RMcM7n9PT9BpKdI6GmOXA05 { top:9.625rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP85LLm5EMBtQdLdkv19Q2aG4bSV7aR2 { top:14.5625rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEop2Wr0UW6zDFh3nlzXMb3KKCvh2fUO { top:39.25rem;left:0rem;width:16.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws01WZgUhztTFzy3MhXxMrW10xpQiSeK { top:34.75rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcqF1xC47HsfcFTgWMdMnd0rxOZK3Utq { top:29.6875rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7hPF2vLDoWLTpWKw3ylTzWZGKgRp641 { top:3.75rem;left:18.5625rem;width:29.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMyaKmGsN8kISwKA0EqoITUzKPJXtVN { top:8.8125rem;left:18.5rem;width:29.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcXh0MG59Km0ovKT8NyNdJ3oHlvZtg1H { top:13.8125rem;left:18.5rem;width:29.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRo0mRVBeSwS2dApbcX6Py9OdaniDRs { top:18.8125rem;left:18.5rem;width:29.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR04D29EPrg7NDavRQVldoHLn2r7xr9Z { top:23.8125rem;left:18.4375rem;width:29.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXoy9slkgzqHH7FW2I2NMvoebcxrWoBy { top:28.8125rem;left:18.4375rem;width:29.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuRm0f0mWxNF9uurdUn4bliZdz0r8BO9 { top:33.9375rem;left:18.375rem;width:29.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msi9xTX0DR9h4kki8zyswQhD2aIaeLA4 { width:17.5rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDA7S763spz8NaM5LBwtJQIlpJhMmW96 { display:block; }
 }@media only screen and (max-width: 763px) { #aVFlAHFF9ecsg8mr7Spwkdm6i4Zt1oQ4 { top:14.5625rem;left:0rem;width:22.375rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbJMvkpPuxSUW7wERqXTNkZVIslK3G9 { display:none; }
 }@media only screen and (max-width: 763px) { #SMp9b88ZbJxST8oxoPbn5gFExrefRkyK { display:none; }
 }@media only screen and (max-width: 763px) { #mKprdfOUk2CT9BocS1uaOkbWossEKgdg { display:none; }
 }@media only screen and (max-width: 763px) { #J171aEo1GdgcV3zrb8a9DQ6dQ2qVbgCT { display:none; }
 }@media only screen and (max-width: 763px) { #sC8tF8ZsEdf3FKOcn0ipazQbdfAaxQH1 { display:none; }
 }@media only screen and (max-width: 763px) { #nTAr3at54G5b6GDZ1dA7uy95V71wUBpw { display:none; }
 }@media only screen and (max-width: 763px) { #rFGelETubxyNvLL6saUN9aVst9PuCudv { display:none; }
 }@media only screen and (max-width: 763px) { #JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb { display:block; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMTwTkN9zLHCODLNKUnNIHpRGdGLW262 { top:3.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99vTfSDVP0UE4OTXEpz2KbqQm3NaXTM { top:7.625rem;left:2.875rem;width:42rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM { display:block; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGuq9MV2Q3wDAoJQGlKTDyMThKDHlO3G { top:3.0625rem;left:21.1875rem;width:26.5625rem;height:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREQE78XRmD8WUzurnmRr0a2GrLWMcXK { top:0rem;left:0rem;width:31.9375rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDqxh1v9DpesOG0GeOeZCqOZkbP8oWAT { top:3.0625rem;left:23.875rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7b9DHZ3idWobDLPBW9R5KcWT9J4OEnR { top:8.8125rem;left:23.875rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9nm5JbGPoIlSt7uHqdRVc736hirFxz5 { top:14.625rem;left:23.875rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDSI2kgP7CwfWBFSn8Ktfxc78VPNvku2 { top:23.4375rem;left:23.875rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZE3ntJTHc5InDDJA3Clo3fMxtsQQxUI { top:0rem;left:0rem;width:27.8125rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { display:block; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtdpAHSCxnOBqa0a4My0bfmc92MXLTnr { top:4.5625rem;left:0.25rem;width:47.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVO7PyTPEfCz73rl186B0FdrF6VeAErm { width:31.9375rem;height:3.4375rem;top:43.625rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xpIsq7F2IzKWocwnd0VzVcNGP2O83w { display:block; }
 }@media only screen and (max-width: 763px) { #TdwzutVzysc6X8LEec39dsoUTkgSyrL9 { top:11.4375rem;left:0rem;width:29.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF87w5ChawDbTHMlRNHtcikralwHaFhx { top:11.375rem;left:18.4375rem;width:29.3125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F66uTp6W14g2rVxOf6N1NTF32w18iotm { display:block; }#F66uTp6W14g2rVxOf6N1NTF32w18iotm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF6TNmMaELnAE6pr4DJQI8Ha3889cKWw { top:2.25rem;left:0.25rem;width:47.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geRKwUb75mNlTEdsTCN4JIrxwo8lwdRg { top:7.4375rem;left:0rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0eRoAvzHBq9KCSrr4e11ERQXSt3Xqz { top:7.4375rem;left:15.906251907349rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpSiw6rz7V8GeDPAAqq7M88gDB0XRwi { top:40.5625rem;left:26.125001907349rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmkg3tgAv8e8P0Ayf0ESrDeNtSomZ520 { top:40.5625rem;left:3.28125rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDwtf6WI2SHnD3ddwhaX7lllaKnsRx4 { top:7.4375rem;left:31.8125rem;width:15.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N { display:block; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqmZ8JuE0EixzvKEsoAOFdzCGl7DJoAD { top:4.5625rem;left:0rem;width:26.625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCvwbXxfovpvIFOC5WG2wTm6Mk9p0PBe { top:6.125rem;left:23.75rem;width:24rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuomaDVZzPJ2a2GJihHvuBurLApFc9LF { top:4.625rem;left:23.875rem;width:22.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAeNiRbyZBpZHZ5WKKilxDQSTTvdZpFb { top:10.1875rem;left:0rem;width:30.0625rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf { display:block; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4DHWxrzfUN0xZs9OkDinPlLtl5wSA9P { top:9.125rem;left:8.0625rem;width:30.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnfLh06XDclHCdx3QkdyINO6vpG6NGWK { top:4.5625rem;left:0.3125rem;width:47.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL2JO0V5qdGhQKcTlrb3amLAchqBvJw8 { top:13.75rem;left:14.000001907349rem;width:18.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmSw335WsrMrqHbEctZJ4VfalPlXwime { top:16.625rem;left:13.1875rem;width:20.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBN66ye36xWuA6OI5caVBVGVTPNDwBZT { top:11.5rem;left:11.1875rem;width:24.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h83PUTvh8FSSG5eN6eqNUi9LnaZUoOkA { top:19.0625rem;left:11.6875rem;width:23.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrvHSTxZL0gUNWwT2TAN0IMox8wzIzeo { top:21.9375rem;left:13.1875rem;width:20.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBz0exTrmuXDUeylVe38KhFMhc74rvU { top:24.3125rem;left:11.687501907349rem;width:23.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxxJbQceS3WrG78CqrcBzbae4QrXVKrG { top:35.75rem;left:0rem;width:47.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnMVlwJhJ2tlr174aPcOBTekL6q7b6U4 { width:17.5rem;height:3.4375rem;top:27.5rem;left:14.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgn02qRc7hnLNGLs4xFaFw3wvEIul8cx { display:block; }
 }@media only screen and (max-width: 763px) { #ROvahEaU5X2O7pQl8SzN7O8wxnbOBqpQ { top:40.375rem;left:2.375rem;width:43rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm0ka7F8znv5eo0JJIAcLUBLLtxosQRg { width:17.5rem;height:3.4375rem;top:48.1875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5A7sLiKZADhpswvqrBPgfneIeG9h0gz { display:block; }
 }@media only screen and (max-width: 763px) { #KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU { display:block; }#KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUlRlcWcf0CxfCXkQAbktTxtRNFDCKIh { top:2.25rem;left:3.28125rem;width:41.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8OEdy6ZpAkVGrxJybWuaCgPahrLol2 { top:16.125rem;left:23.27499961853rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6eNPTsDnJPIS3RICUuDl2hKtJp2B3dd { top:5.5rem;left:0rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKuPsEtGP2gslSIKL0lqLxaf7T8xAeIC { top:10.375rem;left:14.875rem;width:32.875rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFKzShlW44X8OJheoEaeknnvUOZiwix { top:23.875rem;left:12.625001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frk1paXhgocA9lt6g8IGve0Wf6bexVzh { top:25.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhrPbTaFGnWZ7vG7yttxfPXN1h4dlqWq { top:10.375rem;left:13.6875rem;width:29.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5u82PCyshnQQRwTRZLEXTQZPOiTXHkq { top:17.375rem;left:0rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 { display:block; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzvC3m1ALPc8BounZc1lxWBurpqwyqQT { top:6.4375rem;left:0rem;width:24rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJGzTii0VF4As5rOwceGhWAqq7uFlB3 { top:10.6875rem;left:0rem;width:22.375rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEvaVLQqMVAfdoNOZlpHehLFlp23uTh { top:4.375rem;left:23.6875rem;width:24.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBpKTwg917VsQ4MtStZ0gwzAQEZ5dTb { top:6.375rem;left:28.593751907349rem;width:19rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2K9o8wn1PSi9au6iHbDlxh2n5ThhFuZ { top:11.0625rem;left:28.593751907349rem;width:19rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7UGhTZk6RHtabkK3mRD5XPKz6uEElqn { top:15.6875rem;left:23.6875rem;width:24.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTX2RQMiukCNXcl5OoletJiHB4X2UmaP { top:18.9375rem;left:28.5625rem;width:19rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqOnOqwq1vhkBkATvNfqivCIF0wJp6k { top:21.4375rem;left:23.875rem;width:23.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWzWLHFnKz9ApuRRT9rF272Hc6L8Kg4 { width:24.125rem;height:10.75rem;top:4.25rem;left:8.5937519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXfJahxt7Cy0GoTLLi179A44Sahqnya { display:block; }
 }@media only screen and (max-width: 763px) { #E7q8a5VsDzkNnrgLZNQGDe7boakRov4A { width:24.125rem;height:10.75rem;top:15.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6egmBALwl0Ul6b1nErHuMsp2kCAOUgx { display:block; }
 }@media only screen and (max-width: 763px) { #AwmfcfrIQvBqFL0RBcUW2bgUihFWfF5n { top:8.1875rem;left:28.593751907349rem;width:19rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEOVH893C1g8TXTa4nuWgef3hTbVqTLd { display:block; }#wEOVH893C1g8TXTa4nuWgef3hTbVqTLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RId7Uc0OflRfCeyk7wfkacZ4V74u3QiO { width:19.75rem;height:12rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKNQTsFAaFC1q5RgXgeCLSkEHrXOBwb { width:16.125rem;height:5rem;top:1.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEkaFHWDEJITuCsr4pIselZsNvamJVxC { width:19.125rem;height:1.6875rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeMw8UChg2GyBscENOOu4AwSg5moa5T { width:19.75rem;height:17.5rem;top:26.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvmO6VIJekItdyZSuZVU8vFBah6Lmz9X { width:19.75rem;height:12.125rem;top:13.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEB2QJSeHNL0qovaupc7V7h341JaCrCL { width:14.8125rem;height:1.6875rem;top:21.4375rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCVqBdHJyplPtcDM4P02ffWI1Ffw6cOn { width:9.6875rem;height:5rem;top:16.4375rem;left:18.96875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaBnWqgl6z3ExsPprRd4LdRME5zV7sgS { width:17.875rem;height:6rem;top:2.4375rem;left:29.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSueQm089y1qVlybRRHnJDvGpPyPgLn6 { width:19.6875rem;height:19.75rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7w5BiOIhWoWUkCIXGHl9ZUotCcM3zXN { width:17.375rem;height:32.25rem;top:9.1875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ne4pwxwoZKN4leMAKhCB5u2x8Vxfrn { width:19.75rem;height:13.1875rem;top:0.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #auK6lUB8cBqPVU9nfAE3TSLHB9rJe5wD { width:19.625rem;height:11.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { display:block; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .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) { #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection { display:block; } #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection *:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="text"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="email"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection input[type="tel"]:focus-visible, #HvnXkcp5x5gOC23MKDso535yi76cJfUh.widget-smartsection textarea:focus-visible { outline: none; } #z2xNhvFOC7Gr18f4kZCDxdctarfzDR9R > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/212bc72f-75aa-4505-b62b-f355ed5d7f83/sliderasertywnoscnizszy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.adaptive-delivery-prevent-bg, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyload, #RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn.lazyloading { background-image: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { background-color: transparent; background-image: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container > .video-iframe-container { display: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row > .video-iframe-container { display: none; }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .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); }#RrBQOkC0ONm20eA7i8IB9lIvMGo2ZSVn > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0IS32sExReT4ZhAo56iDHwDp0xGif8L { width:20rem;height:4.0625rem;top:8.0187511444094rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhxlcTTypFEcvewTi5PJiMsQ51xQwmW { width:18.875rem;height:6.825rem;top:13.943748474121rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgCee4zV3nxs4svUP318V5A9m4VBtoID { width:20rem;height:3.4125rem;top:0.84375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqHJUedvgMP8F0A1HL1f7Q96wVXMbLR { width:17.5rem;height:3.4375rem;top:22.25rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xOszisRrTX3opXTErNCtTsCixLN8xR7X { display:block; }
 }@media only screen and (max-width: 763px) { #G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl { background-color:#f2f2f2;background-image:none;display:block; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { background-color: transparent; background-image: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container > .video-iframe-container { display: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row > .video-iframe-container { display: none; }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .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); }#G7P5S3yFKTeaTF3pHylJMgIemLEaZGgl > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOn2uau4DinUo16S49xCdqqTM9WOwI14 { width:9.75rem;height:2.4375rem;top:2.5625rem;left:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNzEXi6WgwbJc4eMgnhQqCsdNZhwqKTa { width:15.125rem;height:6.6875rem;top:9rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3dAeeGd7Jq6DiqcltNtHwONbPfsRHuZ { width:9.75rem;height:2.4375rem;top:10.4375rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRJCgoDuMrr3llGIZfLiHwUT62hIxHN0 { width:15.125rem;height:6.6875rem;top:16.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFknkFdiD3uBlNgBs5qRTO3ZvV31Q5Tn { width:9.75rem;height:2.4375rem;top:18.4375rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrVJa7aHbh0LtkwvbbQpbvUyvfTxXD82 { width:9.75rem;height:1.3rem;top:5rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abkAM34qOOsfrZrQ0ZxyecQ8If6AWTCI { width:10.6875rem;height:1.3rem;top:12.875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvNC8n0JgB9DB0qZrwzDvBdFufeB9oEp { width:9.75rem;height:1.3rem;top:20.875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouMdAk7RCVSWTeDM8W8k7aIELWITvaip { width:15.125rem;height:6.6875rem;top:1.0625rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 { background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/uc/2f0dbb11-11b4-4a38-ae98-7ed1ca9d9d91/Tosliderlandingpagelandingipl2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.adaptive-delivery-prevent-bg, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyload, #bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60.lazyloading { background-image: none; }#bAvBRxVC2TKPJzcTvt1r6eIh1H7p0m60 > .row .container { width:20rem;height:81.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avHmUKHgzq1lLMM6hd8QObLFOKclcHPb { width:20rem;height:5.2rem;top:4.20625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PMBbisgpK6Ls8IT6vHcoWHezT2CR7T { width:20rem;height:6.825rem;top:13.25625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdWgnL5h0v7qJG0hmo5zo7T8EFiDCPT { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M08zOHQqrNEvSTWdz4VCS530BrAB7gTc { width:15.125rem;height:6.6875rem;top:28.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHT1aRKCw3k5BnmcbrPgrQgwbNb2QkAO { width:9.75rem;height:2.4375rem;top:30.25rem;left:5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdxQxkLIzt9xTO4y4AhJNWSiZ4d2sPVs { width:15.125rem;height:6.6875rem;top:36.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkwi5Ege2RAlDvBpKFU6PST4e81AbAt { width:9.75rem;height:2.4375rem;top:38.125rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPWPk8yisLGbrHd2mUMmdklOJyz1mpc { width:15.125rem;height:6.6875rem;top:44.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2XMRyk642hsr2JyHeCunxeEP8minnd { width:9.75rem;height:2.4375rem;top:46.0625rem;left:5.1249961853028rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHHCI9a4TqzGSheTXsbywZgdAbMdVQTV { width:17.5rem;height:3.4375rem;top:52.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp1XisznoGhLQC4mJi14WTAENRLiFhzy { display:block; }
 }@media only screen and (max-width: 763px) { #ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik { display:block; }#ndbtG1h6PKQqGJx8p9VFOZkcURQx0xik > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyDnikSXmT5oLVPdTpq6UhAt0nPEpVvM { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlvrT4i6iWziBWWJ35TXLRgt0cE768La { width:9.75rem;height:0;top:78.537506103512rem;left:5.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARgMgpNW752E7OzL0Fwzo6NQ9nrOgfft { width:10.6875rem;height:0;top:81.087506103512rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzBUr4lLvKTkLfLD2JCtovO22VZODzJ2 { width:9.75rem;height:0;top:83.637506103512rem;left:5.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhKh5ZFWJ1GUaUfNsBOa1UU7CrU8blP7 { width:20rem;height:15.35625rem;top:12.9rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW { display:block; }#Bcmb68Zn8uDaaTzdhkPqgerrHHHTDCtW > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLMR4P2tFqUm9mSiMxVFyH4r5KPt0Sw3 { width:18.4375rem;height:5.2rem;top:2.9539070129394rem;left:0.78046876192094rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8OoloQ2xloZROtsXpzOEMKrW60zV3vD { width:17.5rem;height:3.4375rem;top:30.75rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU9VFSSkcw8wu2JkcBcK650EBLfJrIKs { display:block; }
 }@media only screen and (max-width: 763px) { #KFcWThKTX4STCbCMTnoO6HgDW77mpo1p { width:18rem;height:21.9375rem;top:8.1531257629394rem;left:0.99921876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGDfgSPSmW9mIlAdLTR416MPFI3Tg34S { width:20rem;height:25.0210625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K50o9d4Ui4Ib69xRe7GdQ9GE7CwkmaOD { width:20rem;height:28.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk { display:block; }#Snl5zGhAJfcGKmgZcePuyBIl9yh9QvNk > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axBbkCfxWbvWptdwQLm5fEcH1aw1eCEU { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPu2zff3cxbKXViCZJmf5cTIn49UqFu { width:20rem;height:17.0625rem;top:12.9rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQWrJF4GHtSBueLxCVNy5kexvQ5kJ884 { width:20rem;height:2.6rem;top:1.6484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp96hHRMaUGiI0o40tuTm9P7X2PhvENd { width:20rem;height:8.4375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp60d5Lo0nPWF3nH0qH0U1OkyVnFWvt5 { width:20rem;height:7.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arKdkddgxpEy0nRioIiVJitQBCT3Hg5g { width:20rem;height:9.25rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRmfOI2hLXb3odrWFCo5PTCMhAr81xyr { width:19rem;height:3.9rem;top:13.0625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqFRI2KR5rgfbX7NTqV1dXqbrlqPPl2w { width:19rem;height:3.9rem;top:22.5625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKGebvZtSwcgmK3OcsdIeqgQiyxHVgE1 { width:18rem;height:6.5rem;top:30.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltN8aA6TcnQTIOq9cqhrIwiFIO0gOGZm { width:19.9375rem;height:8.5rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uFF8dZ6CRKQRfRpp9ZuEmaRLhT9tcn { width:20rem;height:9.4375rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duwLrakHZoOUu4ApaNV10a1uwMHpo7Th { width:18.0625rem;height:5.2rem;top:40.8125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTI4GQoau2oA4tUm1TRpvDg6mR3AhMIA { width:18.4375rem;height:6.5rem;top:59.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPFcKIHem9m1i7lAxWn9G0gv8mdVD0qd { width:17.5rem;height:3.4375rem;top:69.431250095369rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3V3yVafqbTnUsWsfNuOTn5gbtkXZAn { display:block; }
 }@media only screen and (max-width: 763px) { #vLuVmTBMg3I82GN6V46QUZ9TAVEKwUBL { width:20rem;height:5.11875rem;top:4.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRDmURkHOz01ZUr400RlCJgFrz9yIqu { width:19.9375rem;height:8.3125rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivkzWw3qB8UvAgLxdILtd6LthPteq9xf { width:17.625rem;height:5.2rem;top:50.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S { display:none; }#TxoKyFp63luv6pnsZT5nUGwFnVVAtq2S > .row .container { width:20rem;height:138.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #myCt7F2WIomFoT1tpI3tZXQEWsRDRMbr { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QANlKLUhDkno8rokThAFoI6tStC1x1zc { width:17.8125rem;height:5.2rem;top:8.5750122070312rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQC2Gbti9MiyONQ2lBey1GNgOqvF2Uf { width:20rem;height:6.875rem;top:7.7000122070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPaHCwooiC4JeubRAnN465XBME0kn5oT { width:1.25rem;height:1.4625rem;top:8.574999809265rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5SKExb9aLtd4N06srqIVbifiAyhPnK { width:17.5rem;height:3.4375rem;top:77.9625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve64Om5TTZTyKWXxop2p6MXgQHaH1K7c { display:block; }
 }@media only screen and (max-width: 763px) { #GswvemOLy4sCtN7h9ofLi3GWRM3eybpp { width:20rem;height:17.55rem;top:24.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHdiCu5v6gmDO9n3XdSWdq8MgtxiQKtJ { width:1.25rem;height:1.4625rem;top:44.300001144409rem;left:0rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xqWSy2bLkEGm8H669ldtQO27vdxAF6Mm { width:20rem;height:6.25rem;top:82.649993896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLNWD8Ap9XWU46ERfe3SgXBLXwnyXGhq { width:1.25rem;height:0;top:83.649993896488rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwXvZ4C8NzcxJEgtMlDnnHwI0MJi07N0 { width:20rem;height:5.2rem;top:83.837493896488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDLXzhoFIcZBpDueaarrFfNF6TRI5H2x { width:20rem;height:8.8125rem;top:90.149993896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC24AEMSk5Hu8JJQJSKkzTPcokwsGebo { width:1.25rem;height:0;top:91.149993896488rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCcQpNX4LHdPOOITo2FeBzgEHEHKcAv { width:20rem;height:7.8rem;top:91.337493896488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akoy4pdkc2FVwCeTovIUB59RMDlWz3i9 { width:20rem;height:7.75rem;top:100.21249389649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV3ErLpam9aqNyGmHd4MqXEfWzr2RP8h { width:1.25rem;height:0;top:101.21249389649rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldTkZKTVKgGsepsJyVZNFVKf7sEy4Cv8 { width:20rem;height:6.5rem;top:101.39999389649rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh { display:block; }#wuP5Jmh5zHLXRfUulqWtfZ8onWhO3zEh > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyZMXTElv0BE60qbGhmZLo6Q9vJKaIu0 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #obzu9y6PfJPxUA5qNi9aZlGyDNLUS5gG { width:17.8125rem;height:7.8rem;top:8.5750122070312rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApEK862efmIDo5BrfVaFUpxEEEaOgA8B { width:20rem;height:9.9375rem;top:7.6999969482425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPTl1KZ9HmSLELn3auTWpKOBbot5IUT { width:1.25rem;height:1.4625rem;top:8.5750002861025rem;left:0.86250001192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUZxBrZZfaxAyzItua9AQoNE59bFBGTe { width:17.5rem;height:3.4375rem;top:75.75000190735rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HQt0MJghGBKsHMoRdPFEfAKQuwdsyG { display:block; }
 }@media only screen and (max-width: 763px) { #RcqEuo1N0F1Ku4SGLzMpQm67pKUsfSD4 { width:19.125rem;height:21.9375rem;top:51.874999046326rem;left:0.43671876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Zq0MSZNx261DHeuehvWLXb0QX1nmUA { width:1.25rem;height:1.4625rem;top:29.437500953674rem;left:0.86250001192094rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xiXcw9PENB5s9yNTXzLnvJiJLOxbRrqW { width:20rem;height:9rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOvcGzEBTk95pnJvNPh6RvZnBsbrxgV3 { width:1.25rem;height:1.4625rem;top:20.250000476837rem;left:0.86250001192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmbCwGq4gy0zAROTbJKQPqXhaHAexI33 { width:17.8125rem;height:6.5rem;top:19.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqATflwdMiv1kudI8uDH3HlCesQ1pJK { width:20rem;height:11.25rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2Gz083VNuBoH8NpLZWDZrZAX6XeX1h { width:1.25rem;height:1.4625rem;top:41.4375rem;left:0.86250001192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPp1Q0f2zexmVqxUsTxMkSlIaJi35azS { width:17.8125rem;height:9.1rem;top:29.4375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KpVFfZXdPKX4cFfa8UNHk1FZBFUaM { width:20rem;height:9.0625rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0Dy2F2zFk8NJ1ediqmytAuwRGUOgun { width:18rem;height:6.5rem;top:41.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW73OxCNv4udNqBWk4OBISLAxL1D7oPu { display:none; }#yW73OxCNv4udNqBWk4OBISLAxL1D7oPu > .row .container { width:20rem;height:71rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u0zVM8c1h1zvLeTF0UZhyV5TCynuS27K { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a43CmURueMTp5BpgRdqRH0aF4CyOuQrf { width:12.5rem;height:12.5rem;top:9rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I68ErL7Mr2iKMOKC4HZRrcWv5S9JAEhy { width:12.5rem;height:12.5rem;top:24rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9tyiU8rHkHN9WNP3VzWQawZugZMFWJx { width:20rem;height:0;top:22.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyB3hXIBLq0pgKdorTT4frt3JhmZol93 { width:20rem;height:0;top:37.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xats7IdphTbwccknDcwbMpe5JaD7TgEX { width:20rem;height:0;top:54.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkT8W1ZhILhciW3srgXs4eCeEbT9P3sJ { width:12.5rem;height:12.5rem;top:40.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVFQsAz8t4WBXJz5CPffXfgn4ai6mr7p { width:12.5rem;height:12.5rem;top:57.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 { display:none; }#CNKzAA4vMHBaTuVSgVdiM1GhQu0GVr21 > .row .container { width:20rem;height:82rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aF6loNoBmmQBEKiuGiOZ8W7dwQsg0SAF { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9qlhqm7bO0PTaDJWBB5OWlHF3KhRKzT { width:17.875rem;height:3.9rem;top:33.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPz9NkhLLNw8cCH2QozWmHedcyPeVBcT { width:16.9375rem;height:5.2rem;top:53.625001907349rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDUpawiA0RMcM7n9PT9BpKdI6GmOXA05 { width:16.5rem;height:5.2rem;top:61.562501907349rem;left:2.2500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP85LLm5EMBtQdLdkv19Q2aG4bSV7aR2 { width:18.3125rem;height:2.6rem;top:27.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEop2Wr0UW6zDFh3nlzXMb3KKCvh2fUO { width:16.875rem;height:5.2rem;top:39.312500953674rem;left:2.0000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws01WZgUhztTFzy3MhXxMrW10xpQiSeK { width:17rem;height:2.6rem;top:68.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcqF1xC47HsfcFTgWMdMnd0rxOZK3Utq { width:16.8125rem;height:5.2rem;top:46.625001907349rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7hPF2vLDoWLTpWKw3ylTzWZGKgRp641 { width:20rem;height:6.875rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMyaKmGsN8kISwKA0EqoITUzKPJXtVN { width:20rem;height:6.8125rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcXh0MG59Km0ovKT8NyNdJ3oHlvZtg1H { width:20rem;height:4.625rem;top:26.675000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRo0mRVBeSwS2dApbcX6Py9OdaniDRs { width:20rem;height:5.625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR04D29EPrg7NDavRQVldoHLn2r7xr9Z { width:20rem;height:6.75rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXoy9slkgzqHH7FW2I2NMvoebcxrWoBy { width:20rem;height:6.375rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuRm0f0mWxNF9uurdUn4bliZdz0r8BO9 { width:20rem;height:4.875rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msi9xTX0DR9h4kki8zyswQhD2aIaeLA4 { width:17.5rem;height:3.4375rem;top:75.337499618531rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDA7S763spz8NaM5LBwtJQIlpJhMmW96 { display:block; }
 }@media only screen and (max-width: 763px) { #aVFlAHFF9ecsg8mr7Spwkdm6i4Zt1oQ4 { width:20rem;height:17.55rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbJMvkpPuxSUW7wERqXTNkZVIslK3G9 { display:flex;top:27.956250190735rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #SMp9b88ZbJxST8oxoPbn5gFExrefRkyK { display:flex;top:33.981251716614rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #mKprdfOUk2CT9BocS1uaOkbWossEKgdg { display:flex;top:40.881251335144rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #J171aEo1GdgcV3zrb8a9DQ6dQ2qVbgCT { display:flex;top:48.193751335144rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #sC8tF8ZsEdf3FKOcn0ipazQbdfAaxQH1 { display:flex;top:55.19375038147rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #nTAr3at54G5b6GDZ1dA7uy95V71wUBpw { display:flex;top:63.131250381469rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #rFGelETubxyNvLL6saUN9aVst9PuCudv { display:flex;top:69.143751144406rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb { display:block; }#JvCq3vq5XfImqPecB6SQ0HSSXzSQxpqb > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMTwTkN9zLHCODLNKUnNIHpRGdGLW262 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99vTfSDVP0UE4OTXEpz2KbqQm3NaXTM { width:20rem;height:2.925rem;top:7.7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM { display:block; }#W6wp2DZMvKKDOdAKcwDgDZ8v8wspFgHM > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGuq9MV2Q3wDAoJQGlKTDyMThKDHlO3G { width:16.6875rem;height:45.3375rem;top:0.81171894073488rem;left:3.1875000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREQE78XRmD8WUzurnmRr0a2GrLWMcXK { width:20rem;height:48rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDqxh1v9DpesOG0GeOeZCqOZkbP8oWAT { width:1.25rem;height:1.4625rem;top:0.69921970367431rem;left:1.1874999403954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7b9DHZ3idWobDLPBW9R5KcWT9J4OEnR { width:1.25rem;height:1.4625rem;top:9.2874994277956rem;left:1.1867187619209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9nm5JbGPoIlSt7uHqdRVc736hirFxz5 { width:1.25rem;height:1.4625rem;top:19.750000476837rem;left:1.1867187619209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDSI2kgP7CwfWBFSn8Ktfxc78VPNvku2 { width:1.25rem;height:1.4625rem;top:31.462500005961rem;left:1.1867187619209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZE3ntJTHc5InDDJA3Clo3fMxtsQQxUI { width:20rem;height:24.4375rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { display:block; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD { background-color: transparent; background-image: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row > .video-iframe-container { display: none; }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .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); }#p6bDhiOvTL2CaTFEvCOFTAHPlivkJZZD > .row .container { width:20rem;height:55.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtdpAHSCxnOBqa0a4My0bfmc92MXLTnr { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVO7PyTPEfCz73rl186B0FdrF6VeAErm { width:17.5rem;height:4.3125rem;top:47.75rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xpIsq7F2IzKWocwnd0VzVcNGP2O83w { display:block; }
 }@media only screen and (max-width: 763px) { #TdwzutVzysc6X8LEec39dsoUTkgSyrL9 { width:20rem;height:20rem;top:5.3125009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF87w5ChawDbTHMlRNHtcikralwHaFhx { width:20rem;height:20rem;top:25.311718940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F66uTp6W14g2rVxOf6N1NTF32w18iotm { display:none; }#F66uTp6W14g2rVxOf6N1NTF32w18iotm > .row .container { width:20rem;height:172.375rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oF6TNmMaELnAE6pr4DJQI8Ha3889cKWw { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #geRKwUb75mNlTEdsTCN4JIrxwo8lwdRg { width:15.9375rem;height:29.6875rem;top:9.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0eRoAvzHBq9KCSrr4e11ERQXSt3Xqz { width:15.9375rem;height:29.6875rem;top:72.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpSiw6rz7V8GeDPAAqq7M88gDB0XRwi { width:15.9375rem;height:29.6875rem;top:41.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmkg3tgAv8e8P0Ayf0ESrDeNtSomZ520 { width:15.9375rem;height:29.6875rem;top:136.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDwtf6WI2SHnD3ddwhaX7lllaKnsRx4 { width:15.9375rem;height:29.6875rem;top:104.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N { display:block; }#IiKaAwEZHMX7mnpzNtn9OSkC7anOh97N > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqmZ8JuE0EixzvKEsoAOFdzCGl7DJoAD { width:20rem;height:21.689875rem;top:42.058593988419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCvwbXxfovpvIFOC5WG2wTm6Mk9p0PBe { width:20rem;height:2.6rem;top:4.0398454666137rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuomaDVZzPJ2a2GJihHvuBurLApFc9LF { width:20rem;height:2.925rem;top:2.6265625953674rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAeNiRbyZBpZHZ5WKKilxDQSTTvdZpFb { width:20rem;height:33.6375rem;top:7.4398438930512rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf { background-color:#f2f2f2;background-image:none;display:block; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container { background-color: transparent; background-image: none; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container > .video-iframe-container { display: none; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row > .video-iframe-container { display: none; }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .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); }#SRx2oiAsHFuzP3tWDwIIXkaa4b77Tazf > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4DHWxrzfUN0xZs9OkDinPlLtl5wSA9P { width:20rem;height:20.9375rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnfLh06XDclHCdx3QkdyINO6vpG6NGWK { width:17.5625rem;height:5.2rem;top:2.1875004768372rem;left:1.2179687619209rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL2JO0V5qdGhQKcTlrb3amLAchqBvJw8 { width:18.6875rem;height:1.3rem;top:14.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmSw335WsrMrqHbEctZJ4VfalPlXwime { width:20rem;height:1.4625rem;top:17.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBN66ye36xWuA6OI5caVBVGVTPNDwBZT { width:12.25rem;height:1.4625rem;top:12.1875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h83PUTvh8FSSG5eN6eqNUi9LnaZUoOkA { width:11.875rem;height:1.3rem;top:19.5rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrvHSTxZL0gUNWwT2TAN0IMox8wzIzeo { width:20rem;height:1.4625rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBz0exTrmuXDUeylVe38KhFMhc74rvU { width:20rem;height:1.3rem;top:24.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxxJbQceS3WrG78CqrcBzbae4QrXVKrG { width:20rem;height:2.6rem;top:33.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnMVlwJhJ2tlr174aPcOBTekL6q7b6U4 { width:17.5rem;height:3.4375rem;top:27.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgn02qRc7hnLNGLs4xFaFw3wvEIul8cx { display:block; }
 }@media only screen and (max-width: 763px) { #ROvahEaU5X2O7pQl8SzN7O8wxnbOBqpQ { width:20rem;height:10.2375rem;top:37.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm0ka7F8znv5eo0JJIAcLUBLLtxosQRg { width:17.5rem;height:3.4375rem;top:49.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5A7sLiKZADhpswvqrBPgfneIeG9h0gz { display:block; }
 }@media only screen and (max-width: 763px) { #KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU { display:none; }#KqX7w9Mhe8ICkugzmWhIZVmIpGPeWuOU > .row .container { width:20rem;height:99rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LUlRlcWcf0CxfCXkQAbktTxtRNFDCKIh { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8OEdy6ZpAkVGrxJybWuaCgPahrLol2 { width:12.5rem;height:0;top:44.447656393051rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6eNPTsDnJPIS3RICUuDl2hKtJp2B3dd { width:18.75rem;height:10.5rem;top:5.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKuPsEtGP2gslSIKL0lqLxaf7T8xAeIC { width:20rem;height:17.680608365019rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFKzShlW44X8OJheoEaeknnvUOZiwix { display:flex;width:3.125rem;height:3.125rem;top:52.246887683869rem;left:-2.9624977111812rem; }
 }@media only screen and (max-width: 763px) { #Frk1paXhgocA9lt6g8IGve0Wf6bexVzh { display:flex;width:3.125rem;height:3.125rem;top:54.184387683869rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #xhrPbTaFGnWZ7vG7yttxfPXN1h4dlqWq { width:20rem;height:20rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5u82PCyshnQQRwTRZLEXTQZPOiTXHkq { width:18.75rem;height:10.5rem;top:58.559387683869rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 { display:block; }#KCD9ZsGplTqbfVXILiqBgT0kotFU71Z3 > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzvC3m1ALPc8BounZc1lxWBurpqwyqQT { width:20rem;height:2.6rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJGzTii0VF4As5rOwceGhWAqq7uFlB3 { width:20rem;height:13.1625rem;top:6.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEvaVLQqMVAfdoNOZlpHehLFlp23uTh { width:20rem;height:10.5625rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBpKTwg917VsQ4MtStZ0gwzAQEZ5dTb { width:19rem;height:1.70625rem;top:23.9375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2K9o8wn1PSi9au6iHbDlxh2n5ThhFuZ { width:19rem;height:1.4625rem;top:29.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7UGhTZk6RHtabkK3mRD5XPKz6uEElqn { width:20rem;height:10.5625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTX2RQMiukCNXcl5OoletJiHB4X2UmaP { width:19rem;height:1.70625rem;top:37.375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqOnOqwq1vhkBkATvNfqivCIF0wJp6k { width:20rem;height:1.3rem;top:39.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWzWLHFnKz9ApuRRT9rF272Hc6L8Kg4 { width:20rem;height:10.75rem;top:22.125rem;left:0rem;font-family:oswald;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UTXfJahxt7Cy0GoTLLi179A44Sahqnya { display:block; }
 }@media only screen and (max-width: 763px) { #E7q8a5VsDzkNnrgLZNQGDe7boakRov4A { width:20rem;height:10.75rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6egmBALwl0Ul6b1nErHuMsp2kCAOUgx { display:block; }
 }@media only screen and (max-width: 763px) { #AwmfcfrIQvBqFL0RBcUW2bgUihFWfF5n { width:19rem;height:2.925rem;top:26.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEOVH893C1g8TXTa4nuWgef3hTbVqTLd { display:none; }#wEOVH893C1g8TXTa4nuWgef3hTbVqTLd > .row .container { width:20rem;height:123.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RId7Uc0OflRfCeyk7wfkacZ4V74u3QiO { width:19.75rem;height:13.125rem;top:32.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKNQTsFAaFC1q5RgXgeCLSkEHrXOBwb { width:9.3125rem;height:4.0625rem;top:21.5625rem;left:5.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEkaFHWDEJITuCsr4pIselZsNvamJVxC { width:8.5625rem;height:3.125rem;top:25.9375rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CEeMw8UChg2GyBscENOOu4AwSg5moa5T { width:14.8125rem;height:13.125rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvmO6VIJekItdyZSuZVU8vFBah6Lmz9X { width:19.75rem;height:13.625rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEB2QJSeHNL0qovaupc7V7h341JaCrCL { width:8.5625rem;height:3.125rem;top:81.4375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aCVqBdHJyplPtcDM4P02ffWI1Ffw6cOn { width:9.6875rem;height:4.0625rem;top:77.25rem;left:4.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaBnWqgl6z3ExsPprRd4LdRME5zV7sgS { width:18rem;height:2.2rem;top:2.5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MSueQm089y1qVlybRRHnJDvGpPyPgLn6 { width:19.6875rem;height:19.75rem;top:102.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7w5BiOIhWoWUkCIXGHl9ZUotCcM3zXN { width:18rem;height:6.75rem;top:9.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #F5ne4pwxwoZKN4leMAKhCB5u2x8Vxfrn { width:11.0625rem;height:7.5625rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auK6lUB8cBqPVU9nfAE3TSLHB9rJe5wD { width:19.75rem;height:13.625rem;top:18.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { display:block; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #zBfhaqdyxF3s7HyRKEA2udSh3mS81lEd > .row .container { width:20rem;height:16rem;position:relative;display:block; } }