.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/980d99d3-fd87-4315-a42c-2f04ad67a0e3/aste2.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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(186,136,15,0.7); }#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(186,136,15,0.7); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;overflow:visible;position:relative;display:block; }#APckJFxuwK8lFVlCAN5NOnvTgNDxOAoI { color:#ffffff;display:block;width:50.8125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:12.125rem;height:5.85069375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lV6a02GG9KIA2x3zE76mU8EiOrswKbFE { position:absolute;display:block;z-index:15009;height:9.1230625rem;width:16.3125rem;top:5.5634765625rem;left:58.6875rem;display:block; }
#FN35oBqyMMNTrKlQiTBSKd63lbDl59wJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.912109375rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kl5taPQhw1Zz3QT1Rk8z79Kbg0rRJeLg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:10.8748125rem;top:0.81298828125rem;left:0rem;overflow:hidden;display:block; }
#svS9fO3HRfpVryJMus0mgKilA3bpq9NV { position:relative;display:block; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV { background-color: transparent; background-image: none; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row .container > .video-iframe-container { display: none; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row > .video-iframe-container { display: none; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .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); }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV { border-width: 0; border-radius: 0; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V0gGlo8BUzr3TptQemFJnHfNTtGbTTNI { color:#bb8807;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WPc9GFu1RmTDViJ0LZD3Gt4ONPiHWVtX { color:#000000;display:block;width:74.999375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:5.2162914276123rem;left:0rem;height:4.2491375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FEHevpmfUMAlWe3kcPlD7ceTbsWT8MR6 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#ba880f;background-image:none;top:10.873118638992rem;left:28.124278545379rem;display:block; }
#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h { position:relative;display:block; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h { background-color: transparent; background-image: none; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row .container > .video-iframe-container { display: none; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row > .video-iframe-container { display: none; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .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); }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h { border-width: 0; border-radius: 0; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-form-header {  }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:25.3125rem;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; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-text { 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.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:25.3125rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:1.5;box-shadow: none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-textarea { 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.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:25.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:1.5;box-shadow: none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .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:25.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .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; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ba8807;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:25.3125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc [class*="-text"]:-moz-placeholder { color:#696d70;font-family:arial;font-size:0.875rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc [class*="-text"]::-moz-placeholder { color:#696d70;font-family:arial;font-size:0.875rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc [class*="-text"]:-ms-input-placeholder { color:#696d70;font-family:arial;font-size:0.875rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc [class*="-text"]::-webkit-input-placeholder { color:#696d70;font-family:arial;font-size:0.875rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .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; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .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; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-container:first-of-type{padding-top:0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-container:last-of-type{padding-bottom:0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0.0625rem solid #bc8312;border-left:0.0625rem solid #bc8312;border-right:0.0625rem solid #bc8312;border-bottom:0.0625rem solid #bc8312;z-index:15004;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.5rem #696d70 ;position:absolute;top:1.5546875rem;left:1.15625rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .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; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc {display:block;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0.0625rem solid #bc8312;border-left:0.0625rem solid #bc8312;border-right:0.0625rem solid #bc8312;border-bottom:0.0625rem solid #bc8312;z-index:15004;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.5rem #696d70 ;position:absolute;top:1.5546875rem;left:1.15625rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #mFlnweHbJU9poihemTVXVvn6ueWFcuBr { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #eFGl5u920NSdtWGhoH2Ok0mV6diGTp45 { position:relative;display:none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #QooffFOvMCyihkUIVwNpeeEZa3tPIPTq { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #sOGd2r9zsFbu7d6BPz13GT0oTdf4gPeo { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #fMVTg9ZoZ1zChETcWwiaLVpe4VJNIoxA { position:relative;display:none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #wqUoEJrUKMzWfocn8PTqI7gwAgyK6OCM { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #pUJkEet3L73QVmyFPcMzZ2OCSTLkpf1I { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #FKwS13F0ZNe6rnNecTbTwvne2AAFaro6 { position:relative;display:none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #hkcJzTB5IlaHGo7O5XWgT1HsF4pRogyd { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #W4SXHeDyKOr7TUk6vyxNr44kTdIFq7pt { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #S98706SvJWBoA30VTzeL3GrIZB2tMo76 { position:relative;display:none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #xQ8neSpKJRmGZLix7TPJeg384DnTG6Bg { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #ZEFGAt9oWXGgdvsTH8DrbmT0nDH6C89A { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #wru01LCxB3bOzsH5Gk5aQfzvehMNuOVG { position:relative;display:none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #naOvHrkmQ5t9Msc5Sd6l4y8ymw1cZQvx { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #pbpiC6kFIgFhXOgrkJF8VJQsthkm9w8R { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #H4ETRIsfsnTPuWtGfvvf5ceuKDeElKL5 { position:relative;display:none; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #zGLJcieukfqocZUW7V0IpDt9ISG3u3VH { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #Qp1d9eWfI02FUfqZmf3m7ivB3nhG7dKD { position:relative;display:block;z-index:15000; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #MUe9pF7rWZGypAJzVapeNetdEgyNuwk6 { position:relative;display:block;z-index:15000; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #EUHEVWmcIBZBbiSNDpbReFVAeIToC2BN { position:relative; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #CWwiRXMaBZUmhud6lGHRmqWqcIwSnv0o { position:relative; }
#wmvIPW8u69Bay08r2pkbqLeVTIAqO4AK { color:#000000;display:block;width:34.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.3125rem;left:37.875rem;height:1.875rem;font-style:normal;display:block; }
#dGwTsSWpeLpqFL3w3H7NxOzPO27lwLE7 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.5625rem;left:40.375rem;height:3.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; }
#HIXZkOULSfVrQifL7HKGQ2sxtgQ9KUPL { color:#000000;display:block;width:34.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15rem;left:40.375rem;height:3.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;display:block; }
#HIZnC22vytJThsFLcQp9cGH0MiVaJdrZ { color:#000000;display:block;width:34.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:24.25rem;left:40.375rem;height:1.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;display:block; }
#qzU4EAitmGhV1Uykhgv9MnP21OEKkE8Z { color:#000000;display:block;width:34.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:19.875rem;left:40.375rem;height:3.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;display:block; }
#qxqG4c99mceN6Qws17y3btfDPzc7uHiT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.125rem;left:37.875rem; }
#Ba32HandzSnyQgIwEtZ3JPnyp9tpPZlC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.5rem;left:37.875rem; }
#ubgChdyUh7Tqlt9B5g9GO664uEmSR414 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.25rem;left:37.875rem; }
#W6BiGlLf0yeE3JsJF7RNDJEWIthOhne5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.875rem;left:37.875rem; }
#sH5p6TmVf9zCaCV89k7m70mdoh5AyqHa { position:absolute;display:block;z-index:15010;height:8.625rem;width:15.375rem;top:29.625rem;left:57.904296875rem;display:block; }
#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf5e3;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; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row .container { background-color: transparent; background-image: none; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row .container > .video-iframe-container { display: none; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row > .video-iframe-container { display: none; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .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); }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row .container { border-width: 0; border-radius: 0; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#TNK36GggQQUPWcbsWOqJ50OOZe0PGEsg { color:#000000;display:block;width:34.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:6.125rem;left:1.5rem;height:12.3698125rem;display:block; }
#M3uzVinA1zDf8712A9uJb2yIMlFbbR1x { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:37.375rem;top:1.9073486328125E-6rem;left:37.624130249024rem;overflow:hidden;display:block; }
#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 { position:relative;display:block; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 { background-color: transparent; background-image: none; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row .container > .video-iframe-container { display: none; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row > .video-iframe-container { display: none; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .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); }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 { border-width: 0; border-radius: 0; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F6GTablNSKcBd78uBNe80zVmkqlNB21J { color:#000000;display:block;width:47.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1966152191162rem;left:13.875rem;height:2.35611875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ { position:relative;display:block; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ { background-color: transparent; background-image: none; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row .container > .video-iframe-container { display: none; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row > .video-iframe-container { display: none; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .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); }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ { border-width: 0; border-radius: 0; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OCI3GSiAZs01HIkqQ6wMfIc9sXALsunQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.3958339691162rem;left:1.5rem;overflow:hidden;display:block; }
#AoMd3p4GxoomSPJCZoq3QkadWmoPva9f { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:6.25rem;height:1.9487875rem;display:block; }
#KA7XpeQHdITHDey2gbm8K1169KUWvgtX { color:#000000;display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.0403652191163rem;left:1.5625rem;height:9.003875rem;display:block; }
#SVwiGd4wRrB55ZdtkwA3ZWaVaa9IiQom { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.3958339691162rem;left:26.5625rem;overflow:hidden;display:block; }
#vhAOmIZfJ7xiB12TE4syFXyHmMWZwdSq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.3958339691162rem;left:51.114585876465rem;overflow:hidden;display:block; }
#o3BTGnGbBvx0ZDXNvpENBai1HDkhm7xJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2955741882324rem;left:31.5625rem;height:1.94986875rem;display:block; }
#OHmz9FVZMdu1f9CTt1nfB6ep3WgxcUXt { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:56.25rem;height:3.8984375rem;display:block; }
#Bvrbg4wfvu4lnkUDvBSOS3W58uKuLJuW { color:#000000;display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.125rem;left:26.5625rem;height:4.50195rem;display:block; }
#E5SfD1qwXmJTmClNzs8MiTA9PSHK9MqO { color:#000000;display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0403652191163rem;left:51.5625rem;height:7.50325rem;display:block; }
#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ { position:relative;display:block; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ { background-color: transparent; background-image: none; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row .container > .video-iframe-container { display: none; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row > .video-iframe-container { display: none; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .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); }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ { border-width: 0; border-radius: 0; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I4OIS72gKXXDS4eZx2WusEIivxy6Qeua { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.375rem;left:1.5rem;overflow:hidden;display:block; }
#CLkb2xtipVSaX73AH3VRsHoEArUlTuKT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.375rem;top:1.375rem;left:26.6640625rem;overflow:hidden;display:block; }
#OFaZX8xPaTNne5tLyoP0An4OpPtW9MEu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.375rem;left:51.1875rem;overflow:hidden;display:block; }
#Qt8skceLT2IdZFtAqNMuNTmFxa9KRzyw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:6.25rem;height:1.94986875rem;display:block; }
#utffGztoMaJv3xTWNGr9h1y7LR1oCZQ2 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2747421264649rem;left:31.5625rem;height:1.94986875rem;display:block; }
#rr4D2ICTrTSCCMZtr9EnKXBMEWrTZCRd { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2747421264649rem;left:56.25rem;height:1.94986875rem;display:block; }
#yaxDHnkEKwQyrwM6FaTX4oWvVwxRrZaC { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.040367126465rem;left:1.5rem;height:6.00260625rem;display:block; }
#xISouzm8lifDG2e7ydoxu0q1NXvosm4m { color:#000000;display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.040367126465rem;left:26.6640625rem;height:6.00260625rem;display:block; }
#tZVkvr2dZWCvF47Q25165m4M6OcXqZzT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.040367126465rem;left:51.1875rem;height:6.00260625rem;display:block; }
#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 { position:relative;display:block; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 { background-color: transparent; background-image: none; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row .container > .video-iframe-container { display: none; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row > .video-iframe-container { display: none; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .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); }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 { border-width: 0; border-radius: 0; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R6Q1TCMqtga4SnIVZQylDvM7fXcxPDSa { background-color:transparent;background-image:none;border-top:0.0625rem solid #bb8807;border-left:0.0625rem solid #bb8807;border-right:0.0625rem solid #bb8807;border-bottom:0.0625rem solid #bb8807;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#bb8807;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.96875rem;left:28.21875rem;display:block; }
#K5a2XTGKMmUVsh8fyeGZP9gB08y0fTXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bb8807;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; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row .container { background-color: transparent; background-image: none; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row .container > .video-iframe-container { display: none; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row > .video-iframe-container { display: none; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .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); }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row .container { border-width: 0; border-radius: 0; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#QX1vV7RVQEdn8uu3ZOkavXf9xDHKlMHW { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8564453125rem;left:0rem;height:7.799475rem;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) { #APckJFxuwK8lFVlCAN5NOnvTgNDxOAoI { top:6.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV6a02GG9KIA2x3zE76mU8EiOrswKbFE { top:5.5625rem;left:31.4375rem;width:16.3125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN35oBqyMMNTrKlQiTBSKd63lbDl59wJ { top:11.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl5taPQhw1Zz3QT1Rk8z79Kbg0rRJeLg { top:0.8125rem;left:0rem;width:10.8125rem;height:2.6094740857601rem;display:block; }
 }@media only screen and (max-width: 763px) { #svS9fO3HRfpVryJMus0mgKilA3bpq9NV { display:block; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0gGlo8BUzr3TptQemFJnHfNTtGbTTNI { top:2.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPc9GFu1RmTDViJ0LZD3Gt4ONPiHWVtX { top:5.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEHevpmfUMAlWe3kcPlD7ceTbsWT8MR6 { top:10.8125rem;left:14.499278545379rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h { display:block; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc  { width:25.3125rem;height:auto;top:1.5rem;left:0rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc {display:block;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc { width:25.3125rem;height:auto;top:1.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #mFlnweHbJU9poihemTVXVvn6ueWFcuBr {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #eFGl5u920NSdtWGhoH2Ok0mV6diGTp45 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #QooffFOvMCyihkUIVwNpeeEZa3tPIPTq {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #sOGd2r9zsFbu7d6BPz13GT0oTdf4gPeo {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #fMVTg9ZoZ1zChETcWwiaLVpe4VJNIoxA {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #wqUoEJrUKMzWfocn8PTqI7gwAgyK6OCM {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #pUJkEet3L73QVmyFPcMzZ2OCSTLkpf1I {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #FKwS13F0ZNe6rnNecTbTwvne2AAFaro6 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #hkcJzTB5IlaHGo7O5XWgT1HsF4pRogyd {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #W4SXHeDyKOr7TUk6vyxNr44kTdIFq7pt {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #S98706SvJWBoA30VTzeL3GrIZB2tMo76 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #xQ8neSpKJRmGZLix7TPJeg384DnTG6Bg {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #ZEFGAt9oWXGgdvsTH8DrbmT0nDH6C89A {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #wru01LCxB3bOzsH5Gk5aQfzvehMNuOVG {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #naOvHrkmQ5t9Msc5Sd6l4y8ymw1cZQvx {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #pbpiC6kFIgFhXOgrkJF8VJQsthkm9w8R {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #H4ETRIsfsnTPuWtGfvvf5ceuKDeElKL5 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #zGLJcieukfqocZUW7V0IpDt9ISG3u3VH {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #Qp1d9eWfI02FUfqZmf3m7ivB3nhG7dKD {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #MUe9pF7rWZGypAJzVapeNetdEgyNuwk6 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #EUHEVWmcIBZBbiSNDpbReFVAeIToC2BN {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #CWwiRXMaBZUmhud6lGHRmqWqcIwSnv0o {  }
 }@media only screen and (max-width: 763px) { #wmvIPW8u69Bay08r2pkbqLeVTIAqO4AK { top:7.3125rem;left:13.25rem;width:34.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGwTsSWpeLpqFL3w3H7NxOzPO27lwLE7 { top:10.5625rem;left:13.125rem;width:34.625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIXZkOULSfVrQifL7HKGQ2sxtgQ9KUPL { top:15rem;left:13.125rem;width:34.625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIZnC22vytJThsFLcQp9cGH0MiVaJdrZ { top:24.25rem;left:13.125rem;width:34.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzU4EAitmGhV1Uykhgv9MnP21OEKkE8Z { top:19.875rem;left:13.125rem;width:34.625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxqG4c99mceN6Qws17y3btfDPzc7uHiT { top:11.125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba32HandzSnyQgIwEtZ3JPnyp9tpPZlC { top:15.5rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgChdyUh7Tqlt9B5g9GO664uEmSR414 { top:24.25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6BiGlLf0yeE3JsJF7RNDJEWIthOhne5 { top:19.875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH5p6TmVf9zCaCV89k7m70mdoh5AyqHa { top:29.625rem;left:32.375rem;width:15.375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZql1F4Eu5g9obusTpb4X6ADwCdMc63E { display:block; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNK36GggQQUPWcbsWOqJ50OOZe0PGEsg { top:6.125rem;left:0rem;width:34.375rem;height:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3uzVinA1zDf8712A9uJb2yIMlFbbR1x { top:0rem;left:10.3125rem;width:37.375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 { display:block; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6GTablNSKcBd78uBNe80zVmkqlNB21J { top:2.1875rem;left:0.25rem;width:47.25rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ { display:block; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCI3GSiAZs01HIkqQ6wMfIc9sXALsunQ { top:1.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoMd3p4GxoomSPJCZoq3QkadWmoPva9f { top:2.25rem;left:0rem;width:16.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7XpeQHdITHDey2gbm8K1169KUWvgtX { top:7rem;left:0rem;width:21.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVwiGd4wRrB55ZdtkwA3ZWaVaa9IiQom { top:1.375rem;left:15.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhAOmIZfJ7xiB12TE4syFXyHmMWZwdSq { top:1.375rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BTGnGbBvx0ZDXNvpENBai1HDkhm7xJ { top:2.3125rem;left:17.875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHmz9FVZMdu1f9CTt1nfB6ep3WgxcUXt { top:1.375rem;left:32.1875rem;width:15.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvrbg4wfvu4lnkUDvBSOS3W58uKuLJuW { top:7.125rem;left:9.875rem;width:21.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5SfD1qwXmJTmClNzs8MiTA9PSHK9MqO { top:7rem;left:25.75rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ { display:block; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4OIS72gKXXDS4eZx2WusEIivxy6Qeua { top:1.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkb2xtipVSaX73AH3VRsHoEArUlTuKT { top:1.375rem;left:15.875rem;width:3.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFaZX8xPaTNne5tLyoP0An4OpPtW9MEu { top:1.375rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8skceLT2IdZFtAqNMuNTmFxa9KRzyw { top:2.25rem;left:1.6875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utffGztoMaJv3xTWNGr9h1y7LR1oCZQ2 { top:2.25rem;left:17.875rem;width:13.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr4D2ICTrTSCCMZtr9EnKXBMEWrTZCRd { top:2.25rem;left:33.4375rem;width:7.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaxDHnkEKwQyrwM6FaTX4oWvVwxRrZaC { top:7rem;left:0rem;width:21.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xISouzm8lifDG2e7ydoxu0q1NXvosm4m { top:7rem;left:9.875rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVkvr2dZWCvF47Q25165m4M6OcXqZzT { top:7rem;left:25.75rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 { display:block; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6Q1TCMqtga4SnIVZQylDvM7fXcxPDSa { width:18.5625rem;height:3.4375rem;top:0.9375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5a2XTGKMmUVsh8fyeGZP9gB08y0fTXA { display:block; }
 }@media only screen and (max-width: 763px) { #FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz { display:block; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX1vV7RVQEdn8uu3ZOkavXf9xDHKlMHW { top:1.8125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/980d99d3-fd87-4315-a42c-2f04ad67a0e3/aste2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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(186,136,15,0.8); }#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(186,136,15,0.8); }#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:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APckJFxuwK8lFVlCAN5NOnvTgNDxOAoI { width:20rem;height:6.82375rem;top:3.3121743202209rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV6a02GG9KIA2x3zE76mU8EiOrswKbFE { width:2.687175rem;height:1.4998375rem;top:16.937662124634rem;left:16.687011122704rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN35oBqyMMNTrKlQiTBSKd63lbDl59wJ { width:20rem;height:5.625rem;top:10.74951171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl5taPQhw1Zz3QT1Rk8z79Kbg0rRJeLg { width:8.75rem;height:2.1875rem;top:0rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #svS9fO3HRfpVryJMus0mgKilA3bpq9NV { display:block; }#svS9fO3HRfpVryJMus0mgKilA3bpq9NV > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0gGlo8BUzr3TptQemFJnHfNTtGbTTNI { width:17.1248125rem;height:5.36376875rem;top:1.11083984375rem;left:1.4371744394302rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPc9GFu1RmTDViJ0LZD3Gt4ONPiHWVtX { width:20rem;height:12.74905rem;top:7.0987968444825rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEHevpmfUMAlWe3kcPlD7ceTbsWT8MR6 { width:18.75rem;height:0.1875rem;top:21.910784375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h { display:block; }#o2btJPmo4JM7UKbpXCxtRwTI0iSlaN1h > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.125rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc  { width:17.3746875rem;height:auto;top:1.6243486404419rem;left:0rem; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc {display:block;}#TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc { width:17.3746875rem;height:auto;top:1.6243486404419rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #mFlnweHbJU9poihemTVXVvn6ueWFcuBr {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #eFGl5u920NSdtWGhoH2Ok0mV6diGTp45 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #QooffFOvMCyihkUIVwNpeeEZa3tPIPTq {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #sOGd2r9zsFbu7d6BPz13GT0oTdf4gPeo {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #fMVTg9ZoZ1zChETcWwiaLVpe4VJNIoxA {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #wqUoEJrUKMzWfocn8PTqI7gwAgyK6OCM {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #pUJkEet3L73QVmyFPcMzZ2OCSTLkpf1I {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #FKwS13F0ZNe6rnNecTbTwvne2AAFaro6 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #hkcJzTB5IlaHGo7O5XWgT1HsF4pRogyd {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #W4SXHeDyKOr7TUk6vyxNr44kTdIFq7pt {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #S98706SvJWBoA30VTzeL3GrIZB2tMo76 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #xQ8neSpKJRmGZLix7TPJeg384DnTG6Bg {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #ZEFGAt9oWXGgdvsTH8DrbmT0nDH6C89A {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #wru01LCxB3bOzsH5Gk5aQfzvehMNuOVG {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #naOvHrkmQ5t9Msc5Sd6l4y8ymw1cZQvx {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #pbpiC6kFIgFhXOgrkJF8VJQsthkm9w8R {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #H4ETRIsfsnTPuWtGfvvf5ceuKDeElKL5 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #zGLJcieukfqocZUW7V0IpDt9ISG3u3VH {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #Qp1d9eWfI02FUfqZmf3m7ivB3nhG7dKD {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #MUe9pF7rWZGypAJzVapeNetdEgyNuwk6 {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #EUHEVWmcIBZBbiSNDpbReFVAeIToC2BN {  }
 }@media only screen and (max-width: 763px) { #TKa12AaSxw9IRC8XDKH1C8EBpMUHzrMc #CWwiRXMaBZUmhud6lGHRmqWqcIwSnv0o {  }
 }@media only screen and (max-width: 763px) { #wmvIPW8u69Bay08r2pkbqLeVTIAqO4AK { width:20rem;height:3.374025rem;top:37.374674320221rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGwTsSWpeLpqFL3w3H7NxOzPO27lwLE7 { width:17.9996875rem;height:5.0610375rem;top:41.936848640442rem;left:1.9995115995407rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIXZkOULSfVrQifL7HKGQ2sxtgQ9KUPL { width:18rem;height:5.0610375rem;top:47.75rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIZnC22vytJThsFLcQp9cGH0MiVaJdrZ { width:17.9996875rem;height:3.374025rem;top:53.4375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzU4EAitmGhV1Uykhgv9MnP21OEKkE8Z { width:18rem;height:5.0610375rem;top:58rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxqG4c99mceN6Qws17y3btfDPzc7uHiT { display:flex;width:1.5rem;height:1.5rem;top:41.936848640442rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ba32HandzSnyQgIwEtZ3JPnyp9tpPZlC { display:flex;width:1.5rem;height:1.5rem;top:48rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ubgChdyUh7Tqlt9B5g9GO664uEmSR414 { display:flex;width:1.4998375rem;height:1.4998375rem;top:58rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W6BiGlLf0yeE3JsJF7RNDJEWIthOhne5 { display:flex;width:1.4998375rem;height:1.4998375rem;top:53.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sH5p6TmVf9zCaCV89k7m70mdoh5AyqHa { width:6.624375rem;height:3.6873375rem;top:59.425455093384rem;left:12.133788466454rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZql1F4Eu5g9obusTpb4X6ADwCdMc63E { display:block; }#QZql1F4Eu5g9obusTpb4X6ADwCdMc63E > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNK36GggQQUPWcbsWOqJ50OOZe0PGEsg { width:20rem;height:14.1675rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3uzVinA1zDf8712A9uJb2yIMlFbbR1x { width:20rem;height:13.3125rem;top:16.752605438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 { display:block; }#wLGplCyho7Z0zH1wINwSJeSbGz8RvLT2 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6GTablNSKcBd78uBNe80zVmkqlNB21J { width:20rem;height:5.84716875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ { display:block; }#NA0B41lVsZWtx7Fir1ZWmKI8fUy6FVlZ > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCI3GSiAZs01HIkqQ6wMfIc9sXALsunQ { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoMd3p4GxoomSPJCZoq3QkadWmoPva9f { width:16.4375rem;height:1.94965rem;top:6.25rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7XpeQHdITHDey2gbm8K1169KUWvgtX { width:20rem;height:8.999rem;top:9.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVwiGd4wRrB55ZdtkwA3ZWaVaa9IiQom { width:3.75rem;height:3.75rem;top:19.69921875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhAOmIZfJ7xiB12TE4syFXyHmMWZwdSq { width:3.75rem;height:3.75rem;top:35.1484375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BTGnGbBvx0ZDXNvpENBai1HDkhm7xJ { width:12.5rem;height:1.94965rem;top:24.69921875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHmz9FVZMdu1f9CTt1nfB6ep3WgxcUXt { width:15.4375rem;height:3.8981125rem;top:40.1484375rem;left:2.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bvrbg4wfvu4lnkUDvBSOS3W58uKuLJuW { width:20rem;height:6rem;top:27.8984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5SfD1qwXmJTmClNzs8MiTA9PSHK9MqO { width:20rem;height:7.4991875rem;top:45.296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ { display:block; }#BdTh9AsbvCySQBeoznnlSy4Gzop7tSMZ > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4OIS72gKXXDS4eZx2WusEIivxy6Qeua { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkb2xtipVSaX73AH3VRsHoEArUlTuKT { width:3.375rem;height:3.125rem;top:16.69921875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFaZX8xPaTNne5tLyoP0An4OpPtW9MEu { width:3.75rem;height:3.75rem;top:31.5234375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8skceLT2IdZFtAqNMuNTmFxa9KRzyw { width:12.5rem;height:1.94965rem;top:6.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utffGztoMaJv3xTWNGr9h1y7LR1oCZQ2 { width:13.625rem;height:1.94965rem;top:21.07421875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr4D2ICTrTSCCMZtr9EnKXBMEWrTZCRd { width:7.3125rem;height:1.94965rem;top:36.5234375rem;left:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaxDHnkEKwQyrwM6FaTX4oWvVwxRrZaC { width:20rem;height:6rem;top:9.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xISouzm8lifDG2e7ydoxu0q1NXvosm4m { width:20rem;height:6rem;top:24.2734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVkvr2dZWCvF47Q25165m4M6OcXqZzT { width:20rem;height:6rem;top:39.72265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 { display:block; }#BTQ4txXG2hdDTCv8zWzdvezLM7SZ7Mu5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6Q1TCMqtga4SnIVZQylDvM7fXcxPDSa { width:18.5625rem;height:3.125rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5a2XTGKMmUVsh8fyeGZP9gB08y0fTXA { display:block; }
 }@media only screen and (max-width: 763px) { #FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz { display:block; }#FII5Tthrbcm0LHlUu1Kyxs9TZ18Mr0Xz > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX1vV7RVQEdn8uu3ZOkavXf9xDHKlMHW { width:20rem;height:24.6931875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }