.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51845683-ad7e-496a-a9b8-e88f738a894a/ndaDOODLES2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container { display: none; }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .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); }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row .container { background-color: transparent; background-image: none; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row .container > .video-iframe-container { display: none; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row > .video-iframe-container { display: none; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .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); }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row .container { border-width: 0; border-radius: 0; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#VGABSEQ1RlQWJX11i3wIpqx6c08lysNy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:10rem;top:0.25rem;left:0.62434959411621rem;overflow:hidden;display:block; }
#bWwqZht99dxRguybggxS0l70AnKKx14J { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.68359375rem;left:12.6279296875rem;height:1.38125rem;display:block; }
#qTVsxzQ4eBkMZiMzh0dDD0SLNKpM3SdA { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.68359375rem;left:18.8193359375rem;height:1.38125rem;display:block; }
#BNG8OyXtKvpzvPBET1w4BcW8aIXy9uJs { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.68359375rem;left:29.9365234375rem;height:1.3808625rem;display:block; }
#WoIKyPLpmiZC4wGJxmZC5VUdZyA4maQ6 { color:#000000;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.68359375rem;left:35.560546875rem;height:1.3808625rem;display:block; }
#wTVXFVrRocFPg0hff5IZALK04XGAQwsb { color:#000000;display:block;width:3.93555rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.68359375rem;left:43.18359375rem;height:1.3808625rem;display:block; }
#T1OBdBzemQkO6b8VkAMRp37wnSxuTJu8 { color:#000000;display:block;width:5.7487rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.68359375rem;left:48.6845703125rem;height:1.3808625rem;display:block; }
#FWx8c4mFPxo3hngoqsySRcr8E1QPnScS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.5rem;left:27.0068359375rem; }
#FWx8c4mFPxo3hngoqsySRcr8E1QPnScS > img { max-width: 100%;max-height:100%; width:1.74805rem; height:1.74805rem; }#gTmPSOhkZwuSVvgpXdNDQ2LM5VE9IT4G { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.5677084922791rem;left:58.999572753906rem; }
#gTmPSOhkZwuSVvgpXdNDQ2LM5VE9IT4G > img { max-width: 100%;max-height:100%; width:1.6862rem; height:1.6862rem; }#cGV7UWBaJoT26pUV3BnfQE8R7PoDPqIN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.5rem;left:61.5rem; }
#cGV7UWBaJoT26pUV3BnfQE8R7PoDPqIN > img { max-width: 100%;max-height:100%; width:1.6862rem; height:1.6862rem; }#BmLh16LxV1LKfvokxmnW4xnbf60AMhZ2 { color:#3774dc;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.625rem;left:63.9375rem;height:1.3808625rem;display:block; }
#QrAXmXOIFUCUcFnkDiWP31L9ooqbKeUC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.31054693460464rem;left:61.405166625976rem; }
#scMeFsLyQncUuEI7s8goVdQeIqkqJ1zw { color:#000000;display:block;width:8.9995625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0.5625rem;left:63.93728637695rem;height:1.21875rem;display:block; }
#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51845683-ad7e-496a-a9b8-e88f738a894a/ndaDOODLES2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9.adaptive-delivery-prevent-bg, #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9.lazyload, #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9.lazyloading { background-image: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { background-color: transparent; background-image: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b411b; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container > .video-iframe-container { display: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b411b; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row > .video-iframe-container { display: none; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .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); }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { border-width: 0; border-radius: 0; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9::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; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#UrsfN5QLx2rxdS3sxpTVIkTDV4yLM6ii { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.5625rem;width:28.125rem;top:5.625rem;left:40.968750953674rem;overflow:hidden;display:block; }
#xWW1KSIbzQIbI1RLQQq7nH0VWKrQUSKz { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:4.16015625rem;height:8.9375rem;font-style:normal;display:block; }
#NtSLVl1XlmfP2NOzd5ViV0Wa1S137Iiw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:4.47265625rem;height:1.2999125rem;display:block; }
#sXMLMQGCDJuwT058PG37ctGJI0uGsEok { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:15.6875rem;left:4.22265625rem;overflow:hidden;display:block; }
#ELxw2aGbOtzUhJpHcGf2w3qRCSc8ZrH6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:15.6875rem;left:12.722655296326rem;overflow:hidden;display:block; }
#pLoDDuvgdZr6d2cDmV1E13GAChgNXfP8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:15.6875rem;left:21.285155296326rem;overflow:hidden;display:block; }
#ebwqQbfHTW3hMUGVGLPsROA6lT2AoJRt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:15.6875rem;left:29.910157203674rem;overflow:hidden;display:block; }
#ItMLLQl4ulMt4bX8Tf21ko5rEuDHv0lS { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:4.16015625rem;height:2.2721375rem;display:block; }
#WuaMqC0J3sTZpKSGCJ2Ad4piinTxp4iE { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.3125rem;left:12.721875190735rem;height:2.2721375rem;display:block; }
#MwmTaFo47lIFnkwOFNcnqTnWvI9NdGUb { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:21.284375190735rem;height:2.2721375rem;display:block; }
#E4t0osW0d8IZFJgMo0rhdPXU8sSGsmUN { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.3125rem;left:29.910157203674rem;height:2.2721375rem;display:block; }
#f9uqBTM1uaFuxQ9HSLRLGdVyI0qfUyE5 { background-color:#ff9500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.3125rem;left:4.16015625rem;display:block; }
#yAqelVHDCt1EDiN7AUsSAZ9ZnHU10zxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTSxwSqMcoetyHc4xpiGmvpEZHWpsc2s { background-color:#ff9500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.3125rem;left:40.968750953674rem;display:block; }
#idxo9Gflys1zlLfSHzxywK1A4cGfePkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b59b7295-b0d1-461e-969a-b3771a0139db/Frame188.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg.adaptive-delivery-prevent-bg, #h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg.lazyload, #h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg.lazyloading { background-image: none; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container { background-color: transparent; background-image: none; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container > .video-iframe-container { display: none; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row > .video-iframe-container { display: none; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .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); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container { border-width: 0; border-radius: 0; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#RMkJTRwG9mvtu5bGayPRxIGHAxQLNVPO { position:absolute;display:block;z-index:15003;height:21.7484375rem;width:33.4984375rem;top:6.2500002384187rem;left:39.874132156372rem;display:block; }
#zgDJTfDWMM3LZbvK5q7ThDbwyDJDKvMG { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9991320371628rem;left:49.749353408814rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXQXU0FIUhk8IFECO5f8qUFbxW55Ji5c { box-sizing:content-box;height:10.125rem;width:24.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:3.9375rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PmPWSiymNvPi1ddfehoUXoZ5vNHs4ywr { 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:8.1875rem;width:6.6875rem;top:4.9375rem;left:7.125rem;overflow:hidden;display:block; }
#wgFerKTVRtZB2dRqtomTiTCzZaKkHHPc { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:15.1875rem;height:3.2487rem;font-style:normal;display:block; }
#xfI0AsdRAyEdsFGWIbTgo5CxdsUEEpcN { color:#808080;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.25rem;left:15.0625rem;height:1.2999125rem;display:block; }
#tNMTbUTQxRihgPbbF5u9A7QWDITZobM3 { box-sizing:content-box;height:1.875rem;width:10.5rem;position:absolute;display:block;z-index:15005;background-color:#4d7700;background-image:none;top:10.0625rem;left:15.125rem;border-top-right-radius:7.4375rem;border-bottom-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-top-left-radius:7.4375rem;display:block; }
#FDIqihRlJdiaotvw7BnfLAFWM2veet8v { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:15.875rem;height:1.2999125rem;display:block; }
#QH83MTDzwG914XBOXgy08Xch2lA4MwWh { box-sizing:content-box;height:10.125rem;width:24.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:15.375rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#izs19OT64wmptGen5GSk5iDTuXJ3WDFP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:6.6873125rem;top:16.3125rem;left:7.125rem;overflow:hidden;display:block; }
#a04zHKrIycQTlkXx0ysocBVT3C1LfMRC { color:#000000;display:block;width:15.5620625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.375rem;left:14.9375rem;height:3.2487rem;font-style:normal;display:block; }
#iLW90WGDvIiBT7Nr5ow9ibTmNusxugmi { color:#808080;display:block;width:12.4370625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:14.9375rem;height:1.2999125rem;display:block; }
#RADO5IbyvLE1frVlWnVDp4PpOEFOu7JG { box-sizing:content-box;height:1.875rem;width:10.499125rem;position:absolute;display:block;z-index:15006;background-color:#4d7700;background-image:none;top:21.5rem;left:14.9375rem;border-top-right-radius:7.4375rem;border-bottom-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-top-left-radius:7.4375rem;display:block; }
#Fn9KTrp3GzfNyQahTTa7MNdITsXeoVnx { color:#ffffff;display:block;width:9.3120625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.6875rem;left:15.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#gQsdBVNRzEwptIBzU5ksQX00FgACrfio { box-sizing:content-box;height:10.125rem;width:24.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:26.5625rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#huETKzK9oMuM3CoJWm9eSCXHGB6sk4SH { 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:8.125rem;width:6.6875rem;top:27.5625rem;left:7.125rem;overflow:hidden;display:block; }
#uV9cHz9J1TR5TI014em9lFcunxqXfVEb { color:#000000;display:block;width:15.5620625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5625rem;left:15.0625rem;height:3.2487rem;font-style:normal;display:block; }
#u98pMq6nlribKn52Lfdyd9XTfoVJ8NZp { color:#808080;display:block;width:8.0620625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.9375rem;left:15.0625rem;height:1.2999125rem;display:block; }
#GXJ8t7t1vQ0Is8CGwNUwpLevaKnE21v8 { box-sizing:content-box;height:1.875rem;width:10.499125rem;position:absolute;display:block;z-index:15005;background-color:#4d7700;background-image:none;top:32.6875rem;left:15.125rem;border-top-right-radius:7.4375rem;border-bottom-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-top-left-radius:7.4375rem;display:block; }
#fAeWCiHxTvoQZnnhXDWBwTs0LTnq92wr { color:#ffffff;display:block;width:9.3120625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33rem;left:15.875rem;height:1.13671875rem;display:block; }
#iyJWBH0tdTLLxIqIKDQqM5T5xZXIrXOM { box-sizing:content-box;height:10.1875rem;width:24.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:37.9375rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VeLy2rWMvmEFibWBTETbcTLPS32Bsiiy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:7.375rem;top:38.9375rem;left:6.75rem;overflow:hidden;display:block; }
#ibxP4iSc7dAI2LMVT5bviBmJ2Ag0KxpL { color:#000000;display:block;width:15.5620625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.9375rem;left:15.0625rem;height:1.625rem;font-style:normal;display:block; }
#EmuDL6Mx5T5JVhGMJ6NDFkfnnscHd487 { color:#808080;display:block;width:12.4370625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:42.0625rem;left:15.0625rem;height:1.2999125rem;display:block; }
#TAvEKadrm3sXFrtiD5R41Ms1wRiE7Rpt { box-sizing:content-box;height:1.875rem;width:10.499125rem;position:absolute;display:block;z-index:15006;background-color:#4d7700;background-image:none;top:44.25rem;left:15.0625rem;border-top-right-radius:7.4375rem;border-bottom-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-top-left-radius:7.4375rem;display:block; }
#ed8mtu0ysM1qoNTfwzmUQHpT4N4Guflt { color:#ffffff;display:block;width:9.3120625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44.5rem;left:15.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#NxD3nWuNaHSCSrDxESBzHn04ahOUeZgQ { background-color:#2b411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.51) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.6083984375rem;left:49.310546875rem;display:block; }
#kFPat86rwxtTStLv6JTZFVTr8Tp2h7Ca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc { 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; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row .container { background-color: transparent; background-image: none; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row .container > .video-iframe-container { display: none; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row > .video-iframe-container { display: none; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .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); }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row .container { border-width: 0; border-radius: 0; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#UUSCFxcVgduU8CnITtn5wOvGeheAwRHz { 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:3.125rem;width:3.1875rem;top:10.1875rem;left:49.9375rem;overflow:hidden;display:block; }
#TSPqFd5yuKT0Jw1DsGVg9HMIroQwcnJC { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:50rem;height:3.0859375rem;font-style:normal;display:block; }
#NxiLGQoEli0W4N3uIx4alfTHiZDKrWFX { box-sizing:content-box;height:8.3125rem;width:11.4375rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:10.125rem;left:59.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sfHwlcwEa6pW4Z7a6MAiiPQaH5wdZuMu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#om2yzV75hakoewtqsAJqehJXDFTQkwDD { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.646268844604rem;left:60.74870300293rem;height:5.52083125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xsaGVapcONvpBLTysuqEgwNJ6xcA8Kp3 { box-sizing:content-box;height:17.75rem;width:14.5625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:3.0625rem;left:0.0625rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Me4aMEvvkoe8HDUpvNhOG9bnB7gzSu91 { box-sizing:content-box;height:17.75rem;width:14.5615rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:3.0625rem;left:14.5625rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BsmZCAlSvqXwnzPEoJKy9H9QUQW7BTAs { box-sizing:content-box;height:17.75rem;width:14.5615rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:3.0625rem;left:29.0625rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Mb0hmlwIw5PXRHlShm1AgDRkLqtdZyi2 { color:rgba(0,0,0,0.6);display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:4.375rem;left:0.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asDVod7n7TsDdSayC4PV4XoTb0PQX3fC { color:rgba(0,0,0,0.6);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:15.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WHSCnBTpKb91I8ftCE4xUtHOlhT4Togp { color:rgba(0,0,0,0.6);display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:30.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIv2IOIfR9rJVOhmDHkTbglxu34uMsZk { box-sizing:content-box;height:0.0625rem;width:43.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(12,39,33,0.4);background-image:none;top:7.5rem;left:0.0625rem;display:block; }
#allJthErxzZefiw9ww4GRClhnBT7ccnp { color:rgba(0,0,0,0.7);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yX2ZW015w3n5ey54XsPDvSRst3uo29Me { box-sizing:content-box;height:0.0625rem;width:43.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(12,39,33,0.4);background-image:none;top:11.5rem;left:0.0625rem;display:block; }
#L1GfATEV3DIDUTC8xgVdQ9cWegkTatRk { color:rgba(0,0,0,0.7);display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mxMer0lbIyqO8ycpG6Dcwi9lXFZItryB { box-sizing:content-box;height:0.0615234375rem;width:43.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(12,39,33,0.4);background-image:none;top:16.0625rem;left:0.0625rem;display:block; }
#InW6TmSmTM879dOWL2ZUkfGP20aCXXuK { color:rgba(0,0,0,0.7);display:block;width:12.3115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nx6MTMuhCqJ9MO71d1gXxduiCn571THq { box-sizing:content-box;height:0.0625rem;width:43.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(12,39,33,0.4);background-image:none;top:20.75rem;left:0rem;display:block; }
#Exge1q1me5gddyTyTioHo82f7mnTWlKK { color:rgba(0,0,0,0.7);display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.068359375rem;left:0.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTygTZGwWFhb8yipnawKaaiUyP7kxTJe { box-sizing:content-box;height:0.0625rem;width:43.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(12,39,33,0.4);background-image:none;top:25.25rem;left:0rem;display:block; }
#gN26ITZ2oQFGg4IHeqcKcQJtCXTNgs6o { box-sizing:content-box;height:10.75rem;width:26.625rem;position:absolute;display:block;z-index:14995;background-color:#fff2b0;background-image:none;top:8.8125rem;left:46.8125rem;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.125rem solid #f8d526;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rHHuyblfwwiDVwubyRCL2xbqukdb6xdp { color:rgba(0,0,0,0.7);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.9375rem;left:17.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u5w1u397gCeFcRxUsOXsT08XUveMiCRf { color:rgba(0,0,0,0.7);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.07421875rem;left:17.6865234375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M1CTbcsUgNsPiN7qF32NkMn3gBDwMHtJ { color:rgba(0,0,0,0.7);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.5625rem;left:17.4365234375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hKW7Wsqx1CLmbDVWzFOWcPiIgNhtZFGd { color:rgba(0,0,0,0.7);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.255859375rem;left:17.3115234375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrKpWaWnG4XW238r1TLWGCz5KXBzZcNa { color:rgba(0,0,0,0.7);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.9375rem;left:32.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mg53VGzDg1KSsv5M17cnbE8OTdWh7s36 { color:rgba(0,0,0,0.7);display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.375rem;left:32.1240234375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cNHRAcdArudIioECCb9VdeNy25spybhQ { color:rgba(0,0,0,0.7);display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.5625rem;left:30.4677734375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim { 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; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row .container { background-color: transparent; background-image: none; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row .container > .video-iframe-container { display: none; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row > .video-iframe-container { display: none; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .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); }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row .container { border-width: 0; border-radius: 0; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row .container { font-size:0.875rem;font-family:arial;height:80.6875rem;width:75rem;position:relative;display:block; }#u0nq3iBOT7NXNh31NvDqxOMyTtI2W5vQ { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2Xoy7qX3pyl2EEV7QvQBFSVtwo5KEQ9 { color:#000000;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0.75rem;height:2.599825rem;display:block; }
#QsnNcKG3T6LLfwNdEvdN1lz7QvVwUKuA { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0.75rem;height:1.2999125rem;font-style:normal;display:block; }
#H9BEyPzMkQBFTvfnGdBOWrAJ6F8EfzCH { color:#000000;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18rem;left:0.75rem;height:6.13715625rem;display:block; }#H9BEyPzMkQBFTvfnGdBOWrAJ6F8EfzCH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H9BEyPzMkQBFTvfnGdBOWrAJ6F8EfzCH li:before{  }
#MM8D7lWBuZWwnkWJKcFTGfNe5lTufcQW { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26rem;left:0.75rem;height:1.2999125rem;font-style:normal;display:block; }
#erNhShXDzTXWKmdvih0DRdT4kPkDueXi { color:#000000;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0.75rem;height:2.912325rem;display:block; }#erNhShXDzTXWKmdvih0DRdT4kPkDueXi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#erNhShXDzTXWKmdvih0DRdT4kPkDueXi li:before{  }
#TeQCDWI2BBeQ4Bdr5BITpQEhnaXoBFXm { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.625rem;left:0.75rem;height:1.2999125rem;font-style:normal;display:block; }
#qg59GBh9XT8TCaTawP1MtG5W3pREbSmL { color:#000000;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.8125rem;left:0.75rem;height:7.7495625rem;display:block; }#qg59GBh9XT8TCaTawP1MtG5W3pREbSmL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qg59GBh9XT8TCaTawP1MtG5W3pREbSmL li:before{  }
#MwXiv0GIZ7Hr9RfN5LkyIxWTCRGkZriK { color:#000000;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.060546875rem;left:0.75rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PHuWMDWGgJC6OnuJ01WTe64om233wHd6 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:51.875rem;left:0.75rem;height:1.2999125rem;font-style:normal;display:block; }
#zCuWihUFpUceLs7JyPfc7TprnU6lFaC8 { color:#000000;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:54.75rem;left:0.75rem;height:7.7495625rem;display:block; }#zCuWihUFpUceLs7JyPfc7TprnU6lFaC8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zCuWihUFpUceLs7JyPfc7TprnU6lFaC8 li:before{  }
#eVotN07tFPDP9un7FL0iqM7Us48lShdM { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:64.998046875rem;left:0.75rem;height:1.2999125rem;font-style:normal;display:block; }
#B6GeyOtPnT6OiMJeI5ATnyTa9WXRIQxU { color:#000000;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:68.1728515625rem;left:0.75rem;height:;display:block; }#B6GeyOtPnT6OiMJeI5ATnyTa9WXRIQxU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B6GeyOtPnT6OiMJeI5ATnyTa9WXRIQxU li:before{  }
#Pb4pLFSTdpAyAmAWodSKUTJBpE16Jwo4 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:76.8095703125rem;left:0.75rem;height:1.2999125rem;font-style:normal;display:block; }
#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row .container { background-color: transparent; background-image: none; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row .container > .video-iframe-container { display: none; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row > .video-iframe-container { display: none; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .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); }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row .container { border-width: 0; border-radius: 0; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#cLCnUMgsAS0n844TuchxZdNM4I3K11fV { display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2421875rem;left:0.99921798706056rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #2b411b, #000000);background-image: -moz-linear-gradient(190deg, #2b411b, #000000);background-image: -ms-linear-gradient(190deg, #2b411b, #000000);background-image: -o-linear-gradient(190deg, #2b411b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b411b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b411b', endColorstr='#000000' );";background-image: linear-gradient(190deg, #2b411b, #000000);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; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row .container { background-color: transparent; background-image: none; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row .container > .video-iframe-container { display: none; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row > .video-iframe-container { display: none; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .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); }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row .container { border-width: 0; border-radius: 0; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:75rem;position:relative;display:block; }#mGfnOECOe7X9T0wiyy4hNlJzMIxUcL79 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:3.8125rem;left:1.6875rem;overflow:hidden;display:block; }
#fSC96MPKzvPQxbcHLkVUQbGMxdab0nsr { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.6875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sE897JLUxFleQAV1qITaT6Wce0TRfWxT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:3.75rem;left:20.25rem;overflow:hidden;display:block; }
#qrVU6ZPrO7NMkNxXxzOTaBGkxkgStpDg { color:#000000;display:block;width:16.3115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5625rem;left:20.1875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GXe0xDbTgOXWyGRRnddn1diuugJnMAOw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:21.375rem;left:38.75rem;overflow:hidden;display:block; }
#ZW0WwIr8ZOgApK9ABl7uDUuxZrCGJKhe { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.1875rem;left:38.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a3ha2Vk2qqhOhTwZ8udkw6ZSONFawdFb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:21.375rem;left:57.5rem;overflow:hidden;display:block; }
#Na5DH1HOW81sA4l9RBRs4b3VD1NlycBq { color:#000000;display:block;width:16.3115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.1875rem;left:57.4375rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fvdp8pTM8t4wwDsaxV3yT6TFQJyqkZJ0 { color:#000000;display:block;width:16.3115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:50.1875rem;left:1.625rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bfHz5gTSc1IXpo6RFvq3KnWF0TLos223 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:39rem;left:1.625rem;overflow:hidden;display:block; }
#ETSnfiHScZ0iaMxigI49yc8OVtHlnWQC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:39rem;left:20.3125rem;overflow:hidden;display:block; }
#iGWxyvz2oRTZXpoQmHToMd221B0ZCnRS { color:#000000;display:block;width:16.3115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:50.1875rem;left:20.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oA7kBpvHRRwiHlDJrRyEHJHfLANBH1k6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:56.9375rem;left:38.6875rem;overflow:hidden;display:block; }
#Dw4VK6KlE75aULT9XQ3uf46qSExQs85U { color:#000000;display:block;width:16.3115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:68.0625rem;left:38.6875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#caSofEyDKooQCWn93reaWA8OdKDBOt86 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.625rem;width:15.9375rem;top:56.875rem;left:57.375rem;overflow:hidden;display:block; }
#HtapTAAioXqFenRp2neuxOuC0WbpWICh { color:#000000;display:block;width:16.3115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:68.0625rem;left:57.375rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iCRft7FhbrLOaP2KHq6LBbvyasIACkng { box-sizing:content-box;height:14.6875rem;width:37.8125rem;position:absolute;display:block;z-index:15002;background-color:#fff2b0;background-image:none;top:55.4375rem;left:37.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#twnuSehDT7L0mR8hcy0g22zFyOIxle9u { box-sizing:content-box;height:14.6875rem;width:37.8125rem;position:absolute;display:block;z-index:15003;background-color:#fff2b0;background-image:none;top:37.625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#FGW1vuylLP2ycLH2zO11SRyU3aTd0tL7 { box-sizing:content-box;height:14.6875rem;width:37.8125rem;position:absolute;display:block;z-index:15004;background-color:#fff2b0;background-image:none;top:19.8125rem;left:37.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rEm0EZ0BbZkJbLDfAluqBaRMKweDhZM4 { box-sizing:content-box;height:14.6875rem;width:37.8125rem;position:absolute;display:block;z-index:15001;background-color:#fff2b0;background-image:none;top:2rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KclO4haWrJa8mFOJi1uWFZJhbTHhTdTH { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:44.03125rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 { 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; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row .container { background-color: transparent; background-image: none; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row .container > .video-iframe-container { display: none; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row > .video-iframe-container { display: none; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .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); }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row .container { border-width: 0; border-radius: 0; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#n0ZffTt3wZL2dFCGeszGcuPmFvUBaF0W { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:9.0625rem;height:2.03125rem;font-style:normal;display:block; }
#ULTefd0KySPUyKpv9TLvGq1kG8MNLG1m { position:absolute;display:block;z-index:15003;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:27.8125rem;top:5rem;left:41.3125rem;overflow:hidden;display:block; }
#fkV1moRvWKFb6EpQ4BLD9ovJL1MTt0qd { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.6875rem;width:27.375rem;top:5rem;left:4.875rem;overflow:hidden;display:block; }
#MZpkw1mOawT7FzraLKpRI5ahnCThcv88 { box-sizing:content-box;height:21.625rem;width:27.9375rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:10.3125rem;left:41.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#E2IZT5CmtzFHJqmso9t4VcGDCVwO69yl { box-sizing:content-box;height:21.625rem;width:27.625rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:10.125rem;left:4.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#s1SHVClTRmr9xUBVdrNZSs0TXB3dCDpU { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.75rem;left:42rem;height:1.7871125rem;font-style:normal;display:block; }
#KMV81aB2meTwTtyrofZT76zdhpVXClWN { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:5.75rem;height:1.7871125rem;font-style:normal;display:block; }
#F1gBkxq8cwLqM3qcr6ZvoUE85MBXdWa3 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.75rem;left:42.1875rem;height:4.0332rem;display:block; }#F1gBkxq8cwLqM3qcr6ZvoUE85MBXdWa3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F1gBkxq8cwLqM3qcr6ZvoUE85MBXdWa3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8bb25f5dc51b7af11916a0d28457e88b61c3642.svg); }
#zrQaN8fIWQdx3Ub9TzFqp3amU0MwScs6 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.625rem;left:5.75rem;height:4.0332rem;display:block; }#zrQaN8fIWQdx3Ub9TzFqp3amU0MwScs6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zrQaN8fIWQdx3Ub9TzFqp3amU0MwScs6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8bb25f5dc51b7af11916a0d28457e88b61c3642.svg); }
#ShLg0VS77lZREx6072osSahGwHVxJuE4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.875rem;left:42rem;height:1.2999125rem;display:block; }
#lLX3wTztVoFx3UnqL70grOPAsPsviNav { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.6875rem;left:5.75rem;height:1.2999125rem;display:block; }
#gyNWU8BqEDzgULyEU9J83D4ixBtPnUTw { box-sizing:content-box;height:0.1875rem;width:25.1875rem;position:absolute;display:block;z-index:15010;background-color:#a2a2a2;background-image:none;top:21.875rem;left:42.1875rem;display:block; }
#IE0Pl75PccLH5Tn7Ezmld1pUwyU0ORDb { box-sizing:content-box;height:0.1875rem;width:25.1875rem;position:absolute;display:block;z-index:15011;background-color:#a2a2a2;background-image:none;top:27.25rem;left:42.4375rem;display:block; }
#BKhl2E5TohJF7792whyJJdt6v2ZHlpst { box-sizing:content-box;height:0.1875rem;width:25.1875rem;position:absolute;display:block;z-index:15012;background-color:#a2a2a2;background-image:none;top:26.9375rem;left:6rem;display:block; }
#WSrABTPzppHSOslr6DnxItJQwDQET6cQ { box-sizing:content-box;height:0.1875rem;width:25.1875rem;position:absolute;display:block;z-index:15013;background-color:#a2a2a2;background-image:none;top:21.6875rem;left:5.875rem;display:block; }
#AHChLFBZ6AwsFm5L5Om4f4PaaluQJJyb { color:#4d7700;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.25rem;left:42.5rem;height:2.11263125rem;font-style:normal;display:block; }
#gtsbduqDx4Pdewfc5ZLfM6CNNRyn2d4N { color:#4d7700;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.9375rem;left:5.75rem;height:2.11263125rem;font-style:normal;display:block; }
#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container { background-color: transparent; background-image: none; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container > .video-iframe-container { display: none; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row > .video-iframe-container { display: none; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .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); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container { border-width: 0; border-radius: 0; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#V3haA9ttehgOM1NQ8sCrm8av3MzXuexX { position:absolute;display:block;z-index:14999;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:28.375rem;width:44.8125rem;top:0.8125rem;left:30.1875rem;overflow:hidden;display:block; }
#QRkP0RXxpcpkmVotSkyaJwMH66XgTt3n { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.4984350204467rem;left:3.3125rem;height:8.2486875rem;font-style:normal;display:block; }
#TGIXOUCFHsN3OmgWtxtwTnWUTeGAIISq { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.548431396484rem;left:3.3125rem;height:1.21875rem;font-style:normal;display:block; }
#WxQBQXEf5bvsSI59CW89Ry8P75RQ9rLz { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.625rem;left:3.3125rem;height:1.21875rem;font-style:normal;display:block; }
#p9EXuun2PfsDqdkloXfMqCesWZPrZUKy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:15.875rem;top:22.6875rem;left:55.125rem;overflow:hidden;display:block; }
#l9sr0Ve6wuzTCExiiOXaDia4EinCTqBq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:15.75rem;top:22.6875rem;left:38rem;overflow:hidden;display:block; }
#NvXNOuKKkHF5Ds4XbqLJUTgOPmZrhiD3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.0625rem;top:22.6875rem;left:20.625rem;overflow:hidden;display:block; }
#I71hLAWlnua9N4lhAhrhqW9FTA8FudXH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:15.8125rem;top:22.625rem;left:3.4375rem;overflow:hidden;display:block; }
#CyMOCrdTgLf6OTxfA09V6iaM0QZh0tn5 { color:rgba(0,0,0,0.52);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.8125rem;left:44.25rem;height:0.9746125rem;display:block; }
#HKLciO4sIH8kcUWeQalWNNXU9DKqhpBJ { box-sizing:content-box;height:1.375rem;width:8.875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:26.8125rem;left:43.5rem;display:block; }
#Az5qIATT2KEutt4iTOBOdoeVlvohxKEJ { position:absolute;display:block;z-index:15017;border-top:0.5625rem solid #e3e3e3;border-left:0.5625rem solid #e3e3e3;border-right:0.5625rem solid #e3e3e3;border-bottom:0.5625rem solid #e3e3e3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:22.0625rem;top:3.40625rem;left:41rem;overflow:hidden;display:block; }
#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1d;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; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row .container { background-color: transparent; background-image: none; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row .container > .video-iframe-container { display: none; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row > .video-iframe-container { display: none; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .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); }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row .container { border-width: 0; border-radius: 0; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:75rem;position:relative;display:block; }#btUCvMRb9lJ81LuEAdPCO8pBddcT1q7M { display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4781322479248rem;left:1.4375rem;height:2.19375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.0625rem solid #979797; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;height:auto;font-style:normal;color:#ffffff; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden;color:#ffffff; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b02396a027d2241649957acb1c3c42dd81c4da71.svg");background-size:contain !important; }#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-trigger.adaptive-delivery-prevent-bg, #wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-trigger.lazyload, #wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-trigger.lazyloading { background-image: none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q { box-sizing:content-box;height:auto;width:36.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(43,65,27,0.97);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.6875rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#wdAldui7dydXJIi2uB26xkluMJpVh64q #cNkoMTQRVspOHJOL2oTTH3sAiJqmouKP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #yInT1fzOBrHoxXlqdyX0eWOtckSgJFSJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #n6I9Wxmzya4uaECR6hutlPHS4dSDzGgw { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #GNCTfu34Xd6B7LQgqztd8PvTtITb9nh7 {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #XaKzBqJBBRS3DV2UEXxwDJ2FcKVgv97C {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #gqpS8uCcUJkxklB57bIivHrKefMnd3I6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #OceM7ia166DS1eDWOL97AAgoiJQVov3O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ypipmS48pDZIpq0VLOzsQ6by8ZmDc1NI { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #rBmhxVDIECmVdRzQUndcTbUtm7A4CqVz {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ADiGsDNZOd2fSQBsWpOkuHcX7ypDE0o9 { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #KX7DupeBhtLKX2zeTW5mUP2RIpXOEP8w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #GarlFRshRPOodVDAPDlISJduLsSfMMbH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #pJczNLgTtncrbBXT4TAOwGnFK4eRP7bD { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ZbOfoQCPGcu45brZlHINgegtxd1ETzT1 {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #PoCFdRynISfqRTCx6HVhEh7mhGF4606b { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #mT0U43cooXMN8cGtHrJ4OTFsq3cP9SJH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #zO2TS0b6kTuJ12diEqybpwE3hG7KWKme { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #QAsghGsX0GU4MW6T8nmVqQgkW2PxMdoi { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #IVZbmyzTvDkE2zOJzaGBOGUWbqwEVWSa {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #UsAx5b4NKWqwXO5OUS5OVBFgm2sIx4fC { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #FpEFBO6ZbIzo3zvVprPGgV8fK5tGKxzq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #xMf5uwushHy78gUi25M1deP50OpiKLoO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #A6ZMKdil222hf45p70ABt4QIUwOkTCmO { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #Dequ7zWmvG6nkWnN64z8xSTpG3PElMIc {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #XaSoTEk2py3SIOsSX5Pxpt4GLyJxeIim { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #Qdnlq7Pu7hAerns6htQ9rWnT0AgVqEke { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #CCari9TdVhC4DoeAc0oZ3ve2qv1i0IOA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #VgTwHrI5uGzRvfTAIzaWbUN56NnpRTyp { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #sTyoRUKa9k9eMNybtE8MVZHkHCflFiuM {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #X5KWKeqy7BoDvBS91cmM56vFgt9Pf6h5 { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #mfbvOWzCDOrz1gsXBf4oQf6CDKJMFTpL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #LiWzP3s6tdebuUbMEfrH8if0DowJiMfC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ZqRKZ7p0KSoMKJdKRNdcNsQ7ai7AfllX { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #TB5QQqT9UDdZriTNF4MRqw0nXWkGdaAV {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #qd3gQxWzSss3cdPlZObowpEI8S4enu8F { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ZoLPmHRewgdq8FMst72e1WyTqJ5aCC2N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #QLOsvOCcsqrSnb0auPrREpwfhopHF61H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #IWW5S40vwANL64mIC5rtfNznq2BQon76 { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #cmX0kt4ES2T6reEH9tsx64U4hsnVRQT6 {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #eB0bCVWBSb9Wx3uifMLH4kqEiQpghZ3D { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #KHDqhfxH0r1XWqWFXrBldrLDfTXKC3Me { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #gBX43th4nuRRRzqVGtgKVroZlJqug2S6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #qPAcsBUZBCM3uLzISs2rtR1KyTsy9GKO { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #zDbMnpFxFpZO2BMCERTy9VEGsnodTXAE {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #VrJ7kCef0UyDAJXCs1S2boG3GUh2CWpq { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #Jsf9R9HUbu5Z6FnGL4LSvnQRErvS3B16 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #NH67bIXm9EW9zTP7ppdIOHiqf7B8pxtI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #PiAfcyv8lc5O2BhoB6wq2rir1loUK4TL { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #C25cOcRc8cnxRt4JIbGcrHPyMk5Qfq86 {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #STeiaGH0IhSIUbpLh58OpikZbBrIm8sT { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #dHcSG0DKAzXytypxNbz3QX395d2dghru { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #EEMQETd1HHr2CMR8ZpgaCrigAgeB8H66 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #En2pMBT8w92hhRvsTehwJcQS21za1Bqy { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #lzgTSRHTNye7voQbWCsS1zRu4fpX4RJK {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #BGuolCVus7V2AKqUNxbqITDycuF9xN8m { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #WbPsHH9XJ9yqB6d7TKx3cs9RLXTCtC3i { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #JnqV7HWTcsvaIqR2ekhOQAQRIWhNNyXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #vrOoE2sA8ynaF1MFNKFK6Qtr4ad3HBzx { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #r4iezMEzgwZa5UTN4RTCJldg1h10T3kW {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #Fy02Ue75y9xXUfa4QdbN8PAfu5S73KMh { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #qanZTcmPUvx6peU2Txq0Ms8HPuzn2b6L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #TwPzn1fhyABxv8QTSImc1iKLVMcBzs7s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #tNsX7IXm2JBJf6UGiiiCUmXAxl9sCcMD { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #X31N886ppOnfB5r4xkknGVneol6hHHqL {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #Hpp4HOi3uyFPqUT5qP7p11u3nOHLTKS0 { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #qGkINIDv0WDTitwNlsKcrGVnBd4UbsvG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #h9K7gba6Lkwt2HAn1UJKLxpVhId6wWBp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #pyFoZ4W0LctGdp7Gh5LDKpfBtLGDSOkG { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #UtcsG97UadLztIhrw1VyfZLnmJB3y5th {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #uOoop45bIbb0w5hihICP4WoDekfuqT3m { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #wwA60mGVO7BbKVXJcvGi2rAWRqvIUau8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #U5uWUqqR6GUZunMvFkwKdPBPu8fTVwcn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #cdSi12gPa5EwJqoVLyeEagEHLTp6SGt1 { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #Nm1gxiBtFZsILM2a63SZwFQ4R2rrucE2 {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #zOMIfeNAFTudHE8KkX4M2fDwtb7EpWbr { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #cwoF0B2we6tLpDHzOVZ6DzXAhipsa4Ee { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #vlgExKq6qTBlDHMABkCR4RFohqu32t8B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #tUHBMt1EbMIh1oouIEVhDsEqxmUNEymR { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #EhfHT8a0ddp0AxlnSX2apyQ76LW4BER5 {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #U6uooKrDH1J2s7MWRidNKn8UBlEv1f54 { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ACMOVBdpwTXGbByyHUCzTbTRHUdTwCa9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #D8OHGlEn01OZdOpUQeSUu6fEkfmJgClv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #tKmswH2ibnsC8mcsIFF8ansEtpkqMZ6c { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #bSrNfA4c3leFLmbnXfSTWATyhediI8e1 {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #RGFPZ9ioxcGO8tu3UwQ8rUWhbovhkkhT { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #CU4FTAKC3z63qz0nInMla9gS75KPL0Mu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #tbr3Pcx2zWoLNzV6CKtQBRfqJk4D89Ha { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ZbAcTuDmcmwR6I7a6qUGTmIruBzu9qIC { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #LvNZk6riGCpRxBMP0Pzre4GMIWUONZeX {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #KilOQeKo3vEEyU2MAxpVmQvicoiGK31G { display:none; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #VmGa8W3TMaPTf7KrR0kRmfUWTOKNryze { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #VXZywIapkZvxL2v7MCnSZZ84JoK5s2Gg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #K9sFJaaLJ8ISLtuBx6Gdzcw3zsX5tqDe { display:block;position:relative; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #ccZlgOKzGQc7HwUO0JD2O4JmkspRtUwd {  }
#wdAldui7dydXJIi2uB26xkluMJpVh64q #Lfe5d1Nfh6o0p6O8JK1XATVPxysOvv8N { display:none; }
#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n { 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; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row .container { background-color: transparent; background-image: none; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row .container > .video-iframe-container { display: none; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row > .video-iframe-container { display: none; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .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); }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row .container { border-width: 0; border-radius: 0; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#nmahKLS7ReuWAUeAqS74Qi6a5lAvHg0W { display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.80001235008238rem;left:2.75rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#kZem7nkoTBZiofOl7iGAsJTqJosACqeT { 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; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row .container { background-color: transparent; background-image: none; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row .container > .video-iframe-container { display: none; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row > .video-iframe-container { display: none; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .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); }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row .container { border-width: 0; border-radius: 0; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#I0wmQNIHZzRicg5EOqrJAmLcE5FlgR5v { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:33.5rem;top:1.3125197887421rem;left:37.809898376465rem;overflow:hidden;display:block; }
#BatDCyghKyPZZ4gJXXbzwgST397OTNkB { color:#000000;display:block;width:30.122375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:2.1;letter-spacing:0;top:22.187509536743rem;left:0.4375rem;height:2.23046875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Efs4F7gmZvQHZH5k8lLTh9F0lJJFkrna { color:#000000;display:block;width:30.122375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:2.1;letter-spacing:0;top:22.187520980835rem;left:37.809898376465rem;height:2.23046875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h9sUStk1J6ObZSgzucWpa3RUNCKcUQ59 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.6875rem;width:34.125rem;top:1.375rem;left:0.4375rem;overflow:hidden;display:block; }
#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf { 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; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row .container { background-color: transparent; background-image: none; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row .container > .video-iframe-container { display: none; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row > .video-iframe-container { display: none; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .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); }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row .container { border-width: 0; border-radius: 0; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#cDpnL6qW3GoETJEsfiZLhffUzUblk2E1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.75rem;width:33.3125rem;top:1.2070503234863rem;left:0.4375rem;overflow:hidden;display:block; }
#BNp5mZKETSPB9XP4qlwurXDZEZBmaeeg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.75rem;width:33.3125rem;top:1.1241321563721rem;left:37.874351501465rem;overflow:hidden;display:block; }
#WLT0kuVQsiaCtxdrhHLOoBG9ZBW7ETRC { color:#000000;display:block;width:30.122375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:2.1;letter-spacing:0;top:22.019550323486rem;left:0.4375rem;height:2.23046875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1xrQmrFCWScD9wLTALd5E6xy9pLE4xv { color:#000000;display:block;width:30.1234375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:2.1;letter-spacing:0;top:21.687499523163rem;left:37.875000953674rem;height:2.23046875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 { 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; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row .container { background-color: transparent; background-image: none; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row .container > .video-iframe-container { display: none; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row > .video-iframe-container { display: none; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .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); }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row .container { border-width: 0; border-radius: 0; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#Uk0GveIeHVmfQgWG2VMaaAIrbPVPS9zl { display:block;width:58.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2304801940918rem;left:1.4937496185302rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#w133rA3bpv52XJrNtufTbWm8J5mnzdZv { 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; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row .container { background-color: transparent; background-image: none; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row .container > .video-iframe-container { display: none; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row > .video-iframe-container { display: none; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .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); }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row .container { border-width: 0; border-radius: 0; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#zTqe9BUsMtT6VplpZJxUbU7Jwg0sdlD0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.125rem;width:21.9375rem;top:0.625rem;left:1.25rem;display:block; }
#Lei1dVDk3kl74oXSV3XFRet0BQSsoHgr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:21.9375rem;top:0.6875rem;left:26.125rem;display:block; }
#mlaxtauSArUbPV0Zt4AwCTOTLWTUxTV6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:21.9375rem;top:0.625rem;left:51.1875rem;display:block; }
#H2V20JqRb0t6pM53iT2kxSsoocnNiLXq { display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#ubh8OJROOD6D5J6ggWC6HApbCebywAHv { display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:26.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#Nd1BJRwOmiV1vSmoPiRieUN6b3gabXT6 { display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:51.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW { 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; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row .container { background-color: transparent; background-image: none; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row .container > .video-iframe-container { display: none; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row > .video-iframe-container { display: none; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .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); }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row .container { border-width: 0; border-radius: 0; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#V2dvTmm2rVIihozIrPd9baP3PN6owKT6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.3125rem;width:22.125rem;top:2rem;left:26.0625rem;display:block; }
#SzCRmsH3LOBt6UUWkrCq5ixzc4qsZinb { display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#nxAGwUOgg99Qy7ScLgbmQ3VLI79K4yn3 { display:block;width:22.9984375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:26.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#UrLVc5lfULlAmQIkrJCe5bkBcQvpLsqI { display:block;width:22.3734375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.1875rem;left:51.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#X7dzAfl8G7cGLBFO7Sg14yMJ6h4HN0cQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.25rem;width:22.0625rem;top:1.9375rem;left:1.625rem;display:block; }
#OWyfNOR3nhLJpbn6D6Nq6DeUlrpw7feN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:21.9375rem;top:1.9375rem;left:51.375rem;display:block; }
#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F { 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; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row .container { background-color: transparent; background-image: none; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row .container > .video-iframe-container { display: none; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row > .video-iframe-container { display: none; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .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); }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row .container { border-width: 0; border-radius: 0; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#mGnsJn5BgFugJlcqWitWVwfIvC4QMWoB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.25rem;width:22rem;top:0.8125rem;left:1.1875rem;display:block; }
#P7b8bfVnzxncRZbSRUpIGMtbsVQszGfL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.125rem;width:21.75rem;top:0.8125rem;left:26.0625rem;display:block; }
#HktBkzpTFS9sTt4UTKZQTNZxKTihzz7v { display:block;width:23.1859375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:25.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#JyexxBz2cZxs7MRcOi02T0c7cfzQeW8y { display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao { 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; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row .container { background-color: transparent; background-image: none; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row .container > .video-iframe-container { display: none; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row > .video-iframe-container { display: none; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .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); }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row .container { border-width: 0; border-radius: 0; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#xiQU5dJCRTFNPHfekF8OtGPO0zlvspm3 { display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1062507629394rem;left:1.68359375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;display:block; }
#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c9b577f-0f2f-4d02-a3b8-45b479bb28fb/images2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ.adaptive-delivery-prevent-bg, #VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ.lazyload, #VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ.lazyloading { background-image: none; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row .container { background-color: transparent; background-image: none; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffbe6; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row .container > .video-iframe-container { display: none; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffbe6; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row > .video-iframe-container { display: none; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .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); }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row .container { border-width: 0; border-radius: 0; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ::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; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#pgRuV2W8oG3DikTrudI8CbpfVt4fAUew { 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: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.99) ;height:21.75rem;width:71.3125rem;top:1.59375rem;left:1.84375rem;overflow:hidden;display:block; }
#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ae0e8e4-7c88-43b7-8240-251ec4738700/IMG_0284.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7.adaptive-delivery-prevent-bg, #zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7.lazyload, #zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7.lazyloading { background-image: none; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row .container { background-color: transparent; background-image: none; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row .container > .video-iframe-container { display: none; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row > .video-iframe-container { display: none; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .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); }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row .container { border-width: 0; border-radius: 0; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7::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; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#RlFH1wyp43RbIAIZN2ufzTaL5eHEWwaa { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.237501144409rem;left:27.031250953674rem;height:3.65559375rem;display:block; }
#TDvR5DFZ6dvT8gEUCJeRVsTvlKXwEkBl { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.59375rem;left:33.625000953674rem; }
#TDvR5DFZ6dvT8gEUCJeRVsTvlKXwEkBl > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#CEvbp5WRHnxt3sD3xtZKdgRi6sAEazRD { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.53125rem;left:26.937500953674rem; }
#CEvbp5WRHnxt3sD3xtZKdgRi6sAEazRD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#oTXZI4B4M5qVlyRTOhP5v0rbcDx9N62B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.5625rem;left:30.300782203674rem; }
#oTXZI4B4M5qVlyRTOhP5v0rbcDx9N62B > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#kDXOFHNQSxXu0J7NHgthhnVfTfLJRIGF { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.4249999523163rem;left:27.031250953674rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#zTAUvz3dJKpAqsOhMeuZoG8QHfThWcTX { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2562500238419rem;left:3.734375rem;height:6.33789375rem;display:block; }
#KcTIE88znBOiRl37WZ1bniqFbd4hoa7k { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.125rem;top:14.8125rem;left:3.7976560592651rem;overflow:hidden;display:block; }
#SyfrfD7dKQAtPwNCh1LDkwW16vOSR0xB { color:rgba(255,255,255,0.7);display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.7976560592651rem;height:2.4375rem;display:block; }
#OCsQr9lowmQx6dOBg1WieM9ugTi4cC1h { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:9.300000190735rem;left:5.4742183685303rem;height:1.21875rem;font-style:normal;display:block; }
#pe2RITL2p96JVfDaUsqkZNDGZmBlG5tZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.112500190735rem;left:3.6101560592651rem; }
#iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { position:absolute;display:block;z-index:15002;height:21.3125rem;width:23rem;top:11.125rem;left:46.25rem;display:block; }
#fwl5hr9xuHNrnyDzW3A1UQbP36sykh4A { color:rgba(255,255,255,0.7);display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.312499761581rem;left:26.906250953674rem;height:1.21875rem;display:block; }
#TBgDuiTyflxlKhhil8tifw0qmVG8zkB4 { color:rgba(255,255,255,0.7);display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.124999761581rem;left:27.031250953674rem;height:1.21875rem;display:block; }
#FWmiLXe7FCsGRU9OKdoRb6SEKdnEUkc0 { color:rgba(255,255,255,0.7);display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.812500715256rem;left:27.031250953674rem;height:1.21875rem;display:block; }
#Aoh7nn56IlfMC9WG2zDv68TFMzt0edpg { color:rgba(255,255,255,0.7);display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:16.609375715256rem;left:27.031250953674rem;height:1.21875rem;display:block; }
#ME4uMotn9bUFEH7vJasQ46kTIVJyklsS { color:rgba(255,255,255,0.7);display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:18.421875715256rem;left:27.031250953674rem;height:1.21875rem;display:block; }
#y8082RyrwuN8ZCCIn2etkz1OIFdTLVRA { color:rgba(255,255,255,0.7);display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:20.015625rem;left:27.031250953674rem;height:1.21875rem;display:block; }
#V9FTEZXfGkkdOKBe9HDahspepHTwKtQG { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.4375rem;left:46.25rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#QsC0FbXJgAfwm52wAKDoaUgG9ohGVeMA { box-sizing:content-box;height:0.0625rem;width:67.875rem;position:absolute;display:block;z-index:15035;background-color:rgba(255,255,255,0.7);background-image:none;top:8.0468747615813rem;left:3.734375rem;display:block; }
#mck4lTqmHdZI6P7ZF9HtZp61U3DRIIAM { box-sizing:content-box;height:32.0625rem;width:70.4375rem;position:absolute;display:block;z-index:15001;background-color:#2b411b;background-image:none;top:1.90625rem;left:2.03125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH { display:block; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGABSEQ1RlQWJX11i3wIpqx6c08lysNy { top:0.25rem;left:0rem;width:10rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwqZht99dxRguybggxS0l70AnKKx14J { top:1.625rem;left:0rem;width:5.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVsxzQ4eBkMZiMzh0dDD0SLNKpM3SdA { top:1.625rem;left:5.1943359375rem;width:7.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNG8OyXtKvpzvPBET1w4BcW8aIXy9uJs { top:1.625rem;left:16.3115234375rem;width:4.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoIKyPLpmiZC4wGJxmZC5VUdZyA4maQ6 { top:1.625rem;left:21.935546875rem;width:6.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVXFVrRocFPg0hff5IZALK04XGAQwsb { top:1.625rem;left:29.55859375rem;width:3.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OBdBzemQkO6b8VkAMRp37wnSxuTJu8 { top:1.625rem;left:35.0595703125rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWx8c4mFPxo3hngoqsySRcr8E1QPnScS { top:1.5rem;left:13.3818359375rem;width:1.6875rem;height:1.6875rem;display:block; }
#FWx8c4mFPxo3hngoqsySRcr8E1QPnScS > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #gTmPSOhkZwuSVvgpXdNDQ2LM5VE9IT4G { top:2.5625rem;left:45.374572753906rem;width:1.625rem;height:1.625rem;display:block; }
#gTmPSOhkZwuSVvgpXdNDQ2LM5VE9IT4G > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #cGV7UWBaJoT26pUV3BnfQE8R7PoDPqIN { top:2.5rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#cGV7UWBaJoT26pUV3BnfQE8R7PoDPqIN > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #BmLh16LxV1LKfvokxmnW4xnbf60AMhZ2 { top:2.625rem;left:40.9375rem;width:6.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrAXmXOIFUCUcFnkDiWP31L9ooqbKeUC { top:0.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scMeFsLyQncUuEI7s8goVdQeIqkqJ1zw { top:0.5625rem;left:38.8125rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 { display:block; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrsfN5QLx2rxdS3sxpTVIkTDV4yLM6ii { top:5.625rem;left:19.375rem;width:28.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWW1KSIbzQIbI1RLQQq7nH0VWKrQUSKz { top:6.25rem;left:0rem;width:32.3125rem;height:8.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtSLVl1XlmfP2NOzd5ViV0Wa1S137Iiw { top:5.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXMLMQGCDJuwT058PG37ctGJI0uGsEok { top:15.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELxw2aGbOtzUhJpHcGf2w3qRCSc8ZrH6 { top:15.6875rem;left:5.9101552963257rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLoDDuvgdZr6d2cDmV1E13GAChgNXfP8 { top:15.6875rem;left:14.472655296326rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebwqQbfHTW3hMUGVGLPsROA6lT2AoJRt { top:15.6875rem;left:22.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItMLLQl4ulMt4bX8Tf21ko5rEuDHv0lS { top:17.3125rem;left:0rem;width:6.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuaMqC0J3sTZpKSGCJ2Ad4piinTxp4iE { top:17.3125rem;left:5.9093751907349rem;width:7.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwmTaFo47lIFnkwOFNcnqTnWvI9NdGUb { top:17.3125rem;left:14.471875190735rem;width:6.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4t0osW0d8IZFJgMo0rhdPXU8sSGsmUN { top:17.3125rem;left:17.8125rem;width:8.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9uqBTM1uaFuxQ9HSLRLGdVyI0qfUyE5 { width:9.4375rem;height:2.875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAqelVHDCt1EDiN7AUsSAZ9ZnHU10zxF { display:block; }
 }@media only screen and (max-width: 763px) { #HTSxwSqMcoetyHc4xpiGmvpEZHWpsc2s { width:9.4375rem;height:2.875rem;top:22.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxo9Gflys1zlLfSHzxywK1A4cGfePkk { display:block; }
 }@media only screen and (max-width: 763px) { #h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg { display:block; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMkJTRwG9mvtu5bGayPRxIGHAxQLNVPO { top:6.25rem;left:14.3125rem;width:33.4375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgDJTfDWMM3LZbvK5q7ThDbwyDJDKvMG { top:2.9375rem;left:34rem;width:13.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQXU0FIUhk8IFECO5f8qUFbxW55Ji5c { top:3.9375rem;left:0rem;width:24.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmPWSiymNvPi1ddfehoUXoZ5vNHs4ywr { top:4.9375rem;left:0rem;width:6.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgFerKTVRtZB2dRqtomTiTCzZaKkHHPc { top:4.9375rem;left:1.5625rem;width:15.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfI0AsdRAyEdsFGWIbTgo5CxdsUEEpcN { top:8.25rem;left:1.4375rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNMTbUTQxRihgPbbF5u9A7QWDITZobM3 { top:10.0625rem;left:1.5rem;width:10.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIqihRlJdiaotvw7BnfLAFWM2veet8v { top:10.3125rem;left:2.25rem;width:9.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH83MTDzwG914XBOXgy08Xch2lA4MwWh { top:15.375rem;left:0rem;width:24.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izs19OT64wmptGen5GSk5iDTuXJ3WDFP { top:16.3125rem;left:0rem;width:6.625rem;height:8.0506454537806rem;display:block; }
 }@media only screen and (max-width: 763px) { #a04zHKrIycQTlkXx0ysocBVT3C1LfMRC { top:16.375rem;left:1.3125rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLW90WGDvIiBT7Nr5ow9ibTmNusxugmi { top:19.625rem;left:1.3125rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RADO5IbyvLE1frVlWnVDp4PpOEFOu7JG { top:21.5rem;left:1.3125rem;width:10.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn9KTrp3GzfNyQahTTa7MNdITsXeoVnx { top:21.6875rem;left:1.875rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQsdBVNRzEwptIBzU5ksQX00FgACrfio { top:26.5625rem;left:0rem;width:24.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huETKzK9oMuM3CoJWm9eSCXHGB6sk4SH { top:27.5625rem;left:0rem;width:6.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV9cHz9J1TR5TI014em9lFcunxqXfVEb { top:27.5625rem;left:1.4375rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98pMq6nlribKn52Lfdyd9XTfoVJ8NZp { top:30.9375rem;left:1.4375rem;width:8rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJ8t7t1vQ0Is8CGwNUwpLevaKnE21v8 { top:32.6875rem;left:1.5rem;width:10.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAeWCiHxTvoQZnnhXDWBwTs0LTnq92wr { top:33rem;left:2.25rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJWBH0tdTLLxIqIKDQqM5T5xZXIrXOM { top:37.9375rem;left:0rem;width:24.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeLy2rWMvmEFibWBTETbcTLPS32Bsiiy { top:38.9375rem;left:0rem;width:7.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibxP4iSc7dAI2LMVT5bviBmJ2Ag0KxpL { top:39.9375rem;left:1.4375rem;width:15.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmuDL6Mx5T5JVhGMJ6NDFkfnnscHd487 { top:42.0625rem;left:1.4375rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvEKadrm3sXFrtiD5R41Ms1wRiE7Rpt { top:44.25rem;left:1.4375rem;width:10.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed8mtu0ysM1qoNTfwzmUQHpT4N4Guflt { top:44.5rem;left:2.0625rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxD3nWuNaHSCSrDxESBzHn04ahOUeZgQ { width:14.625rem;height:2.8125rem;top:2.5625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFPat86rwxtTStLv6JTZFVTr8Tp2h7Ca { display:block; }
 }@media only screen and (max-width: 763px) { #t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc { display:block; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUSCFxcVgduU8CnITtn5wOvGeheAwRHz { top:10.1875rem;left:36.3125rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSPqFd5yuKT0Jw1DsGVg9HMIroQwcnJC { top:14.1875rem;left:36.375rem;width:7.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxiLGQoEli0W4N3uIx4alfTHiZDKrWFX { top:10.125rem;left:36.3125rem;width:11.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHwlcwEa6pW4Z7a6MAiiPQaH5wdZuMu { display:none; }
 }@media only screen and (max-width: 763px) { #om2yzV75hakoewtqsAJqehJXDFTQkwDD { top:11.625rem;left:39.3125rem;width:8.4375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsaGVapcONvpBLTysuqEgwNJ6xcA8Kp3 { top:3.0625rem;left:0rem;width:14.5625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me4aMEvvkoe8HDUpvNhOG9bnB7gzSu91 { top:3.0625rem;left:0.9375rem;width:14.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsmZCAlSvqXwnzPEoJKy9H9QUQW7BTAs { top:3.0625rem;left:15.4375rem;width:14.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0hmlwIw5PXRHlShm1AgDRkLqtdZyi2 { top:4.375rem;left:0rem;width:13.1875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asDVod7n7TsDdSayC4PV4XoTb0PQX3fC { top:4.4375rem;left:1.6875rem;width:14.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHSCnBTpKb91I8ftCE4xUtHOlhT4Togp { top:4.375rem;left:17.125rem;width:11.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIv2IOIfR9rJVOhmDHkTbglxu34uMsZk { top:7.5rem;left:0rem;width:43.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #allJthErxzZefiw9ww4GRClhnBT7ccnp { top:8.9375rem;left:0rem;width:9.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2ZW015w3n5ey54XsPDvSRst3uo29Me { top:11.5rem;left:0rem;width:43.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1GfATEV3DIDUTC8xgVdQ9cWegkTatRk { top:12.9375rem;left:0rem;width:11.1875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxMer0lbIyqO8ycpG6Dcwi9lXFZItryB { top:16.0625rem;left:0rem;width:43.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #InW6TmSmTM879dOWL2ZUkfGP20aCXXuK { top:17.4375rem;left:0rem;width:12.25rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx6MTMuhCqJ9MO71d1gXxduiCn571THq { top:20.75rem;left:0rem;width:43.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exge1q1me5gddyTyTioHo82f7mnTWlKK { top:22.0625rem;left:0rem;width:12.875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTygTZGwWFhb8yipnawKaaiUyP7kxTJe { top:25.25rem;left:0rem;width:43.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN26ITZ2oQFGg4IHeqcKcQJtCXTNgs6o { top:8.8125rem;left:21rem;width:26.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHuyblfwwiDVwubyRCL2xbqukdb6xdp { top:8.9375rem;left:4.25rem;width:9.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5w1u397gCeFcRxUsOXsT08XUveMiCRf { top:13.0625rem;left:4.0615234375rem;width:9.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1CTbcsUgNsPiN7qF32NkMn3gBDwMHtJ { top:17.5625rem;left:3.8115234375rem;width:9.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKW7Wsqx1CLmbDVWzFOWcPiIgNhtZFGd { top:22.25rem;left:3.6865234375rem;width:9.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrKpWaWnG4XW238r1TLWGCz5KXBzZcNa { top:8.9375rem;left:18.4375rem;width:9.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg53VGzDg1KSsv5M17cnbE8OTdWh7s36 { top:13.375rem;left:18.4990234375rem;width:9.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNHRAcdArudIioECCb9VdeNy25spybhQ { top:17.5625rem;left:16.8427734375rem;width:13.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim { display:block; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0nq3iBOT7NXNh31NvDqxOMyTtI2W5vQ { top:4.5625rem;left:7.875rem;width:32.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Xoy7qX3pyl2EEV7QvQBFSVtwo5KEQ9 { top:10.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsnNcKG3T6LLfwNdEvdN1lz7QvVwUKuA { top:14.8125rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9BEyPzMkQBFTvfnGdBOWrAJ6F8EfzCH { top:18rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.9375rem;display:block; }#H9BEyPzMkQBFTvfnGdBOWrAJ6F8EfzCH li:before{  }
 }@media only screen and (max-width: 763px) { #MM8D7lWBuZWwnkWJKcFTGfNe5lTufcQW { top:26rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNhShXDzTXWKmdvih0DRdT4kPkDueXi { top:29.1875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#erNhShXDzTXWKmdvih0DRdT4kPkDueXi li:before{  }
 }@media only screen and (max-width: 763px) { #TeQCDWI2BBeQ4Bdr5BITpQEhnaXoBFXm { top:34.625rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg59GBh9XT8TCaTawP1MtG5W3pREbSmL { top:37.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#qg59GBh9XT8TCaTawP1MtG5W3pREbSmL li:before{  }
 }@media only screen and (max-width: 763px) { #MwXiv0GIZ7Hr9RfN5LkyIxWTCRGkZriK { top:48rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHuWMDWGgJC6OnuJ01WTe64om233wHd6 { top:51.875rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCuWihUFpUceLs7JyPfc7TprnU6lFaC8 { top:54.75rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#zCuWihUFpUceLs7JyPfc7TprnU6lFaC8 li:before{  }
 }@media only screen and (max-width: 763px) { #eVotN07tFPDP9un7FL0iqM7Us48lShdM { top:64.9375rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GeyOtPnT6OiMJeI5ATnyTa9WXRIQxU { top:68.125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#B6GeyOtPnT6OiMJeI5ATnyTa9WXRIQxU li:before{  }
 }@media only screen and (max-width: 763px) { #Pb4pLFSTdpAyAmAWodSKUTJBpE16Jwo4 { top:76.75rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc { display:block; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLCnUMgsAS0n844TuchxZdNM4I3K11fV { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v { display:block; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGfnOECOe7X9T0wiyy4hNlJzMIxUcL79 { top:3.8125rem;left:0rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSC96MPKzvPQxbcHLkVUQbGMxdab0nsr { top:14.625rem;left:0rem;width:6.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE897JLUxFleQAV1qITaT6Wce0TRfWxT { top:3.75rem;left:6.625rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVU6ZPrO7NMkNxXxzOTaBGkxkgStpDg { top:14.5625rem;left:6.5625rem;width:16.25rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXe0xDbTgOXWyGRRnddn1diuugJnMAOw { top:21.375rem;left:25.125rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0WwIr8ZOgApK9ABl7uDUuxZrCGJKhe { top:32.1875rem;left:25.125rem;width:5.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ha2Vk2qqhOhTwZ8udkw6ZSONFawdFb { top:21.375rem;left:31.8125rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na5DH1HOW81sA4l9RBRs4b3VD1NlycBq { top:32.1875rem;left:31.5rem;width:16.25rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvdp8pTM8t4wwDsaxV3yT6TFQJyqkZJ0 { top:50.1875rem;left:0rem;width:16.25rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfHz5gTSc1IXpo6RFvq3KnWF0TLos223 { top:39rem;left:0rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSnfiHScZ0iaMxigI49yc8OVtHlnWQC { top:39rem;left:6.6875rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGWxyvz2oRTZXpoQmHToMd221B0ZCnRS { top:50.1875rem;left:6.6875rem;width:16.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA7kBpvHRRwiHlDJrRyEHJHfLANBH1k6 { top:56.9375rem;left:25.0625rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw4VK6KlE75aULT9XQ3uf46qSExQs85U { top:68.0625rem;left:25.0625rem;width:16.25rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSofEyDKooQCWn93reaWA8OdKDBOt86 { top:56.875rem;left:31.8125rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtapTAAioXqFenRp2neuxOuC0WbpWICh { top:68.0625rem;left:31.5rem;width:16.25rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCRft7FhbrLOaP2KHq6LBbvyasIACkng { top:55.4375rem;left:9.9375rem;width:37.8125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twnuSehDT7L0mR8hcy0g22zFyOIxle9u { top:37.625rem;left:0rem;width:37.8125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGW1vuylLP2ycLH2zO11SRyU3aTd0tL7 { top:19.8125rem;left:9.9375rem;width:37.8125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEm0EZ0BbZkJbLDfAluqBaRMKweDhZM4 { top:2rem;left:0rem;width:37.8125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KclO4haWrJa8mFOJi1uWFZJhbTHhTdTH { top:4.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 { display:block; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0ZffTt3wZL2dFCGeszGcuPmFvUBaF0W { top:1.6875rem;left:2.25rem;width:19.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULTefd0KySPUyKpv9TLvGq1kG8MNLG1m { top:5rem;left:19.6875rem;width:27.8125rem;height:13.8748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkV1moRvWKFb6EpQ4BLD9ovJL1MTt0qd { top:5rem;left:0rem;width:27.3125rem;height:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZpkw1mOawT7FzraLKpRI5ahnCThcv88 { top:10.3125rem;left:19.875rem;width:27.875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2IZT5CmtzFHJqmso9t4VcGDCVwO69yl { top:10.125rem;left:0rem;width:27.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1SHVClTRmr9xUBVdrNZSs0TXB3dCDpU { top:19.75rem;left:23.875rem;width:19.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMV81aB2meTwTtyrofZT76zdhpVXClWN { top:19.5625rem;left:0rem;width:19.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gBkxq8cwLqM3qcr6ZvoUE85MBXdWa3 { top:22.75rem;left:23.25rem;width:24.5rem;height:4rem;font-size:0.875rem;display:block; }#F1gBkxq8cwLqM3qcr6ZvoUE85MBXdWa3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8bb25f5dc51b7af11916a0d28457e88b61c3642.svg); }
 }@media only screen and (max-width: 763px) { #zrQaN8fIWQdx3Ub9TzFqp3amU0MwScs6 { top:22.625rem;left:0rem;width:24.5rem;height:4rem;font-size:0.875rem;display:block; }#zrQaN8fIWQdx3Ub9TzFqp3amU0MwScs6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8bb25f5dc51b7af11916a0d28457e88b61c3642.svg); }
 }@media only screen and (max-width: 763px) { #ShLg0VS77lZREx6072osSahGwHVxJuE4 { top:27.875rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLX3wTztVoFx3UnqL70grOPAsPsviNav { top:27.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyNWU8BqEDzgULyEU9J83D4ixBtPnUTw { top:21.875rem;left:22.625rem;width:25.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE0Pl75PccLH5Tn7Ezmld1pUwyU0ORDb { top:27.25rem;left:22.625rem;width:25.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKhl2E5TohJF7792whyJJdt6v2ZHlpst { top:26.9375rem;left:0rem;width:25.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSrABTPzppHSOslr6DnxItJQwDQET6cQ { top:21.6875rem;left:0rem;width:25.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHChLFBZ6AwsFm5L5Om4f4PaaluQJJyb { top:29.25rem;left:23.875rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsbduqDx4Pdewfc5ZLfM6CNNRyn2d4N { top:28.9375rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW { display:block; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3haA9ttehgOM1NQ8sCrm8av3MzXuexX { top:0.8125rem;left:2.9375rem;width:44.8125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRkP0RXxpcpkmVotSkyaJwMH66XgTt3n { top:4.4375rem;left:0rem;width:32.3125rem;height:8.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIXOUCFHsN3OmgWtxtwTnWUTeGAIISq { top:13.5rem;left:0rem;width:18.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxQBQXEf5bvsSI59CW89Ry8P75RQ9rLz { top:29.625rem;left:0rem;width:18.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9EXuun2PfsDqdkloXfMqCesWZPrZUKy { top:22.6875rem;left:31.875rem;width:15.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9sr0Ve6wuzTCExiiOXaDia4EinCTqBq { top:22.6875rem;left:24.375rem;width:15.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvXNOuKKkHF5Ds4XbqLJUTgOPmZrhiD3 { top:22.6875rem;left:7rem;width:16.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71hLAWlnua9N4lhAhrhqW9FTA8FudXH { top:22.625rem;left:0rem;width:15.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyMOCrdTgLf6OTxfA09V6iaM0QZh0tn5 { top:26.8125rem;left:30.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKLciO4sIH8kcUWeQalWNNXU9DKqhpBJ { top:26.8125rem;left:29.875rem;width:8.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az5qIATT2KEutt4iTOBOdoeVlvohxKEJ { top:3.375rem;left:24.5625rem;width:22.0625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7hiMRRuefqZdKvCePM6QMvkLcyFEROa { display:block; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btUCvMRb9lJ81LuEAdPCO8pBddcT1q7M { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q { display:flex;height:auto;width:45.25rem;top:8.4375rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cNkoMTQRVspOHJOL2oTTH3sAiJqmouKP {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #yInT1fzOBrHoxXlqdyX0eWOtckSgJFSJ {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #n6I9Wxmzya4uaECR6hutlPHS4dSDzGgw {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #GNCTfu34Xd6B7LQgqztd8PvTtITb9nh7 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #XaKzBqJBBRS3DV2UEXxwDJ2FcKVgv97C {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #gqpS8uCcUJkxklB57bIivHrKefMnd3I6 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #OceM7ia166DS1eDWOL97AAgoiJQVov3O {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ypipmS48pDZIpq0VLOzsQ6by8ZmDc1NI {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #rBmhxVDIECmVdRzQUndcTbUtm7A4CqVz {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ADiGsDNZOd2fSQBsWpOkuHcX7ypDE0o9 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #KX7DupeBhtLKX2zeTW5mUP2RIpXOEP8w {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #GarlFRshRPOodVDAPDlISJduLsSfMMbH {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #pJczNLgTtncrbBXT4TAOwGnFK4eRP7bD {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZbOfoQCPGcu45brZlHINgegtxd1ETzT1 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #PoCFdRynISfqRTCx6HVhEh7mhGF4606b {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #mT0U43cooXMN8cGtHrJ4OTFsq3cP9SJH {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #zO2TS0b6kTuJ12diEqybpwE3hG7KWKme {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #QAsghGsX0GU4MW6T8nmVqQgkW2PxMdoi {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #IVZbmyzTvDkE2zOJzaGBOGUWbqwEVWSa {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #UsAx5b4NKWqwXO5OUS5OVBFgm2sIx4fC {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #FpEFBO6ZbIzo3zvVprPGgV8fK5tGKxzq {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #xMf5uwushHy78gUi25M1deP50OpiKLoO {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #A6ZMKdil222hf45p70ABt4QIUwOkTCmO {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Dequ7zWmvG6nkWnN64z8xSTpG3PElMIc {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #XaSoTEk2py3SIOsSX5Pxpt4GLyJxeIim {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Qdnlq7Pu7hAerns6htQ9rWnT0AgVqEke {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #CCari9TdVhC4DoeAc0oZ3ve2qv1i0IOA {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VgTwHrI5uGzRvfTAIzaWbUN56NnpRTyp {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #sTyoRUKa9k9eMNybtE8MVZHkHCflFiuM {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #X5KWKeqy7BoDvBS91cmM56vFgt9Pf6h5 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #mfbvOWzCDOrz1gsXBf4oQf6CDKJMFTpL {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #LiWzP3s6tdebuUbMEfrH8if0DowJiMfC {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZqRKZ7p0KSoMKJdKRNdcNsQ7ai7AfllX {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #TB5QQqT9UDdZriTNF4MRqw0nXWkGdaAV {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qd3gQxWzSss3cdPlZObowpEI8S4enu8F {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZoLPmHRewgdq8FMst72e1WyTqJ5aCC2N {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #QLOsvOCcsqrSnb0auPrREpwfhopHF61H {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #IWW5S40vwANL64mIC5rtfNznq2BQon76 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cmX0kt4ES2T6reEH9tsx64U4hsnVRQT6 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #eB0bCVWBSb9Wx3uifMLH4kqEiQpghZ3D {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #KHDqhfxH0r1XWqWFXrBldrLDfTXKC3Me {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #gBX43th4nuRRRzqVGtgKVroZlJqug2S6 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qPAcsBUZBCM3uLzISs2rtR1KyTsy9GKO {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #zDbMnpFxFpZO2BMCERTy9VEGsnodTXAE {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VrJ7kCef0UyDAJXCs1S2boG3GUh2CWpq {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Jsf9R9HUbu5Z6FnGL4LSvnQRErvS3B16 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #NH67bIXm9EW9zTP7ppdIOHiqf7B8pxtI {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #PiAfcyv8lc5O2BhoB6wq2rir1loUK4TL {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #C25cOcRc8cnxRt4JIbGcrHPyMk5Qfq86 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #STeiaGH0IhSIUbpLh58OpikZbBrIm8sT {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #dHcSG0DKAzXytypxNbz3QX395d2dghru {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #EEMQETd1HHr2CMR8ZpgaCrigAgeB8H66 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #En2pMBT8w92hhRvsTehwJcQS21za1Bqy {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #lzgTSRHTNye7voQbWCsS1zRu4fpX4RJK {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #BGuolCVus7V2AKqUNxbqITDycuF9xN8m {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #WbPsHH9XJ9yqB6d7TKx3cs9RLXTCtC3i {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #JnqV7HWTcsvaIqR2ekhOQAQRIWhNNyXF {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #vrOoE2sA8ynaF1MFNKFK6Qtr4ad3HBzx {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #r4iezMEzgwZa5UTN4RTCJldg1h10T3kW {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Fy02Ue75y9xXUfa4QdbN8PAfu5S73KMh {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qanZTcmPUvx6peU2Txq0Ms8HPuzn2b6L {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #TwPzn1fhyABxv8QTSImc1iKLVMcBzs7s {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tNsX7IXm2JBJf6UGiiiCUmXAxl9sCcMD {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #X31N886ppOnfB5r4xkknGVneol6hHHqL {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Hpp4HOi3uyFPqUT5qP7p11u3nOHLTKS0 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qGkINIDv0WDTitwNlsKcrGVnBd4UbsvG {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #h9K7gba6Lkwt2HAn1UJKLxpVhId6wWBp {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #pyFoZ4W0LctGdp7Gh5LDKpfBtLGDSOkG {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #UtcsG97UadLztIhrw1VyfZLnmJB3y5th {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #uOoop45bIbb0w5hihICP4WoDekfuqT3m {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #wwA60mGVO7BbKVXJcvGi2rAWRqvIUau8 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #U5uWUqqR6GUZunMvFkwKdPBPu8fTVwcn {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cdSi12gPa5EwJqoVLyeEagEHLTp6SGt1 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Nm1gxiBtFZsILM2a63SZwFQ4R2rrucE2 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #zOMIfeNAFTudHE8KkX4M2fDwtb7EpWbr {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cwoF0B2we6tLpDHzOVZ6DzXAhipsa4Ee {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #vlgExKq6qTBlDHMABkCR4RFohqu32t8B {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tUHBMt1EbMIh1oouIEVhDsEqxmUNEymR {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #EhfHT8a0ddp0AxlnSX2apyQ76LW4BER5 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #U6uooKrDH1J2s7MWRidNKn8UBlEv1f54 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ACMOVBdpwTXGbByyHUCzTbTRHUdTwCa9 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #D8OHGlEn01OZdOpUQeSUu6fEkfmJgClv {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tKmswH2ibnsC8mcsIFF8ansEtpkqMZ6c {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #bSrNfA4c3leFLmbnXfSTWATyhediI8e1 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #RGFPZ9ioxcGO8tu3UwQ8rUWhbovhkkhT {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #CU4FTAKC3z63qz0nInMla9gS75KPL0Mu {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tbr3Pcx2zWoLNzV6CKtQBRfqJk4D89Ha {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZbAcTuDmcmwR6I7a6qUGTmIruBzu9qIC {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #LvNZk6riGCpRxBMP0Pzre4GMIWUONZeX {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #KilOQeKo3vEEyU2MAxpVmQvicoiGK31G {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VmGa8W3TMaPTf7KrR0kRmfUWTOKNryze {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VXZywIapkZvxL2v7MCnSZZ84JoK5s2Gg {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #K9sFJaaLJ8ISLtuBx6Gdzcw3zsX5tqDe {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ccZlgOKzGQc7HwUO0JD2O4JmkspRtUwd {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Lfe5d1Nfh6o0p6O8JK1XATVPxysOvv8N {  }
 }@media only screen and (max-width: 763px) { #alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n { display:block; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmahKLS7ReuWAUeAqS74Qi6a5lAvHg0W { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZem7nkoTBZiofOl7iGAsJTqJosACqeT { display:block; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0wmQNIHZzRicg5EOqrJAmLcE5FlgR5v { top:1.3125rem;left:14.25rem;width:33.5rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BatDCyghKyPZZ4gJXXbzwgST397OTNkB { top:22.1875rem;left:0rem;width:30.0625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efs4F7gmZvQHZH5k8lLTh9F0lJJFkrna { top:22.1875rem;left:17.6875rem;width:30.0625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9sUStk1J6ObZSgzucWpa3RUNCKcUQ59 { top:1.375rem;left:0rem;width:34.125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf { display:block; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDpnL6qW3GoETJEsfiZLhffUzUblk2E1 { top:1.1875rem;left:0rem;width:33.3125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNp5mZKETSPB9XP4qlwurXDZEZBmaeeg { top:1.0625rem;left:14.4375rem;width:33.3125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLT0kuVQsiaCtxdrhHLOoBG9ZBW7ETRC { top:22rem;left:0rem;width:30.0625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1xrQmrFCWScD9wLTALd5E6xy9pLE4xv { top:21.625rem;left:17.6875rem;width:30.0625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 { display:block; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk0GveIeHVmfQgWG2VMaaAIrbPVPS9zl { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w133rA3bpv52XJrNtufTbWm8J5mnzdZv { display:block; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTqe9BUsMtT6VplpZJxUbU7Jwg0sdlD0 { top:0.625rem;left:0rem;width:21.9375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lei1dVDk3kl74oXSV3XFRet0BQSsoHgr { top:0.6875rem;left:9.8125rem;width:21.9375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlaxtauSArUbPV0Zt4AwCTOTLWTUxTV6 { top:0.625rem;left:25.6875rem;width:21.9375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2V20JqRb0t6pM53iT2kxSsoocnNiLXq { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubh8OJROOD6D5J6ggWC6HApbCebywAHv { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1BJRwOmiV1vSmoPiRieUN6b3gabXT6 { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW { display:block; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2dvTmm2rVIihozIrPd9baP3PN6owKT6 { top:2rem;left:9.625rem;width:22.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzCRmsH3LOBt6UUWkrCq5ixzc4qsZinb { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxAGwUOgg99Qy7ScLgbmQ3VLI79K4yn3 { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrLVc5lfULlAmQIkrJCe5bkBcQvpLsqI { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7dzAfl8G7cGLBFO7Sg14yMJ6h4HN0cQ { top:1.9375rem;left:0rem;width:22.0625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWyfNOR3nhLJpbn6D6Nq6DeUlrpw7feN { top:1.9375rem;left:25.6875rem;width:21.9375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F { display:block; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGnsJn5BgFugJlcqWitWVwfIvC4QMWoB { top:0.8125rem;left:0rem;width:22rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7b8bfVnzxncRZbSRUpIGMtbsVQszGfL { top:0.8125rem;left:10rem;width:21.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktBkzpTFS9sTt4UTKZQTNZxKTihzz7v { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyexxBz2cZxs7MRcOi02T0c7cfzQeW8y { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao { display:block; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiQU5dJCRTFNPHfekF8OtGPO0zlvspm3 { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ { display:block; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgRuV2W8oG3DikTrudI8CbpfVt4fAUew { top:1.5625rem;left:0rem;width:47.75rem;height:14.563540753725rem;display:block; }
 }@media only screen and (max-width: 763px) { #zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 { display:block; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlFH1wyp43RbIAIZN2ufzTaL5eHEWwaa { top:23.1875rem;left:13.406250953674rem;width:15.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDvR5DFZ6dvT8gEUCJeRVsTvlKXwEkBl { top:26.5625rem;left:20.000000953674rem;width:1.75rem;height:1.75rem;display:block; }
#TDvR5DFZ6dvT8gEUCJeRVsTvlKXwEkBl > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #CEvbp5WRHnxt3sD3xtZKdgRi6sAEazRD { top:26.5rem;left:13.312500953674rem;width:1.6875rem;height:1.6875rem;display:block; }
#CEvbp5WRHnxt3sD3xtZKdgRi6sAEazRD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #oTXZI4B4M5qVlyRTOhP5v0rbcDx9N62B { top:26.5625rem;left:16.675782203674rem;width:1.6875rem;height:1.6875rem;display:block; }
#oTXZI4B4M5qVlyRTOhP5v0rbcDx9N62B > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #kDXOFHNQSxXu0J7NHgthhnVfTfLJRIGF { top:9.375rem;left:13.406250953674rem;width:16.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAUvz3dJKpAqsOhMeuZoG8QHfThWcTX { top:3.25rem;left:0rem;width:26.375rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcTIE88znBOiRl37WZ1bniqFbd4hoa7k { top:14.8125rem;left:0rem;width:21.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyfrfD7dKQAtPwNCh1LDkwW16vOSR0xB { top:11.125rem;left:0rem;width:19.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCsQr9lowmQx6dOBg1WieM9ugTi4cC1h { top:9.25rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe2RITL2p96JVfDaUsqkZNDGZmBlG5tZ { top:9.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { top:11.125rem;left:24.75rem;width:23rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwl5hr9xuHNrnyDzW3A1UQbP36sykh4A { top:11.25rem;left:13.281250953674rem;width:8.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgDuiTyflxlKhhil8tifw0qmVG8zkB4 { top:13.0625rem;left:13.406250953674rem;width:8.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmiLXe7FCsGRU9OKdoRb6SEKdnEUkc0 { top:14.8125rem;left:13.406250953674rem;width:8.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoh7nn56IlfMC9WG2zDv68TFMzt0edpg { top:16.5625rem;left:13.406250953674rem;width:8.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME4uMotn9bUFEH7vJasQ46kTIVJyklsS { top:18.375rem;left:13.406250953674rem;width:8.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8082RyrwuN8ZCCIn2etkz1OIFdTLVRA { top:20rem;left:13.406250953674rem;width:8.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FTEZXfGkkdOKBe9HDahspepHTwKtQG { top:9.4375rem;left:31.0625rem;width:16.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsC0FbXJgAfwm52wAKDoaUgG9ohGVeMA { top:8rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mck4lTqmHdZI6P7ZF9HtZp61U3DRIIAM { top:1.875rem;left:0rem;width:47.75rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51845683-ad7e-496a-a9b8-e88f738a894a/ndaDOODLES2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container { display: none; }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .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) { #wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH { position:relative;z-index:auto;display:block; }#wgagU5HWdsIXOHUGBuiT5gfkIBFOh6OH > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGABSEQ1RlQWJX11i3wIpqx6c08lysNy { width:10rem;height:4.0625rem;top:0rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwqZht99dxRguybggxS0l70AnKKx14J { width:6.5625rem;height:1.21875rem;top:5.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTVsxzQ4eBkMZiMzh0dDD0SLNKpM3SdA { width:7.999125rem;height:1.21875rem;top:3.9973959922791rem;left:12.000869095326rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNG8OyXtKvpzvPBET1w4BcW8aIXy9uJs { width:6.06228125rem;height:1.21875rem;top:5.9375rem;left:13.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoIKyPLpmiZC4wGJxmZC5VUdZyA4maQ6 { width:7.8125rem;height:1.21875rem;top:5.9375rem;left:6.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTVXFVrRocFPg0hff5IZALK04XGAQwsb { width:3.87478125rem;height:1.21875rem;top:3.9973959922791rem;left:0.35047751665116rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1OBdBzemQkO6b8VkAMRp37wnSxuTJu8 { width:5.68685rem;height:1.21875rem;top:3.9973959922791rem;left:6.1241324543953rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWx8c4mFPxo3hngoqsySRcr8E1QPnScS { display:flex;width:1.68555rem;height:1.68555rem;top:9.6875rem;left:3.3125rem;font-size:1.3125rem; }
#FWx8c4mFPxo3hngoqsySRcr8E1QPnScS > img { max-width: 100%;max-height:100%; width:1.68555rem; height:1.68555rem; } }@media only screen and (max-width: 763px) { #gTmPSOhkZwuSVvgpXdNDQ2LM5VE9IT4G { display:flex;width:1.624025rem;height:1.624025rem;top:9.6875rem;left:6.1875rem;font-size:1.3125rem; }
#gTmPSOhkZwuSVvgpXdNDQ2LM5VE9IT4G > img { max-width: 100%;max-height:100%; width:1.624025rem; height:1.624025rem; } }@media only screen and (max-width: 763px) { #cGV7UWBaJoT26pUV3BnfQE8R7PoDPqIN { display:flex;width:1.625rem;height:1.625rem;top:9.6875rem;left:8.9375rem;font-size:1.3125rem; }
#cGV7UWBaJoT26pUV3BnfQE8R7PoDPqIN > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #BmLh16LxV1LKfvokxmnW4xnbf60AMhZ2 { width:6.8120625rem;height:1.21875rem;top:9.875rem;left:11.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrAXmXOIFUCUcFnkDiWP31L9ooqbKeUC { display:flex;width:1.625rem;height:1.625rem;top:7.6875rem;left:4.8125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #scMeFsLyQncUuEI7s8goVdQeIqkqJ1zw { width:8.936625rem;height:1.21875rem;top:7.875rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 { display:block; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TcTiQSgZPIwz1ezFTKyFTyzliDeX9oz9 > .row .container { width:20rem;height:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrsfN5QLx2rxdS3sxpTVIkTDV4yLM6ii { width:19.375rem;height:7.9375rem;top:23.521484375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWW1KSIbzQIbI1RLQQq7nH0VWKrQUSKz { width:20rem;height:4.2252625rem;top:1.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtSLVl1XlmfP2NOzd5ViV0Wa1S137Iiw { width:12.5rem;height:1.3rem;top:5.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXMLMQGCDJuwT058PG37ctGJI0uGsEok { width:1.375rem;height:1.375rem;top:7.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELxw2aGbOtzUhJpHcGf2w3qRCSc8ZrH6 { width:1.375rem;height:1.375rem;top:7.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLoDDuvgdZr6d2cDmV1E13GAChgNXfP8 { width:1.375rem;height:1.375rem;top:13.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebwqQbfHTW3hMUGVGLPsROA6lT2AoJRt { width:1.375rem;height:1.375rem;top:13.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItMLLQl4ulMt4bX8Tf21ko5rEuDHv0lS { width:6.0625rem;height:2.2721375rem;top:9.6875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuaMqC0J3sTZpKSGCJ2Ad4piinTxp4iE { width:7.125rem;height:2.2721375rem;top:9.6875rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwmTaFo47lIFnkwOFNcnqTnWvI9NdGUb { width:6.0625rem;height:2.2721375rem;top:15.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4t0osW0d8IZFJgMo0rhdPXU8sSGsmUN { width:8.6875rem;height:2.2721375rem;top:15.3125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9uqBTM1uaFuxQ9HSLRLGdVyI0qfUyE5 { width:17.375rem;height:2.875rem;top:19.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAqelVHDCt1EDiN7AUsSAZ9ZnHU10zxF { display:block; }
 }@media only screen and (max-width: 763px) { #HTSxwSqMcoetyHc4xpiGmvpEZHWpsc2s { width:9.4375rem;height:2.875rem;top:32.833984375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxo9Gflys1zlLfSHzxywK1A4cGfePkk { display:block; }
 }@media only screen and (max-width: 763px) { #h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg { display:block; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg { background-color: transparent; background-image: none; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container > .video-iframe-container { display: none; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row > .video-iframe-container { display: none; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .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); }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg { border-width: 0; border-radius: 0; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container { width:20rem;height:149.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b59b7295-b0d1-461e-969a-b3771a0139db/Frame188.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container.adaptive-delivery-prevent-bg, #h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container.lazyload, #h4VU3TDgZDJOgpnMBLop4R8yxpP6GKFg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #RMkJTRwG9mvtu5bGayPRxIGHAxQLNVPO { width:20rem;height:21.685125rem;top:4.7189674377441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgDJTfDWMM3LZbvK5q7ThDbwyDJDKvMG { width:13.75rem;height:2.03125rem;top:1.4359440803528rem;left:3.1250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQXU0FIUhk8IFECO5f8qUFbxW55Ji5c { width:20rem;height:24.0625rem;top:70.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmPWSiymNvPi1ddfehoUXoZ5vNHs4ywr { width:10.561rem;height:12.8125rem;top:44.3046875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgFerKTVRtZB2dRqtomTiTCzZaKkHHPc { width:15.5620625rem;height:3.2487rem;top:58.375rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfI0AsdRAyEdsFGWIbTgo5CxdsUEEpcN { width:8.0620625rem;height:1.2999125rem;top:62.5rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNMTbUTQxRihgPbbF5u9A7QWDITZobM3 { width:10.5rem;height:1.875rem;top:64.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIqihRlJdiaotvw7BnfLAFWM2veet8v { width:9.3125rem;height:1.2999125rem;top:65.1875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH83MTDzwG914XBOXgy08Xch2lA4MwWh { width:20rem;height:21.811rem;top:122.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izs19OT64wmptGen5GSk5iDTuXJ3WDFP { width:10.1855625rem;height:12.3730625rem;top:70.2421875rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a04zHKrIycQTlkXx0ysocBVT3C1LfMRC { width:15.561rem;height:3.2487rem;top:83.865234375rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLW90WGDvIiBT7Nr5ow9ibTmNusxugmi { width:12.436rem;height:1.2999125rem;top:88.3642578125rem;left:3.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RADO5IbyvLE1frVlWnVDp4PpOEFOu7JG { width:10.5rem;height:1.875rem;top:90.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn9KTrp3GzfNyQahTTa7MNdITsXeoVnx { width:9.3120625rem;height:1.2999125rem;top:91.125rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQsdBVNRzEwptIBzU5ksQX00FgACrfio { width:20rem;height:24.0625rem;top:44.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huETKzK9oMuM3CoJWm9eSCXHGB6sk4SH { width:10.561rem;height:12.8125rem;top:96.1796875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV9cHz9J1TR5TI014em9lFcunxqXfVEb { width:15.561rem;height:3.2487rem;top:110.2421875rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u98pMq6nlribKn52Lfdyd9XTfoVJ8NZp { width:8.061rem;height:1.2999125rem;top:114.740234375rem;left:5.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXJ8t7t1vQ0Is8CGwNUwpLevaKnE21v8 { width:10.5rem;height:1.875rem;top:117.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAeWCiHxTvoQZnnhXDWBwTs0LTnq92wr { width:9.3125rem;height:1.13671875rem;top:117.4375rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJWBH0tdTLLxIqIKDQqM5T5xZXIrXOM { width:20rem;height:24.0625rem;top:96.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeLy2rWMvmEFibWBTETbcTLPS32Bsiiy { width:10.4980625rem;height:11.5625rem;top:122.1171875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibxP4iSc7dAI2LMVT5bviBmJ2Ag0KxpL { width:15.561rem;height:1.625rem;top:134.9296875rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmuDL6Mx5T5JVhGMJ6NDFkfnnscHd487 { width:12.436rem;height:1.2999125rem;top:137.4296875rem;left:3.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAvEKadrm3sXFrtiD5R41Ms1wRiE7Rpt { width:10.5rem;height:1.875rem;top:140rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed8mtu0ysM1qoNTfwzmUQHpT4N4Guflt { width:9.3125rem;height:1.2999125rem;top:140.3125rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxD3nWuNaHSCSrDxESBzHn04ahOUeZgQ { width:14.625rem;height:2.8125rem;top:145.17775rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFPat86rwxtTStLv6JTZFVTr8Tp2h7Ca { display:block; }
 }@media only screen and (max-width: 763px) { #t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc { display:block; }#t2c6mpBGDBJAtX6kNvTIZ1C5kvb8TBQc > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUSCFxcVgduU8CnITtn5wOvGeheAwRHz { width:3.186525rem;height:3.125rem;top:29.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSPqFd5yuKT0Jw1DsGVg9HMIroQwcnJC { width:9.5rem;height:3.0859375rem;top:33.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxiLGQoEli0W4N3uIx4alfTHiZDKrWFX { width:10.1875rem;height:7.3125rem;top:29.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHwlcwEa6pW4Z7a6MAiiPQaH5wdZuMu { top:1.8125rem;left:0rem;width:20rem;height:23.5rem;z-index:14994;background-color:#fff2b0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #om2yzV75hakoewtqsAJqehJXDFTQkwDD { width:8.1846875rem;height:5.19965rem;top:30.244141578674rem;left:10.812717735767rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsaGVapcONvpBLTysuqEgwNJ6xcA8Kp3 { width:6.1875rem;height:47.8125rem;top:0rem;left:0rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Me4aMEvvkoe8HDUpvNhOG9bnB7gzSu91 { width:4.62456875rem;height:47.8125rem;top:7.1525573730469E-6rem;left:6.1870663762093rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #BsmZCAlSvqXwnzPEoJKy9H9QUQW7BTAs { width:4.625rem;height:47.8125rem;top:0rem;left:10.78125rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Mb0hmlwIw5PXRHlShm1AgDRkLqtdZyi2 { width:4.75rem;height:1.3808625rem;top:3.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asDVod7n7TsDdSayC4PV4XoTb0PQX3fC { width:5.3125rem;height:1.3808625rem;top:3.375rem;left:8.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHSCnBTpKb91I8ftCE4xUtHOlhT4Togp { width:4.5rem;height:1.3808625rem;top:3.4375rem;left:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIv2IOIfR9rJVOhmDHkTbglxu34uMsZk { width:20rem;height:0.0625rem;top:6.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #allJthErxzZefiw9ww4GRClhnBT7ccnp { width:4.625rem;height:2.2482625rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yX2ZW015w3n5ey54XsPDvSRst3uo29Me { width:20rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1GfATEV3DIDUTC8xgVdQ9cWegkTatRk { width:5.125rem;height:1.03125rem;top:12.75rem;left:0.625rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mxMer0lbIyqO8ycpG6Dcwi9lXFZItryB { width:20rem;height:0.0625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InW6TmSmTM879dOWL2ZUkfGP20aCXXuK { width:4.75rem;height:2.0625rem;top:16.9375rem;left:0.5625rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nx6MTMuhCqJ9MO71d1gXxduiCn571THq { width:20rem;height:0.0625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exge1q1me5gddyTyTioHo82f7mnTWlKK { width:6.8125rem;height:2.6237rem;top:21.625rem;left:0.0625rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #sTygTZGwWFhb8yipnawKaaiUyP7kxTJe { width:20rem;height:0.0625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN26ITZ2oQFGg4IHeqcKcQJtCXTNgs6o { width:19.875rem;height:10.75rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHuyblfwwiDVwubyRCL2xbqukdb6xdp { width:3.5625rem;height:1.125rem;top:8.125rem;left:9.0625rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #u5w1u397gCeFcRxUsOXsT08XUveMiCRf { width:4.375rem;height:1.125rem;top:12.6875rem;left:8.6875rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #M1CTbcsUgNsPiN7qF32NkMn3gBDwMHtJ { width:4.5rem;height:1.125rem;top:17.4375rem;left:8.625rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hKW7Wsqx1CLmbDVWzFOWcPiIgNhtZFGd { width:5.0625rem;height:1.125rem;top:22.375rem;left:8.3125rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #MrKpWaWnG4XW238r1TLWGCz5KXBzZcNa { width:5.25rem;height:2.2482625rem;top:7.5rem;left:14.75rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mg53VGzDg1KSsv5M17cnbE8OTdWh7s36 { width:5.6875rem;height:2.2482625rem;top:12.125rem;left:14.3125rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cNHRAcdArudIioECCb9VdeNy25spybhQ { width:5.25rem;height:3.37239375rem;top:16.375rem;left:14.75rem;font-size:0.9375rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim { display:block; }#KUJfnfezpTsEvOMu9Eg3o0M1Wt8mTDim > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0nq3iBOT7NXNh31NvDqxOMyTtI2W5vQ { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Xoy7qX3pyl2EEV7QvQBFSVtwo5KEQ9 { width:20rem;height:7.3111875rem;top:7.69921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsnNcKG3T6LLfwNdEvdN1lz7QvVwUKuA { width:15.75rem;height:1.2999125rem;top:16.6845703125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9BEyPzMkQBFTvfnGdBOWrAJ6F8EfzCH { width:20rem;height:19.2155rem;top:19.2969rem;left:0rem;font-size:0.9375rem;display:block; }#H9BEyPzMkQBFTvfnGdBOWrAJ6F8EfzCH li:before{  }
 }@media only screen and (max-width: 763px) { #MM8D7lWBuZWwnkWJKcFTGfNe5lTufcQW { width:15.75rem;height:1.2999125rem;top:38.546875rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erNhShXDzTXWKmdvih0DRdT4kPkDueXi { width:20rem;height:3.96875rem;top:41.09668125rem;left:0rem;font-size:0.9375rem;display:block; }#erNhShXDzTXWKmdvih0DRdT4kPkDueXi li:before{  }
 }@media only screen and (max-width: 763px) { #TeQCDWI2BBeQ4Bdr5BITpQEhnaXoBFXm { width:15.75rem;height:1.2999125rem;top:46.31543125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qg59GBh9XT8TCaTawP1MtG5W3pREbSmL { width:20rem;height:7.3426875rem;top:48.8652375rem;left:0rem;font-size:0.9375rem;display:block; }#qg59GBh9XT8TCaTawP1MtG5W3pREbSmL li:before{  }
 }@media only screen and (max-width: 763px) { #MwXiv0GIZ7Hr9RfN5LkyIxWTCRGkZriK { width:20rem;height:1.21875rem;top:57.4589875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHuWMDWGgJC6OnuJ01WTe64om233wHd6 { width:15.75rem;height:1.2999125rem;top:59.9277375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCuWihUFpUceLs7JyPfc7TprnU6lFaC8 { width:20rem;height:7.3426875rem;top:62.47754375rem;left:0rem;font-size:0.9375rem;display:block; }#zCuWihUFpUceLs7JyPfc7TprnU6lFaC8 li:before{  }
 }@media only screen and (max-width: 763px) { #eVotN07tFPDP9un7FL0iqM7Us48lShdM { width:15.75rem;height:1.2999125rem;top:71.07129375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6GeyOtPnT6OiMJeI5ATnyTa9WXRIQxU { width:20rem;height:5.8125rem;top:73.6211rem;left:0rem;font-size:0.9375rem;display:block; }#B6GeyOtPnT6OiMJeI5ATnyTa9WXRIQxU li:before{  }
 }@media only screen and (max-width: 763px) { #Pb4pLFSTdpAyAmAWodSKUTJBpE16Jwo4 { width:15.75rem;height:1.2999125rem;top:80.6836rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc { display:block; }#pg38RHB7tyU7fcuGi8mwkqk9ID8lmbXc > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLCnUMgsAS0n844TuchxZdNM4I3K11fV { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v { display:block; }#x1aWfB2uVqTHaPWW3CmqH71veb36Mu4v > .row .container { width:20rem;height:148.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGfnOECOe7X9T0wiyy4hNlJzMIxUcL79 { width:18.75rem;height:12.4375rem;top:2.125rem;left:0.310546875rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #fSC96MPKzvPQxbcHLkVUQbGMxdab0nsr { width:20rem;height:1.625rem;top:17.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sE897JLUxFleQAV1qITaT6Wce0TRfWxT { width:18.75rem;height:12.4375rem;top:19.9375rem;left:0rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #qrVU6ZPrO7NMkNxXxzOTaBGkxkgStpDg { width:20rem;height:1.625rem;top:34.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GXe0xDbTgOXWyGRRnddn1diuugJnMAOw { width:18.75rem;height:12.4375rem;top:37.75rem;left:0rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0WwIr8ZOgApK9ABl7uDUuxZrCGJKhe { width:20rem;height:1.625rem;top:52.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a3ha2Vk2qqhOhTwZ8udkw6ZSONFawdFb { width:18.75rem;height:12.4375rem;top:55.5625rem;left:0rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #Na5DH1HOW81sA4l9RBRs4b3VD1NlycBq { width:20rem;height:1.625rem;top:70.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fvdp8pTM8t4wwDsaxV3yT6TFQJyqkZJ0 { width:20rem;height:1.625rem;top:88.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bfHz5gTSc1IXpo6RFvq3KnWF0TLos223 { width:18.75rem;height:12.4375rem;top:73.375rem;left:0rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #ETSnfiHScZ0iaMxigI49yc8OVtHlnWQC { width:18.75rem;height:12.4375rem;top:91.1875rem;left:0rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #iGWxyvz2oRTZXpoQmHToMd221B0ZCnRS { width:20rem;height:1.2999125rem;top:106.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oA7kBpvHRRwiHlDJrRyEHJHfLANBH1k6 { width:18.75rem;height:12.4375rem;top:108.6875rem;left:0rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #Dw4VK6KlE75aULT9XQ3uf46qSExQs85U { width:20rem;height:1.625rem;top:123.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #caSofEyDKooQCWn93reaWA8OdKDBOt86 { width:18.75rem;height:12.4375rem;top:126.5rem;left:0rem;border-top:0.625rem solid #fff2b0;border-left:0.625rem solid #fff2b0;border-right:0.625rem solid #fff2b0;border-bottom:0.625rem solid #fff2b0;display:block; }
 }@media only screen and (max-width: 763px) { #HtapTAAioXqFenRp2neuxOuC0WbpWICh { width:20rem;height:1.625rem;top:141.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iCRft7FhbrLOaP2KHq6LBbvyasIACkng { width:20rem;height:14.6875rem;top:113.172853125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #twnuSehDT7L0mR8hcy0g22zFyOIxle9u { width:20rem;height:14.6875rem;top:97.235353125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGW1vuylLP2ycLH2zO11SRyU3aTd0tL7 { width:20rem;height:14.6875rem;top:81.297853125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEm0EZ0BbZkJbLDfAluqBaRMKweDhZM4 { width:20rem;height:14.6875rem;top:65.360353125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KclO4haWrJa8mFOJi1uWFZJhbTHhTdTH { width:20rem;height:3.0859375rem;top:144.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 { display:block; }#w5PkiKX5FtMkRDorE4U2OOA6g189o3e1 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0ZffTt3wZL2dFCGeszGcuPmFvUBaF0W { width:19.8125rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULTefd0KySPUyKpv9TLvGq1kG8MNLG1m { width:19.875rem;height:9.9375rem;top:3.5929718017578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkV1moRvWKFb6EpQ4BLD9ovJL1MTt0qd { width:19.875rem;height:9.9375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZpkw1mOawT7FzraLKpRI5ahnCThcv88 { width:20rem;height:21.625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2IZT5CmtzFHJqmso9t4VcGDCVwO69yl { width:20rem;height:22.5625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1SHVClTRmr9xUBVdrNZSs0TXB3dCDpU { width:19.8125rem;height:1.625rem;top:14.105469226837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMV81aB2meTwTtyrofZT76zdhpVXClWN { width:19.8125rem;height:1.7875rem;top:38.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gBkxq8cwLqM3qcr6ZvoUE85MBXdWa3 { width:20rem;height:4.0332rem;top:16.750003814698rem;left:0rem;font-size:0.875rem;display:block; }#F1gBkxq8cwLqM3qcr6ZvoUE85MBXdWa3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8bb25f5dc51b7af11916a0d28457e88b61c3642.svg); }
 }@media only screen and (max-width: 763px) { #zrQaN8fIWQdx3Ub9TzFqp3amU0MwScs6 { width:20rem;height:5.16926875rem;top:41.6875rem;left:0rem;font-size:0.875rem;display:block; }#zrQaN8fIWQdx3Ub9TzFqp3amU0MwScs6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8bb25f5dc51b7af11916a0d28457e88b61c3642.svg); }
 }@media only screen and (max-width: 763px) { #ShLg0VS77lZREx6072osSahGwHVxJuE4 { width:12.5rem;height:1.3rem;top:21.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLX3wTztVoFx3UnqL70grOPAsPsviNav { width:12.5rem;height:1.2999125rem;top:48.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyNWU8BqEDzgULyEU9J83D4ixBtPnUTw { width:20rem;height:0.1875rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE0Pl75PccLH5Tn7Ezmld1pUwyU0ORDb { width:20rem;height:0.1875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKhl2E5TohJF7792whyJJdt6v2ZHlpst { width:20rem;height:0.1875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSrABTPzppHSOslr6DnxItJQwDQET6cQ { width:20rem;height:0.1875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHChLFBZ6AwsFm5L5Om4f4PaaluQJJyb { width:12.5rem;height:2.11263125rem;top:23.25rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsbduqDx4Pdewfc5ZLfM6CNNRyn2d4N { width:12.5rem;height:2.11263125rem;top:49.375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW { display:block; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW { background-color: transparent; background-image: none; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container > .video-iframe-container { display: none; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row > .video-iframe-container { display: none; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .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); }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container { width:20rem;height:55rem;background-color:#fffbe6;background-image:url("https://images.assets-landingi.com/uc/40a3041b-0bf6-45e0-ae64-0dfcf545eafc/Maskgroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container.adaptive-delivery-prevent-bg, #x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container.lazyload, #x18CTMVsVA2WrXwmTNcwwvVDWTi56fBW > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #V3haA9ttehgOM1NQ8sCrm8av3MzXuexX { width:20rem;height:12.663877266387rem;top:26.55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRkP0RXxpcpkmVotSkyaJwMH66XgTt3n { width:20rem;height:3.8997375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGIXOUCFHsN3OmgWtxtwTnWUTeGAIISq { width:18.3125rem;height:0.975rem;top:5.9867172241211rem;left:0.84296876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxQBQXEf5bvsSI59CW89Ry8P75RQ9rLz { width:18.3125rem;height:1.2999125rem;top:35.8935546875rem;left:0.8427734375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p9EXuun2PfsDqdkloXfMqCesWZPrZUKy { width:15.875rem;height:5.6875rem;top:29.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9sr0Ve6wuzTCExiiOXaDia4EinCTqBq { width:15.75rem;height:5.8125rem;top:22.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvXNOuKKkHF5Ds4XbqLJUTgOPmZrhiD3 { width:16.0625rem;height:5.9375rem;top:14.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71hLAWlnua9N4lhAhrhqW9FTA8FudXH { width:15.8125rem;height:5.875rem;top:7.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyMOCrdTgLf6OTxfA09V6iaM0QZh0tn5 { width:12.5rem;height:0.9746125rem;top:40.779287744141rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKLciO4sIH8kcUWeQalWNNXU9DKqhpBJ { width:8.875rem;height:1.375rem;top:40.578125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Az5qIATT2KEutt4iTOBOdoeVlvohxKEJ { width:18.875rem;height:13.3135rem;top:38.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7hiMRRuefqZdKvCePM6QMvkLcyFEROa { display:block; }#h7hiMRRuefqZdKvCePM6QMvkLcyFEROa > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btUCvMRb9lJ81LuEAdPCO8pBddcT1q7M { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-heading-text { font-size:1.125rem;height:auto; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-desc-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q { display:flex;height:auto;width:20rem;top:4.53125rem;left:0rem; }
#wdAldui7dydXJIi2uB26xkluMJpVh64q .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cNkoMTQRVspOHJOL2oTTH3sAiJqmouKP {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #yInT1fzOBrHoxXlqdyX0eWOtckSgJFSJ {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #n6I9Wxmzya4uaECR6hutlPHS4dSDzGgw {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #GNCTfu34Xd6B7LQgqztd8PvTtITb9nh7 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #XaKzBqJBBRS3DV2UEXxwDJ2FcKVgv97C {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #gqpS8uCcUJkxklB57bIivHrKefMnd3I6 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #OceM7ia166DS1eDWOL97AAgoiJQVov3O {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ypipmS48pDZIpq0VLOzsQ6by8ZmDc1NI {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #rBmhxVDIECmVdRzQUndcTbUtm7A4CqVz {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ADiGsDNZOd2fSQBsWpOkuHcX7ypDE0o9 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #KX7DupeBhtLKX2zeTW5mUP2RIpXOEP8w {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #GarlFRshRPOodVDAPDlISJduLsSfMMbH {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #pJczNLgTtncrbBXT4TAOwGnFK4eRP7bD {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZbOfoQCPGcu45brZlHINgegtxd1ETzT1 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #PoCFdRynISfqRTCx6HVhEh7mhGF4606b {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #mT0U43cooXMN8cGtHrJ4OTFsq3cP9SJH {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #zO2TS0b6kTuJ12diEqybpwE3hG7KWKme {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #QAsghGsX0GU4MW6T8nmVqQgkW2PxMdoi {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #IVZbmyzTvDkE2zOJzaGBOGUWbqwEVWSa {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #UsAx5b4NKWqwXO5OUS5OVBFgm2sIx4fC {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #FpEFBO6ZbIzo3zvVprPGgV8fK5tGKxzq {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #xMf5uwushHy78gUi25M1deP50OpiKLoO {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #A6ZMKdil222hf45p70ABt4QIUwOkTCmO {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Dequ7zWmvG6nkWnN64z8xSTpG3PElMIc {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #XaSoTEk2py3SIOsSX5Pxpt4GLyJxeIim {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Qdnlq7Pu7hAerns6htQ9rWnT0AgVqEke {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #CCari9TdVhC4DoeAc0oZ3ve2qv1i0IOA {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VgTwHrI5uGzRvfTAIzaWbUN56NnpRTyp {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #sTyoRUKa9k9eMNybtE8MVZHkHCflFiuM {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #X5KWKeqy7BoDvBS91cmM56vFgt9Pf6h5 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #mfbvOWzCDOrz1gsXBf4oQf6CDKJMFTpL {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #LiWzP3s6tdebuUbMEfrH8if0DowJiMfC {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZqRKZ7p0KSoMKJdKRNdcNsQ7ai7AfllX {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #TB5QQqT9UDdZriTNF4MRqw0nXWkGdaAV {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qd3gQxWzSss3cdPlZObowpEI8S4enu8F {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZoLPmHRewgdq8FMst72e1WyTqJ5aCC2N {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #QLOsvOCcsqrSnb0auPrREpwfhopHF61H {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #IWW5S40vwANL64mIC5rtfNznq2BQon76 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cmX0kt4ES2T6reEH9tsx64U4hsnVRQT6 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #eB0bCVWBSb9Wx3uifMLH4kqEiQpghZ3D {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #KHDqhfxH0r1XWqWFXrBldrLDfTXKC3Me {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #gBX43th4nuRRRzqVGtgKVroZlJqug2S6 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qPAcsBUZBCM3uLzISs2rtR1KyTsy9GKO {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #zDbMnpFxFpZO2BMCERTy9VEGsnodTXAE {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VrJ7kCef0UyDAJXCs1S2boG3GUh2CWpq {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Jsf9R9HUbu5Z6FnGL4LSvnQRErvS3B16 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #NH67bIXm9EW9zTP7ppdIOHiqf7B8pxtI {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #PiAfcyv8lc5O2BhoB6wq2rir1loUK4TL {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #C25cOcRc8cnxRt4JIbGcrHPyMk5Qfq86 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #STeiaGH0IhSIUbpLh58OpikZbBrIm8sT {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #dHcSG0DKAzXytypxNbz3QX395d2dghru {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #EEMQETd1HHr2CMR8ZpgaCrigAgeB8H66 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #En2pMBT8w92hhRvsTehwJcQS21za1Bqy {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #lzgTSRHTNye7voQbWCsS1zRu4fpX4RJK {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #BGuolCVus7V2AKqUNxbqITDycuF9xN8m {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #WbPsHH9XJ9yqB6d7TKx3cs9RLXTCtC3i {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #JnqV7HWTcsvaIqR2ekhOQAQRIWhNNyXF {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #vrOoE2sA8ynaF1MFNKFK6Qtr4ad3HBzx {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #r4iezMEzgwZa5UTN4RTCJldg1h10T3kW {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Fy02Ue75y9xXUfa4QdbN8PAfu5S73KMh {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qanZTcmPUvx6peU2Txq0Ms8HPuzn2b6L {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #TwPzn1fhyABxv8QTSImc1iKLVMcBzs7s {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tNsX7IXm2JBJf6UGiiiCUmXAxl9sCcMD {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #X31N886ppOnfB5r4xkknGVneol6hHHqL {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Hpp4HOi3uyFPqUT5qP7p11u3nOHLTKS0 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #qGkINIDv0WDTitwNlsKcrGVnBd4UbsvG {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #h9K7gba6Lkwt2HAn1UJKLxpVhId6wWBp {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #pyFoZ4W0LctGdp7Gh5LDKpfBtLGDSOkG {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #UtcsG97UadLztIhrw1VyfZLnmJB3y5th {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #uOoop45bIbb0w5hihICP4WoDekfuqT3m {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #wwA60mGVO7BbKVXJcvGi2rAWRqvIUau8 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #U5uWUqqR6GUZunMvFkwKdPBPu8fTVwcn {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cdSi12gPa5EwJqoVLyeEagEHLTp6SGt1 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Nm1gxiBtFZsILM2a63SZwFQ4R2rrucE2 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #zOMIfeNAFTudHE8KkX4M2fDwtb7EpWbr {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #cwoF0B2we6tLpDHzOVZ6DzXAhipsa4Ee {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #vlgExKq6qTBlDHMABkCR4RFohqu32t8B {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tUHBMt1EbMIh1oouIEVhDsEqxmUNEymR {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #EhfHT8a0ddp0AxlnSX2apyQ76LW4BER5 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #U6uooKrDH1J2s7MWRidNKn8UBlEv1f54 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ACMOVBdpwTXGbByyHUCzTbTRHUdTwCa9 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #D8OHGlEn01OZdOpUQeSUu6fEkfmJgClv {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tKmswH2ibnsC8mcsIFF8ansEtpkqMZ6c {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #bSrNfA4c3leFLmbnXfSTWATyhediI8e1 {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #RGFPZ9ioxcGO8tu3UwQ8rUWhbovhkkhT {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #CU4FTAKC3z63qz0nInMla9gS75KPL0Mu {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #tbr3Pcx2zWoLNzV6CKtQBRfqJk4D89Ha {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ZbAcTuDmcmwR6I7a6qUGTmIruBzu9qIC {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #LvNZk6riGCpRxBMP0Pzre4GMIWUONZeX {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #KilOQeKo3vEEyU2MAxpVmQvicoiGK31G {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VmGa8W3TMaPTf7KrR0kRmfUWTOKNryze {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #VXZywIapkZvxL2v7MCnSZZ84JoK5s2Gg {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #K9sFJaaLJ8ISLtuBx6Gdzcw3zsX5tqDe {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #ccZlgOKzGQc7HwUO0JD2O4JmkspRtUwd {  }
 }@media only screen and (max-width: 763px) { #wdAldui7dydXJIi2uB26xkluMJpVh64q #Lfe5d1Nfh6o0p6O8JK1XATVPxysOvv8N {  }
 }@media only screen and (max-width: 763px) { #alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n { display:block; }#alTsHp5NPoTZvwKxPHb3DEGCqTFxGJ0n > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmahKLS7ReuWAUeAqS74Qi6a5lAvHg0W { width:20rem;height:3.2487rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZem7nkoTBZiofOl7iGAsJTqJosACqeT { display:block; }#kZem7nkoTBZiofOl7iGAsJTqJosACqeT > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0wmQNIHZzRicg5EOqrJAmLcE5FlgR5v { width:20rem;height:11.8625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BatDCyghKyPZZ4gJXXbzwgST397OTNkB { width:20rem;height:2.1375875rem;top:14.1875rem;left:0rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Efs4F7gmZvQHZH5k8lLTh9F0lJJFkrna { width:20rem;height:2.1375875rem;top:29.4375rem;left:0rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9sUStk1J6ObZSgzucWpa3RUNCKcUQ59 { width:20rem;height:11.538461538461rem;top:1.9491996765137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf { display:block; }#TDM2pXCP4ZIlpSSiPHDf1JSZ5qOp2uXf > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDpnL6qW3GoETJEsfiZLhffUzUblk2E1 { width:20rem;height:11.875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNp5mZKETSPB9XP4qlwurXDZEZBmaeeg { width:20rem;height:11.875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLT0kuVQsiaCtxdrhHLOoBG9ZBW7ETRC { width:20rem;height:2.1375875rem;top:12.6123046875rem;left:0rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1xrQmrFCWScD9wLTALd5E6xy9pLE4xv { width:20rem;height:2.1375875rem;top:27.861328125rem;left:0rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 { display:block; }#XhE8JcCddIeUNXTUxiV3NATXUVIxcfC7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk0GveIeHVmfQgWG2VMaaAIrbPVPS9zl { width:20rem;height:3.2487rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w133rA3bpv52XJrNtufTbWm8J5mnzdZv { display:block; }#w133rA3bpv52XJrNtufTbWm8J5mnzdZv > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTqe9BUsMtT6VplpZJxUbU7Jwg0sdlD0 { height:11.216375rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lei1dVDk3kl74oXSV3XFRet0BQSsoHgr { height:11.215625rem;width:20rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlaxtauSArUbPV0Zt4AwCTOTLWTUxTV6 { height:11.216375rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2V20JqRb0t6pM53iT2kxSsoocnNiLXq { width:20rem;height:1.625rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubh8OJROOD6D5J6ggWC6HApbCebywAHv { width:20rem;height:1.625rem;top:26.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1BJRwOmiV1vSmoPiRieUN6b3gabXT6 { width:20rem;height:1.625rem;top:12.778125286102rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW { display:block; }#gN3n8Wwqv74gflekBN7cEEm8FhAw2IQW > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2dvTmm2rVIihozIrPd9baP3PN6owKT6 { height:11.215625rem;width:20rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzCRmsH3LOBt6UUWkrCq5ixzc4qsZinb { width:20rem;height:1.625rem;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxAGwUOgg99Qy7ScLgbmQ3VLI79K4yn3 { width:20rem;height:1.625rem;top:38.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrLVc5lfULlAmQIkrJCe5bkBcQvpLsqI { width:20rem;height:1.625rem;top:11.778125286102rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7dzAfl8G7cGLBFO7Sg14yMJ6h4HN0cQ { height:11.215625rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWyfNOR3nhLJpbn6D6Nq6DeUlrpw7feN { height:11.216375rem;width:20rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F { display:block; }#aAtdBHPg5ldCDeinWqlTDnRtFWF7Ux2F > .row .container { width:20rem;height:26.436605859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGnsJn5BgFugJlcqWitWVwfIvC4QMWoB { height:11.1640625rem;width:20rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7b8bfVnzxncRZbSRUpIGMtbsVQszGfL { height:11.215625rem;width:20rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktBkzpTFS9sTt4UTKZQTNZxKTihzz7v { width:20rem;height:1.625rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyexxBz2cZxs7MRcOi02T0c7cfzQeW8y { width:20rem;height:1.625rem;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao { display:block; }#c3QHQLnzANCbw0qTwp55ZTsk6usfB6Ao > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiQU5dJCRTFNPHfekF8OtGPO0zlvspm3 { width:20rem;height:3.2487rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ { display:block; }#VX2CdbZEQuu5Qzm853ICqFBObxMWM5sJ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgRuV2W8oG3DikTrudI8CbpfVt4fAUew { width:20rem;height:6.1245674740484rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 { display:block; }#zchiRHaomNZQyqCKHy3C9Fy7nTzHErO7 > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlFH1wyp43RbIAIZN2ufzTaL5eHEWwaa { width:17.875rem;height:4.49870625rem;top:56.125rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TDvR5DFZ6dvT8gEUCJeRVsTvlKXwEkBl { display:flex;width:1.875rem;height:1.875rem;top:59.5625rem;left:6.875rem;font-size:1.3125rem; }
#TDvR5DFZ6dvT8gEUCJeRVsTvlKXwEkBl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CEvbp5WRHnxt3sD3xtZKdgRi6sAEazRD { display:flex;width:1.875rem;height:1.875rem;top:59.5625rem;left:4rem;font-size:1.3125rem; }
#CEvbp5WRHnxt3sD3xtZKdgRi6sAEazRD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oTXZI4B4M5qVlyRTOhP5v0rbcDx9N62B { display:flex;width:1.875rem;height:1.875rem;top:59.5625rem;left:1.0625rem;font-size:1.3125rem; }
#oTXZI4B4M5qVlyRTOhP5v0rbcDx9N62B > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kDXOFHNQSxXu0J7NHgthhnVfTfLJRIGF { width:20rem;height:3.0013rem;top:35.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTAUvz3dJKpAqsOhMeuZoG8QHfThWcTX { width:19.1875rem;height:3.8997375rem;top:39.25rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcTIE88znBOiRl37WZ1bniqFbd4hoa7k { width:20rem;height:15.56175rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyfrfD7dKQAtPwNCh1LDkwW16vOSR0xB { width:19.5625rem;height:2.4375rem;top:45.125rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCsQr9lowmQx6dOBg1WieM9ugTi4cC1h { width:12.5rem;height:1.21875rem;top:43.125rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe2RITL2p96JVfDaUsqkZNDGZmBlG5tZ { display:flex;width:1.5rem;height:1.5rem;top:43.0625rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { width:19.8125rem;height:21.6875rem;top:4.0312504768372rem;left:0.18671870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwl5hr9xuHNrnyDzW3A1UQbP36sykh4A { width:8.125rem;height:1.21875rem;top:49.625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgDuiTyflxlKhhil8tifw0qmVG8zkB4 { width:8.125rem;height:1.21875rem;top:51.75rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmiLXe7FCsGRU9OKdoRb6SEKdnEUkc0 { width:8.125rem;height:1.21875rem;top:49.625rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoh7nn56IlfMC9WG2zDv68TFMzt0edpg { width:8.125rem;height:1.21875rem;top:51.6875rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME4uMotn9bUFEH7vJasQ46kTIVJyklsS { width:8.125rem;height:1.21875rem;top:53.8125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8082RyrwuN8ZCCIn2etkz1OIFdTLVRA { width:8.125rem;height:1.21875rem;top:53.8125rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FTEZXfGkkdOKBe9HDahspepHTwKtQG { width:16.6875rem;height:3.0013rem;top:0.64375019073488rem;left:1.6562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsC0FbXJgAfwm52wAKDoaUgG9ohGVeMA { width:20rem;height:0.0625rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mck4lTqmHdZI6P7ZF9HtZp61U3DRIIAM { width:20rem;height:80.4375rem;top:0rem;left:0rem;display:block; }
 }