.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c6441d5-4388-4838-b631-2831ecfe9a49/PetaGaye_Sterling_bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:68.375rem;width:75rem;overflow:visible;position:relative;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.1875rem;height:9.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { position:absolute;display:block;z-index:15006;background-color:#dd323f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:17.9375rem;width:19.8125rem;top:10.8125rem;left:51.75rem;display:block; }
#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qQEto3KiH8EsOTkmokfHrGwF9UTcqGWT { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.5rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-form-header {  }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:16rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .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:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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:16rem;box-sizing:border-box;height:2.8125rem;color:#f3efe4;font-size:1rem;overflow:hidden;font-family:"times new roman";vertical-align:top;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-text {padding-top: 0; padding-bottom: 0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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:16rem;box-sizing:border-box;height:22.3125rem;color:#f3efe4;font-size:1rem;overflow:hidden;font-family:"times new roman";vertical-align:top;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .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:16rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-select {padding-top: 0; padding-bottom: 0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#ffffff;width:16rem;height:3.5625rem;font-family:"times new roman";overflow:hidden;font-style:normal;box-shadow: none; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]:-moz-placeholder { color:#f3efe4;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]::-moz-placeholder { color:#f3efe4;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]:-ms-input-placeholder { color:#f3efe4;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]::-webkit-input-placeholder { color:#f3efe4;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .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:"times new roman";line-height:1.3;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:14.75rem;overflow:hidden;font-style:normal;float:none; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .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; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-container:first-of-type{padding-top:0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-container:last-of-type{padding-bottom:0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:12.1748046875rem;left:52.40625rem; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16rem;display:block;vertical-align:top; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe {display:block;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:12.1748046875rem;left:52.40625rem; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #oPaS4PlNwT6WS4hzUaRuHlyUTIPZsvOW { position:relative; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #xO4g8RLNpOGe81GXai9RFT3Ily4arRnr { position:relative;display:none; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #UrAaVHQhm75hv0s7hZccMIK7m1NispfG { position:relative; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #AeTVNZpzh2B4tBvEtHN3oRqqpfAe1kET { position:relative; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #Cd4zSxu5xTPXVNzskIaTO8lftlfDHfGN { position:relative;display:none; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #ACRdK03KZo7aFuIAwBUrp19ImMmCWBKu { position:relative; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #iWKcoTWZTRNwH2RP2MZTZnPeusufREsX { position:relative; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #K6Hrda0eKOZThpI1fBqmQZlATdw77uXE { position:relative; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #fmZ5SrOLaEuaWHvVgdSRXnidZJsMLk41 { position:relative; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #WH3nfwWTHAJFUvpq0g20o4PUS9L1aoUA { position:relative;z-index:2; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #L8to2fNLoW0icRsBR2149QzkMLAGmKZC { position:relative; }
#e7aOUMy88pB12neMPnsnkhI2bThWU67n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row .container { background-color: transparent; background-image: none; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row .container > .video-iframe-container { display: none; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row > .video-iframe-container { display: none; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .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); }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row .container { border-width: 0; border-radius: 0; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#ZRKk3aGPI9GDRMbCfk72T1omiAPvmHqf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.375rem;width:48.8125rem;top:3.625rem;left:13.09375rem;display:block; }
#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row .container { background-color: transparent; background-image: none; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row .container > .video-iframe-container { display: none; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row > .video-iframe-container { display: none; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .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); }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row .container { border-width: 0; border-radius: 0; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#cDJmMScwJA3RPBLecQ0gAE4IrTOJQrc6 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.15625rem;left:17.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row .container { background-color: transparent; background-image: none; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row .container > .video-iframe-container { display: none; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row > .video-iframe-container { display: none; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .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); }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row .container { border-width: 0; border-radius: 0; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#bMFKnW9TIJ41oteicsF8zGBVXhmub0yd { box-sizing:content-box;height:9.124875rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:2.9375rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#OeahyiFrcVNQq20AuKgX41w4s2MgTQJt { color:#3d222a;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.6875rem;height:4.38654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zubKbmtdr4wqc5dzhhsxqItBQAolFe7J { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#d72638;background-image:none;top:1.4375rem;left:7.9375rem;display:block; }
#edKVA4OicW3KNmGx4KXxzfTRGhinNAvP { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.9375rem;left:8.4375rem; }
#aZNwn3UToRUivaArTxSzl2OQizHJrmAW { box-sizing:content-box;height:9.124875rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:2.9375rem;left:19.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#V8WdSCHTQCEhITD29EogpsZ6ZEhwPHUH { color:#3d222a;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.5rem;left:20.4375rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hV4Ag8mrEfaqMva3et4vRTCT4RhIMoBD { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:#d72638;background-image:none;top:1.4375rem;left:26.6875rem;display:block; }
#brmhiXT90T3U6ZWlFXhHyI5BpTLr0HG0 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.875rem;left:27.1875rem; }
#Wa3ISoMZ5nKW6Bw4qSpQDl0owo1QENic { box-sizing:content-box;height:9.124875rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:2.9375rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#hKGzOt1x77Suym5y3DHOOXD1EwhkHAmv { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15015;background-color:#d72638;background-image:none;top:1.4375rem;left:45.4375rem;display:block; }
#mcHrW6qcTwaLUqzdvBQkJtknGg1t8bX5 { color:#3d222a;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.5rem;left:39.1875rem;height:4.38654375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SmJTniAe4WV8FQ6BfwvIBrUWeHUxhtIT { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.875rem;left:45.875rem; }
#QnfiSNeNBRsyoFr85rOb6lCxgPtEkDyQ { box-sizing:content-box;height:9.124875rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:2.9375rem;left:56.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#QMkr92sLbKrKraT9CHnnHgvz1UqH64TE { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15015;background-color:#d72638;background-image:none;top:1.4375rem;left:64.1875rem;display:block; }
#I0XycJCDW35HZa4gF78lbeurSlJGyUy0 { color:#3d222a;display:block;width:17.249875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.5rem;left:57.125rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kN09B4nLRlL1QuD5sX7gu4W9gOaMikGM { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.875rem;left:64.625rem; }
#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d72638;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; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row .container { background-color: transparent; background-image: none; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row .container > .video-iframe-container { display: none; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row > .video-iframe-container { display: none; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .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); }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row .container { border-width: 0; border-radius: 0; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row .container { font-size:0.875rem;font-family:"times new roman";height:44.0625rem;width:75rem;position:relative;display:block; }#oJKpDoXoZX6TwacDNbdnAOLXRpQT4AFu { box-sizing:content-box;height:27.1875rem;width:21.875rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2c98a5b-4048-4bfc-a413-faa304492550/PetaGaye_Sterling.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.125rem;left:5rem;display:block; }#oJKpDoXoZX6TwacDNbdnAOLXRpQT4AFu.adaptive-delivery-prevent-bg, #oJKpDoXoZX6TwacDNbdnAOLXRpQT4AFu.lazyload, #oJKpDoXoZX6TwacDNbdnAOLXRpQT4AFu.lazyloading { background-image: none; }
#MCzpexE2LgT9kBwLA1A8cBhwdOVV4v3O { color:#000000;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:34.1875rem;left:4.5625rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zduhgauW80C7Ls6XIvMOh2WDe9HXP6G8 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:29.625rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#no8k4aEX7PylQTkCFOPG5IaIkx5wqKRB { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:11.4375rem;left:29.625rem;height:21.442375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oZ0UCycEOVGqzJPaplSdAWt55rlJwt1x { color:#000000;display:block;width:40.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:34.875rem;left:29.625rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row .container { background-color: transparent; background-image: none; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row .container > .video-iframe-container { display: none; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row > .video-iframe-container { display: none; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .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); }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row .container { border-width: 0; border-radius: 0; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#pnE8iHXLsTQws2WFzBmLcAXPtuaiLgJ9 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.15625rem;left:17.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row .container { background-color: transparent; background-image: none; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row .container > .video-iframe-container { display: none; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row > .video-iframe-container { display: none; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .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); }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row .container { border-width: 0; border-radius: 0; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#i7OesGmM9mzz3FLyZbzh717V0sdzg6dh { box-sizing:content-box;height:3.125rem;width:23.6246875rem;position:absolute;display:block;z-index:15012;background-color:#d72638;background-image:none;top:2.1870574951172rem;left:25.687389373779rem;display:block; }
#vUbZCMWM0smvBWdhww4VoonJA7607xy3 { color:#f3efe4;display:block;width:19.437375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6872711181641rem;left:27.749568939209rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AbaC8eZv4BUUh41fuHRtknxHw54qUBEu { box-sizing:content-box;height:14.124875rem;width:23.375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:3.6247711181641rem;left:25.687389373779rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#LPToENsa0lQC5qVXdVPRG7SKea7iWDKp { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.562164306641rem;left:26.437175750733rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iwZlOXxWBA7mnBCUS48nW6QiroVJvqEp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.4995574951175rem;left:36.312397003174rem; }
#OpretzDLCDzguZxLw9N2RC30FeTDWpT8 { box-sizing:content-box;height:14.124875rem;width:23.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:3.6247711181641rem;left:0.68739318847656rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#nEGmad5p7XBTDvBaxo4ZtXg3TQrReSpz { color:#000000;display:block;width:19.436875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.562164306641rem;left:2.8125rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XOVaIDLp5b1TkEfbGIRshXL55ZGvdF3a { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:7.4995574951175rem;left:11.312393188476rem; }
#nucK4zvRVVotc9qnfZia1q8OTtv3GlfL { box-sizing:content-box;height:3.125rem;width:23.6246875rem;position:absolute;display:block;z-index:15008;background-color:#d72638;background-image:none;top:2.1870574951172rem;left:0.68739318847656rem;display:block; }
#hasn99UcffF542RzMMIUohnScz9CrxMV { color:#f3efe4;display:block;width:19.437375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.7496643066406rem;left:2.8125rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qF4lGISs8CLTrQ8gQHFBeVV6FNK7NG9I { box-sizing:content-box;height:14.124875rem;width:23.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:3.5623779296875rem;left:50.687397003174rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#WJ2gVbMhF1Zpg03PgNvLmANnC5lzUIKo { color:#000000;display:block;width:19.437375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.624557495118rem;left:52.812503814698rem;height:5.84765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pQuHcLHAt1eQzhkNTWqUNEkNw4yir30s { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.4995574951175rem;left:61.374782562256rem; }
#w2mNreMTqfdwz1ArqR7nG4FsE3UNiKfX { box-sizing:content-box;height:3.125rem;width:23.6246875rem;position:absolute;display:block;z-index:15016;background-color:#d72638;background-image:none;top:2.1870574951172rem;left:50.687397003174rem;display:block; }
#qEdk6sA0KOsnw4TP8UJcakBFr19O9q5G { color:#f3efe4;display:block;width:19.437375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:2.7496643066406rem;left:52.812503814698rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TliUitKrTOED2WwttiGu8WgQcU208f5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row .container { background-color: transparent; background-image: none; }#TliUitKrTOED2WwttiGu8WgQcU208f5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row .container > .video-iframe-container { display: none; }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row > .video-iframe-container { display: none; }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .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); }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row .container { border-width: 0; border-radius: 0; }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#wTg1teB0CnCwmmMfOgItUMFuKJNr6NeE { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.15625rem;left:17.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cbllS74cZP70ks7yyok6OloixFAl2Frw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row .container { background-color: transparent; background-image: none; }#cbllS74cZP70ks7yyok6OloixFAl2Frw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row .container > .video-iframe-container { display: none; }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row > .video-iframe-container { display: none; }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .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); }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row .container { border-width: 0; border-radius: 0; }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row .container { font-size:0.875rem;font-family:"times new roman";height:45.75rem;width:75rem;position:relative;display:block; }#NOxyfftGwThTEutIWbyUpC1eP1d5gBli { 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:10.375rem;width:15.625rem;top:7.875rem;left:59.1875rem;overflow:hidden;display:block; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.5rem;font-family:lato;height:auto;color:#000000;font-style:normal; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;color:#000000;line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_3ab5aaa4876de7db8e0bfce9395af72a98dd5fc0.svg");background-size:contain !important; }#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-trigger.adaptive-delivery-prevent-bg, #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-trigger.lazyload, #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-trigger.lazyloading { background-image: none; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX { box-sizing:content-box;height:auto;width:52.0605625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #NrFo72a6ue5gRCBUuqJ5QFEsqvcuJ87h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #TvqbNOeAltQ3X3QihIVTGIhS8FqDB5xE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #QbxJrVblqBiToDDLFgmF2u1oGALQAWOJ { display:block;position:relative; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #Oy0qxZMlri51u5ldeAhbJTg5nsmdlVei {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #oIz2HbhBxItqP0kqUzUmCCvV5xqtET0B {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #qheo3vrfTxe6g8FfD6uZedrfN86iSpTB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #WUIRqknVos6pi2SvVvo1kZS0wd1VTe4p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #oXfUZfRwkGgqzxyRDNyW7TIWhSUxEtgg { display:block;position:relative; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #RglI5zoxag5xPgJ8DF38QaZM3byibgTW {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #CBcTC6SRsklig7w6Cvu3FSn72Gc2mAMC { display:none; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #mwmuFx6q4LtugxaIv22zNFglVV1fyD4h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #PpnLp4OleV3Tue04P3LfqhGqRT5Fm0nT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #ZidKobaVVLZsfpRC5L5HMkAArQ7OFFBM { display:block;position:relative; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #ziCW671DVgCLrTeUSNNi1A8vztTLt3T0 {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #szCzLlTaylfkpX0Wp6P5vGO4C5DRHexl { display:none; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #mEDN0Arpg12EStSHheESQ94MoGTNxlDC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #u29n8sz8zy8sUtemHN7b2ccW6ZFREzAU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #QlmNmw4XPqr3Eoq9qpc8uf88aMcBxi4i { display:block;position:relative; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #AAfnOeMKXyzKOSG3SdXMQJyV9m1b8VmN {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #wxMKCnEdcmUvTyFJuNiRaQ3KN0LgTcBG { display:none; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #wMz7P77PTBWCso79rVbpQbm2BKbVnSo9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #uGmZ2Tp6nNWUxwN1TT1Qhlf0ZM8cMkmA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #N7T9U28I4LEEtCWKSgbvllaq7KMHQGlO { display:block;position:relative; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #viplRzJa5JV6pdrHmw81Rg84phR1TcU5 {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #Vf2dPSUCvVPhhwPu6EnlLDUzOqvRzuBp { display:none; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #OT0FubUcVEqJaD4Vx0Z6pWCPW8pGCL1x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #g6J5TH7qyaULGu6goXT4EudD7IM7RJUn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #TTm76xRtu3c3lqgb8KZ5A29zp2JAZ475 { display:block;position:relative; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #DRrbpFRGVm4NrzDkeovsdFSPhBPQOzMG {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #W2T4wNImrg6wuSiTl3h0bFw45pMZher0 { display:none; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #GnfrOMwsgNtIE5drbMWupblyFhK5tKka { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #KhHH71bQMVKCg4APVqCwqrc9g2V0fQTb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #kP65sPQQp7xTlsOylhismoU5ebsOw9aZ { display:block;position:relative; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #aTnK6zAEKN0sMCerSuryiNmwdISp07Mn {  }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #VfsoChD3Q7ET1yfr761omdTdvClNLtVo { display:none; }
#rKGnwg2b6frFJU2QR1TCmELDa0IGqTla { box-sizing:content-box;height:21.0625rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28f8ddd0-7779-4be5-a3b2-7f326628cd92/PetaGaye_Sterling3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.375rem;left:59.1875rem;display:block; }#rKGnwg2b6frFJU2QR1TCmELDa0IGqTla.adaptive-delivery-prevent-bg, #rKGnwg2b6frFJU2QR1TCmELDa0IGqTla.lazyload, #rKGnwg2b6frFJU2QR1TCmELDa0IGqTla.lazyloading { background-image: none; }
#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row .container { background-color: transparent; background-image: none; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row .container > .video-iframe-container { display: none; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row > .video-iframe-container { display: none; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .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); }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row .container { border-width: 0; border-radius: 0; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#pWKBR3Gqr1pCCoFNP3IbMMrc3yio0zAk { box-sizing:content-box;height:17.6875rem;width:23.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:0.8125rem;left:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#TWCuaIUWFJdXE9E49pNkvwREZCqOUhnk { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.5625rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ffCHRgliipPkJAUxDSKwGmHFVlCqMN8D { color:#d72638;display:block;width:19.4375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.875rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BVULkKOJsZiiJ0qsappAgiTaASFOr4iG { 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:15023;opacity:1;top:0rem;left:11.875rem; }
#wcTWwOitszD3Ii6IUxIA6vv9dhOimVsz { box-sizing:content-box;height:17.6875rem;width:23.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:0.75rem;left:25.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#Td6xPlVolnRdkaZcfC2fLzyBn8NgdVwM { color:#000000;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.375rem;left:26.875rem;height:7.3095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SrTDhXm6bHDNA7LACR7rqLHPNzpKfc39 { color:#d72638;display:block;width:19.437375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.1875rem;left:27.75rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L5CI3aFEb4C7iuEryiM2v9oXTlFW357q { 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:15029;opacity:1;top:0rem;left:35.9375rem; }
#IxNcwFzi2kZDoKxo2Zfi6nQoRCB1UITk { box-sizing:content-box;height:17.6875rem;width:23.125rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:0.8125rem;left:50.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #d72638;border-left:0.125rem solid #d72638;border-right:0.125rem solid #d72638;border-bottom:0.125rem solid #d72638;display:block; }
#BHxsnWALBQaAyZgaOZlkFZ4SeTulhkEL { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:8.625rem;left:52.625rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XELc81pR2BdAtJihoDrAZbAlrUGN4pDn { color:#d72638;display:block;width:19.4375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.375rem;left:52.9375rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FtZMvJVL6o4JaSwez44ga5SmQfE20TEG { 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:15033;opacity:1;top:0rem;left:60.836048126221rem; }
#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d72638;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; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row .container { background-color: transparent; background-image: none; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row .container > .video-iframe-container { display: none; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row > .video-iframe-container { display: none; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .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); }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row .container { border-width: 0; border-radius: 0; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row .container { font-size:0.875rem;font-family:"times new roman";height:38.9375rem;width:75rem;position:relative;display:block; }#g3SEH9lN5NoPcnchJivcn49HkiZHnkiT { box-sizing:content-box;height:30.8125rem;width:69.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:3.6875rem;left:2.6875rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#mW9nGQ8CtDkim8xK85vVgHlPmVmxf4tA { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.4375rem;left:8.9375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tS23sKb7oAEshTGEFyz6NrznlDCvIsuQ { background-color:#000000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f3efe4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.5625rem;left:45.3125rem;display:block; }
#E1hnTknURKEA1cbbTDiNSnebbnRL7BJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v63XGTPN8CTfzBJTeNmWa0JupkQDtBSB { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:16rem;left:41.625rem;height:6.29883125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yzbiOAOhtzZMf1dslDGvZmVlkoGf0nCa { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:14.625rem;left:35.875rem;display:block; }
#CI7u3FJFsQPnBCUSpxQUGRwc5xry3Gaz { position:absolute;display:block;z-index:15031;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;height:20.0625rem;width:20.0625rem;top:12.375rem;left:8.9375rem;overflow:hidden;display:block; }
#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row .container { background-color: transparent; background-image: none; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row .container > .video-iframe-container { display: none; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row > .video-iframe-container { display: none; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .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); }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row .container { border-width: 0; border-radius: 0; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#Q6zNUGeQQuXOHggBPCw2DKGKSOBnMoL6 { color:#000000;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.15625rem;left:0rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row .container { background-color: transparent; background-image: none; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row .container > .video-iframe-container { display: none; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row > .video-iframe-container { display: none; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .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); }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row .container { border-width: 0; border-radius: 0; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row .container { font-size:0.875rem;font-family:"times new roman";height:17.375rem;width:75rem;position:relative;display:block; }#vmxQpgurK44FoIxV3F5PfMb47pQ5zOyJ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:#d72638;background-image:none;top:0rem;left:10.4375rem;display:block; }
#ebQ6JcQHIW2fCzkqCRW4LT4kVDO4ylsf { color:#000000;display:block;width:20.999875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.5rem;height:8.77148125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#igCwHg8e0e7PSDNPESSuyiitOTxtJx5G { color:#000000;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.5rem;height:10.2333875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fA0bVgIF3MBKZho20xQtGzdv3FMS4Cny { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#d72638;background-image:none;top:0rem;left:36.125rem;display:block; }
#vTtbWWh1IJNLTCtIsIP1g1zZd8vELI08 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53.1875rem;height:10.2333875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UbK8NoenRHa15TzUT110qpPK6F3Jp3xw { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:#d72638;background-image:none;top:0rem;left:61.8125rem;display:block; }
#GqKUJSCa3RBk77ekSQ3czGCq1Ja3RgnH { color:#000000;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.375rem;left:10.375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vb3VnGiMHpVukkMyw9xTJwOwKi1rvcTk { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.375rem;left:36.125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sXtIu6al99N8JbFTssknu0zT15t6nrrt { color:#000000;display:block;width:3.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:0.375rem;left:61.6875rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row .container { background-color: transparent; background-image: none; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row .container > .video-iframe-container { display: none; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row > .video-iframe-container { display: none; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .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); }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row .container { border-width: 0; border-radius: 0; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row .container { font-size:0.875rem;font-family:"times new roman";height:32rem;width:75rem;position:relative;display:block; }#Q4vPpxLABVDgGEvMO1xhJtxwFdvyp9mu { box-sizing:content-box;height:24.3125rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:#fff8f0;background-image:none;top:3.75rem;left:1.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#uDwwyxrCtXN5WsTiUK6ou0bSBiDkMXRn { color:#29171c;display:block;width:31.25rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:7.5rem;left:38.25rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zvpT2OykS1TZWMWGXFcHFivUzUinTOAo { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:17.625rem;left:38.25rem;height:6.2988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uWg8KvttWP2egnR1ywmQkxq29sW9Qq87 { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:15.6875rem;left:38.25rem;display:block; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-form-header {  }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1.125rem;font-weight:400;color:#3d222a;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;font-style:normal; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:26.625rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:26.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .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:26.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .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:#d72638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#f3efe4;width:26.625rem;height:3.4375rem;font-family:"times new roman";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;font-style:normal; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]:-moz-placeholder { color:#000000;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]::-moz-placeholder { color:#000000;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"times new roman";font-size:1rem;text-align:center;text-align-last:center; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .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:lato;font-size:0.75rem;font-weight:400;color:#3d222a;vertical-align:top;width:25.5625rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .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; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .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;float:none; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-container:first-of-type{padding-top:0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-container:last-of-type{padding-bottom:0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8125rem;left:4.9375rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL {display:block;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8125rem;left:4.9375rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #fJy1XAyHZKnF4t2blzemd2fEqTnTwS1d { position:relative;z-index:1; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #FX40Po3sBD1gMTX2wuzVyv25BnnyIchV { position:relative;display:none; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #eI1UiN0CTRCPZFyW7WfVraQbQHbvfLE1 { position:relative; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #lHzeOVN6TxTM0VB5dlzkBMMgVBGPWQs3 { position:relative;z-index:1; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #WFgOg9FWqwlACMPTw13ztReHrgvBvIf9 { position:relative;display:none; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #HaEkWzSlksmDASoPrkrJPvn323xx3sgZ { position:relative; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #tta9nWwW53gG3EXM0Offqkk9qzGeuxVM { position:relative;z-index:1; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #fvRQUpyS1Q882ZCFenK4Guwk3eXypv6q { position:relative; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #Gf8uWItFaR4yMcJgayQWX0RZZAEPTfzL { position:relative; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #TiRJyvAfnbi3fmT7qEwh20rONnXxD6B5 { position:relative;z-index:2; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #tnB5vUQxAnM49gwBRTfh0XB1dSo30gQU { position:relative; }
#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row .container { background-color: transparent; background-image: none; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row .container > .video-iframe-container { display: none; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row > .video-iframe-container { display: none; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .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); }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row .container { border-width: 0; border-radius: 0; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#KFOTDoEuTe4dXiPap1aLZ0bdQf2O1gs2 { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.23828125rem;left:0rem;height:1.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k4iGJoNOAtaK6mocgdSiC4iDTKZDffCC { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.537109375rem;left:25rem;height:2.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HRHzW243noFDn9RJUQTp9BLrba5AiZ48 { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.6875rem;left:50rem;display:block; }
#ighwILPHuFn0mNHLS1Nfulxb63KwDO62 { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:40.875rem;height:9.75rem;top:5.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:19.8125rem;height:17.9375rem;top:10.8125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { display:none; }
 }@media only screen and (max-width: 763px) { #qQEto3KiH8EsOTkmokfHrGwF9UTcqGWT { top:15.5625rem;left:0rem;width:32.3125rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-text {padding-top: 0; padding-bottom: 0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-select {padding-top: 0; padding-bottom: 0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe  { width:16rem;height:14.125rem;top:12.125rem;left:29.25rem; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe {display:block;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe { width:16rem;height:14.125rem;top:12.125rem;left:29.25rem; }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #oPaS4PlNwT6WS4hzUaRuHlyUTIPZsvOW {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #xO4g8RLNpOGe81GXai9RFT3Ily4arRnr {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #UrAaVHQhm75hv0s7hZccMIK7m1NispfG {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #AeTVNZpzh2B4tBvEtHN3oRqqpfAe1kET {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #Cd4zSxu5xTPXVNzskIaTO8lftlfDHfGN {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #ACRdK03KZo7aFuIAwBUrp19ImMmCWBKu {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #iWKcoTWZTRNwH2RP2MZTZnPeusufREsX {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #K6Hrda0eKOZThpI1fBqmQZlATdw77uXE {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #fmZ5SrOLaEuaWHvVgdSRXnidZJsMLk41 {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #WH3nfwWTHAJFUvpq0g20o4PUS9L1aoUA {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #L8to2fNLoW0icRsBR2149QzkMLAGmKZC {  }
 }@media only screen and (max-width: 763px) { #e7aOUMy88pB12neMPnsnkhI2bThWU67n { display:block; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRKk3aGPI9GDRMbCfk72T1omiAPvmHqf { top:3.625rem;left:0rem;width:47.75rem;height:26.779129321383rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX { display:block; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDJmMScwJA3RPBLecQ0gAE4IrTOJQrc6 { width:40.875rem;height:4.875rem;top:1.125rem;left:3.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr { display:block; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMFKnW9TIJ41oteicsF8zGBVXhmub0yd { width:17.5rem;height:9.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeahyiFrcVNQq20AuKgX41w4s2MgTQJt { width:15.625rem;height:4.375rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubKbmtdr4wqc5dzhhsxqItBQAolFe7J { width:3.125rem;height:3.125rem;top:1.4375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edKVA4OicW3KNmGx4KXxzfTRGhinNAvP { width:2.0625rem;height:2.0625rem;top:1.9375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZNwn3UToRUivaArTxSzl2OQizHJrmAW { width:17.5rem;height:9.0625rem;top:2.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8WdSCHTQCEhITD29EogpsZ6ZEhwPHUH { width:15.625rem;height:4.375rem;top:5.5rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV4Ag8mrEfaqMva3et4vRTCT4RhIMoBD { width:3.125rem;height:3.125rem;top:1.4375rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brmhiXT90T3U6ZWlFXhHyI5BpTLr0HG0 { width:2.0625rem;height:2.0625rem;top:1.875rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa3ISoMZ5nKW6Bw4qSpQDl0owo1QENic { width:17.5rem;height:9.0625rem;top:2.9375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGzOt1x77Suym5y3DHOOXD1EwhkHAmv { width:3.125rem;height:3.125rem;top:1.4375rem;left:28.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcHrW6qcTwaLUqzdvBQkJtknGg1t8bX5 { width:15.625rem;height:4.375rem;top:5.5rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmJTniAe4WV8FQ6BfwvIBrUWeHUxhtIT { width:2.1875rem;height:2.1875rem;top:1.875rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnfiSNeNBRsyoFr85rOb6lCxgPtEkDyQ { width:17.5rem;height:9.0625rem;top:2.9375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMkr92sLbKrKraT9CHnnHgvz1UqH64TE { width:3.125rem;height:3.125rem;top:1.4375rem;left:40.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0XycJCDW35HZa4gF78lbeurSlJGyUy0 { width:17.1875rem;height:5.8125rem;top:5.5rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN09B4nLRlL1QuD5sX7gu4W9gOaMikGM { width:2.1875rem;height:2.1875rem;top:1.875rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h { display:block; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJKpDoXoZX6TwacDNbdnAOLXRpQT4AFu { top:6.125rem;left:0rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCzpexE2LgT9kBwLA1A8cBhwdOVV4v3O { width:22.75rem;height:1.75rem;top:34.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduhgauW80C7Ls6XIvMOh2WDe9HXP6G8 { width:40.875rem;height:2.875rem;top:6.125rem;left:6.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #no8k4aEX7PylQTkCFOPG5IaIkx5wqKRB { width:40.875rem;height:21.4375rem;top:11.4375rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ0UCycEOVGqzJPaplSdAWt55rlJwt1x { width:40.875rem;height:3.25rem;top:34.875rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R { display:block; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnE8iHXLsTQws2WFzBmLcAXPtuaiLgJ9 { width:40.875rem;height:4.875rem;top:1.125rem;left:3.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw { display:block; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7OesGmM9mzz3FLyZbzh717V0sdzg6dh { width:23.5625rem;height:3.125rem;top:2.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbZCMWM0smvBWdhww4VoonJA7607xy3 { width:19.375rem;height:1.8125rem;top:2.625rem;left:12.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbaC8eZv4BUUh41fuHRtknxHw54qUBEu { width:23.375rem;height:14.125rem;top:3.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPToENsa0lQC5qVXdVPRG7SKea7iWDKp { width:22.1875rem;height:5.8125rem;top:10.5rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwZlOXxWBA7mnBCUS48nW6QiroVJvqEp { width:2.25rem;height:2.25rem;top:7.4375rem;left:22.624897003174rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpretzDLCDzguZxLw9N2RC30FeTDWpT8 { width:23.375rem;height:14.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGmad5p7XBTDvBaxo4ZtXg3TQrReSpz { width:19.375rem;height:5.8125rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVaIDLp5b1TkEfbGIRshXL55ZGvdF3a { width:2.3125rem;height:2.3125rem;top:7.4375rem;left:6.7498931884762rem;display:block; }
 }@media only screen and (max-width: 763px) { #nucK4zvRVVotc9qnfZia1q8OTtv3GlfL { width:23.5625rem;height:3.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hasn99UcffF542RzMMIUohnScz9CrxMV { width:19.375rem;height:1.8125rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF4lGISs8CLTrQ8gQHFBeVV6FNK7NG9I { width:23.375rem;height:14.125rem;top:3.5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ2gVbMhF1Zpg03PgNvLmANnC5lzUIKo { width:19.375rem;height:5.8125rem;top:10.5625rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuHcLHAt1eQzhkNTWqUNEkNw4yir30s { width:2.25rem;height:2.25rem;top:7.4375rem;left:38.562282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mNreMTqfdwz1ArqR7nG4FsE3UNiKfX { width:23.5625rem;height:3.125rem;top:2.125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEdk6sA0KOsnw4TP8UJcakBFr19O9q5G { width:19.375rem;height:1.8125rem;top:2.6875rem;left:28.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliUitKrTOED2WwttiGu8WgQcU208f5T { display:block; }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTg1teB0CnCwmmMfOgItUMFuKJNr6NeE { width:40.875rem;height:4.875rem;top:1.125rem;left:3.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbllS74cZP70ks7yyok6OloixFAl2Frw { display:block; }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOxyfftGwThTEutIWbyUpC1eP1d5gBli { top:7.875rem;left:32.125rem;width:15.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #NrFo72a6ue5gRCBUuqJ5QFEsqvcuJ87h {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #TvqbNOeAltQ3X3QihIVTGIhS8FqDB5xE {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #QbxJrVblqBiToDDLFgmF2u1oGALQAWOJ {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #Oy0qxZMlri51u5ldeAhbJTg5nsmdlVei {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #oIz2HbhBxItqP0kqUzUmCCvV5xqtET0B {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #qheo3vrfTxe6g8FfD6uZedrfN86iSpTB {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #WUIRqknVos6pi2SvVvo1kZS0wd1VTe4p {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #oXfUZfRwkGgqzxyRDNyW7TIWhSUxEtgg {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #RglI5zoxag5xPgJ8DF38QaZM3byibgTW {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #CBcTC6SRsklig7w6Cvu3FSn72Gc2mAMC {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #mwmuFx6q4LtugxaIv22zNFglVV1fyD4h {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #PpnLp4OleV3Tue04P3LfqhGqRT5Fm0nT {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #ZidKobaVVLZsfpRC5L5HMkAArQ7OFFBM {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #ziCW671DVgCLrTeUSNNi1A8vztTLt3T0 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #szCzLlTaylfkpX0Wp6P5vGO4C5DRHexl {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #mEDN0Arpg12EStSHheESQ94MoGTNxlDC {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #u29n8sz8zy8sUtemHN7b2ccW6ZFREzAU {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #QlmNmw4XPqr3Eoq9qpc8uf88aMcBxi4i {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #AAfnOeMKXyzKOSG3SdXMQJyV9m1b8VmN {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #wxMKCnEdcmUvTyFJuNiRaQ3KN0LgTcBG {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #wMz7P77PTBWCso79rVbpQbm2BKbVnSo9 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #uGmZ2Tp6nNWUxwN1TT1Qhlf0ZM8cMkmA {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #N7T9U28I4LEEtCWKSgbvllaq7KMHQGlO {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #viplRzJa5JV6pdrHmw81Rg84phR1TcU5 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #Vf2dPSUCvVPhhwPu6EnlLDUzOqvRzuBp {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #OT0FubUcVEqJaD4Vx0Z6pWCPW8pGCL1x {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #g6J5TH7qyaULGu6goXT4EudD7IM7RJUn {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #TTm76xRtu3c3lqgb8KZ5A29zp2JAZ475 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #DRrbpFRGVm4NrzDkeovsdFSPhBPQOzMG {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #W2T4wNImrg6wuSiTl3h0bFw45pMZher0 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #GnfrOMwsgNtIE5drbMWupblyFhK5tKka {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #KhHH71bQMVKCg4APVqCwqrc9g2V0fQTb {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #kP65sPQQp7xTlsOylhismoU5ebsOw9aZ {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #aTnK6zAEKN0sMCerSuryiNmwdISp07Mn {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #VfsoChD3Q7ET1yfr761omdTdvClNLtVo {  }
 }@media only screen and (max-width: 763px) { #rKGnwg2b6frFJU2QR1TCmELDa0IGqTla { top:22.375rem;left:32.125rem;width:15.625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 { display:block; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWKBR3Gqr1pCCoFNP3IbMMrc3yio0zAk { width:23.125rem;height:17.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWCuaIUWFJdXE9E49pNkvwREZCqOUhnk { width:20rem;height:4.375rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCHRgliipPkJAUxDSKwGmHFVlCqMN8D { width:19.375rem;height:1.8125rem;top:4.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVULkKOJsZiiJ0qsappAgiTaASFOr4iG { width:3.125rem;height:3.125rem;top:0rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcTWwOitszD3Ii6IUxIA6vv9dhOimVsz { width:23.125rem;height:17.625rem;top:0.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td6xPlVolnRdkaZcfC2fLzyBn8NgdVwM { width:21.25rem;height:7.3125rem;top:7.375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrTDhXm6bHDNA7LACR7rqLHPNzpKfc39 { width:19.375rem;height:1.8125rem;top:4.1875rem;left:12.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5CI3aFEb4C7iuEryiM2v9oXTlFW357q { width:3.125rem;height:3.125rem;top:0rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxNcwFzi2kZDoKxo2Zfi6nQoRCB1UITk { width:23.125rem;height:17.625rem;top:0.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHxsnWALBQaAyZgaOZlkFZ4SeTulhkEL { width:20rem;height:4.375rem;top:8.625rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELc81pR2BdAtJihoDrAZbAlrUGN4pDn { width:19.375rem;height:1.8125rem;top:4.375rem;left:28.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtZMvJVL6o4JaSwez44ga5SmQfE20TEG { width:3.125rem;height:3.125rem;top:0rem;left:38.023548126221rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl { display:block; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3SEH9lN5NoPcnchJivcn49HkiZHnkiT { width:47.25rem;height:30.8125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW9nGQ8CtDkim8xK85vVgHlPmVmxf4tA { width:17.125rem;height:6rem;top:5.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS23sKb7oAEshTGEFyz6NrznlDCvIsuQ { width:17.6875rem;height:4.4375rem;top:24.5625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1hnTknURKEA1cbbTDiNSnebbnRL7BJu { display:block; }
 }@media only screen and (max-width: 763px) { #v63XGTPN8CTfzBJTeNmWa0JupkQDtBSB { width:25.125rem;height:6.25rem;top:16rem;left:22.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbiOAOhtzZMf1dslDGvZmVlkoGf0nCa { top:14.625rem;left:22.25rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI7u3FJFsQPnBCUSpxQUGRwc5xry3Gaz { top:12.375rem;left:0rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXySdBekAOqC4U2ERToJfkcHWgoR39Ch { display:block; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6zNUGeQQuXOHggBPCw2DKGKSOBnMoL6 { width:47.75rem;height:4.875rem;top:1.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6z4132DfWOuI4OJLJXqsweEt9XJHqLA { display:block; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmxQpgurK44FoIxV3F5PfMb47pQ5zOyJ { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebQ6JcQHIW2fCzkqCRW4LT4kVDO4ylsf { width:20.9375rem;height:8.75rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igCwHg8e0e7PSDNPESSuyiitOTxtJx5G { width:20.375rem;height:10.1875rem;top:3.9375rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA0bVgIF3MBKZho20xQtGzdv3FMS4Cny { width:3.125rem;height:3.125rem;top:0rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTtbWWh1IJNLTCtIsIP1g1zZd8vELI08 { width:20.375rem;height:10.1875rem;top:3.9375rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbK8NoenRHa15TzUT110qpPK6F3Jp3xw { width:3.125rem;height:3.125rem;top:0rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqKUJSCa3RBk77ekSQ3czGCq1Ja3RgnH { width:3.25rem;height:2rem;top:0.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb3VnGiMHpVukkMyw9xTJwOwKi1rvcTk { width:3.1875rem;height:2rem;top:0.375rem;left:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtIu6al99N8JbFTssknu0zT15t6nrrt { width:3.3125rem;height:2rem;top:0.375rem;left:44.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU { display:block; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4vPpxLABVDgGEvMO1xhJtxwFdvyp9mu { width:47.75rem;height:24.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDwwyxrCtXN5WsTiUK6ou0bSBiDkMXRn { width:31.25rem;height:6.75rem;top:7.5rem;left:16.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvpT2OykS1TZWMWGXFcHFivUzUinTOAo { width:31.0625rem;height:6.25rem;top:17.625rem;left:16.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWg8KvttWP2egnR1ywmQkxq29sW9Qq87 { width:21.875rem;height:0.0625rem;top:15.6875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL {display:block;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #fJy1XAyHZKnF4t2blzemd2fEqTnTwS1d {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #FX40Po3sBD1gMTX2wuzVyv25BnnyIchV { display:none; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #eI1UiN0CTRCPZFyW7WfVraQbQHbvfLE1 {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #lHzeOVN6TxTM0VB5dlzkBMMgVBGPWQs3 {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #WFgOg9FWqwlACMPTw13ztReHrgvBvIf9 { display:none; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #HaEkWzSlksmDASoPrkrJPvn323xx3sgZ {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #tta9nWwW53gG3EXM0Offqkk9qzGeuxVM {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #fvRQUpyS1Q882ZCFenK4Guwk3eXypv6q {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #Gf8uWItFaR4yMcJgayQWX0RZZAEPTfzL {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #TiRJyvAfnbi3fmT7qEwh20rONnXxD6B5 {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #tnB5vUQxAnM49gwBRTfh0XB1dSo30gQU {  }
 }@media only screen and (max-width: 763px) { #XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t { display:block; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFOTDoEuTe4dXiPap1aLZ0bdQf2O1gs2 { width:25rem;height:1.375rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4iGJoNOAtaK6mocgdSiC4iDTKZDffCC { width:25rem;height:2.75rem;top:2.5rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRHzW243noFDn9RJUQTp9BLrba5AiZ48 { width:25rem;height:2.5rem;top:2.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ighwILPHuFn0mNHLS1Nfulxb63KwDO62 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:20rem;height:4.875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:20rem;height:19.8125rem;top:26rem;left:0rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { top:13.5625rem;left:0rem;width:20rem;height:12.4355625rem;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/481e060f-b451-4191-b39b-2675d87d9711/PetaGaye_Sterling_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.adaptive-delivery-prevent-bg, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyload, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qQEto3KiH8EsOTkmokfHrGwF9UTcqGWT { width:20rem;height:4.875rem;top:7.181640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.125rem;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-text {padding-top: 0; padding-bottom: 0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-select {padding-top: 0; padding-bottom: 0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden;height:3.125rem; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]:-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:lato; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]::-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:lato; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]:-ms-input-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:lato; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe [class*="-text"]::-webkit-input-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:lato; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3;font-family:lato;font-weight:300;font-style:normal; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-container:first-of-type{padding-top:0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .widget-container:last-of-type{padding-bottom:0;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe  { width:16rem;height:auto;top:26.3681640625rem;left:0.75rem;background-color:transparent;background-image:none; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe {display:block;}#ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe { width:16rem;height:auto;top:26.3681640625rem;left:0.75rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #oPaS4PlNwT6WS4hzUaRuHlyUTIPZsvOW {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #xO4g8RLNpOGe81GXai9RFT3Ily4arRnr {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #UrAaVHQhm75hv0s7hZccMIK7m1NispfG {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #AeTVNZpzh2B4tBvEtHN3oRqqpfAe1kET {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #Cd4zSxu5xTPXVNzskIaTO8lftlfDHfGN {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #ACRdK03KZo7aFuIAwBUrp19ImMmCWBKu {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #iWKcoTWZTRNwH2RP2MZTZnPeusufREsX {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #K6Hrda0eKOZThpI1fBqmQZlATdw77uXE {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #fmZ5SrOLaEuaWHvVgdSRXnidZJsMLk41 {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #WH3nfwWTHAJFUvpq0g20o4PUS9L1aoUA {  }
 }@media only screen and (max-width: 763px) { #ND55hOAxsmwaHkg8zMUT1IS1kcaS9Gxe #L8to2fNLoW0icRsBR2149QzkMLAGmKZC {  }
 }@media only screen and (max-width: 763px) { #e7aOUMy88pB12neMPnsnkhI2bThWU67n { display:block; }#e7aOUMy88pB12neMPnsnkhI2bThWU67n > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRKk3aGPI9GDRMbCfk72T1omiAPvmHqf { height:11.25rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX { display:block; }#kL3HOgED6xzZ3XTiOx1kr53Gaz76zbCX > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDJmMScwJA3RPBLecQ0gAE4IrTOJQrc6 { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr { display:block; }#D5WhgCMwluIxWZIAxNEOkPcGqx6vkCdr > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMFKnW9TIJ41oteicsF8zGBVXhmub0yd { width:17.5rem;height:9.0625rem;top:2.5625rem;left:1.1870660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeahyiFrcVNQq20AuKgX41w4s2MgTQJt { width:15.625rem;height:3.8994125rem;top:5.1248912811279rem;left:2.2498915791511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubKbmtdr4wqc5dzhhsxqItBQAolFe7J { width:3.125rem;height:3.125rem;top:1.0629329681396rem;left:8.4998915791512rem;display:block; }
 }@media only screen and (max-width: 763px) { #edKVA4OicW3KNmGx4KXxzfTRGhinNAvP { display:flex;width:2.0625rem;height:2.0625rem;top:1.5620651245118rem;left:8.9995663762094rem; }
 }@media only screen and (max-width: 763px) { #aZNwn3UToRUivaArTxSzl2OQizHJrmAW { width:17.5rem;height:9.0625rem;top:15.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8WdSCHTQCEhITD29EogpsZ6ZEhwPHUH { width:15.625rem;height:3.8994125rem;top:18.25rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV4Ag8mrEfaqMva3et4vRTCT4RhIMoBD { width:3.125rem;height:3.125rem;top:14.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brmhiXT90T3U6ZWlFXhHyI5BpTLr0HG0 { display:flex;width:2.0625rem;height:2.0625rem;top:14.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Wa3ISoMZ5nKW6Bw4qSpQDl0owo1QENic { width:17.5rem;height:9.0625rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGzOt1x77Suym5y3DHOOXD1EwhkHAmv { width:3.125rem;height:3.125rem;top:27.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcHrW6qcTwaLUqzdvBQkJtknGg1t8bX5 { width:15.625rem;height:3.8994125rem;top:31.4375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmJTniAe4WV8FQ6BfwvIBrUWeHUxhtIT { display:flex;width:2.1875rem;height:2.1875rem;top:27.8125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #QnfiSNeNBRsyoFr85rOb6lCxgPtEkDyQ { width:17.5rem;height:9.0625rem;top:42rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMkr92sLbKrKraT9CHnnHgvz1UqH64TE { width:3.125rem;height:3.125rem;top:40.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0XycJCDW35HZa4gF78lbeurSlJGyUy0 { width:17.1875rem;height:3.8994125rem;top:44.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN09B4nLRlL1QuD5sX7gu4W9gOaMikGM { display:flex;width:2.1875rem;height:2.1875rem;top:40.9375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h { display:block; }#hbL7AKErlKvPKhkyD3AA2fuwFvpELd1h > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJKpDoXoZX6TwacDNbdnAOLXRpQT4AFu { width:15.625rem;height:15.8125rem;top:2.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCzpexE2LgT9kBwLA1A8cBhwdOVV4v3O { width:20rem;height:1.42480625rem;top:19.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zduhgauW80C7Ls6XIvMOh2WDe9HXP6G8 { width:20rem;height:5.19921875rem;top:22rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #no8k4aEX7PylQTkCFOPG5IaIkx5wqKRB { width:20rem;height:30rem;top:28.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oZ0UCycEOVGqzJPaplSdAWt55rlJwt1x { width:20rem;height:4.5rem;top:60.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R { display:block; }#T0iT6x6mVIvT6Z9p86Ccuw6J5hncPO7R > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnE8iHXLsTQws2WFzBmLcAXPtuaiLgJ9 { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw { display:block; }#Hxo6soHETM1ygIgdUSdJ6fdiuyRcdfbw > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7OesGmM9mzz3FLyZbzh717V0sdzg6dh { width:20rem;height:3.125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbZCMWM0smvBWdhww4VoonJA7607xy3 { width:19.375rem;height:1.86834375rem;top:17.0625rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbaC8eZv4BUUh41fuHRtknxHw54qUBEu { width:20rem;height:14.0625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPToENsa0lQC5qVXdVPRG7SKea7iWDKp { width:17.1245625rem;height:6.499rem;top:23.374567508697rem;left:1.4366319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwZlOXxWBA7mnBCUS48nW6QiroVJvqEp { display:flex;width:2.25rem;height:2.25rem;top:20.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #OpretzDLCDzguZxLw9N2RC30FeTDWpT8 { width:20rem;height:14.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGmad5p7XBTDvBaxo4ZtXg3TQrReSpz { width:17.5rem;height:5.19921875rem;top:8.1244583129881rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVaIDLp5b1TkEfbGIRshXL55ZGvdF3a { display:flex;width:2.3125rem;height:2.3125rem;top:5.1242408752441rem;left:8.8427737355231rem; }
 }@media only screen and (max-width: 763px) { #nucK4zvRVVotc9qnfZia1q8OTtv3GlfL { width:20rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hasn99UcffF542RzMMIUohnScz9CrxMV { width:19.375rem;height:1.86834375rem;top:1.8777122497559rem;left:0.31250005960464rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF4lGISs8CLTrQ8gQHFBeVV6FNK7NG9I { width:20rem;height:14.0625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ2gVbMhF1Zpg03PgNvLmANnC5lzUIKo { width:19.375rem;height:5.19921875rem;top:39.061962127686rem;left:0.31250005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuHcLHAt1eQzhkNTWqUNEkNw4yir30s { display:flex;width:2.25rem;height:2.25rem;top:36rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #w2mNreMTqfdwz1ArqR7nG4FsE3UNiKfX { width:20rem;height:3.125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEdk6sA0KOsnw4TP8UJcakBFr19O9q5G { width:19.375rem;height:1.86834375rem;top:32.6875rem;left:0.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliUitKrTOED2WwttiGu8WgQcU208f5T { display:block; }#TliUitKrTOED2WwttiGu8WgQcU208f5T > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTg1teB0CnCwmmMfOgItUMFuKJNr6NeE { width:20rem;height:2.4375rem;top:0.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbllS74cZP70ks7yyok6OloixFAl2Frw { display:block; }#cbllS74cZP70ks7yyok6OloixFAl2Frw > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOxyfftGwThTEutIWbyUpC1eP1d5gBli { width:8.5625rem;height:5.625rem;top:3.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-heading-text { font-size:1.4375rem;height:auto; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX .accordion-desc-text { font-size:1rem;height:auto; }
#Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX { display:flex;height:auto;width:20rem;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #NrFo72a6ue5gRCBUuqJ5QFEsqvcuJ87h {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #TvqbNOeAltQ3X3QihIVTGIhS8FqDB5xE {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #QbxJrVblqBiToDDLFgmF2u1oGALQAWOJ {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #Oy0qxZMlri51u5ldeAhbJTg5nsmdlVei {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #oIz2HbhBxItqP0kqUzUmCCvV5xqtET0B {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #qheo3vrfTxe6g8FfD6uZedrfN86iSpTB {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #WUIRqknVos6pi2SvVvo1kZS0wd1VTe4p {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #oXfUZfRwkGgqzxyRDNyW7TIWhSUxEtgg {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #RglI5zoxag5xPgJ8DF38QaZM3byibgTW {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #CBcTC6SRsklig7w6Cvu3FSn72Gc2mAMC {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #mwmuFx6q4LtugxaIv22zNFglVV1fyD4h {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #PpnLp4OleV3Tue04P3LfqhGqRT5Fm0nT {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #ZidKobaVVLZsfpRC5L5HMkAArQ7OFFBM {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #ziCW671DVgCLrTeUSNNi1A8vztTLt3T0 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #szCzLlTaylfkpX0Wp6P5vGO4C5DRHexl {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #mEDN0Arpg12EStSHheESQ94MoGTNxlDC {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #u29n8sz8zy8sUtemHN7b2ccW6ZFREzAU {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #QlmNmw4XPqr3Eoq9qpc8uf88aMcBxi4i {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #AAfnOeMKXyzKOSG3SdXMQJyV9m1b8VmN {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #wxMKCnEdcmUvTyFJuNiRaQ3KN0LgTcBG {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #wMz7P77PTBWCso79rVbpQbm2BKbVnSo9 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #uGmZ2Tp6nNWUxwN1TT1Qhlf0ZM8cMkmA {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #N7T9U28I4LEEtCWKSgbvllaq7KMHQGlO {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #viplRzJa5JV6pdrHmw81Rg84phR1TcU5 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #Vf2dPSUCvVPhhwPu6EnlLDUzOqvRzuBp {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #OT0FubUcVEqJaD4Vx0Z6pWCPW8pGCL1x {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #g6J5TH7qyaULGu6goXT4EudD7IM7RJUn {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #TTm76xRtu3c3lqgb8KZ5A29zp2JAZ475 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #DRrbpFRGVm4NrzDkeovsdFSPhBPQOzMG {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #W2T4wNImrg6wuSiTl3h0bFw45pMZher0 {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #GnfrOMwsgNtIE5drbMWupblyFhK5tKka {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #KhHH71bQMVKCg4APVqCwqrc9g2V0fQTb {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #kP65sPQQp7xTlsOylhismoU5ebsOw9aZ {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #aTnK6zAEKN0sMCerSuryiNmwdISp07Mn {  }
 }@media only screen and (max-width: 763px) { #Sz4KZ4dtBISSGKLTM9aeWubRdhd5EFWX #VfsoChD3Q7ET1yfr761omdTdvClNLtVo {  }
 }@media only screen and (max-width: 763px) { #rKGnwg2b6frFJU2QR1TCmELDa0IGqTla { width:8.25rem;height:11.0625rem;top:2.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 { display:block; }#lBBGKS2PQALlLT5ESWSk72gMlTdN12B0 > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWKBR3Gqr1pCCoFNP3IbMMrc3yio0zAk { width:19.75rem;height:17.5rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWCuaIUWFJdXE9E49pNkvwREZCqOUhnk { width:17.249875rem;height:3.8994125rem;top:8.2172317504881rem;left:1.3742404580116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCHRgliipPkJAUxDSKwGmHFVlCqMN8D { width:19.5625rem;height:1.8681625rem;top:4.8125rem;left:0.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVULkKOJsZiiJ0qsappAgiTaASFOr4iG { display:flex;width:3.125rem;height:3.125rem;top:0.37454700469971rem;left:8.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #wcTWwOitszD3Ii6IUxIA6vv9dhOimVsz { width:19.75rem;height:17.5rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td6xPlVolnRdkaZcfC2fLzyBn8NgdVwM { width:19.1873125rem;height:6.499rem;top:27.0625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrTDhXm6bHDNA7LACR7rqLHPNzpKfc39 { width:19.375rem;height:1.8681625rem;top:23.875rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5CI3aFEb4C7iuEryiM2v9oXTlFW357q { display:flex;width:3.125rem;height:3.125rem;top:19.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #IxNcwFzi2kZDoKxo2Zfi6nQoRCB1UITk { width:19.75rem;height:17.5rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHxsnWALBQaAyZgaOZlkFZ4SeTulhkEL { width:17.4370625rem;height:3.8994125rem;top:47.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELc81pR2BdAtJihoDrAZbAlrUGN4pDn { width:19.375rem;height:1.8681625rem;top:43.125rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtZMvJVL6o4JaSwez44ga5SmQfE20TEG { display:flex;width:3.125rem;height:3.125rem;top:38.5625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl { display:block; }#QqL4T4U0W9r5RFKo38SPeh9uIqit9Mkl > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3SEH9lN5NoPcnchJivcn49HkiZHnkiT { width:19.5rem;height:18.4375rem;top:25.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mW9nGQ8CtDkim8xK85vVgHlPmVmxf4tA { width:16.5625rem;height:4.798825rem;top:19.6875rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tS23sKb7oAEshTGEFyz6NrznlDCvIsuQ { width:15.2495625rem;height:3.4375rem;top:37.9375rem;left:2.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E1hnTknURKEA1cbbTDiNSnebbnRL7BJu { display:block; }
 }@media only screen and (max-width: 763px) { #v63XGTPN8CTfzBJTeNmWa0JupkQDtBSB { width:17.1245625rem;height:8.046875rem;top:28.5625rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbiOAOhtzZMf1dslDGvZmVlkoGf0nCa { width:0.125rem;height:12.5rem;top:31rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CI7u3FJFsQPnBCUSpxQUGRwc5xry3Gaz { width:15.75rem;height:15.75rem;top:2.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXySdBekAOqC4U2ERToJfkcHWgoR39Ch { display:block; }#hXySdBekAOqC4U2ERToJfkcHWgoR39Ch > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6zNUGeQQuXOHggBPCw2DKGKSOBnMoL6 { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6z4132DfWOuI4OJLJXqsweEt9XJHqLA { display:block; }#m6z4132DfWOuI4OJLJXqsweEt9XJHqLA > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmxQpgurK44FoIxV3F5PfMb47pQ5zOyJ { width:3.125rem;height:3.125rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebQ6JcQHIW2fCzkqCRW4LT4kVDO4ylsf { width:14.1873125rem;height:10.398425rem;top:0rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #igCwHg8e0e7PSDNPESSuyiitOTxtJx5G { width:14.1873125rem;height:11.6982375rem;top:14.8125rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fA0bVgIF3MBKZho20xQtGzdv3FMS4Cny { width:3.125rem;height:3.125rem;top:14.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTtbWWh1IJNLTCtIsIP1g1zZd8vELI08 { width:14.1873125rem;height:10.398425rem;top:29.4375rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbK8NoenRHa15TzUT110qpPK6F3Jp3xw { width:3.125rem;height:3.125rem;top:29.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqKUJSCa3RBk77ekSQ3czGCq1Ja3RgnH { width:2.1875rem;height:2.03125rem;top:0.4375rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb3VnGiMHpVukkMyw9xTJwOwKi1rvcTk { width:2.1875rem;height:2.03125rem;top:15.25rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtIu6al99N8JbFTssknu0zT15t6nrrt { width:2.1875rem;height:2.03125rem;top:29.8125rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU { display:block; }#WXXwxMmcUIJpyMs9Ti7C2cNUSgxy0PDU > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4vPpxLABVDgGEvMO1xhJtxwFdvyp9mu { width:20rem;height:30.875rem;top:2.4375rem;left:0rem;z-index:14996;background-color:#fff8f0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uDwwyxrCtXN5WsTiUK6ou0bSBiDkMXRn { width:18.125rem;height:4.798825rem;top:3.3125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zvpT2OykS1TZWMWGXFcHFivUzUinTOAo { width:13.4980625rem;height:6.9970625rem;top:10.5rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uWg8KvttWP2egnR1ywmQkxq29sW9Qq87 { width:10rem;height:0.0625rem;top:9.125rem;left:5rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:1rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;font-size:1rem;overflow:hidden;background-color:transparent;background-image:none;color:#000000;display:block;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:transparent;background-image:none;color:#000000;display:block;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;font-size:1.4375rem;overflow:hidden; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]:-moz-placeholder { font-size:1rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]::-moz-placeholder { font-size:1rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.1;overflow:hidden;height:auto;font-size:0.75rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-container:first-of-type{padding-top:0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .widget-container:last-of-type{padding-bottom:0;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL  { width:17.5rem;height:auto;top:17.5rem;left:0rem; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL {display:block;}#b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL { width:17.5rem;height:auto;top:17.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #fJy1XAyHZKnF4t2blzemd2fEqTnTwS1d {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #FX40Po3sBD1gMTX2wuzVyv25BnnyIchV { display:none; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #eI1UiN0CTRCPZFyW7WfVraQbQHbvfLE1 {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #lHzeOVN6TxTM0VB5dlzkBMMgVBGPWQs3 {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #WFgOg9FWqwlACMPTw13ztReHrgvBvIf9 { display:none; }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #HaEkWzSlksmDASoPrkrJPvn323xx3sgZ {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #tta9nWwW53gG3EXM0Offqkk9qzGeuxVM {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #fvRQUpyS1Q882ZCFenK4Guwk3eXypv6q {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #Gf8uWItFaR4yMcJgayQWX0RZZAEPTfzL {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #TiRJyvAfnbi3fmT7qEwh20rONnXxD6B5 {  }
 }@media only screen and (max-width: 763px) { #b4v3p0XTv5FPvSDlAEVv7swgLvy3P7ZL #tnB5vUQxAnM49gwBRTfh0XB1dSo30gQU {  }
 }@media only screen and (max-width: 763px) { #XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t { display:block; }#XOxfiaEgLfybz3eiIXcQQNCnz27r3r5t > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFOTDoEuTe4dXiPap1aLZ0bdQf2O1gs2 { width:20rem;height:1.2247rem;top:2.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4iGJoNOAtaK6mocgdSiC4iDTKZDffCC { width:18.9375rem;height:2.44939375rem;top:6.369140625rem;left:0.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRHzW243noFDn9RJUQTp9BLrba5AiZ48 { width:20rem;height:2.3125rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ighwILPHuFn0mNHLS1Nfulxb63KwDO62 { display:block; }
 }