.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e7f7be-3fd2-4240-92ca-b86bb5cc48fd/intro_photo.jpg");background-position: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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:comfortaa;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:8.3125rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.96875rem;left:3.5rem;height:1.2375rem;font-style:normal;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { 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:2.75rem;width:2.75rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:19.150001525879rem;left:0rem;height:1.7rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:#f29e43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.6875rem;left:0rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnCfMqe68X2VwsriEXxuk14q8n7trpyx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.9687502384186rem;left:38.125rem;display:block; }
#Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s178JqhcIZElio3QR5Sbxfw1u95aWSXx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f29e43;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.9687502384186rem;left:49.5rem;display:block; }
#g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.125rem;left:68.5625rem;display:block; }
#ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tggh1GLgHskN5c5xsPJkDtQvSvUHJpud { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.4375rem;left:51.9375rem;height:2.125rem;font-style:normal;display:block; }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { 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; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:224.0625rem;width:75rem;position:relative;display:block; }#zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875014305115rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.74843788147rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#QW5SbO0nFNQMcG9ExT3uhtKQU5zFrP2H { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:174.68697929383rem;left:0rem;overflow:hidden;display:block; }
#a51dymJyGIbgG5ZhweXdIq3FwubAZ7gq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:16.125520229339rem;left:0rem;overflow:hidden;display:block; }
#dLpELo0QLEhSq7Ln74sItGPvLZZkck9o { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:70.770836830137rem;left:0rem;overflow:hidden;display:block; }
#FL7s7JTzrlWIttNOJryPtMmPcat2UiDH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:122.02916526794rem;left:0rem;overflow:hidden;display:block; }
#sv4V6sIFAEOVc9uvwzXfqDBbkniWpGW8 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:214.69166374206rem;left:0rem;height:2.6rem;display:block; }
#XoHs2AtBbLuGLUkJW41GCx2mn1MQ77eX { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.691684722901rem;left:0.18697929382324rem;height:10.4rem;display:block; }
#PEtq7fD5k1yI5lxcJuOtL1RmXBytZ1XC { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:110.57447624206rem;left:0rem;height:9.1rem;display:block; }
#oPnwS5uoPRcF8MCtuJix0xOAg3FW5Usn { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:162.95833206177rem;left:0rem;height:7.8rem;display:block; }
#vryJAyITTLXNKq83zZVszbt4Tike31S0 { 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; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { background-color: transparent; background-image: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container > .video-iframe-container { display: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row > .video-iframe-container { display: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .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); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { border-width: 0; border-radius: 0; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { font-size:0.875rem;font-family:arial;height:226.8125rem;width:75rem;position:relative;display:block; }#MBieAgPqo64crIEiHNBn616FcJEIhQvG { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875014305115rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#lAiqGd0p41QzHHAM87gixHrJNffqb7ox { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.74843788147rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#Ic4dQIgDXRJ6oTluEN8HcwTAPtbNl5pi { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:174.68697929383rem;left:0rem;overflow:hidden;display:block; }
#LbgsAmvoi8w1ixIBuDyWnNK8scn3Pnzk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:16.125520229339rem;left:0rem;overflow:hidden;display:block; }
#sVs0UZ70lQRqPPRbIDwuOMBJFIhPXnf1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:70.770836830137rem;left:0rem;overflow:hidden;display:block; }
#Fk5kh9XefFSk9WqwCKrU34bOyAi00ZEl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:122.02916526794rem;left:0rem;overflow:hidden;display:block; }
#d48IKFgO9dFJSmviQM9JqVUWaZhO8go1 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:214.69166374206rem;left:0rem;height:3.9rem;display:block; }
#aOHsSwPq5lcFQabdmThzbUzaioIQT5NX { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.691684722901rem;left:0.18697929382324rem;height:9.1rem;display:block; }
#BPq7JqlkcAwshypdyaanN3UL5QTAeIRx { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:110.57447624206rem;left:0rem;height:9.1rem;display:block; }
#qrd1xGNzZGcbxDzi85ce93hItCBO38X7 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:162.95833206177rem;left:0rem;height:7.8rem;display:block; }
#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf { 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; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { background-color: transparent; background-image: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container > .video-iframe-container { display: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row > .video-iframe-container { display: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .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); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { border-width: 0; border-radius: 0; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { font-size:0.875rem;font-family:arial;height:230.25rem;width:75rem;position:relative;display:block; }#ZE8DoVPqRDAoH1MHKJ8lQ7CyIPTcbntZ { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875014305115rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#I4LG7Zle8otSyMNxXnWzNy19XQzFg7Bq { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.74843788147rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#lMCT1fyUxq6RsTps2vz55z2TDUJNMpKV { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:174.68697929383rem;left:0rem;overflow:hidden;display:block; }
#bAZrePouKiNBAIlTyJWaBezknwvQFrnd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:16.125520229339rem;left:0rem;overflow:hidden;display:block; }
#afRPuGEHDta5JkItlPOIEq3eHeITsqmg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:70.770836830137rem;left:0rem;overflow:hidden;display:block; }
#P6UrTd55cheyR1rOhSMkAPpc1KNcUEs8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:122.02916526794rem;left:0rem;overflow:hidden;display:block; }
#zXTC5XSS4dJQTfoPX4rZlhuiRE8ugFPE { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:215.50416564941rem;left:0rem;height:7.8rem;display:block; }
#AZVxlU43RUEI7tcFaUGS1zkXdae9oGmb { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.691684722901rem;left:0.18697929382324rem;height:9.1rem;display:block; }
#O5UWmgPM3H64kkSk5GIfmLoEnZkaUEQy { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:111.22447776794rem;left:0rem;height:7.8rem;display:block; }
#cg3AEw7xk6ZDSTJTZopUZKokd6FTBpn6 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:162.95833206177rem;left:0rem;height:7.8rem;display:block; }
#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE { 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; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { background-color: transparent; background-image: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container > .video-iframe-container { display: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row > .video-iframe-container { display: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .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); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { border-width: 0; border-radius: 0; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { font-size:0.875rem;font-family:arial;height:230.25rem;width:75rem;position:relative;display:block; }#J8qA7hE2DCyEoTCPhmhrnO9roV1zR9n9 { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875014305115rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#bVz2uq3TLTaBQnwrwzstxWV4gKwlSWd0 { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.74843788147rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#uagZ8OIUZGqqxwgV9FBxGPmmlilUoT5f { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:176.93699073791rem;left:0rem;overflow:hidden;display:block; }
#bfvNI5W4EGU1z0COLngczix3hTAmtSsG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:16.125520229339rem;left:0rem;overflow:hidden;display:block; }
#nircu9FhGnQfXVeRVugaxQaTodTyw2wU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:70.770836830137rem;left:0rem;overflow:hidden;display:block; }
#clnk80V3hTNLo6qFoVrPC6nUTeeocJxi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:129.46667480469rem;left:0rem;overflow:hidden;display:block; }
#iTEDLPusyupJN03E3TJHeb0HpaXbyUZ8 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:217.44166564941rem;left:0rem;height:6.5rem;display:block; }
#Tlb93sVUKqlURBvt6TKDEBC5QQC3oip2 { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.691684722901rem;left:0.18697929382324rem;height:10.4rem;display:block; }
#w4tpTQlU08fNnrP5TDimNvPfAfieIfuT { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:114.20781517029rem;left:0.18697929382324rem;height:9.1rem;display:block; }
#dyZ8LlyQ88Ll4NwZGeOibmynRXI1hWgV { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:170.45834445953rem;left:0.18697929382324rem;height:2.6rem;display:block; }
#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh { 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; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { background-color: transparent; background-image: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container > .video-iframe-container { display: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row > .video-iframe-container { display: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .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); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { border-width: 0; border-radius: 0; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { font-size:0.875rem;font-family:arial;height:230.25rem;width:75rem;position:relative;display:block; }#X3QsulXv3TngRsBmbaycPHRgTbT7c2Vn { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875014305115rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#S5ooXPXGsR8RDQBKEUOoG6GWMewI01Q8 { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:8.31093788147rem;left:0rem;height:6.8rem;font-style:normal;display:block; }
#GZ3HwXh6DrbBaX6x75rrFSk7NFnMRfQT { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:176.93699073791rem;left:0rem;overflow:hidden;display:block; }
#DBOFWqMA8X6Nx1HGNWoP73xuxTHmN2IQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:16.125520229339rem;left:0rem;overflow:hidden;display:block; }
#rwEtvf2QC64pE67naCKs8QCEaseFTbW5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:70.770836830137rem;left:0rem;overflow:hidden;display:block; }
#QeT65fla0NweNL4NHRrXuHHs2VOuO2oC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:129.46667480469rem;left:0rem;overflow:hidden;display:block; }
#AvCBlpSow5WImLrQt5SVBvVUJzE165bC { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:218.75417709351rem;left:0rem;height:3.9rem;display:block; }
#NHZ8awVwINiOBJU1mgV6de3PT7P7IJ2L { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:56.691684722901rem;left:0.18697929382324rem;height:9.1rem;display:block; }
#r36Pm1K8KO4UAW09LfZL0Mrobb0ZJX4C { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:114.20781517029rem;left:0.18697929382324rem;height:9.1rem;display:block; }
#uRMhcMtVDHhGlv9lCNBwl7wtdhRf69TL { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:170.45834445953rem;left:0.18697929382324rem;height:3.9rem;display:block; }
#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 { 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; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { background-color: transparent; background-image: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container > .video-iframe-container { display: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row > .video-iframe-container { display: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .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); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { border-width: 0; border-radius: 0; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { font-size:0.875rem;font-family:arial;height:233.1875rem;width:75rem;position:relative;display:block; }#dMyMTElTCyTiE8mJT4aZB1tuKy0GG1Ow { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875014305115rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#DLfA7imEtNKZJ8IcbgUEetLITWTZm7MT { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:10.374472618103rem;left:0rem;height:163.2rem;font-style:normal;display:block; }
#Jq8M4zfQPwNUNGf3v8hsvo3A4ytyF4EO { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:183.12448883057rem;left:0rem;overflow:hidden;display:block; }
#v2T46C6ZIb0a1ftrezowA8acwhQBKTWS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:16.125520229339rem;left:0rem;overflow:hidden;display:block; }
#zziwf0kV2fOnhHxzsJFt0qNIzPTvtad3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:70.770836830137rem;left:0rem;overflow:hidden;display:block; }
#tnQxR49lBIdk1eB5wXweQpcVv1EtLB33 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:129.46667480469rem;left:0rem;overflow:hidden;display:block; }
#bGnP3o8AiTxF2rmfIwErNiUsJB42wZGf { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:223.69167709351rem;left:0rem;height:2.6rem;display:block; }
#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ { 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; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { background-color: transparent; background-image: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container > .video-iframe-container { display: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row > .video-iframe-container { display: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .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); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { border-width: 0; border-radius: 0; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { font-size:0.875rem;font-family:arial;height:255.6875rem;width:75rem;position:relative;display:block; }#vuZqqVShD70k6IKC9pXx6eUfCRflHvKH { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875014305115rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#gTH724Hn1au3hm8RHalkw8bu90Trw5bW { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.7494812011719rem;left:0rem;height:175.1rem;font-style:normal;display:block; }
#vFNyEIlKddUBOqiaEyPwnuIUzi76i60V { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:191.99947834015rem;left:0rem;overflow:hidden;display:block; }
#OtzgS7Wq3LGe0gI1NR9E5pLvrUiRpKLd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:16.125520229339rem;left:0rem;overflow:hidden;display:block; }
#pBWuLUpTNTptsQQEIu7zFTDnWWBrOJ8U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:74.083347320556rem;left:0rem;overflow:hidden;display:block; }
#phk7TSUyZ8uIQpV7MQLs2Rp3F2WzMnu7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:129.46667480469rem;left:0rem;overflow:hidden;display:block; }
#GeyxHfPaJ8wKAhcw4D6iAQAeoVVGM5ue { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:233.25418186187rem;left:0.061979293823242rem;height:19.5rem;display:block; }
#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK { 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; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { background-color: transparent; background-image: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container > .video-iframe-container { display: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row > .video-iframe-container { display: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .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); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { border-width: 0; border-radius: 0; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { font-size:0.875rem;font-family:arial;height:229.5rem;width:75rem;position:relative;display:block; }#Ty7Z5uQEl2xNI0rTfelxEraVgZBHF04Q { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#m52RWRTkXsOIVhewGy6CEDiTW9FAJ40k { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.625rem;left:0rem;height:166.6rem;font-style:normal;display:block; }
#dFlr8RDOu8pTZUg30end6qfy2B2ehDeC { position:absolute;display:block;z-index:15004;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.5rem;width:75rem;top:190.43751525879rem;left:0rem;overflow:hidden;display:block; }
#Hbb7108nOu7UOcor2rCxbqPU2QzaiPOJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:13.37553024292rem;left:0rem;overflow:hidden;display:block; }
#ihWSXrsEGbyKwiFEuNmQpTpVRWoZTlk5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:74.083347320556rem;left:0rem;overflow:hidden;display:block; }
#OQf6fVS868LyB25JX7K3urPaapNr2UFr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:129.46667480469rem;left:0rem;overflow:hidden;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { 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; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#OdgS06yVTlObOG51X69U5mbGBzAyJKCE { color:#171717;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { background-color:#f29e43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.125rem;left:23.1875rem;display:block; }
#qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:40.75rem;display:block; }
#pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/bff6e125-0697-4d5c-bfdf-82ebc288e987/bg1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { font-size:0.875rem;font-family:arial;height:82.1875rem;width:75rem;position:relative;display:block; }#xRK18aAOcZEpP354waQW2MfFEDW64UyI { color:#171717;display:block;width:34.125rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.125rem;left:40.625rem;height:3.85rem;font-style:normal;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:#171717;display:block;width:33.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:13.233334064484rem;left:40.8125rem;height:52.7rem;font-style:normal;display:block; }
#t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { position:absolute;display:block;z-index:15007;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:71.937502622606rem;left:40.8125rem;display:block; }
#ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { position:absolute;display:block;z-index:15009;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:71.9375038147rem;left:52.466667175293rem;display:block; }
#zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { position:absolute;display:block;z-index:15011;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:71.9375038147rem;left:63.875rem;display:block; }
#a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { position:absolute;display:block;z-index:15013;background-color:#1c1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.375rem;top:17.6875rem;left:24.84375rem;display:block; }
#xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:comfortaa;font-size:3.5rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:21.25rem;left:26.9375rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:25.5rem;left:26.9375rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { 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:15017;opacity:1;top:74.158335447312rem;left:43.033332824707rem; }
#sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { 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:15018;opacity:1;top:74.158336639406rem;left:54.6875rem; }
#Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { 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:74.158336639406rem;left:66.095832824706rem; }
#shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { box-sizing:content-box;height:82.125rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:#f8f8f8;background-image:none;top:0rem;left:37.5rem;display:block; }
#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b97fecef-8e04-4720-8551-4d661197b1b3/bg3.jpg");background-position: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; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { border-width: 0; border-radius: 0; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::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; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#HPL4lvstCxsSRi5OiJd3k0ySJ6bS4san { color:#171717;display:block;width:26.5rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:8.6833333969119rem;left:46.5625rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioM3XIoO93BaeE51qzNfONxcqTxz1K4c { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:28.75rem;left:18.125rem;height:2.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-form-header {  }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:#000000;width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.6875rem;color:#171717;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:4.375rem;color:#171717;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:comfortaa;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1c1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:comfortaa;overflow:hidden; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-moz-placeholder { color:#737373;font-family:comfortaa;font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-moz-placeholder { color:#737373;font-family:comfortaa;font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-ms-input-placeholder { color:#737373;font-family:comfortaa;font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-webkit-input-placeholder { color:#737373;font-family:comfortaa;font-size:0.875rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:comfortaa;line-height:1.3;font-size:0.75rem;font-weight:300;color:#171717;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:comfortaa;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-container:first-of-type{padding-top:0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-container:last-of-type{padding-bottom:0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.25rem;left:47.0625rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C {display:block;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.25rem;left:47.0625rem; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KuApLrif3JBZrswpy3D7MVfw2nrcRzKz { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #vMuyvCvtEWxxi00k3fyxOp5iuFiwAvL1 { position:relative;display:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #IVZqF6ZUl5Q3nNzwC4hkghvKvJi7EcHt { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #elBFL8U7A5IUC6vW8KQhNcLdhGpvwxiv { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s1mOzZQGu0zHCDv9GxuvOba7Sw3hlZBi { position:relative;display:none; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #nJUnnKNTpqTb0l33g5wsDyk2N6P8GI69 { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUhISNtpR11a6o7P70dsbBJ33lmqfpSX { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KiSHToCzJwyeyi3udcRayuqVBzVeUfFI { position:relative;z-index:2; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #ZJ008T86TazPpRqfUDOEe0MmdTIfXBTE { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUM5Oz5FGIhTCJzTGl51fXQVAJhg50Iz { position:relative; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s3ouyzUTeTnwah5fdpbKViCZd3hVpyNa { position:relative; }
#Nll87DfvZmG7IUTvCeH8mfOWLZLzVBwU { position:absolute;display:block;z-index:15011;background-color:#f29e43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:30.375rem;top:7.0625rem;left:44.625rem;display:block; }
#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { color:#171717;display:block;width:23.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.21875rem;left:3.375rem;height:1.2375rem;font-style:normal;display:block; }
#r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { 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:2.75rem;width:2.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { color:rgba(23,23,23,0.7);display:block;width:23.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4562530517578rem;left:47.4375rem;height:0.9625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e7f7be-3fd2-4240-92ca-b86bb5cc48fd/intro_photo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:41.9375rem;height:8.25rem;top:8.3125rem;left:0rem;font-size:2.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { width:23.9375rem;height:1.1875rem;top:2.9375rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:2.75rem;height:2.75rem;top:2.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:38.125rem;height:1.6875rem;top:19.125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:30.6875rem;left:0rem;background-color:#f29e43;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;box-shadow: none;color:#1c1f2f;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #SnCfMqe68X2VwsriEXxuk14q8n7trpyx { width:10.375rem;height:2.5rem;top:2.9375rem;left:24.5rem;background-color:transparent;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block; }
 }@media only screen and (max-width: 763px) { #s178JqhcIZElio3QR5Sbxfw1u95aWSXx { width:18.75rem;height:2.5rem;top:2.9375rem;left:29rem;background-color:transparent;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;box-shadow: none;color:#f29e43;display:block; }
 }@media only screen and (max-width: 763px) { #g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block; }
 }@media only screen and (max-width: 763px) { #hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { width:6.4375rem;height:2.5rem;top:3.125rem;left:41.3125rem;background-color:transparent;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block; }
 }@media only screen and (max-width: 763px) { #Tggh1GLgHskN5c5xsPJkDtQvSvUHJpud { width:23.0625rem;height:2.125rem;top:30.4375rem;left:24.6875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:47.75rem;height:6.75rem;top:6.6875rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #QW5SbO0nFNQMcG9ExT3uhtKQU5zFrP2H { width:47.75rem;height:23.875rem;top:174.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51dymJyGIbgG5ZhweXdIq3FwubAZ7gq { width:47.75rem;height:23.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLpELo0QLEhSq7Ln74sItGPvLZZkck9o { width:47.75rem;height:23.875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL7s7JTzrlWIttNOJryPtMmPcat2UiDH { width:47.75rem;height:23.875rem;top:122rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv4V6sIFAEOVc9uvwzXfqDBbkniWpGW8 { width:47.75rem;height:2.5625rem;top:214.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoHs2AtBbLuGLUkJW41GCx2mn1MQ77eX { width:47.75rem;height:10.375rem;top:56.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEtq7fD5k1yI5lxcJuOtL1RmXBytZ1XC { width:47.75rem;height:9.0625rem;top:110.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPnwS5uoPRcF8MCtuJix0xOAg3FW5Usn { width:47.75rem;height:7.75rem;top:162.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vryJAyITTLXNKq83zZVszbt4Tike31S0 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { background-color: transparent; background-image: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container > .video-iframe-container { display: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row > .video-iframe-container { display: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .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); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { border-width: 0; border-radius: 0; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBieAgPqo64crIEiHNBn616FcJEIhQvG { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #lAiqGd0p41QzHHAM87gixHrJNffqb7ox { width:47.75rem;height:6.75rem;top:6.6875rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #Ic4dQIgDXRJ6oTluEN8HcwTAPtbNl5pi { width:47.75rem;height:23.875rem;top:174.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbgsAmvoi8w1ixIBuDyWnNK8scn3Pnzk { width:47.75rem;height:23.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVs0UZ70lQRqPPRbIDwuOMBJFIhPXnf1 { width:47.75rem;height:23.875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk5kh9XefFSk9WqwCKrU34bOyAi00ZEl { width:47.75rem;height:23.875rem;top:122rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d48IKFgO9dFJSmviQM9JqVUWaZhO8go1 { width:47.75rem;height:3.875rem;top:214.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOHsSwPq5lcFQabdmThzbUzaioIQT5NX { width:47.75rem;height:9.0625rem;top:56.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPq7JqlkcAwshypdyaanN3UL5QTAeIRx { width:47.75rem;height:9.0625rem;top:110.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrd1xGNzZGcbxDzi85ce93hItCBO38X7 { width:47.75rem;height:7.75rem;top:162.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { background-color: transparent; background-image: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container > .video-iframe-container { display: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row > .video-iframe-container { display: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .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); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { border-width: 0; border-radius: 0; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZE8DoVPqRDAoH1MHKJ8lQ7CyIPTcbntZ { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #I4LG7Zle8otSyMNxXnWzNy19XQzFg7Bq { width:47.75rem;height:6.75rem;top:6.6875rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #lMCT1fyUxq6RsTps2vz55z2TDUJNMpKV { width:47.75rem;height:23.875rem;top:174.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZrePouKiNBAIlTyJWaBezknwvQFrnd { width:47.75rem;height:23.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afRPuGEHDta5JkItlPOIEq3eHeITsqmg { width:47.75rem;height:23.875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6UrTd55cheyR1rOhSMkAPpc1KNcUEs8 { width:47.75rem;height:23.875rem;top:122rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXTC5XSS4dJQTfoPX4rZlhuiRE8ugFPE { width:47.75rem;height:7.75rem;top:215.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZVxlU43RUEI7tcFaUGS1zkXdae9oGmb { width:47.75rem;height:9.0625rem;top:56.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5UWmgPM3H64kkSk5GIfmLoEnZkaUEQy { width:47.75rem;height:7.75rem;top:111.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg3AEw7xk6ZDSTJTZopUZKokd6FTBpn6 { width:47.75rem;height:7.75rem;top:162.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { background-color: transparent; background-image: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container > .video-iframe-container { display: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row > .video-iframe-container { display: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .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); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { border-width: 0; border-radius: 0; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8qA7hE2DCyEoTCPhmhrnO9roV1zR9n9 { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #bVz2uq3TLTaBQnwrwzstxWV4gKwlSWd0 { width:47.75rem;height:6.75rem;top:6.6875rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #uagZ8OIUZGqqxwgV9FBxGPmmlilUoT5f { width:47.75rem;height:23.875rem;top:176.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfvNI5W4EGU1z0COLngczix3hTAmtSsG { width:47.75rem;height:23.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nircu9FhGnQfXVeRVugaxQaTodTyw2wU { width:47.75rem;height:23.875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clnk80V3hTNLo6qFoVrPC6nUTeeocJxi { width:47.75rem;height:23.875rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEDLPusyupJN03E3TJHeb0HpaXbyUZ8 { width:47.75rem;height:6.5rem;top:217.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlb93sVUKqlURBvt6TKDEBC5QQC3oip2 { width:47.75rem;height:10.375rem;top:56.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4tpTQlU08fNnrP5TDimNvPfAfieIfuT { width:47.75rem;height:9.0625rem;top:114.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZ8LlyQ88Ll4NwZGeOibmynRXI1hWgV { width:47.75rem;height:2.5625rem;top:170.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { background-color: transparent; background-image: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container > .video-iframe-container { display: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row > .video-iframe-container { display: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .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); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { border-width: 0; border-radius: 0; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3QsulXv3TngRsBmbaycPHRgTbT7c2Vn { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #S5ooXPXGsR8RDQBKEUOoG6GWMewI01Q8 { width:47.75rem;height:8.5rem;top:8.25rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3HwXh6DrbBaX6x75rrFSk7NFnMRfQT { width:47.75rem;height:23.875rem;top:176.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBOFWqMA8X6Nx1HGNWoP73xuxTHmN2IQ { width:47.75rem;height:23.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwEtvf2QC64pE67naCKs8QCEaseFTbW5 { width:47.75rem;height:23.875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeT65fla0NweNL4NHRrXuHHs2VOuO2oC { width:47.75rem;height:23.875rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvCBlpSow5WImLrQt5SVBvVUJzE165bC { width:47.75rem;height:3.875rem;top:218.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZ8awVwINiOBJU1mgV6de3PT7P7IJ2L { width:47.75rem;height:9.0625rem;top:56.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r36Pm1K8KO4UAW09LfZL0Mrobb0ZJX4C { width:47.75rem;height:9.0625rem;top:114.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRMhcMtVDHhGlv9lCNBwl7wtdhRf69TL { width:47.75rem;height:3.875rem;top:170.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0HESSq1aVcSf6srhgL15DtWWVG6gta6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { background-color: transparent; background-image: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container > .video-iframe-container { display: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row > .video-iframe-container { display: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .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); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { border-width: 0; border-radius: 0; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMyMTElTCyTiE8mJT4aZB1tuKy0GG1Ow { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #DLfA7imEtNKZJ8IcbgUEetLITWTZm7MT { width:47.75rem;height:169.9375rem;top:10.3125rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #Jq8M4zfQPwNUNGf3v8hsvo3A4ytyF4EO { width:47.75rem;height:23.875rem;top:183.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2T46C6ZIb0a1ftrezowA8acwhQBKTWS { width:47.75rem;height:23.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zziwf0kV2fOnhHxzsJFt0qNIzPTvtad3 { width:47.75rem;height:23.875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnQxR49lBIdk1eB5wXweQpcVv1EtLB33 { width:47.75rem;height:23.875rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGnP3o8AiTxF2rmfIwErNiUsJB42wZGf { width:47.75rem;height:2.5625rem;top:223.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { background-color: transparent; background-image: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container > .video-iframe-container { display: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row > .video-iframe-container { display: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .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); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { border-width: 0; border-radius: 0; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuZqqVShD70k6IKC9pXx6eUfCRflHvKH { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #gTH724Hn1au3hm8RHalkw8bu90Trw5bW { width:47.75rem;height:183.5625rem;top:7.6875rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #vFNyEIlKddUBOqiaEyPwnuIUzi76i60V { width:47.75rem;height:23.875rem;top:191.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzgS7Wq3LGe0gI1NR9E5pLvrUiRpKLd { width:47.75rem;height:23.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBWuLUpTNTptsQQEIu7zFTDnWWBrOJ8U { width:47.75rem;height:23.875rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phk7TSUyZ8uIQpV7MQLs2Rp3F2WzMnu7 { width:47.75rem;height:23.875rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeyxHfPaJ8wKAhcw4D6iAQAeoVVGM5ue { width:47.75rem;height:19.5rem;top:233.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKxA9uvU1pH3VEOWpKfaUNIpk10venUK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { background-color: transparent; background-image: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container > .video-iframe-container { display: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row > .video-iframe-container { display: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .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); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { border-width: 0; border-radius: 0; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty7Z5uQEl2xNI0rTfelxEraVgZBHF04Q { width:47.75rem;height:1.875rem;top:3.5625rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #m52RWRTkXsOIVhewGy6CEDiTW9FAJ40k { width:47.75rem;height:178.4375rem;top:6.625rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #dFlr8RDOu8pTZUg30end6qfy2B2ehDeC { width:47.75rem;height:23.875rem;top:190.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbb7108nOu7UOcor2rCxbqPU2QzaiPOJ { width:47.75rem;height:23.875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWSXrsEGbyKwiFEuNmQpTpVRWoZTlk5 { width:47.75rem;height:23.875rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQf6fVS868LyB25JX7K3urPaapNr2UFr { width:47.75rem;height:23.875rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:47.75rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1.25rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { width:16.9375rem;height:3.75rem;top:5.125rem;left:9.5625rem;background-color:#f29e43;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;box-shadow: none;color:#1c1f2f;display:block; }
 }@media only screen and (max-width: 763px) { #qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block; }
 }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:11.125rem;height:3.75rem;top:5.125rem;left:27.125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;color:#1c1f2f;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/bff6e125-0697-4d5c-bfdf-82ebc288e987/bg1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:34.125rem;height:3.875rem;top:6.125rem;left:13.625rem;font-size:1.75rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:33.1875rem;height:61.1875rem;top:13.1875rem;left:14.5625rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { width:7.5rem;height:7.5rem;top:71.9375rem;left:23.875rem;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { width:7.5rem;height:7.5rem;top:71.9375rem;left:32.029167175293rem;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { width:7.5rem;height:7.5rem;top:71.9375rem;left:40.125rem;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:14.375rem;height:12.5rem;top:17.6875rem;left:9.5rem;background-color:#1c1f2f;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { width:10.625rem;height:3.8125rem;top:21.25rem;left:13.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:10.625rem;height:1.0625rem;top:25.5rem;left:13.25rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { top:74.125rem;left:23.875rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { top:74.125rem;left:34.25rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { top:74.125rem;left:44.625rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { top:0rem;left:10.25rem;width:37.5rem;height:82.125rem;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b97fecef-8e04-4720-8551-4d661197b1b3/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { border-width: 0; border-radius: 0; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPL4lvstCxsSRi5OiJd3k0ySJ6bS4san { width:26.5rem;height:6.5625rem;top:8.625rem;left:21.25rem;font-size:1.75rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #ioM3XIoO93BaeE51qzNfONxcqTxz1K4c { width:23.0625rem;height:2.125rem;top:28.75rem;left:4.5rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#000000; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem;background-color:#1c1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-moz-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-moz-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-ms-input-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-webkit-input-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#171717; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-radio-label { color:#161616; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C  { width:23rem;height:auto;top:15.25rem;left:22.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-info-text { color:#000000; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C {display:block;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C { width:23rem;height:auto;top:15.25rem;left:22.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KuApLrif3JBZrswpy3D7MVfw2nrcRzKz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #vMuyvCvtEWxxi00k3fyxOp5iuFiwAvL1 { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #IVZqF6ZUl5Q3nNzwC4hkghvKvJi7EcHt {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #elBFL8U7A5IUC6vW8KQhNcLdhGpvwxiv {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s1mOzZQGu0zHCDv9GxuvOba7Sw3hlZBi { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #nJUnnKNTpqTb0l33g5wsDyk2N6P8GI69 {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUhISNtpR11a6o7P70dsbBJ33lmqfpSX {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KiSHToCzJwyeyi3udcRayuqVBzVeUfFI {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #ZJ008T86TazPpRqfUDOEe0MmdTIfXBTE {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUM5Oz5FGIhTCJzTGl51fXQVAJhg50Iz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s3ouyzUTeTnwah5fdpbKViCZd3hVpyNa {  }
 }@media only screen and (max-width: 763px) { #Nll87DfvZmG7IUTvCeH8mfOWLZLzVBwU { width:30.375rem;height:25.875rem;top:7.0625rem;left:14.0625rem;background-color:#f29e43;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:23.9375rem;height:1.1875rem;top:2.1875rem;left:0rem;font-size:1.125rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:2.75rem;height:2.75rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:23.9375rem;height:0.9375rem;top:3.4375rem;left:23.8125rem;font-size:0.875rem;color:rgba(23,23,23,0.7);display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e7f7be-3fd2-4240-92ca-b86bb5cc48fd/intro_photo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:20rem;height:8.5488125rem;top:9.75rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mP9Ev9OUT8VrHTBo0ralBwVmu2D9uS2t { width:14.875rem;height:1.23730625rem;top:2.3125rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:2.75rem;height:2.75rem;top:1.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:4.19824375rem;top:19.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:24.5rem;left:0rem;background-color:#f29e43;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;box-shadow: none;color:#1c1f2f;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #SnCfMqe68X2VwsriEXxuk14q8n7trpyx { width:6.0625rem;height:1.25rem;top:10.1875rem;left:6.9375rem;background-color:transparent;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;box-shadow: none;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Z2hXU74T9RWyfE5e99DKXINqrDXgfcdZ { display:block; }
 }@media only screen and (max-width: 763px) { #s178JqhcIZElio3QR5Sbxfw1u95aWSXx { width:10.875rem;height:1.3125rem;top:15.25rem;left:4.5625rem;background-color:transparent;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;box-shadow: none;color:#f29e43;display:none; }
 }@media only screen and (max-width: 763px) { #g1KTCQPOqncGxsDfgIemzIfR7nyMkRVr { display:block; }
 }@media only screen and (max-width: 763px) { #hlvhWvtPla0QzIheezyKD8X1zTZl6GQP { width:4.25rem;height:1.3125rem;top:17.8125rem;left:7.875rem;background-color:transparent;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;box-shadow: none;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ZGEGz7cQbJLKN8egZrHr0PA5F5EKHHBa { display:block; }
 }@media only screen and (max-width: 763px) { #Tggh1GLgHskN5c5xsPJkDtQvSvUHJpud { width:17.375rem;height:2.798825rem;top:34.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #QW5SbO0nFNQMcG9ExT3uhtKQU5zFrP2H { width:20rem;height:10rem;top:80.6125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51dymJyGIbgG5ZhweXdIq3FwubAZ7gq { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLpELo0QLEhSq7Ln74sItGPvLZZkck9o { width:20rem;height:10rem;top:38.7125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL7s7JTzrlWIttNOJryPtMmPcat2UiDH { width:20rem;height:10rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv4V6sIFAEOVc9uvwzXfqDBbkniWpGW8 { width:20rem;height:0;top:91.8625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoHs2AtBbLuGLUkJW41GCx2mn1MQ77eX { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEtq7fD5k1yI5lxcJuOtL1RmXBytZ1XC { width:20rem;height:0;top:49.9625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPnwS5uoPRcF8MCtuJix0xOAg3FW5Usn { width:20rem;height:0;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vryJAyITTLXNKq83zZVszbt4Tike31S0 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { background-color: transparent; background-image: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container > .video-iframe-container { display: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row > .video-iframe-container { display: none; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .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); }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { border-width: 0; border-radius: 0; }#vryJAyITTLXNKq83zZVszbt4Tike31S0 > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBieAgPqo64crIEiHNBn616FcJEIhQvG { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #lAiqGd0p41QzHHAM87gixHrJNffqb7ox { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #Ic4dQIgDXRJ6oTluEN8HcwTAPtbNl5pi { width:20rem;height:10rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbgsAmvoi8w1ixIBuDyWnNK8scn3Pnzk { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVs0UZ70lQRqPPRbIDwuOMBJFIhPXnf1 { width:20rem;height:10rem;top:37.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk5kh9XefFSk9WqwCKrU34bOyAi00ZEl { width:20rem;height:10rem;top:59.0125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d48IKFgO9dFJSmviQM9JqVUWaZhO8go1 { width:20rem;height:0;top:90.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOHsSwPq5lcFQabdmThzbUzaioIQT5NX { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPq7JqlkcAwshypdyaanN3UL5QTAeIRx { width:20rem;height:0;top:48.6625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrd1xGNzZGcbxDzi85ce93hItCBO38X7 { width:20rem;height:0;top:70.2625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { background-color: transparent; background-image: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container > .video-iframe-container { display: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row > .video-iframe-container { display: none; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .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); }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { border-width: 0; border-radius: 0; }#Hir6JnLtSHdtsLsOSZw7yNqGi16o9Vwf > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZE8DoVPqRDAoH1MHKJ8lQ7CyIPTcbntZ { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #I4LG7Zle8otSyMNxXnWzNy19XQzFg7Bq { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #lMCT1fyUxq6RsTps2vz55z2TDUJNMpKV { width:20rem;height:10rem;top:78.0125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZrePouKiNBAIlTyJWaBezknwvQFrnd { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afRPuGEHDta5JkItlPOIEq3eHeITsqmg { width:20rem;height:10rem;top:37.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6UrTd55cheyR1rOhSMkAPpc1KNcUEs8 { width:20rem;height:10rem;top:57.7125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXTC5XSS4dJQTfoPX4rZlhuiRE8ugFPE { width:20rem;height:0;top:89.2625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZVxlU43RUEI7tcFaUGS1zkXdae9oGmb { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5UWmgPM3H64kkSk5GIfmLoEnZkaUEQy { width:20rem;height:0;top:48.6625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg3AEw7xk6ZDSTJTZopUZKokd6FTBpn6 { width:20rem;height:0;top:68.9625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { background-color: transparent; background-image: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container > .video-iframe-container { display: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row > .video-iframe-container { display: none; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .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); }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { border-width: 0; border-radius: 0; }#W0eZ1u1VFSKzz26PfN4mOir4xfLT4tzE > .row .container { width:20rem;height:94.4125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8qA7hE2DCyEoTCPhmhrnO9roV1zR9n9 { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #bVz2uq3TLTaBQnwrwzstxWV4gKwlSWd0 { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #uagZ8OIUZGqqxwgV9FBxGPmmlilUoT5f { width:20rem;height:10rem;top:75.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfvNI5W4EGU1z0COLngczix3hTAmtSsG { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nircu9FhGnQfXVeRVugaxQaTodTyw2wU { width:20rem;height:10rem;top:38.7125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clnk80V3hTNLo6qFoVrPC6nUTeeocJxi { width:20rem;height:10rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEDLPusyupJN03E3TJHeb0HpaXbyUZ8 { width:20rem;height:0;top:86.6625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlb93sVUKqlURBvt6TKDEBC5QQC3oip2 { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4tpTQlU08fNnrP5TDimNvPfAfieIfuT { width:20rem;height:0;top:49.9625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZ8LlyQ88Ll4NwZGeOibmynRXI1hWgV { width:20rem;height:0;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { background-color: transparent; background-image: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container > .video-iframe-container { display: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row > .video-iframe-container { display: none; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .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); }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { border-width: 0; border-radius: 0; }#XGU5tMT9NC7WDEN4gvGOIvrQpvLnwahh > .row .container { width:20rem;height:91.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3QsulXv3TngRsBmbaycPHRgTbT7c2Vn { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #S5ooXPXGsR8RDQBKEUOoG6GWMewI01Q8 { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3HwXh6DrbBaX6x75rrFSk7NFnMRfQT { width:20rem;height:10rem;top:75.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBOFWqMA8X6Nx1HGNWoP73xuxTHmN2IQ { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwEtvf2QC64pE67naCKs8QCEaseFTbW5 { width:20rem;height:10rem;top:37.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeT65fla0NweNL4NHRrXuHHs2VOuO2oC { width:20rem;height:10rem;top:59.0125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvCBlpSow5WImLrQt5SVBvVUJzE165bC { width:20rem;height:0;top:86.6625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZ8awVwINiOBJU1mgV6de3PT7P7IJ2L { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r36Pm1K8KO4UAW09LfZL0Mrobb0ZJX4C { width:20rem;height:0;top:48.6625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRMhcMtVDHhGlv9lCNBwl7wtdhRf69TL { width:20rem;height:0;top:70.2625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0HESSq1aVcSf6srhgL15DtWWVG6gta6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { background-color: transparent; background-image: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container > .video-iframe-container { display: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row > .video-iframe-container { display: none; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .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); }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { border-width: 0; border-radius: 0; }#C0HESSq1aVcSf6srhgL15DtWWVG6gta6 > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMyMTElTCyTiE8mJT4aZB1tuKy0GG1Ow { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #DLfA7imEtNKZJ8IcbgUEetLITWTZm7MT { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #Jq8M4zfQPwNUNGf3v8hsvo3A4ytyF4EO { width:20rem;height:10rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2T46C6ZIb0a1ftrezowA8acwhQBKTWS { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zziwf0kV2fOnhHxzsJFt0qNIzPTvtad3 { width:20rem;height:10rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnQxR49lBIdk1eB5wXweQpcVv1EtLB33 { width:20rem;height:10rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGnP3o8AiTxF2rmfIwErNiUsJB42wZGf { width:20rem;height:0;top:60.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { background-color: transparent; background-image: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container > .video-iframe-container { display: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row > .video-iframe-container { display: none; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .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); }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { border-width: 0; border-radius: 0; }#aK1tQbtCmUFndKD7dJ7QwISyEoqPeDnZ > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuZqqVShD70k6IKC9pXx6eUfCRflHvKH { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #gTH724Hn1au3hm8RHalkw8bu90Trw5bW { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #vFNyEIlKddUBOqiaEyPwnuIUzi76i60V { width:20rem;height:10rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzgS7Wq3LGe0gI1NR9E5pLvrUiRpKLd { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBWuLUpTNTptsQQEIu7zFTDnWWBrOJ8U { width:20rem;height:10rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phk7TSUyZ8uIQpV7MQLs2Rp3F2WzMnu7 { width:20rem;height:10rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeyxHfPaJ8wKAhcw4D6iAQAeoVVGM5ue { width:20rem;height:0;top:60.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKxA9uvU1pH3VEOWpKfaUNIpk10venUK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { background-color: transparent; background-image: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container > .video-iframe-container { display: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row > .video-iframe-container { display: none; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .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); }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { border-width: 0; border-radius: 0; }#dKxA9uvU1pH3VEOWpKfaUNIpk10venUK > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty7Z5uQEl2xNI0rTfelxEraVgZBHF04Q { width:20rem;height:1.6494125rem;top:1.875rem;left:0rem;font-size:1.5rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #m52RWRTkXsOIVhewGy6CEDiTW9FAJ40k { width:20rem;height:10.1953125rem;top:4.375rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #dFlr8RDOu8pTZUg30end6qfy2B2ehDeC { width:20rem;height:10rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbb7108nOu7UOcor2rCxbqPU2QzaiPOJ { width:20rem;height:10rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWSXrsEGbyKwiFEuNmQpTpVRWoZTlk5 { width:20rem;height:10rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQf6fVS868LyB25JX7K3urPaapNr2UFr { width:20rem;height:10rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #ncmdflWdeOlKzPahvUpv0kqQOlWkXVMo { width:16.9375rem;height:3.75rem;top:4.25rem;left:1.5rem;background-color:#f29e43;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;box-shadow: none;color:#1c1f2f;display:block; }
 }@media only screen and (max-width: 763px) { #qPRid40gwrWmyhQcAwiX20E19O2U1UuJ { display:block; }
 }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:16.9375rem;height:3.75rem;top:8.625rem;left:1.53125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;color:#1c1f2f;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/e815a051-4cfd-4ba4-b36c-56491a900328/photo1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:20rem;height:1.92480625rem;top:25.375rem;left:0rem;font-size:1.75rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:20rem;height:20.39065625rem;top:28.5rem;left:0rem;font-size:1rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #t11Wak2ROUNxLi9UpSJ56STScp5NbHWt { width:5.25rem;height:5.25rem;top:50.5rem;left:0.875rem;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQbShvfopvmpgyP3OcQLSdLBNACC8Cf { width:5.25rem;height:5.25rem;top:50.4375rem;left:7.3125rem;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zbkaDRhGbFQ36kbAJe9oRGFgs4E3F8T6 { width:5.25rem;height:5.25rem;top:50.5rem;left:13.9375rem;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.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:14.375rem;height:9.375rem;top:13.8125rem;left:2.8125rem;background-color:#1c1f2f;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { width:10.0625rem;height:4.125rem;top:15.6875rem;left:5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:9.3125rem;height:1.03125rem;top:20.375rem;left:5.375rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0tUrTwFRa7xApOfykthXTk3xg3VbW { display:flex;width:3.125rem;height:3.125rem;top:51.625rem;left:2rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #sI43NJC7PKB2VT1vtAex0bhvD5g1veFn { display:flex;width:3.125rem;height:3.125rem;top:51.625rem;left:8.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Zvm4MAmtmUZDyppgd6mT4RLFSUOwXRyr { display:flex;width:3.125rem;height:3.125rem;top:51.625rem;left:15.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { width:20rem;height:40rem;top:62.6484375rem;left:0rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b97fecef-8e04-4720-8551-4d661197b1b3/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { border-width: 0; border-radius: 0; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPL4lvstCxsSRi5OiJd3k0ySJ6bS4san { width:16.8125rem;height:6.2988125rem;top:8.4375rem;left:1.625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #ioM3XIoO93BaeE51qzNfONxcqTxz1K4c { width:20rem;height:3.25rem;top:34.5rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#000000; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-text {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#171717; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-select {padding-top: 0; padding-bottom: 0;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem;background-color:#1c1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-moz-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-moz-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]:-ms-input-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C [class*="-text"]::-webkit-input-placeholder { color:#737373; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#171717; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-radio-label { color:#161616; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C  { width:17.5rem;height:auto;top:14.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C .widget-info-text { color:#000000; }
#i8d8dn9Bt8seODeSdLr89WBrW90zP54C {display:block;}#i8d8dn9Bt8seODeSdLr89WBrW90zP54C { width:17.5rem;height:auto;top:14.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KuApLrif3JBZrswpy3D7MVfw2nrcRzKz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #vMuyvCvtEWxxi00k3fyxOp5iuFiwAvL1 { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #IVZqF6ZUl5Q3nNzwC4hkghvKvJi7EcHt {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #elBFL8U7A5IUC6vW8KQhNcLdhGpvwxiv {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s1mOzZQGu0zHCDv9GxuvOba7Sw3hlZBi { display:none; }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #nJUnnKNTpqTb0l33g5wsDyk2N6P8GI69 {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUhISNtpR11a6o7P70dsbBJ33lmqfpSX {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #KiSHToCzJwyeyi3udcRayuqVBzVeUfFI {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #ZJ008T86TazPpRqfUDOEe0MmdTIfXBTE {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #MUM5Oz5FGIhTCJzTGl51fXQVAJhg50Iz {  }
 }@media only screen and (max-width: 763px) { #i8d8dn9Bt8seODeSdLr89WBrW90zP54C #s3ouyzUTeTnwah5fdpbKViCZd3hVpyNa {  }
 }@media only screen and (max-width: 763px) { #Nll87DfvZmG7IUTvCeH8mfOWLZLzVBwU { width:20rem;height:25.875rem;top:6.25rem;left:0rem;background-color:#f29e43;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:16.3125rem;height:1.23730625rem;top:2.59375rem;left:3.6875rem;font-size:1.125rem;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:2.75rem;height:2.75rem;top:1.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:20rem;height:0.9619125rem;top:6.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(23,23,23,0.7);display:block; }
 }