.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,182,158;--color-primary-1:253,140,103;--color-primary-2:255,177,34;--color-primary-3:242,110,42;--color-primary-4:255,197,0;--color-secondary-0:224,242,241;--color-secondary-1:180,220,230;--color-secondary-2:102,190,184;--color-secondary-3:61,114,110;--color-secondary-4:0,147,137;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:78,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:"times new roman";font-size:5.625rem;font-weight:normal;z-index:15000;line-height:.8;letter-spacing:0;top:14.0625rem;left:1rem;height:13.499375rem;display:block; }
#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.87478125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.748807907104rem;left:2.8743495941162rem;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:rgba(var(--color-primary-3),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:12.0625rem;left:1.625rem;height:1rem;font-style:normal;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5623125rem;width:42.9373125rem;top:6.4371747970581rem;left:17.062175750733rem;overflow:hidden;display:block; }
#AnpLJTvT2CfVA4t9su0JzowGt33qimzg { 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:2.87489375rem;width:3.312175rem;top:6.4371747970581rem;left:40.155708312988rem;overflow:hidden;display:block; }
#DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { 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:3.312175rem;width:3.49989375rem;top:30.030925750733rem;left:33.186851501465rem;overflow:hidden;display:block; }
#llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249675rem;width:4.562175rem;top:18.687067031861rem;left:55.437282562256rem;overflow:hidden;display:block; }
#q8SIn3bzAhTN4r3pMNFcuh4bF5WgBGDN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.7496875rem;width:11.7496875rem;top:3.3745660781861rem;left:17.062175750733rem;overflow:hidden;display:block; }
#w8HNWo5Hncy3GsmKAZihkxSbemSuqQtD { position:absolute;display:block;z-index:15015;height:14.1873125rem;width:18.75rem;top:12.062174797058rem;left:33.186851501465rem;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { border-width: 0; border-radius: 0; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { position:absolute;display:block;z-index:15004;background-color:#d4c1ea;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:1.625rem;left:2.3125rem;display:block; }
#huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:13.25rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { color:rgba(var(--color-primary-3),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.625rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:13.1875rem;left:15.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { color:rgba(var(--color-primary-3),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.5625rem;left:15.125rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:1.625rem;left:17.3125rem;display:block; }
#eqCMrw8voxx9spH3g3kifTBWFxAAT091 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.5rem;top:1.875rem;left:17.75rem;overflow:hidden;display:block; }
#PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:13.3125rem;left:30rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qAOgZLMo6KSJP2l7pM3hVy6HacP85Vo6 { color:rgba(var(--color-primary-3),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.6875rem;left:30rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZihVq11Ac1yuuQinnFndUskdHehBvI30 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:1.75rem;left:32.1875rem;display:block; }
#uf5GII9PTx69E6vKrhVA38oEtv5EDUVv { 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:10.0625rem;width:9.6875rem;top:1.90625rem;left:32.5rem;overflow:hidden;display:block; }
#tCIEq6tuxVyX50g04M7At66ANZQQneWE { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:1.75rem;left:47.0625rem;display:block; }
#ryf30m2Mctnkt4MyARACbnnGriVTItAg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.8125rem;top:1.71875rem;left:47.34375rem;overflow:hidden;display:block; }
#KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:13.3125rem;left:44.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ym9igffB3PxLwLnTnpcueSoWceA3ze4F { color:rgba(var(--color-primary-3),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.6875rem;left:44.875rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.5rem;top:1.875rem;left:2.71875rem;overflow:hidden;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:60rem;position:relative;display:block; }#MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:13.999130249024rem;left:0.49967575073242rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { color:rgba(var(--color-primary-3),1);display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:11.749786376953rem;left:0.49967575073242rem;height:0.99989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sBVi3DDuie432LS2DnUX1FPMlELulJhq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:20.56217956543rem;left:0.62445831298828rem;height:8.4988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IIGaC6gCinNi5AhKU6U3TGLopuZuIide { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:20.56217956543rem;left:25.624786376953rem;height:25.4964375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.5625rem;width:55.4375rem;top:2.6242446899414rem;left:0rem;display:block; }
#ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.6875rem;left:0.49967575073242rem;display:block; }
#TJnzI2k7RLv0dnLw2bpDpAcTD8rmcJu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { 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:13.2498125rem;width:20.1248125rem;top:5.6245660781861rem;left:28.593208312988rem;overflow:hidden;display:block; }
#Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { 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:6.3125rem;width:7.3125rem;top:28.562286376953rem;left:52.431209564209rem;overflow:hidden;display:block; }
#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row .container { background-color: transparent; background-image: none; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row .container > .video-iframe-container { display: none; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row > .video-iframe-container { display: none; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .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); }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row .container { border-width: 0; border-radius: 0; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#D3aTtmtXeVTPOawadiSE1in2BSrM1iyp { 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:18.8125rem;width:18.8125rem;top:15.75rem;left:20.1875rem;overflow:hidden;display:block; }
#rp78coamxzrJi5RRKAJk7TvMoAyWHvIw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.25rem;top:17.1875rem;left:4.8125rem;display:block; }
#LGcHooxtCuygOfW7HsXeywuL1zzhVdI0 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.625rem;top:29rem;left:6.1875rem;display:block; }
#HcxvWoigbhX2SVksRJUaT5TFmEETuxfz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11.9375rem;top:30.4375rem;left:38.9375rem;display:block; }
#VVsXhEhiEUIZf6B8ubPzr5bUTD94AKWV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13rem;top:19.90625rem;left:39.625rem;display:block; }
#zzBqEDkDopg1tBAuOGywS5vv6eUHrPyN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.875rem;left:38.9375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vnbkWl5FbytuLcgDw6DvSpiuv2oORxgf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.28125rem;left:38.46875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gHNfXTLJlsQRS8dmo2oZ6BRHOUrOOsqT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:6.15625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OVkDc3F5igCnWzdDQElxQxSNiK6Ibg1H { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:4.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EdyvriRVTKcXU41xFzRJwLJ5MheUnXz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:20.53125rem;left:39.375rem;height:4.4987rem;text-align:right;text-align-last:right;display:block; }
#qVR8O4526ZmLaAtgvoZChT7pMiTITRiS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:31.0625rem;left:40.03125rem;height:10.4969375rem;text-align:right;text-align-last:right;display:block; }
#Hw2F6mNLkTlkwJK74VbvxpeHeZRNc6T4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:29.75rem;left:6.21875rem;height:8.997375rem;text-align:left;text-align-last:left;display:block; }
#C6vv1ay2pKTFpiqbprt8XDCiUAPvMpLv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:17.9375rem;left:4.8125rem;height:4.4987rem;text-align:left;text-align-last:left;display:block; }
#bAqbQEOQ1zx1Kny1BlkVBKXZszJcMR9g { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#pAH0hUhZSIbtOhtUgTpwvVHMJCneUCci { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4996719360351rem;left:0rem;height:3.65614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GasfTkWPnved2CHtr0l8EZAmFMJvLr9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.8125rem;left:0.6875rem; }
#ccX2uQFlW4kl9LPZRvLimMN1ZGKNO26n { z-index:15004;top:42.1875rem;left:22.96875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.625rem 0.5rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uC3p3LnIgW68ogEtkUidvwPi7fquwZep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rt7fr7MADRZ6bnAS9K9tnSxQdyCC0oIG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.125rem;left:1.8125rem; }
#wRNDnMnNGsG5O6zlrw4rvBx5D9nm0eTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.6875rem;left:52.09375rem; }
#XfuBhEMTgTAsD97KnTEhXCLhOO9cruO0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.375rem;left:53.6875rem; }
#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row .container { background-color: transparent; background-image: none; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row .container > .video-iframe-container { display: none; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row > .video-iframe-container { display: none; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .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); }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row .container { border-width: 0; border-radius: 0; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;position:relative;display:block; }#xoZCWDPMFazKKEvITqUyxt8J3kwoI4Eh { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36.375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#PDWiGTpANLWF8IH1FSiMlMb915vMsR4W { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:39.3125rem;left:0rem;height:15.1904375rem;color:#333333;display:block; }
#RHsrn4VvANJT6v8UE4JWf62b7oXr7WKc { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18rem;left:30.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#z1XsKpl6Fp3wx6y0QPhkGNwkS6TWD6nk { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:20.9375rem;left:30.625rem;height:5.063475rem;color:#333333;display:block; }
#s0s0lJbuLl56i9PkXPZuevzQiJmlosdm { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#IE6TsVIbEGHTHP6Fb2Zhhw17h8siCdbu { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#XhbddWaQpyF6xsDfW4w05UBgb47tIx6W { 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:15rem;width:24rem;top:15.75rem;left:0.125rem;overflow:hidden;display:block; }
#yH18kJVprdCuzeUzMURteFWRiyfrXJKJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:26.5rem;top:36.9375rem;left:32.6875rem;overflow:hidden;display:block; }
#yaHF8nWFEBihEeq4wvWG1VzRpmXFcktx { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;height:1.5435125rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#eqz0EDN0kDsBrBzuiRLVx0Py8Ph4JDB7 { display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:0rem;height:1.5435125rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#viX71EEPATwA4gnxNaXtAlC5cIXZEDGx { display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:54.625rem;left:34.125rem;height:1.5435125rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row .container { background-color: transparent; background-image: none; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row .container > .video-iframe-container { display: none; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row > .video-iframe-container { display: none; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .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); }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row .container { border-width: 0; border-radius: 0; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row .container { font-size:0.875rem;font-family:arial;height:97.25rem;width:60rem;position:relative;display:block; }#r1S3Mo4RoXgzyTTaiThh4R3KPxcX71PX { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#UXSZl6GWuXTPJndbsbXvPJPt19Lkxvhy { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:31rem;left:0rem;height:15.1904375rem;color:#333333;display:block; }
#ocCLT0xXO5IhMLbCCTmvd08Gk41ElOzx { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:30.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#z7m84W3Z9gKEz3G1kqWkATmvQXfXssZy { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8rem;left:30.625rem;height:10.1269375rem;color:#333333;display:block; }
#uf7T833ztuNddVBr4hX9LlosvQWVRdEI { 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:17.25rem;width:26.1875rem;top:3.3125rem;left:0.125rem;overflow:hidden;display:block; }
#JUCW5aBUokqt7SRpKUpTG3Wqyo3HpSX2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:25.8125rem;top:29.0625rem;left:32.40625rem;overflow:hidden;display:block; }
#Zd2TKOGVQ3lGMiTZHGEpgo9ASZuXRsGM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:25.8125rem;top:50.8125rem;left:0.625rem;overflow:hidden;display:block; }
#p8PWAQgGSRARPDytHx38GcFinVzkUwT0 { display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:55.25rem;left:28.875rem;height:11.81475rem;color:#333333;display:block; }
#pDRzLEQr1qK57wPXgZunePHkKF9ZW2za { display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:52.375rem;left:28.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#fnc6azouyRZUt4WdazyPvhBG23qMkCBP { display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:1.5435125rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#fngo8htc1NpmAqARX6wzS8QTOMH8Iwdr { display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.9375rem;left:32.96875rem;height:1.5435125rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#iO2k1CRkBwHKh5fu6qEiT6B2NG6TtOnI { display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:69.1875rem;left:1.65625rem;height:1.5435125rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#T5TxMabBT9IJUIN5Jx9TovwNQSvlN3eg { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:72.9375rem;left:0.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Z7G1qAD050Xpl9nIrmuoERJRm7eHSqAs { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:76.0625rem;left:0.625rem;height:15.1904375rem;color:#333333;display:block; }
#TDMSiUbvmr3uUUmWJcrhMw1SLvZf9vpZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:27.4375rem;top:75.375rem;left:31.5625rem;overflow:hidden;display:block; }
#DuW8VpOmkvPKD4BLdWBA6BntMzh1JP85 { display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:91.6875rem;left:35.1875rem;height:1.5435125rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:6rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:10.3125rem;left:0.0625rem;height:5.09928125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.375rem;top:18.6875rem;left:1.28125rem;overflow:hidden;display:block; }
#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:17.125rem;left:0rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:6.1875rem;width:25.4375rem;top:18.125rem;left:1.8125rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:19.1875rem;left:6.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:21.3125rem;left:6.0625rem;height:1.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:6.1875rem;width:25.4375rem;top:26.25rem;left:1.8125rem;display:block; }
#C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:29.4375rem;left:6.0625rem;height:1.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:27.3125rem;left:6.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:25.25rem;left:0rem;display:block; }
#h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:26.625rem;left:1.375rem;overflow:hidden;display:block; }
#iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:7.8125rem;width:25.5rem;top:34.4375rem;left:1.8125rem;display:block; }
#LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:37.625rem;left:6.0625rem;height:3.18685rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:33.4375rem;left:0rem;display:block; }
#vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:35.5rem;left:6.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:34.6875rem;left:1.3125rem;overflow:hidden;display:block; }
#WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { 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:19.6875rem;width:29.75rem;top:14.784604072571rem;left:30.000003814698rem;overflow:hidden;display:block; }
#Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4371875rem;width:6.312375rem;top:10.312489986419rem;left:44.312068939209rem;overflow:hidden;display:block; }
#aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81239375rem;width:3.624675rem;top:33.437490463257rem;left:30.000003814698rem;overflow:hidden;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:3.3125rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#TX5VwUD7TtOCTpJNmFKpSKeBEiVxJaPL { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:7.3125rem;left:0.875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-4),0.08) ;height:23.25rem;width:18.875rem;top:1.6875rem;left:0rem;display:block; }
#osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:1.6875rem;display:block; }
#FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.875rem;left:2.5rem;overflow:hidden;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:9.0625rem;left:1.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:11.625rem;left:1.6875rem;height:5.09928125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #04ac9c;border-left:0.0625rem solid #04ac9c;border-right:0.0625rem solid #04ac9c;border-bottom:0.0625rem solid #04ac9c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#04ac9c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:17.9375rem;left:1.6875rem;display:block; }
#GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-4),0.08) ;height:34.8125rem;width:18.875rem;top:1.6875rem;left:20.5625rem;display:block; }
#bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:11.625rem;left:22.375rem;height:15.297875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#D8sDnmQK0BCsQlf5TaycKRlsmvMAthVH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #04ac9c;border-left:0.0625rem solid #04ac9c;border-right:0.0625rem solid #04ac9c;border-bottom:0.0625rem solid #04ac9c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#04ac9c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:29.0625rem;left:22.375rem;display:block; }
#ZfBDu4EDt4URV0lRycwHcTF1ozrMP1xL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:9.0625rem;left:22.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:22.25rem;display:block; }
#RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { 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:2.6875rem;width:2.6875rem;top:4rem;left:23.125rem;overflow:hidden;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-4),0.08) ;height:42.3125rem;width:18.875rem;top:1.6875rem;left:41.0625rem;display:block; }
#gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:11.625rem;left:42.875rem;height:22.096875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k3AEUXVVsCv3o9HHOJoyDhGUekZziceL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #04ac9c;border-left:0.0625rem solid #04ac9c;border-right:0.0625rem solid #04ac9c;border-bottom:0.0625rem solid #04ac9c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#04ac9c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.5rem;left:42.875rem;display:block; }
#TWL8BXpgcTfe9eCIuT9hTk3elTwVIwDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:9.0625rem;left:42.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:42.875rem;display:block; }
#s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3rem;top:4.125rem;left:43.5625rem;overflow:hidden;display:block; }
#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row .container { background-color: transparent; background-image: none; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row .container > .video-iframe-container { display: none; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row > .video-iframe-container { display: none; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .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); }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row .container { border-width: 0; border-radius: 0; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#Ka4Rpf2E0mOQ80J2QpHVKD76nVGghgxv { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:2.375rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row .container { background-color: transparent; background-image: none; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row .container > .video-iframe-container { display: none; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row > .video-iframe-container { display: none; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .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); }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row .container { border-width: 0; border-radius: 0; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#NRzTL2rX54sJsn0y14rA7TnnKDBJxJRW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:25.875rem;width:13.875rem;top:3.75rem;left:0.5625rem;display:block; }
#WvJCNb6KgIk3f53ftaJe0Mz20ZizNTZM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:5.0625rem;left:6.3125rem;display:block; }
#AFoH7o9L3qwFdVoXnT4SUAFTQAJnIp0C { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:28.8125rem;left:0.5625rem;display:block; }
#WTKnnowJysUhTFkuhwxlhmz8SJqQ3XSK { color:rgba(var(--color-tertiary-3),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.662109375rem;left:0.6875rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t99KCiizgiOUbuyHiTBWXnuXOmscuG8g { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:16.96435546875rem;left:15.6875rem;height:10.3949625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufkX5AsMIqOQZUQxCn9T07s91dxGdXZB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:31.9375rem;width:13.875rem;top:3.75rem;left:15.5625rem;display:block; }
#o6zVoM7zFqT5dFzx594sn1rn7Mn8FD5b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:34.875rem;left:15.5625rem;display:block; }
#AeeuMT7am2OcwAsTKWFn8A6f4KtpVy3z { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.05078125rem;left:0.8125rem;height:9.09559375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5Qmu0ld0o5NEatKRg1bUHz79TwTOP6a { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.7021484375rem;left:15.8125rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTgTFJHhIGogXeTZTCfJiO01RTADXzxA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:5.0625rem;left:21.25rem;display:block; }
#s0lfZT1mQgFxRWLA25S9fFbiNkGKL4UH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:30.125rem;width:13.875rem;top:3.75rem;left:30.5625rem;display:block; }
#C6Rp1hZFVaGqVPWuUEDZKXe3pgTtWXxC { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:33.0625rem;left:30.5625rem;display:block; }
#Bta2VQhuQvek1aqL2B8KIw8dOoBOok9m { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:16.68896484375rem;left:30.71875rem;height:15.59249375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EzkSyJLWT3Xfo4OI70hx8s6CoeMA8FqV { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.5341796875rem;left:30.8125rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ruhqkf6B6fPuWOaplCJ8sITJmFp7lKVM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:5.0625rem;left:36.25rem;display:block; }
#BTTyl7wTSeGylyIXDlzaCoCoF5rRU2WR { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:33.625rem;width:13.875rem;top:3.75rem;left:45.5625rem;display:block; }
#hO4Ng43i09Bp6gn7ARcpmnOigZwfvXwo { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:36.5625rem;left:45.5625rem;display:block; }
#G6vMXbyN0t5M9JeSM8cgl536GBOQTMip { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:16.96435546875rem;left:45.6875rem;height:18.19118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTtfmRFVGsOXPJFxhRSDKSE8SwUEn4ak { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.5341796875rem;left:45.75rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5TLnfArX2fV6R5E4oytNMvD4mqWRGSG { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:5.0625rem;left:51.25rem;display:block; }
#vdEd60T1zMVh4B4S3sl3vOXiuhtNakgA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:7.15625rem;left:35.9375rem; }
#I5vuXlZmWowNJ3Lx0TCreQPrT3oR01bu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:7.15625rem;left:5.9375rem; }
#r10yndBG9TFOZA5Q9emcLD98NuvGtLml { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:6.96875rem;left:20.75rem; }
#WQ98OPtaQoPhlgZkXy0RbZnAQHcFBJRB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.0625rem;left:50.59375rem; }
#rgGDRcXMXRv3mTvGBXUoveZWbN9SnXiA { background-color:rgba(var(--color-primary-3),1);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:13.875rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:32.0625rem;left:15.5625rem;display:block; }
#Fob30zPhaXmABs3hoixUoGDF9yCZG74A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErJC0cnadPb4kLPteRTg89EC1looAp7x { position:relative;display:block; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x { background-color: transparent; background-image: none; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row .container > .video-iframe-container { display: none; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row > .video-iframe-container { display: none; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .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); }#ErJC0cnadPb4kLPteRTg89EC1looAp7x { border-width: 0; border-radius: 0; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lg74wBk4pKCTqdi295NLbuu9uRTiPfbn { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:25.875rem;width:19.4375rem;top:3.5625rem;left:5.25rem;display:block; }
#I361Jdnw0fxTM9yUO0hAZgvE08QtET3x { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:4.875rem;left:13.5rem;display:block; }
#gsrCQKCyMh9CS8ELfGzUI0msuJFptPcw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.8125rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y97Nryq1TylGECvDzKNlvIsRMz0UZhAo { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.0625rem;left:8rem;height:9.095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIFE5fhe65ppIEcNipw9EdrI4gJnwPEE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:19.5rem;top:28.625rem;left:5.25rem;display:block; }
#zTdprMChr1fuPXhU6FwPIWc5fVe1Wi4Z { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:23.1875rem;width:18.625rem;top:4.875rem;left:35.6875rem;display:block; }
#cutHOe1Con9XKOGeZ3vslntT743klx5l { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:18.8125rem;top:27.25rem;left:35.625rem;display:block; }
#ULkDk3EuTCZaZ5G8Kd168P8ZypU42etE { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:17.5625rem;left:38.25rem;height:6.496875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvqRteKwdQ1dO9ran963vOCLTBevR3pQ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:37.875rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyzhEInTSkT4ULkz0dIvQC0eHCe9qtqg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:7.0625rem;left:43.5rem;display:block; }
#J86xahg37hRLs5bTH711e3ay5o0NysfA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:6.25rem;left:13rem; }
#HuhrdMpUb6Ezcy4T0iuAL3XnCDxnNAtD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.375rem;left:42.5625rem; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { color:rgba(var(--color-primary-3),1);display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:3.5625rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:9.3125rem;left:0rem;height:1.6997625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { position:absolute;display:block;z-index:15012;background-color:#ffebdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:25.4375rem;top:5.4998779296875rem;left:32.880863189698rem;display:block; }
#Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56239375rem;width:2.8125rem;top:33.033855438233rem;left:38.255752563476rem;overflow:hidden;display:block; }
#AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99989375rem;width:6.4371875rem;top:8.1250057220456rem;left:44.124351501465rem;overflow:hidden;display:block; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { 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:23.625rem;width:35.5rem;top:13.249781131744rem;left:24.499786376953rem;overflow:hidden;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-form-header {  }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:19.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00ad87;border-left:0.0625rem solid #00ad87;border-right:0.0625rem solid #00ad87;border-bottom:0.0625rem solid #00ad87;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00ad87;border-left:0.0625rem solid #00ad87;border-right:0.0625rem solid #00ad87;border-bottom:0.0625rem solid #00ad87;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:11.6875rem;height:3.875rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:first-of-type{padding-top:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:last-of-type{padding-bottom:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #Sue5oqmkxw8JtaGdAvyGLSRbCpPsxl3D { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #wRFIXDTw8lbZVB4CCA8yn9DtMn6HyVQZ { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #TOq8rnCVkEPwnE3dkw3Qu5u4Z421TVMW { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX { position:relative; }
#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row .container { background-color: transparent; background-image: none; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row .container > .video-iframe-container { display: none; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row > .video-iframe-container { display: none; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .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); }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row .container { border-width: 0; border-radius: 0; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#xP8VQZmbqphBXJ3Zn632VIAzRIM1GtL1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:2.375rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#goslID5AQlCpHqZhEQSVeNgAdE3abnpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row .container { background-color: transparent; background-image: none; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row .container > .video-iframe-container { display: none; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row > .video-iframe-container { display: none; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .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); }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row .container { border-width: 0; border-radius: 0; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#qfCffvnhztLA5iQTLGKXv2f8Ur8oJMc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.061875rem;position:absolute;font-family:"times new roman";font-size:2.375rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:6rem;left:0.8125rem;height:2.37521875rem;text-align:left;text-align-last:left;display:block; }
#DkrrnKqABnOe8OXiqq4hIl4dBe9uTrg0 { color:rgba(var(--color-primary-3),1);display:block;width:29.2496875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:2.6871337890625rem;left:0.56217575073242rem;height:1.99978125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dMwLGk5Nmun02IR5zpVeFmleRe2S2dQT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5621875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:8.375rem;left:1.3125rem;height:1.38129375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wU748h1rTadgDF1XCBCcqLNURED0az35 { position:absolute;display:block;z-index:15012;background-color:#ffebdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:30rem;top:0rem;left:29.9375rem;display:block; }
#aOfOz94PGa9yfNDTMkVw0x1ZnIg2zIO0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31228125rem;width:2.5rem;top:1.4718971252441rem;left:35.687393188476rem;overflow:hidden;display:block; }
#uTRTsOZ7tXF12G4HTyOTfl9qXthSllIi { 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:16.75rem;width:29.9375rem;top:3.7495660781861rem;left:30.062393188476rem;overflow:hidden;display:block; }
#qHmudkEVAPVtyNCZHRnPtpnDDHftgmfv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99978125rem;width:2.12456875rem;top:4.6858730316162rem;left:50.936962127686rem;overflow:hidden;display:block; }
#tZEhZiRl6XoAPMB0wTrKIRzy3u9TTPLD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5621875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:17.436521530151rem;left:1.3118495941162rem;height:1.168075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8y0OnfV44Hs6gB37FHL1wMWw5r2eafT { z-index:15005;top:11.648006439209rem;left:6.5619583129881rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.625rem 0.5rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HlZRZTLH3pOQULxiv3lrMetGQ97ZGP6w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:14.0625rem;left:0rem;width:25.3125rem;height:13.5rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:11.25rem;height:3.8125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:12.0625rem;left:0rem;width:25.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:6.375rem;left:4.8125rem;width:42.875rem;height:28.520861626761rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { top:6.375rem;left:34.030708312988rem;width:3.25rem;height:2.8209272419181rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { top:30rem;left:27.061851501465rem;width:3.4375rem;height:3.2531277735217rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { top:18.625rem;left:43.1875rem;width:4.5rem;height:4.191758865015rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8SIn3bzAhTN4r3pMNFcuh4bF5WgBGDN { top:3.3125rem;left:10.937175750733rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HNWo5Hncy3GsmKAZihkxSbemSuqQtD { width:18.75rem;height:14.125rem;top:12rem;left:27.061851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { top:1.625rem;left:0.78125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { top:13.25rem;left:0rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { top:15.625rem;left:0rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { top:13.1875rem;left:8.75rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { top:15.5625rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { top:1.625rem;left:12.71875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCMrw8voxx9spH3g3kifTBWFxAAT091 { top:1.875rem;left:13.15625rem;width:9.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { top:13.3125rem;left:20.6875rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOgZLMo6KSJP2l7pM3hVy6HacP85Vo6 { top:15.6875rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZihVq11Ac1yuuQinnFndUskdHehBvI30 { top:1.75rem;left:24.53125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5GII9PTx69E6vKrhVA38oEtv5EDUVv { top:1.875rem;left:24.84375rem;width:9.6875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCIEq6tuxVyX50g04M7At66ANZQQneWE { top:1.75rem;left:36.34375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryf30m2Mctnkt4MyARACbnnGriVTItAg { top:1.6875rem;left:36.625rem;width:9.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { top:13.3125rem;left:20.6875rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9igffB3PxLwLnTnpcueSoWceA3ze4F { top:15.6875rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { top:1.875rem;left:1.1875rem;width:9.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { top:13.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { top:11.6875rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { top:20.5rem;left:0rem;width:22.4375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { top:20.5rem;left:0rem;width:26.0625rem;height:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:2.5625rem;left:0rem;width:47.75rem;height:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { width:11.25rem;height:3.875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnzI2k7RLv0dnLw2bpDpAcTD8rmcJu1 { display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { top:5.5625rem;left:3.8125rem;width:20.0625rem;height:13.208787077209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { top:28.5rem;left:38.0625rem;width:7.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 { display:block; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3aTtmtXeVTPOawadiSE1in2BSrM1iyp { top:15.75rem;left:14.0625rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp78coamxzrJi5RRKAJk7TvMoAyWHvIw { top:17.1875rem;left:0rem;width:13.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGcHooxtCuygOfW7HsXeywuL1zzhVdI0 { top:29rem;left:0.0625rem;width:10.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcxvWoigbhX2SVksRJUaT5TFmEETuxfz { top:30.4375rem;left:32.8125rem;width:11.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVsXhEhiEUIZf6B8ubPzr5bUTD94AKWV { top:19.875rem;left:33.5rem;width:13rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzBqEDkDopg1tBAuOGywS5vv6eUHrPyN { top:17.875rem;left:32.8125rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnbkWl5FbytuLcgDw6DvSpiuv2oORxgf { top:28.25rem;left:32.34375rem;width:12.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHNfXTLJlsQRS8dmo2oZ6BRHOUrOOsqT { top:26.9375rem;left:0.03125rem;width:18.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVkDc3F5igCnWzdDQElxQxSNiK6Ibg1H { top:15rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdyvriRVTKcXU41xFzRJwLJ5MheUnXz7 { top:20.5rem;left:33.25rem;width:13.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVR8O4526ZmLaAtgvoZChT7pMiTITRiS { top:31.0625rem;left:33.90625rem;width:10.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw2F6mNLkTlkwJK74VbvxpeHeZRNc6T4 { top:29.75rem;left:0.09375rem;width:12.125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6vv1ay2pKTFpiqbprt8XDCiUAPvMpLv { top:17.9375rem;left:0rem;width:14.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAqbQEOQ1zx1Kny1BlkVBKXZszJcMR9g { top:7.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAH0hUhZSIbtOhtUgTpwvVHMJCneUCci { top:2.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GasfTkWPnved2CHtr0l8EZAmFMJvLr9R { width:3rem;height:3rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccX2uQFlW4kl9LPZRvLimMN1ZGKNO26n { top:42.1875rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC3p3LnIgW68ogEtkUidvwPi7fquwZep { display:block; }
 }@media only screen and (max-width: 763px) { #rt7fr7MADRZ6bnAS9K9tnSxQdyCC0oIG { width:3.0625rem;height:3.0625rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNDnMnNGsG5O6zlrw4rvBx5D9nm0eTX { width:3rem;height:3rem;top:27.6875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfuBhEMTgTAsD97KnTEhXCLhOO9cruO0 { width:2.4375rem;height:2.4375rem;top:17.375rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq { display:block; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoZCWDPMFazKKEvITqUyxt8J3kwoI4Eh { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDWiGTpANLWF8IH1FSiMlMb915vMsR4W { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHsrn4VvANJT6v8UE4JWf62b7oXr7WKc { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1XsKpl6Fp3wx6y0QPhkGNwkS6TWD6nk { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0s0lJbuLl56i9PkXPZuevzQiJmlosdm { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE6TsVIbEGHTHP6Fb2Zhhw17h8siCdbu { width:47.75rem;height:2.0625rem;top:7.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhbddWaQpyF6xsDfW4w05UBgb47tIx6W { width:24rem;height:15rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH18kJVprdCuzeUzMURteFWRiyfrXJKJ { width:26.5rem;height:17.125rem;top:36.9375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaHF8nWFEBihEeq4wvWG1VzRpmXFcktx { width:47.75rem;height:1.5rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqz0EDN0kDsBrBzuiRLVx0Py8Ph4JDB7 { width:24.6875rem;height:1.5rem;top:30.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viX71EEPATwA4gnxNaXtAlC5cIXZEDGx { width:24.6875rem;height:1.5rem;top:54.625rem;left:23.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #memgPlqpef1CDgF1b8sORIWlHq8bvQB3 { display:block; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1S3Mo4RoXgzyTTaiThh4R3KPxcX71PX { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXSZl6GWuXTPJndbsbXvPJPt19Lkxvhy { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocCLT0xXO5IhMLbCCTmvd08Gk41ElOzx { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7m84W3Z9gKEz3G1kqWkATmvQXfXssZy { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf7T833ztuNddVBr4hX9LlosvQWVRdEI { width:26.1875rem;height:17.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUCW5aBUokqt7SRpKUpTG3Wqyo3HpSX2 { width:25.8125rem;height:16.375rem;top:29.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd2TKOGVQ3lGMiTZHGEpgo9ASZuXRsGM { width:25.8125rem;height:16.9375rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8PWAQgGSRARPDytHx38GcFinVzkUwT0 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDRzLEQr1qK57wPXgZunePHkKF9ZW2za { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnc6azouyRZUt4WdazyPvhBG23qMkCBP { width:24.6875rem;height:1.5rem;top:21.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fngo8htc1NpmAqARX6wzS8QTOMH8Iwdr { width:24.6875rem;height:1.5rem;top:46.9375rem;left:23.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO2k1CRkBwHKh5fu6qEiT6B2NG6TtOnI { width:20.4375rem;height:1.5rem;top:69.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TxMabBT9IJUIN5Jx9TovwNQSvlN3eg { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7G1qAD050Xpl9nIrmuoERJRm7eHSqAs { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDMSiUbvmr3uUUmWJcrhMw1SLvZf9vpZ { width:27.4375rem;height:15.3125rem;top:75.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuW8VpOmkvPKD4BLdWBA6BntMzh1JP85 { width:23.125rem;height:1.5rem;top:91.6875rem;left:24.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:6rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { top:10.3125rem;left:0rem;width:22.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { top:18.6875rem;left:0rem;width:2.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:17.125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:18.125rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:19.1875rem;left:2.0625rem;width:21.8125rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { top:21.3125rem;left:2.1875rem;width:21.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { top:26.25rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { top:29.4375rem;left:2.125rem;width:21.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { top:27.3125rem;left:2.25rem;width:21.625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { top:25.25rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { top:26.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { top:34.4375rem;left:0rem;width:25.5rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { top:37.625rem;left:2.1875rem;width:21.6875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { top:33.4375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { top:35.5rem;left:2.3125rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { top:34.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { top:14.75rem;left:18rem;width:29.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { top:10.25rem;left:35.124568939209rem;width:6.25rem;height:6.3735791797857rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { top:33.375rem;left:23.875rem;width:3.5625rem;height:3.7469987610958rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:3.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5VwUD7TtOCTpJNmFKpSKeBEiVxJaPL { top:7.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:1.6875rem;left:0rem;width:18.875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { top:3.0625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { top:3.875rem;left:0.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:9.0625rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { top:11.625rem;left:0rem;width:14.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { width:10.3125rem;height:3.875rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:1.6875rem;left:12.875rem;width:18.875rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { top:11.625rem;left:16.0625rem;width:15.6875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8sDnmQK0BCsQlf5TaycKRlsmvMAthVH { width:10.3125rem;height:3.875rem;top:29.0625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBDu4EDt4URV0lRycwHcTF1ozrMP1xL { display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:9.0625rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { top:3.0625rem;left:16.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { top:4rem;left:16.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:1.6875rem;left:28.75rem;width:18.875rem;height:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { top:11.625rem;left:31.9375rem;width:15.6875rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3AEUXVVsCv3o9HHOJoyDhGUekZziceL { width:10.3125rem;height:3.875rem;top:36.5rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWL8BXpgcTfe9eCIuT9hTk3elTwVIwDm { display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:9.0625rem;left:30.5rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { top:3.0625rem;left:32.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { top:4.125rem;left:33.25rem;width:3rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF6LCXwvgLZwy5461B68eh7pvtSzGlIe { display:block; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka4Rpf2E0mOQ80J2QpHVKD76nVGghgxv { top:2.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o { display:block; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRzTL2rX54sJsn0y14rA7TnnKDBJxJRW { width:13.875rem;height:25.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJCNb6KgIk3f53ftaJe0Mz20ZizNTZM { width:2.4375rem;height:0.3125rem;top:5.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFoH7o9L3qwFdVoXnT4SUAFTQAJnIp0C { width:13.875rem;height:0.875rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKnnowJysUhTFkuhwxlhmz8SJqQ3XSK { width:13.625rem;height:3.75rem;top:11.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99KCiizgiOUbuyHiTBWXnuXOmscuG8g { width:13.375rem;height:10.375rem;top:16.9375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufkX5AsMIqOQZUQxCn9T07s91dxGdXZB { width:13.875rem;height:31.9375rem;top:3.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6zVoM7zFqT5dFzx594sn1rn7Mn8FD5b { width:13.875rem;height:0.875rem;top:34.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeeuMT7am2OcwAsTKWFn8A6f4KtpVy3z { width:13.375rem;height:9.0625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Qmu0ld0o5NEatKRg1bUHz79TwTOP6a { width:13.3125rem;height:3.75rem;top:11.6875rem;left:9.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTgTFJHhIGogXeTZTCfJiO01RTADXzxA { width:2.4375rem;height:0.3125rem;top:5.0625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfZT1mQgFxRWLA25S9fFbiNkGKL4UH { width:13.875rem;height:30.125rem;top:3.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Rp1hZFVaGqVPWuUEDZKXe3pgTtWXxC { width:13.875rem;height:0.875rem;top:33.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bta2VQhuQvek1aqL2B8KIw8dOoBOok9m { width:13.5625rem;height:15.5625rem;top:16.6875rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkSyJLWT3Xfo4OI70hx8s6CoeMA8FqV { width:13.5rem;height:1.875rem;top:12.5rem;left:21.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruhqkf6B6fPuWOaplCJ8sITJmFp7lKVM { width:2.4375rem;height:0.3125rem;top:5.0625rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTyl7wTSeGylyIXDlzaCoCoF5rRU2WR { width:13.875rem;height:33.625rem;top:3.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4Ng43i09Bp6gn7ARcpmnOigZwfvXwo { width:13.875rem;height:0.875rem;top:36.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6vMXbyN0t5M9JeSM8cgl536GBOQTMip { width:13.75rem;height:18.1875rem;top:16.9375rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTtfmRFVGsOXPJFxhRSDKSE8SwUEn4ak { width:13.375rem;height:1.875rem;top:12.5rem;left:33.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5TLnfArX2fV6R5E4oytNMvD4mqWRGSG { width:2.4375rem;height:0.3125rem;top:5.0625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdEd60T1zMVh4B4S3sl3vOXiuhtNakgA { width:3.625rem;height:3.625rem;top:7.125rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5vuXlZmWowNJ3Lx0TCreQPrT3oR01bu { width:3.125rem;height:3.125rem;top:7.125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r10yndBG9TFOZA5Q9emcLD98NuvGtLml { width:3.5rem;height:3.5rem;top:6.9375rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ98OPtaQoPhlgZkXy0RbZnAQHcFBJRB { width:3.8125rem;height:3.8125rem;top:7.0625rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGDRcXMXRv3mTvGBXUoveZWbN9SnXiA { width:13.875rem;height:3.4375rem;top:32.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fob30zPhaXmABs3hoixUoGDF9yCZG74A { display:block; }
 }@media only screen and (max-width: 763px) { #ErJC0cnadPb4kLPteRTg89EC1looAp7x { display:block; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lg74wBk4pKCTqdi295NLbuu9uRTiPfbn { width:19.4375rem;height:25.875rem;top:3.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I361Jdnw0fxTM9yUO0hAZgvE08QtET3x { width:2.4375rem;height:0.3125rem;top:4.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrCQKCyMh9CS8ELfGzUI0msuJFptPcw { width:13.75rem;height:3.6875rem;top:11.5rem;left:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y97Nryq1TylGECvDzKNlvIsRMz0UZhAo { width:13.375rem;height:9.0625rem;top:17.0625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIFE5fhe65ppIEcNipw9EdrI4gJnwPEE { width:19.5rem;height:0.875rem;top:28.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdprMChr1fuPXhU6FwPIWc5fVe1Wi4Z { width:18.625rem;height:23.1875rem;top:4.875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cutHOe1Con9XKOGeZ3vslntT743klx5l { width:18.8125rem;height:0.875rem;top:27.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULkDk3EuTCZaZ5G8Kd168P8ZypU42etE { width:13.5rem;height:6.4375rem;top:17.5625rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvqRteKwdQ1dO9ran963vOCLTBevR3pQ { width:13.75rem;height:1.8125rem;top:13.6875rem;left:28.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyzhEInTSkT4ULkz0dIvQC0eHCe9qtqg { width:2.4375rem;height:0.3125rem;top:7.0625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86xahg37hRLs5bTH711e3ay5o0NysfA { width:3.4375rem;height:3.4375rem;top:6.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuhrdMpUb6Ezcy4T0iuAL3XnCDxnNAtD { width:4.4375rem;height:4.4375rem;top:7.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { top:5rem;left:0rem;width:30.0625rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { top:3.5625rem;left:0rem;width:8.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { top:9.3125rem;left:0rem;width:29.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { top:5.4375rem;left:22.3125rem;width:25.4375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { top:33rem;left:29.068252563476rem;width:2.8125rem;height:2.56239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { top:8.125rem;left:34.936851501465rem;width:6.375rem;height:5.9419307976115rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:13.1875rem;left:0rem;width:35.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:11.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:19.5rem;height:auto;top:12.375rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:19.5rem;height:auto;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #Sue5oqmkxw8JtaGdAvyGLSRbCpPsxl3D {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #wRFIXDTw8lbZVB4CCA8yn9DtMn6HyVQZ {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #TOq8rnCVkEPwnE3dkw3Qu5u4Z421TVMW {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE { display:block; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP8VQZmbqphBXJ3Zn632VIAzRIM1GtL1 { top:2.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goslID5AQlCpHqZhEQSVeNgAdE3abnpK { display:block; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfCffvnhztLA5iQTLGKXv2f8Ur8oJMc4 { top:6rem;left:0rem;width:30rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkrrnKqABnOe8OXiqq4hIl4dBe9uTrg0 { top:2.625rem;left:0rem;width:29.1875rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMwLGk5Nmun02IR5zpVeFmleRe2S2dQT { top:8.375rem;left:0rem;width:24.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU748h1rTadgDF1XCBCcqLNURED0az35 { top:0rem;left:0rem;width:30rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOfOz94PGa9yfNDTMkVw0x1ZnIg2zIO0 { top:1.4375rem;left:26.499893188476rem;width:2.5rem;height:2.31228125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTRTsOZ7tXF12G4HTyOTfl9qXthSllIi { top:3.6875rem;left:17.875rem;width:29.875rem;height:16.714963736422rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHmudkEVAPVtyNCZHRnPtpnDDHftgmfv { top:4.625rem;left:41.749462127686rem;width:2.0625rem;height:1.9413581359158rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZEhZiRl6XoAPMB0wTrKIRzy3u9TTPLD { top:17.375rem;left:0rem;width:24.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8y0OnfV44Hs6gB37FHL1wMWw5r2eafT { top:11.625rem;left:3.4994583129883rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZRZTLH3pOQULxiv3lrMetGQ97ZGP6w { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:10.3125rem;top:14.25rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:11.25rem;height:3.875rem;top:27.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:20rem;height:1rem;top:12.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:20rem;height:13.3121875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { width:3.68706875rem;height:3.18739375rem;top:33.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { width:2.12456875rem;height:1.99978125rem;top:33.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { width:3.624675rem;height:3.312175rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8SIn3bzAhTN4r3pMNFcuh4bF5WgBGDN { width:11.75rem;height:11.75rem;top:0.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HNWo5Hncy3GsmKAZihkxSbemSuqQtD { width:18.75rem;height:14.1873125rem;top:4.8117408752441rem;left:1.2494575381279rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:2rem;top:5.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { width:20rem;height:1rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { width:10.375rem;height:10.375rem;top:1.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { width:20rem;height:1.50010625rem;top:12.5rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { width:20rem;height:1rem;top:14.75rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { width:20rem;height:1.50010625rem;top:29.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { width:20rem;height:1rem;top:31.9375rem;left:-0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { width:10.375rem;height:10.375rem;top:18.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCMrw8voxx9spH3g3kifTBWFxAAT091 { width:9.75rem;height:10.125rem;top:18.4375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { width:20rem;height:1.50010625rem;top:46.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOgZLMo6KSJP2l7pM3hVy6HacP85Vo6 { width:20rem;height:1rem;top:48.875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZihVq11Ac1yuuQinnFndUskdHehBvI30 { width:10.375rem;height:10.375rem;top:35.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5GII9PTx69E6vKrhVA38oEtv5EDUVv { width:9.875rem;height:10.25rem;top:35.5625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCIEq6tuxVyX50g04M7At66ANZQQneWE { width:10.375rem;height:10.375rem;top:52.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryf30m2Mctnkt4MyARACbnnGriVTItAg { width:9.75rem;height:10.125rem;top:52.71875rem;left:5.1633254716981rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { width:20rem;height:1.50010625rem;top:64.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9igffB3PxLwLnTnpcueSoWceA3ze4F { width:20rem;height:1rem;top:66.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { width:9.5625rem;height:9.875rem;top:1.8125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { width:19.25rem;height:2.12510625rem;top:12.375rem;left:0.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { width:11.9375rem;height:1rem;top:10.125rem;left:0.625rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { width:18.125rem;height:11.8983125rem;top:15.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { width:18.1875rem;height:35.695rem;top:29.80908203125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:59.3125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { width:11.25rem;height:3.875rem;top:67.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnzI2k7RLv0dnLw2bpDpAcTD8rmcJu1 { display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { width:10.9375rem;height:7.125rem;top:2rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { width:9.6875rem;height:8.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 { display:block; }#U2ZUGyTWQCHMBLHMz83KDhaendwpQgw7 > .row .container { width:20rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3aTtmtXeVTPOawadiSE1in2BSrM1iyp { width:16.0625rem;height:16.0625rem;top:41.5625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp78coamxzrJi5RRKAJk7TvMoAyWHvIw { width:8.75rem;height:0.1875rem;top:74.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGcHooxtCuygOfW7HsXeywuL1zzhVdI0 { width:8.75rem;height:0.1875rem;top:62.46875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcxvWoigbhX2SVksRJUaT5TFmEETuxfz { width:8.75rem;height:0.1875rem;top:33.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVsXhEhiEUIZf6B8ubPzr5bUTD94AKWV { width:8.75rem;height:0.1875rem;top:21.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzBqEDkDopg1tBAuOGywS5vv6eUHrPyN { width:15.125rem;height:1.625rem;top:19.1875rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnbkWl5FbytuLcgDw6DvSpiuv2oORxgf { width:20rem;height:1.625rem;top:31.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHNfXTLJlsQRS8dmo2oZ6BRHOUrOOsqT { width:20rem;height:1.625rem;top:60.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVkDc3F5igCnWzdDQElxQxSNiK6Ibg1H { width:20rem;height:1.625rem;top:72.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdyvriRVTKcXU41xFzRJwLJ5MheUnXz7 { width:17.5rem;height:2.99913125rem;top:22rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVR8O4526ZmLaAtgvoZChT7pMiTITRiS { width:17.5rem;height:5.9982625rem;top:34.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hw2F6mNLkTlkwJK74VbvxpeHeZRNc6T4 { width:17.5rem;height:7.4978125rem;top:63.09375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6vv1ay2pKTFpiqbprt8XDCiUAPvMpLv { width:17.5rem;height:4.4987rem;top:75.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAqbQEOQ1zx1Kny1BlkVBKXZszJcMR9g { width:18rem;height:7.4978125rem;top:6.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAH0hUhZSIbtOhtUgTpwvVHMJCneUCci { width:20rem;height:4.2246125rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GasfTkWPnved2CHtr0l8EZAmFMJvLr9R { width:2.9375rem;height:2.9375rem;top:72.125rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccX2uQFlW4kl9LPZRvLimMN1ZGKNO26n { top:83.625rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC3p3LnIgW68ogEtkUidvwPi7fquwZep { display:block; }
 }@media only screen and (max-width: 763px) { #rt7fr7MADRZ6bnAS9K9tnSxQdyCC0oIG { width:3rem;height:3rem;top:59.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNDnMnNGsG5O6zlrw4rvBx5D9nm0eTX { width:2.6875rem;height:2.6875rem;top:30.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfuBhEMTgTAsD97KnTEhXCLhOO9cruO0 { width:2.25rem;height:2.25rem;top:18.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq { display:block; }#eSpSu1X6WAgTrGx8vDGZQoFnNz7zTcdq > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoZCWDPMFazKKEvITqUyxt8J3kwoI4Eh { width:18.75rem;height:1.94986875rem;top:45.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDWiGTpANLWF8IH1FSiMlMb915vMsR4W { width:18.75rem;height:16.875rem;top:48.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHsrn4VvANJT6v8UE4JWf62b7oXr7WKc { width:18.75rem;height:1.94986875rem;top:18.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1XsKpl6Fp3wx6y0QPhkGNwkS6TWD6nk { width:18.75rem;height:5.625rem;top:20.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0s0lJbuLl56i9PkXPZuevzQiJmlosdm { width:18.75rem;height:5.25rem;top:2rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IE6TsVIbEGHTHP6Fb2Zhhw17h8siCdbu { width:17.25rem;height:3.25rem;top:8.1875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhbddWaQpyF6xsDfW4w05UBgb47tIx6W { width:20rem;height:12.5rem;top:27.142241379311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH18kJVprdCuzeUzMURteFWRiyfrXJKJ { width:20rem;height:12.8125rem;top:66.150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaHF8nWFEBihEeq4wvWG1VzRpmXFcktx { width:19.25rem;height:2.59874375rem;top:12.05517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqz0EDN0kDsBrBzuiRLVx0Py8Ph4JDB7 { width:18.6875rem;height:1.5435125rem;top:79.6318359375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viX71EEPATwA4gnxNaXtAlC5cIXZEDGx { width:18.625rem;height:1.5435125rem;top:40.8623046875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #memgPlqpef1CDgF1b8sORIWlHq8bvQB3 { display:block; }#memgPlqpef1CDgF1b8sORIWlHq8bvQB3 > .row .container { width:20rem;height:147.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1S3Mo4RoXgzyTTaiThh4R3KPxcX71PX { width:18.75rem;height:1.94986875rem;top:34.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXSZl6GWuXTPJndbsbXvPJPt19Lkxvhy { width:18.75rem;height:15.46875rem;top:37.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocCLT0xXO5IhMLbCCTmvd08Gk41ElOzx { width:18.75rem;height:1.94986875rem;top:1.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7m84W3Z9gKEz3G1kqWkATmvQXfXssZy { width:18.75rem;height:9.84375rem;top:3.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf7T833ztuNddVBr4hX9LlosvQWVRdEI { width:19.4375rem;height:12.75rem;top:15.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUCW5aBUokqt7SRpKUpTG3Wqyo3HpSX2 { width:19.8125rem;height:12.625rem;top:55.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd2TKOGVQ3lGMiTZHGEpgo9ASZuXRsGM { width:19.875rem;height:13rem;top:92.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8PWAQgGSRARPDytHx38GcFinVzkUwT0 { width:20rem;height:12.65625rem;top:79.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDRzLEQr1qK57wPXgZunePHkKF9ZW2za { width:19.375rem;height:3.8997375rem;top:74.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnc6azouyRZUt4WdazyPvhBG23qMkCBP { width:20rem;height:1.5435125rem;top:69rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fngo8htc1NpmAqARX6wzS8QTOMH8Iwdr { width:20rem;height:1.5435125rem;top:107.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO2k1CRkBwHKh5fu6qEiT6B2NG6TtOnI { width:20rem;height:1.5435125rem;top:30.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TxMabBT9IJUIN5Jx9TovwNQSvlN3eg { width:20rem;height:1.94986875rem;top:110.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7G1qAD050Xpl9nIrmuoERJRm7eHSqAs { width:20rem;height:15.46875rem;top:113.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDMSiUbvmr3uUUmWJcrhMw1SLvZf9vpZ { width:19.875rem;height:11.0625rem;top:131.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuW8VpOmkvPKD4BLdWBA6BntMzh1JP85 { width:20rem;height:1.5435125rem;top:143.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:19.3125rem;height:2.12510625rem;top:4.8125rem;left:0.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { width:18.375rem;height:6.7990625rem;top:8.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { width:2.375rem;height:2.125rem;top:17.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:5.0625rem;height:5.0625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:20rem;height:7rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:13.9375rem;height:1.625rem;top:18.625rem;left:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { width:11.375rem;height:3.18685rem;top:20.75rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { width:20rem;height:6.5625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { width:11.3125rem;height:3.18685rem;top:31.0625rem;left:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { width:13.8125rem;height:1.625rem;top:29.125rem;left:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { width:5.0625rem;height:5.0625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { width:2.4375rem;height:2.4375rem;top:28.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { width:20rem;height:10.5625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { width:11.1875rem;height:6.3737rem;top:41.3125rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { width:5.0625rem;height:5.0625rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { width:13.875rem;height:1.625rem;top:39.25rem;left:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { width:2.4375rem;height:2.4375rem;top:38.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { width:20rem;height:13.187375rem;top:54.454211711884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { width:4.49978125rem;height:4.562175rem;top:65.187719345094rem;left:9.4992411732675rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { width:2.56239375rem;height:2.687175rem;top:52.748482227326rem;left:8.7185338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:18rem;height:4rem;top:3.5rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5VwUD7TtOCTpJNmFKpSKeBEiVxJaPL { width:20rem;height:4.780275rem;top:8.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:18.875rem;height:22.375rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { width:4.375rem;height:4.375rem;top:2.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZAc1GpPFtabIUk9cf6U1cmbmJ3yp4 { width:2.875rem;height:2.875rem;top:3.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:17.125rem;height:1.50010625rem;top:8.6875rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { width:16.5rem;height:3.399525rem;top:11.25rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { width:10.3125rem;height:3.875rem;top:17.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:18.875rem;height:35.6875rem;top:26rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { width:17.375rem;height:15.297875rem;top:35.9375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8sDnmQK0BCsQlf5TaycKRlsmvMAthVH { width:10.3125rem;height:3.875rem;top:54rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBDu4EDt4URV0lRycwHcTF1ozrMP1xL { display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:17.125rem;height:1.50010625rem;top:33.375rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { width:4.375rem;height:4.375rem;top:27.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { width:2.875rem;height:2.875rem;top:28.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:19.625rem;height:41.875rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { width:18.3125rem;height:18.697375rem;top:75.3125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3AEUXVVsCv3o9HHOJoyDhGUekZziceL { width:10.3125rem;height:3.875rem;top:98.4375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWL8BXpgcTfe9eCIuT9hTk3elTwVIwDm { display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:17.125rem;height:1.50010625rem;top:71.5625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { width:4.375rem;height:4.375rem;top:65.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { width:3.125rem;height:2.25rem;top:66.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF6LCXwvgLZwy5461B68eh7pvtSzGlIe { display:block; }#fF6LCXwvgLZwy5461B68eh7pvtSzGlIe > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka4Rpf2E0mOQ80J2QpHVKD76nVGghgxv { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o { display:block; }#iwCoOIG1ZLiukbQeBn6fb2xbnFbQWD0o > .row .container { width:20rem;height:129.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRzTL2rX54sJsn0y14rA7TnnKDBJxJRW { width:18.4375rem;height:27.5625rem;top:1.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJCNb6KgIk3f53ftaJe0Mz20ZizNTZM { width:2.4375rem;height:0.3125rem;top:3.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFoH7o9L3qwFdVoXnT4SUAFTQAJnIp0C { width:18.3125rem;height:0.875rem;top:28.625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKnnowJysUhTFkuhwxlhmz8SJqQ3XSK { width:14.9375rem;height:3.7380625rem;top:10.1875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t99KCiizgiOUbuyHiTBWXnuXOmscuG8g { width:18.875rem;height:7.796225rem;top:45.875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufkX5AsMIqOQZUQxCn9T07s91dxGdXZB { width:18.9375rem;height:28.375rem;top:31.687286376953rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6zVoM7zFqT5dFzx594sn1rn7Mn8FD5b { width:18.875rem;height:0.875rem;top:59.25rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeeuMT7am2OcwAsTKWFn8A6f4KtpVy3z { width:17.4375rem;height:7.796225rem;top:16.9375rem;left:1.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5Qmu0ld0o5NEatKRg1bUHz79TwTOP6a { width:14.9375rem;height:3.7380625rem;top:40.4375rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTgTFJHhIGogXeTZTCfJiO01RTADXzxA { width:2.4375rem;height:0.3125rem;top:33.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfZT1mQgFxRWLA25S9fFbiNkGKL4UH { width:19.125rem;height:27.8125rem;top:63rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Rp1hZFVaGqVPWuUEDZKXe3pgTtWXxC { width:19.0625rem;height:0.875rem;top:90rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bta2VQhuQvek1aqL2B8KIw8dOoBOok9m { width:18.375rem;height:11.69433125rem;top:74.9375rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzkSyJLWT3Xfo4OI70hx8s6CoeMA8FqV { width:14.9375rem;height:1.86903125rem;top:70.6875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruhqkf6B6fPuWOaplCJ8sITJmFp7lKVM { width:2.4375rem;height:0.3125rem;top:64.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTyl7wTSeGylyIXDlzaCoCoF5rRU2WR { width:19.25rem;height:30.9375rem;top:93.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4Ng43i09Bp6gn7ARcpmnOigZwfvXwo { width:19.5625rem;height:0.875rem;top:124rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6vMXbyN0t5M9JeSM8cgl536GBOQTMip { width:18.6875rem;height:14.2931rem;top:106.0625rem;left:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTtfmRFVGsOXPJFxhRSDKSE8SwUEn4ak { width:14.125rem;height:1.86903125rem;top:101.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5TLnfArX2fV6R5E4oytNMvD4mqWRGSG { width:2.4375rem;height:0.3125rem;top:95.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdEd60T1zMVh4B4S3sl3vOXiuhtNakgA { display:flex;width:3.625rem;height:3.625rem;top:66.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #I5vuXlZmWowNJ3Lx0TCreQPrT3oR01bu { display:flex;width:3.4375rem;height:3.4375rem;top:4.8125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #r10yndBG9TFOZA5Q9emcLD98NuvGtLml { display:flex;width:3.6875rem;height:3.6875rem;top:35.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #WQ98OPtaQoPhlgZkXy0RbZnAQHcFBJRB { display:flex;width:3.8125rem;height:3.8125rem;top:96.9375rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #rgGDRcXMXRv3mTvGBXUoveZWbN9SnXiA { width:13.375rem;height:3.4375rem;top:54.874908447266rem;left:3.3121746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fob30zPhaXmABs3hoixUoGDF9yCZG74A { display:block; }
 }@media only screen and (max-width: 763px) { #ErJC0cnadPb4kLPteRTg89EC1looAp7x { display:block; }#ErJC0cnadPb4kLPteRTg89EC1looAp7x > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lg74wBk4pKCTqdi295NLbuu9uRTiPfbn { width:19.125rem;height:22.25rem;top:1.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I361Jdnw0fxTM9yUO0hAZgvE08QtET3x { width:2.4375rem;height:0.3125rem;top:3.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrCQKCyMh9CS8ELfGzUI0msuJFptPcw { width:14.9375rem;height:3.7380625rem;top:8.8125rem;left:2.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y97Nryq1TylGECvDzKNlvIsRMz0UZhAo { width:18.5rem;height:6.496875rem;top:37.375rem;left:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIFE5fhe65ppIEcNipw9EdrI4gJnwPEE { width:19.0625rem;height:0.8125rem;top:23.375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdprMChr1fuPXhU6FwPIWc5fVe1Wi4Z { width:19.3125rem;height:23.5625rem;top:26rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cutHOe1Con9XKOGeZ3vslntT743klx5l { width:19.25rem;height:0.875rem;top:48.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULkDk3EuTCZaZ5G8Kd168P8ZypU42etE { width:14.9375rem;height:6.496875rem;top:14.25rem;left:2.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvqRteKwdQ1dO9ran963vOCLTBevR3pQ { width:14.9375rem;height:1.86903125rem;top:33.625rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyzhEInTSkT4ULkz0dIvQC0eHCe9qtqg { width:2.4375rem;height:0.3125rem;top:27.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86xahg37hRLs5bTH711e3ay5o0NysfA { display:flex;width:3.375rem;height:3.375rem;top:4.66015625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HuhrdMpUb6Ezcy4T0iuAL3XnCDxnNAtD { display:flex;width:4rem;height:4rem;top:28.5625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { width:19.125rem;height:2.12510625rem;top:4.5rem;left:0.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { width:19rem;height:1rem;top:2.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { width:18.9375rem;height:1.6997625rem;top:7.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { width:20rem;height:9.75rem;top:33.499694824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { width:2.1875rem;height:2rem;top:38.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { width:2.62478125rem;height:2.43706875rem;top:35.654298782349rem;left:15.124241173267rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:20rem;height:13.3125rem;top:35.65478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:17.5rem;height:auto;top:8.2492406368256rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:17.5rem;height:auto;top:8.2492406368256rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #Sue5oqmkxw8JtaGdAvyGLSRbCpPsxl3D {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #wRFIXDTw8lbZVB4CCA8yn9DtMn6HyVQZ {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #TOq8rnCVkEPwnE3dkw3Qu5u4Z421TVMW {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE { display:block; }#Nd0EeT9hkns1Uc5ttQpS0zdOneacLyOE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP8VQZmbqphBXJ3Zn632VIAzRIM1GtL1 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #goslID5AQlCpHqZhEQSVeNgAdE3abnpK { display:block; }#goslID5AQlCpHqZhEQSVeNgAdE3abnpK > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfCffvnhztLA5iQTLGKXv2f8Ur8oJMc4 { width:19.125rem;height:4.25021875rem;top:4.5rem;left:0.875rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkrrnKqABnOe8OXiqq4hIl4dBe9uTrg0 { width:19rem;height:0.99989375rem;top:2.75rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMwLGk5Nmun02IR5zpVeFmleRe2S2dQT { width:18.9371875rem;height:3.399525rem;top:11.686769485474rem;left:0.53114157915116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wU748h1rTadgDF1XCBCcqLNURED0az35 { width:20rem;height:9.6875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOfOz94PGa9yfNDTMkVw0x1ZnIg2zIO0 { width:2.1875rem;height:2rem;top:38.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTRTsOZ7tXF12G4HTyOTfl9qXthSllIi { width:20rem;height:11.312375rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHmudkEVAPVtyNCZHRnPtpnDDHftgmfv { width:2.62424375rem;height:2.43706875rem;top:30.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZEhZiRl6XoAPMB0wTrKIRzy3u9TTPLD { width:20rem;height:1.168075rem;top:23.650718688965rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8y0OnfV44Hs6gB37FHL1wMWw5r2eafT { top:17.382271766663rem;left:2.9687500596046rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZRZTLH3pOQULxiv3lrMetGQ97ZGP6w { display:block; }
 }