.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,219,232;--color-primary-1:251,136,179;--color-primary-2:246,16,103;--color-primary-3:123,8,52;--color-primary-4:37,2,15;--color-secondary-0:223,224,228;--color-secondary-1:148,153,164;--color-secondary-2:41,51,73;--color-secondary-3:21,26,37;--color-secondary-4:6,8,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffbf00;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbf00;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; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { background-color: transparent; background-image: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container > .video-iframe-container { display: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container { display: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .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); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { border-width: 0; border-radius: 0; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#iRq44FHwiCVdP4wfiRrabEXrAu1IIJET { 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:2.3125rem;width:10.0625rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#K6cUI1hfgWadDWWpPCxBA44vXVk3W4d0 { position:absolute;display:block;z-index:14995;background-color:#008080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #004c4c;border-left:0.25rem solid #004c4c;border-right:0.25rem solid #004c4c;border-bottom:0.25rem solid #004c4c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 0rem #004c4c ;height:20.9375rem;width:41.6875rem;top:17.375rem;left:1.3125rem;display:block; }
#KJrJ6oiy2xU3ha75ExkDl6c2yDDQS4ZE { color:#ffffff;display:block;width:38rem;position:absolute;font-family:fraunces;font-size:3.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:5rem;height:4.79375rem;font-style:normal;display:block; }
#fro7yeLWi5mPmBV6HMZc4RCbvAd4T9X4 { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.6875rem;left:5.125rem;height:1.3rem;font-style:normal;display:block; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-form-header {  }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-regular-label { display:block;width:16.4375rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:3.75rem;width:17.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:2.9375rem;width:16.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.1875rem solid #ffbf00;border-left:0.1875rem solid #ffbf00;border-right:0.1875rem solid #ffbf00;border-bottom:0.1875rem solid #ffbf00;height:3.75rem;width:14.0625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#000000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#ffbf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: none; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.5625rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-0),1); }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.125rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-family:lato; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.5rem;padding-bottom:0;padding-left:0.5rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:first-of-type{padding-top:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:last-of-type{padding-bottom:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:33.125rem;height:auto;left:4.25rem;top:26.5625rem;z-index:15004;position:absolute; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .radio-container { width:17.0625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:33.125rem;height:auto;left:4.25rem;top:26.5625rem;z-index:15004;position:absolute; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #WsPnwf2wVilRMCV26lQQnadrEhs1d0Fz { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #ci3P4e3WX4JXxEeb9uQDs3HZF5XEPEH0 { position:relative;display:block; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #yp2PByHowPXr6w1aqCZEQEFXl2OlbGcD { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #fo4GcqvJFK27mtT8w4PxbKRXmeeO6MVz { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #Ba95qr3aVdZCE6byx4iV3DqpM4KIZfTL { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #bfBOotakuoSUCJ7B3h7713DvXG95ecZd { position:relative; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #cawWfT1MTcEfWm8piKiUARVoQQMUSaLL { position:relative;z-index:2; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #FO2c6xx7yBc3fNkKrJebKoDzb20zK9RV { position:relative; }
#aSwHJITPcnkxB8KXhBkI9ham7CLLR0qk { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:fraunces;font-size:4.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:6.0625rem;left:2.125rem;height:4.125rem;text-align:left;text-align-last:left;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; }
#bSUlt7WwrTkbF8zagosnJAliGQUfApRa { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.3125rem;left:5.0625rem;height:2.275rem;font-style:normal;display:block; }
#msipXAvNTvgKmxI9IVWIwRS2kem0IJq2 { color:#000000;display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40.887499809265rem;left:3.46875rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#QZtLqzp0olNSMQZEpEXztHeecvsz17hv { color:#000000;display:block;width:43.375rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.8125rem;left:2.3125rem;height:1.625rem;font-style:normal;display:block; }
#OQgXRlgipPiHAP31qMDvNMrJQXFdsV9W { box-sizing:content-box;height:7.375rem;width:44.6875rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:5.4375rem;left:1.3125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#h56iL9VJMfOue4TR01PBCdyTQ8VE0cRe { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:34.25rem;width:16.625rem;top:13.4375rem;left:43.000001907349rem;overflow:hidden;display:block; }
#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcf8f4;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; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container { background-color: transparent; background-image: none; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container > .video-iframe-container { display: none; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row > .video-iframe-container { display: none; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .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); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container { border-width: 0; border-radius: 0; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container { font-size:0.875rem;font-family:arial;height:104.9375rem;width:60rem;position:relative;display:block; }#lizu303r1THGI9R6eJShE7BytNACHbQg { color:#383a3a;display:block;width:54.375rem;position:absolute;font-family:fraunces;font-size:5.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-0),1);top:6.867968559265rem;left:2.8125rem;height:12.7875rem;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; }
#qEBKnLfpFmGhmF7kEJsttqlTQlynnTlF { color:#000000;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5rem;left:19.500001907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xzMVeuZLAsoD2ukpbVlU4p0QBxEPTdgX { box-sizing:content-box;height:2.1875rem;width:21rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0562500953674rem;left:19.500001907349rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }
#v5q4fZJe9qvTEGsM3S6ltdn8zZe7MT2u { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:.8;letter-spacing:0;top:23.949999809265rem;left:5.84375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#NQlbuNWqzs3kbhGnvhyZX6DPJycPPNlL { color:rgba(var(--color-tertiary-4),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:31.5rem;left:4.5625rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#pERrHNOgNTrXq7Ez6Jf5LipQcB4LCUux { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:6.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:89.328125rem;left:34.300001144409rem;display:block; }
#H2bqta4JUowDMFw3C5bvHomW8bwk4ET1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGxpNfPP0eocR1iinJ0pD2gydSk68D0q { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:85.6875rem;left:2.8125rem;height:14.21875rem;display:block; }
#Qfoq0XSRTb37QQuS8U1DW0bP5XQT8aDd { box-sizing:content-box;height:2.1875rem;width:21rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:19.500001907349rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }
#vcBJNmSfKQfn1oeTMCPGQEmRALgMvTMu { color:#000000;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.00625038147rem;left:19.500001907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#B7H5z30rTP7gaTwQ43Q3674r7CT3ElM7 { box-sizing:content-box;height:13.375rem;width:42.625rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:6.8679695129394rem;left:8.53750038147rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#CsVPgUmS4JDFPZuzlQaQHP5HzRFLiNaI { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:33.625rem;width:59.8125rem;top:47.24062538147rem;left:0rem;overflow:hidden;display:block; }
#RE3d98OgLDNheDIXfwPbnuQG12dI5m02 { box-sizing:content-box;height:16.5rem;width:28.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:84.375rem;left:1.5625rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#yyWte2ZbaTglSMri9uI12OLmAezr3MlM { box-sizing:content-box;height:2.5625rem;width:12.0625rem;position:absolute;display:block;z-index:14992;background-color:#ffbf00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.25rem;left:16.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QdlKMeqmTZFVVnVyA3xZUX1uwRbuSMCV { box-sizing:content-box;height:2.9375rem;width:19.375rem;position:absolute;display:block;z-index:14991;background-color:#ffbf00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:4.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 { position:relative;display:block; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 { background-color: transparent; background-image: none; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .row .container > .video-iframe-container { display: none; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .row > .video-iframe-container { display: none; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .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); }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 { border-width: 0; border-radius: 0; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .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; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffbf00;background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UsP8pLnRTTokWxP5IDkKykWCAntb3VDc { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5625rem;position:absolute;font-family:fraunces;font-size:4.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0rem rgba(var(--color-tertiary-0),1);top:1.41015625rem;left:4.25rem;height:6.25625rem;text-align:center;text-align-last:center;display:block; }
#Pvtogrz4oe2m2PVRhs5ocJGuzyBRc7VR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5406255722044rem;left:12.3125rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#JG9XBcyeUN1HAzVbhiLhT6KmpILbNitd { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.6875rem;left:12.75rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#XOZd1mxAmg2vqmQQWxQhO9k6LA1d4Zgy { box-sizing:content-box;height:5.75rem;width:21.8125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:8.628125190735rem;left:18.94375038147rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008080;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; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row .container { background-color: transparent; background-image: none; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row .container > .video-iframe-container { display: none; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row > .video-iframe-container { display: none; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .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); }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row .container { border-width: 0; border-radius: 0; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:60rem;position:relative;display:block; }#mUUerwZK5VQc41PEZMNveGCgMZtq6Pv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.0625rem;left:4.25rem;height:37.38125rem;display:block; }
#u1FsVW0o67gwX3xeMRLf8i8ht3RadCEI { color:#cdff04;display:block;width:55.5rem;position:absolute;font-family:fraunces;font-size:3.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2.25rem;height:15.1125rem;text-align:center;text-align-last:center;display:block; }
#SMrDZdo4B7GaBdAZHEMNE7E4FnS4T2wO { box-sizing:content-box;height:12.5rem;width:53.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-0),1) ;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);top:22.5rem;left:3.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#dw1qVNkJzUrGIAT0sVLNil0Mqdow3alr { box-sizing:content-box;height:10.25rem;width:53.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-0),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:37.6875rem;left:3.3125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#ND36lHaFlCRevZt9W2thRop1UaGUcpJ8 { box-sizing:content-box;height:10.1875rem;width:53.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-0),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:50.75rem;left:3.3125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbf00;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; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row .container { background-color: transparent; background-image: none; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row .container > .video-iframe-container { display: none; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row > .video-iframe-container { display: none; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .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); }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row .container { border-width: 0; border-radius: 0; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row .container { font-size:0.875rem;font-family:arial;height:110.5rem;width:60rem;position:relative;display:block; }#kSfgyzUIHDWxZkxHmB6fWa8tu6T5ns6K { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.936718463897rem;left:3.96875rem;height:71.0125rem;display:block; }
#D2Fi4OvHKd5mtaOaXIgTGtITpsPtE69G { color:#000000;display:block;width:55.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2.25rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#OdDGvgCetyIUJSAA5bkPp5BU2fe71gLD { color:#000000;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.862499713898rem;left:3.75rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#eDkVy2WhKCgXTpXz6bxzRwMhm2n9Wc59 { box-sizing:content-box;height:5.8125rem;width:57.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:3.1187500953674rem;left:1.1000003814698rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#CpySc8GcIcSHwdoMsiVJTdSKTxTxez9E { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:6.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:98.712501525881rem;left:18.531251907349rem;display:block; }
#IskQy141sbx2TfAmvLc6vKQ5Sf19kF9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row .container { background-color: transparent; background-image: none; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row .container > .video-iframe-container { display: none; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row > .video-iframe-container { display: none; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .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); }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row .container { border-width: 0; border-radius: 0; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#xkic2f17T3mTUbUzmXOT4weIIAHJRIab { color:#383a3a;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.25rem;height:;text-align:center;text-align-last:center;display:block; }
#on2qTZP6Z1iOdFZBXOPoXCZooNGGyzeX { color:#383a3a;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.25rem;left:12.3125rem;height:20.55625rem;text-align:justify;text-align-last:initial;display:block; }
#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c215fd53-8f6e-4d8f-adca-a6d2732376b1/bckgrnd2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN.adaptive-delivery-prevent-bg, #wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN.lazyload, #wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN.lazyloading { background-image: none; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row .container { background-color: transparent; background-image: none; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #004c4c; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row .container > .video-iframe-container { display: none; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #004c4c; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row > .video-iframe-container { display: none; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .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); }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row .container { border-width: 0; border-radius: 0; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN::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; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row .container { font-size:0.875rem;font-family:arial;height:143.0625rem;width:60rem;position:relative;display:block; }#GOA2LwfDP0pL6FMvpX6ffKfs7TpIyDlG { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:fraunces;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8867321014404rem;left:5rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#XTr7k764rdOzCxema1ycHtz0WOg7GMHH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:25.1875rem;width:60rem;top:14.602427482605rem;left:0rem;overflow:hidden;display:block; }
#Tk4oHikdcQIRnVZDb0IliPTZpZ9qGSAi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.789062976837rem;left:23.750001907349rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#Kl9U1B28g4qO1XlrBaD3xVQIPrtOT8Tf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:66.548612594606rem;left:23.750001907349rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#qG0I4fyzfUyhoTADqamD2GpzBwqhGgzc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:95.4375rem;left:24.224609375rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#Ss70LzDkcghry0xwZRWUAmbPZ06TqF5X { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:6.9375rem;width:18.3125rem;top:108.5rem;left:1.8125rem;overflow:hidden;display:block; }
#rpgRMLe5btEyVLGr415vsvh8R9QqbABZ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:4.75rem;width:16.625rem;top:109.625rem;left:22.4375rem;overflow:hidden;display:block; }
#pmE9oiOr7Jvygdcl5Ds8SmKzhMAhdq7a { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:3.4375rem;width:16.625rem;top:110.25rem;left:41.5625rem;overflow:hidden;display:block; }
#SSN3PPiKvOiANOJvl5Qav1oJB11D8a7W { color:rgba(var(--color-tertiary-0),1);display:block;width:54.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:100.75rem;left:2.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#UuBszXu4WS5w95odFvd7ktZNTeKN6b9A { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:115.4375rem;left:4.787109375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cxKoHZ8pzTocl5grIc6AAV6R0W1UX04n { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:114.3749961853rem;left:24.224828720092rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RqbfzQLETvLq4mUuTSQduFBLzPxMhC6L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:113.6875rem;left:43.625001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TgcTUflNC2Z70e3P5ykeXbiuyMUX9f3T { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:6.3125rem;width:18.3125rem;top:120.20139312744rem;left:1.8125rem;overflow:hidden;display:block; }
#QUzircIQTQtiHM0CxMCZ8iLX2cBHT2hw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:126.51389312744rem;left:4.71875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#K2oVwroPl9KoelM0hTAOo2GIU17oB8oU { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:6.25rem;width:15.625rem;top:120.23264312744rem;left:22.662328720092rem;overflow:hidden;display:block; }
#yMA6msrxPRxntnqrFStZHw446S98ISG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:126.51389312744rem;left:23.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LTkhl8PHZPBilf0Gy404r5wZ6oPax1ch { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:12.1875rem;width:15.625rem;top:117.26389312744rem;left:42.062501907349rem;overflow:hidden;display:block; }
#eoEKmP9b3OqrauLABKko84fdfoeCKAVC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:129.45139312744rem;left:43.717882156372rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ntvMn9fgoBtSA43s8qsnxmNXEk1F5Bln { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:2.0625rem;width:18.3125rem;top:134.90972137451rem;left:20.843751907349rem;overflow:hidden;display:block; }
#PA40aEz07qUkqILobONtkwhhfNFzIlkB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:136.97187614441rem;left:24.22421836853rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ypgZxMq4H1MX4aTI54ZkgHwoBueviGyy { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:22rem;width:60rem;top:44.598437309265rem;left:0rem;overflow:hidden;display:block; }
#ENx8S8eZGnHsnPsXUpC2kPVh04N181Jm { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:23.1875rem;width:60rem;top:72.299999952319rem;left:0rem;overflow:hidden;display:block; }
#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcf8f4;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; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row .container { background-color: transparent; background-image: none; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row .container > .video-iframe-container { display: none; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row > .video-iframe-container { display: none; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .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); }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row .container { border-width: 0; border-radius: 0; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row .container { font-size:0.875rem;font-family:arial;height:125.3125rem;width:60rem;position:relative;display:block; }#WCFDLyrBwNCwctMi8br6iorxfLO5DiXO { color:#383a3a;display:block;width:55.5rem;position:absolute;font-family:fraunces;font-size:4.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.3749971389771rem;left:2.25rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#G1XXXP3QZMWxnD9sON2kUUAIzEw0eZSJ { color:#383a3a;display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:25.250001143664rem;left:7.2437515258787rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bD5pXdsRUxJgMAoPgxpA6RiVHr0fItZ0 { box-sizing:content-box;height:15.4375rem;width:50.8125rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:8.75rem;left:4rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#FM6QrPJANZ4qbcylsyHooJ9NskPhCI5t { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.8125rem;height:1.625rem;display:block; }
#A4QZi7ZrHssivGVKRVOGDKDUJczdyRxr { box-sizing:content-box;height:1.875rem;width:33rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:9.9750000089406rem;left:18.375001907349rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#f1nwGIq97gA6r4sGsSZ8us25Lf5zqSig { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.25rem;left:38.1875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#AGweUegXQ6EApEvZ18Ruk3th6aJa6toV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.625rem;left:5.8125rem;height:1.625rem;display:block; }
#Cgb7x5qxEWXREW4SJqS4Ur0DSrMMtOkA { box-sizing:content-box;height:1.875rem;width:29.375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:15.350000571459rem;left:18.375001907349rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#wtfxKs5XK2t2KQzqSTW4t6hoDTZJwPlL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.625rem;left:34.375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#i0mxrA5bisyDNEtgWgZapOZPwV1TIAgF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.75rem;left:5.8125rem;height:1.625rem;display:block; }
#TcWLB0w3LmHGtIGVrDfehxD0mztF7est { box-sizing:content-box;height:1.875rem;width:23.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:20.47500038147rem;left:18.375001907349rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#zH3HeoAPm6CMfJBvL7iuQDfLvKi9O3y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.75rem;left:28.6875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#i4SuTWihmuuf70iZ2MNZ4mmpifENhThx { box-sizing:content-box;height:44.125rem;width:50.8125rem;position:absolute;display:block;z-index:15034;background-color:#004c4c;background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-0),1) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:30.750001072884rem;left:4rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#HoEUxTAowz4eXH7aUMycaXkFAPwmNwbn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:32.25rem;left:5.8125rem;height:3.25rem;display:block; }
#RhpHthnui4NJMMA1Cm0zyVfvb7bLr3nd { box-sizing:content-box;height:0.6875rem;width:33rem;position:absolute;display:block;z-index:15034;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:33.905469894409rem;left:18.768751144409rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#gavOZPp6EDrsO6Hq488L69sCJcPGWKSf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:37.625rem;left:5.8125rem;height:3.25rem;display:block; }
#y3tdsDltwy6ieAuVEPtEP7Jz43WISCFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:37.335938453674rem;left:21.261285781861rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#KZxEioTgNnrn6CKXEAEXeq8qe2g9DmVX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:32.249219894409rem;left:39.268751144409rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#uaiUCpwVpit1UmJBGKgUl086lhZAh7gE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:42.75rem;left:5.8125rem;height:3.25rem;display:block; }
#OIgFeJD3LE1xyLs6uJ2KcpXtX5VXh4ic { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:42.454689025879rem;left:10.38125038147rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#tquPesc3mvnEkAnKuxC7PAi0s2T58Ut0 { box-sizing:content-box;height:0.6875rem;width:14.9375rem;position:absolute;display:block;z-index:15035;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:38.905383110046rem;left:18.768228530884rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#FdRgU8hGxhovLTRt5TrMGJeIZgu0khKW { box-sizing:content-box;height:0.6875rem;width:4.0625rem;position:absolute;display:block;z-index:15036;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:44.030469894409rem;left:18.768751144409rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#d6c1h4URzlhFkPPU9sblueJ91rTIJays { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:48.675001144409rem;left:5.8125rem;height:3.25rem;display:block; }
#iLIqEhVOgwSfAEab8JdmwCblICasqOGp { box-sizing:content-box;height:0.6875rem;width:28.9375rem;position:absolute;display:block;z-index:15037;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:49.955471038818rem;left:18.768751144409rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#tD0eHiKOV9FStfVywNE8rDKD6JRCmyds { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:48.379688262939rem;left:35.300001144409rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#DF7TfpTDKFbXznOf08lq9hwNL1HIPK7J { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:54.999129295349rem;left:5.8125rem;height:3.25rem;display:block; }
#hvh4CIzq8Rta5QTPdSoU6dGPBOpkEKTm { box-sizing:content-box;height:0.6875rem;width:25.125rem;position:absolute;display:block;z-index:15038;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:56.279514312744rem;left:18.768228530884rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#v9UTDFePAk0iI6y7bCVssSczEGaA4h1R { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:54.710071563721rem;left:31.448785781861rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#taChqQEQJLJ3GKqKcbeFzwDx5fKH3G4z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:62.180555343628rem;left:5.8125rem;height:3.25rem;display:block; }
#w4d2gn69d6HUydOgAgsfLCFgf4NJALpW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:61.243055343628rem;left:39.274305343628rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#rxJxK18mccyIylmUHIELPvCnF1qHKddL { box-sizing:content-box;height:0.6875rem;width:33rem;position:absolute;display:block;z-index:15035;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:62.8125rem;left:18.75rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#d7OFXB9yFxAT6xZb8CazPZgde1pxQtt1 { box-sizing:content-box;height:0.6875rem;width:17.4375rem;position:absolute;display:block;z-index:15036;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:64.125rem;left:18.75rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#tkiqqxZczW95g2NcgsTCDcdf57T0tnr0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:68.298597335813rem;left:5.8125rem;height:3.25rem;display:block; }
#yeCww5hpF8zARVMQ8TRyQw8u1kVpcbgi { box-sizing:content-box;height:0.6875rem;width:1rem;position:absolute;display:block;z-index:15037;background-color:#d5ff00;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:69.578977584838rem;left:18.768228530884rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#o09ernySSUgAXiuirC2XEiM3wJnUtTGF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:68.008665084838rem;left:9.3819446563719rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#LNp28eqEO8ofh5eW6cTLaPHMNyCFJ3VG { color:#383a3a;display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:75.93750190735rem;left:7.2437515258787rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#fvC6L4AeWsIlUcfynxnUSCGp0ESB1cwS { color:#383a3a;display:block;width:55.5rem;position:absolute;font-family:fraunces;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:81.881946563719rem;left:2.25rem;height:;text-align:center;text-align-last:center;display:block; }
#CuVSCEBmKENNmWDZAcvxaLbcGPX9TipA { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:89.194446563719rem;left:11.968751907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BcigQhTQ3VdwuErdKWxu7BLsN2biE3kT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:94.055557250975rem;left:18.531251907349rem;display:block; }
#a2O380IF1eTrva6XrJKdRAK9rlkxFzAt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRM1Z6tlDCqWTX7gkpLDFDFfDKA7N3KF { box-sizing:content-box;height:17.3125rem;width:50.875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:81.200004577638rem;left:4.4125003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#TeMwDA4TV9ZmlpMpIr6S2eIqn2A8oEKM { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:42.875rem;top:101.25000476837rem;left:8.5625rem;overflow:hidden;display:block; }
#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbf00;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; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container { background-color: transparent; background-image: none; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container > .video-iframe-container { display: none; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row > .video-iframe-container { display: none; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .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); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container { border-width: 0; border-radius: 0; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container { font-size:0.875rem;font-family:arial;height:66.9375rem;width:60rem;position:relative;display:block; }#wGu6HF95Gt2WD84KksT5uv79ORe4dbWV { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375000953674rem;left:7.5625rem;height:44.85rem;text-align:left;text-align-last:left;display:block; }
#n0s8yPiesEmG0otWHQ92c8fFEtQs9crB { color:#000000;display:block;width:55.5rem;position:absolute;font-family:fraunces;font-size:3.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.25rem;height:10.075rem;text-align:center;text-align-last:center;display:block; }
#zUaPlmwFq98BoqrwIDbhQpVT6cTuEz0o { box-sizing:content-box;height:11.25rem;width:51rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:3.5125000476837rem;left:4.3500003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#ZF8FBI1cftVUEamU2DGxeL1Xc9drTFHn { box-sizing:content-box;height:46.625rem;width:50.375rem;position:absolute;display:block;z-index:15010;background-color:#008080;background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem #004c4c ;border-top:0.1875rem solid #004c4c;border-left:0.1875rem solid #004c4c;border-right:0.1875rem solid #004c4c;border-bottom:0.1875rem solid #004c4c;top:17.400012254715rem;left:4.3500003814697rem;display:block; }
#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcf8f4;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; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container { background-color: transparent; background-image: none; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container > .video-iframe-container { display: none; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row > .video-iframe-container { display: none; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .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); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container { border-width: 0; border-radius: 0; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#fCyCX3DiBKcf85olqCVfMDDyE3szceDw { color:#383a3a;display:block;width:55.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3rem;left:2.25rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#pb2Roo1bgmo4FXPC7tmo1MO6ma9ZV0k7 { color:#383a3a;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:12.281251907349rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#qy3hVC2nXnIkJTODzeUWP1tDXxNlTFyR { box-sizing:content-box;height:8.1875rem;width:51.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:2.01171875rem;left:4.3187503814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#p6WA8Xl0I3BedOLbzIlBSEiQeItUZlHd { position:absolute;display:block;z-index:15000;background-color:#008080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #004c4c;border-left:0.25rem solid #004c4c;border-right:0.25rem solid #004c4c;border-bottom:0.25rem solid #004c4c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 0rem #004c4c ;height:20.9375rem;width:41.6875rem;top:14.8125rem;left:8.3125rem;display:block; }
#zXLfbM7qPQsTLs5wbWdOFT1XDpfAUoVg { color:#ffffff;display:block;width:38rem;position:absolute;font-family:fraunces;font-size:3.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.0625rem;left:12rem;height:4.79375rem;font-style:normal;display:block; }
#x329KKD1cUdHwDAWiLnCdUxfugGe2pix { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.125rem;left:12.125rem;height:1.3rem;font-style:normal;display:block; }
#LeQZs4Nl6xUzrEO8qdb1RLgETsC3Wlut { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:12.0625rem;height:2.275rem;font-style:normal;display:block; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-form-header {  }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-regular-label { display:block;width:16.4375rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:3.75rem;width:17.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-text {padding-top: 0; padding-bottom: 0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:2.9375rem;width:16.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-select {padding-top: 0; padding-bottom: 0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.1875rem solid #ffbf00;border-left:0.1875rem solid #ffbf00;border-right:0.1875rem solid #ffbf00;border-bottom:0.1875rem solid #ffbf00;height:3.75rem;width:14.0625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#000000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#ffbf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: none; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.5625rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-0),1); }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.125rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-family:lato; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.5rem;padding-bottom:0;padding-left:0.5rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-container:first-of-type{padding-top:0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-container:last-of-type{padding-bottom:0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:33.125rem;height:auto;left:11.25rem;top:24rem;z-index:15009;position:absolute; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .radio-container { width:17.0625rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:33.125rem;height:auto;left:11.25rem;top:24rem;z-index:15009;position:absolute; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #loweSXCNTkGgt6IMkBZaazkZNl7dB7K3 { position:relative; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #wDv0zSpB0wSgF0wpSygBmwp8LToI0FiQ { position:relative;display:block; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #tcaPmTcnDAFuXKICrD9UfyFeup6vtiTa { position:relative; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #MHoJBznIuP3oXAEXW5mpq5uCF13Iy8xx { position:relative; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #B7mCZ4uGh69ZQbmWLKoA3eI8OaeoRdgv { position:relative; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #KSPrxfVZKAwe3xHKHOp16ix7qEccKb9k { position:relative; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #OHVM7CFC7A6S80J557C5Nnlnk0OViVFQ { position:relative;z-index:2; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #KvtqlENHVKn5CRdHSRMIwOaT5o4eszKX { position:relative; }
#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU { 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; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container { background-color: transparent; background-image: none; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container > .video-iframe-container { display: none; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row > .video-iframe-container { display: none; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .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); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container { border-width: 0; border-radius: 0; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container { font-size:0.875rem;font-family:arial;height:123rem;width:60rem;position:relative;display:block; }#gasNIH9vX8AJUiHOA1cCQXyeGKbu9uR3 { color:#000000;display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:6.46875rem;height:110.5rem;text-align:left;text-align-last:left;display:block; }
#S9GdKD9XMxhe0ilzESdtEtU7tJTJG9Bs { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.8750238418579rem;left:2.25rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#m5RuApRvwaJw3xx6MrxUfbsfMMw50nTf { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.6875rem;left:5.40625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#ZkF4pZXMdRViT9mLIsfle07PsisMznxK { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.700000286103rem;left:5.9750003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#eo2CyQIZFV6FE0w1uLznTKzaHwvDszUL { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:42.262500762939rem;left:6.2250003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#SEtC5w5LT95IbQgbF82fvAReQGOo6T6T { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:61.762500762939rem;left:5.7875003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#QWyxfhrXvVF8tc72nMFt5GBdpbQ5tEA6 { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:73.137500762938rem;left:5.6625003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#AkdeJiH7GwIRCqK0xVMLIRqt8cT3dHLT { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:87.762504577638rem;left:5.7250003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#s7h7bV65WiToWywqXLcCd9ROTGc394FI { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:97.450004577638rem;left:5.7250003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#iffyk6OQp6DbT4srWmC0xw837Xe0LaS9 { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:105.57500457764rem;left:5.7250003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#uuWv1aTLDcwoEPDdKT2xW3D73odXFJTX { box-sizing:content-box;height:0.4375rem;width:13.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:113.63750457764rem;left:5.8500003814697rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;box-shadow: 0.125rem 0.125rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#clv8uHdtiCqIagLTH0708NNMUfRdCfdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c215fd53-8f6e-4d8f-adca-a6d2732376b1/bckgrnd2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#clv8uHdtiCqIagLTH0708NNMUfRdCfdd.adaptive-delivery-prevent-bg, #clv8uHdtiCqIagLTH0708NNMUfRdCfdd.lazyload, #clv8uHdtiCqIagLTH0708NNMUfRdCfdd.lazyloading { background-image: none; }#clv8uHdtiCqIagLTH0708NNMUfRdCfdd > .row .container { border-width: 0; border-radius: 0; }#clv8uHdtiCqIagLTH0708NNMUfRdCfdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clv8uHdtiCqIagLTH0708NNMUfRdCfdd > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:none; }#OXJZ0fpdcXpqtMh5btxB5OCZkCFvc5Ok { color:rgba(var(--color-tertiary-0),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.9375rem;left:5.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eEN776c4UKEbd7asaMqO0Tn9I4pAFss8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.875rem;left:10rem;display:block; }
#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbf00;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; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container { background-color: transparent; background-image: none; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container > .video-iframe-container { display: none; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row > .video-iframe-container { display: none; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .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); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container { border-width: 0; border-radius: 0; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#msoITzu7ml3EiNOs7dH4uEfkewfuBMbQ { position:absolute;display:block;z-index:15000;background-color:#008080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #004c4c;border-left:0.25rem solid #004c4c;border-right:0.25rem solid #004c4c;border-bottom:0.25rem solid #004c4c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 0rem #004c4c ;height:20.9375rem;width:41.6875rem;top:4.0625rem;left:8.9375rem;display:block; }
#GPFwXD8ptPZnGShhTou2gadPcU2sTCxB { color:#ffffff;display:block;width:38rem;position:absolute;font-family:fraunces;font-size:3.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:12.625rem;height:4.79375rem;font-style:normal;display:block; }
#NoB9UT2O3xDgQA4mHgIZ6evbPPQIn35b { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:12.75rem;height:1.3rem;font-style:normal;display:block; }
#gWvrVZiNbqTyTZe2Gx2hcpzELxsHu1DT { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:12.6875rem;height:2.275rem;font-style:normal;display:block; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-form-header {  }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-regular-label { display:block;width:16.4375rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:3.75rem;width:17.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-text {padding-top: 0; padding-bottom: 0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:2.9375rem;width:16.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-select {padding-top: 0; padding-bottom: 0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.1875rem solid #ffbf00;border-left:0.1875rem solid #ffbf00;border-right:0.1875rem solid #ffbf00;border-bottom:0.1875rem solid #ffbf00;height:3.75rem;width:14.0625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#000000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#ffbf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: none; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#ffffff; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.5625rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-0),1); }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.125rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-family:lato; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.5rem;padding-bottom:0;padding-left:0.5rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-container:first-of-type{padding-top:0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-container:last-of-type{padding-bottom:0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:33.125rem;height:auto;left:11.875rem;top:13.25rem;z-index:15009;position:absolute; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .radio-container { width:17.0625rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:33.125rem;height:auto;left:11.875rem;top:13.25rem;z-index:15009;position:absolute; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #dUzzO2U78bpvwlkZVXRXSWqcucztKQbN { position:relative; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #WZ3N7gipCLLEGgtJ4ltXnSNFf3zTb21Q { position:relative;display:block; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #pJTEm0HB5M2ZPu2m6xpH551BAFtXdvXz { position:relative; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #chaS1L0EyOl2TmWQreM2Z6GBOuW2weHA { position:relative; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #C7VlfFetBx73yLdSNUVAOIyJXPDysiIe { position:relative; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #kJtQK9WbU313TDwlwZ5GP1QEvXEHn9tV { position:relative; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #oUsbTqwdoo7ERX2ecxXhP6oCa3HG0aqe { position:relative;z-index:2; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #AsxqAwfFfMrhxHd73pMSsNMydffik9qJ { position:relative; }
#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004c4c;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; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container { background-color: transparent; background-image: none; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container > .video-iframe-container { display: none; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row > .video-iframe-container { display: none; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .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); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container { border-width: 0; border-radius: 0; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#sgNcKpKLfTThNnLpWLpUspR1dP7CCd0d { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.3125rem;left:11.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#LU6PM7FGg5ImQSRJWCdnGTvNG8VctRS4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:20.125rem;left:15.875rem;overflow:hidden;display:block; }
#euT2tmERrsbzi64s9nf1NewCbdkco9cz { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.625rem;left:24.875001907349rem;height:5.2rem;display:block; }
#nx98OABgCO25weTQSzS6aSX3sp0JT9aT { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5rem;position:absolute;font-family:fraunces;font-size:3.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.25rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbf00;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; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row .container { background-color: transparent; background-image: none; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row .container > .video-iframe-container { display: none; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row > .video-iframe-container { display: none; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .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); }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row .container { border-width: 0; border-radius: 0; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#nKp2gavvv97unCdD9llWPT71plgPnPod { color:#000000;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.25rem;left:13.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZWtSbwXgqXbGKKamUyxuE4ORI30Uqap { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.0625rem;left:16.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTohcA11IHK3qh6R2uJPclwaDpEcMquK { color:#000000;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:19.4375rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1gs9uyo65CPUoV6cQ3y5MTn9gEE7tPN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.1875rem;top:6.4375rem;left:23.90625rem;overflow:hidden;display:block; }
#N1l2Qh3uon2GBfZiqheZoJ3FoGIe1Ety { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:32.375rem;left:19.78125rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/c215fd53-8f6e-4d8f-adca-a6d2732376b1/bckgrnd2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm.adaptive-delivery-prevent-bg, #oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm.lazyload, #oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm.lazyloading { background-image: none; }#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm > .row .container { border-width: 0; border-radius: 0; }#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:none; }#llzwWTzC5TeWhRfGT84CLxWPwpAVeWLe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.375rem;left:22.5625rem; }
#llzwWTzC5TeWhRfGT84CLxWPwpAVeWLe > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#x2fC2cHBI5D2P6vEAwQAtecmftaEDo5U { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.875rem;left:25.9375rem;height:1.3rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ckb28mT4I36C86tl3439ZsiA3HyXG93b { display:block; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRq44FHwiCVdP4wfiRrabEXrAu1IIJET { top:2.3125rem;left:0rem;width:10.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6cUI1hfgWadDWWpPCxBA44vXVk3W4d0 { top:17.375rem;left:0rem;width:41.6875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrJ6oiy2xU3ha75ExkDl6c2yDDQS4ZE { top:18.625rem;left:0rem;width:38rem;height:4.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fro7yeLWi5mPmBV6HMZc4RCbvAd4T9X4 { top:23.6875rem;left:0rem;width:37.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-regular-label { width:16.4375rem;display:block; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text { width:17.0625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-textarea { width:16.4375rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select { width:16.4375rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-checkbox-label { width:30.625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-radio-label { width:6.84375rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52  { width:33.125rem;height:auto;top:26.5625rem;left:0rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .radio-container { width:17.0625rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 {display:inline-block;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 { width:33.125rem;height:auto;top:26.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #WsPnwf2wVilRMCV26lQQnadrEhs1d0Fz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #ci3P4e3WX4JXxEeb9uQDs3HZF5XEPEH0 { display:block; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #yp2PByHowPXr6w1aqCZEQEFXl2OlbGcD {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #fo4GcqvJFK27mtT8w4PxbKRXmeeO6MVz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #Ba95qr3aVdZCE6byx4iV3DqpM4KIZfTL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #bfBOotakuoSUCJ7B3h7713DvXG95ecZd {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #cawWfT1MTcEfWm8piKiUARVoQQMUSaLL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #FO2c6xx7yBc3fNkKrJebKoDzb20zK9RV {  }
 }@media only screen and (max-width: 763px) { #aSwHJITPcnkxB8KXhBkI9ham7CLLR0qk { top:6.0625rem;left:0rem;width:45.3125rem;height:4.125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSUlt7WwrTkbF8zagosnJAliGQUfApRa { top:25.3125rem;left:0rem;width:37.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msipXAvNTvgKmxI9IVWIwRS2kem0IJq2 { top:40.875rem;left:0rem;width:37.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZtLqzp0olNSMQZEpEXztHeecvsz17hv { top:10.8125rem;left:0rem;width:43.375rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQgXRlgipPiHAP31qMDvNMrJQXFdsV9W { top:5.4375rem;left:0rem;width:44.6875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h56iL9VJMfOue4TR01PBCdyTQ8VE0cRe { top:13.4375rem;left:31.125rem;width:16.625rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ { display:block; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lizu303r1THGI9R6eJShE7BytNACHbQg { top:6.8125rem;left:0rem;width:47.75rem;height:12.75rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEBKnLfpFmGhmF7kEJsttqlTQlynnTlF { top:3.5rem;left:13.375001907349rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzMVeuZLAsoD2ukpbVlU4p0QBxEPTdgX { top:3rem;left:13.375001907349rem;width:21rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5q4fZJe9qvTEGsM3S6ltdn8zZe7MT2u { top:23.9375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQlbuNWqzs3kbhGnvhyZX6DPJycPPNlL { top:31.5rem;left:0rem;width:47.75rem;height:13rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pERrHNOgNTrXq7Ez6Jf5LipQcB4LCUux { width:22.9375rem;height:6.9375rem;top:89.3125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2bqta4JUowDMFw3C5bvHomW8bwk4ET1 { display:block; }
 }@media only screen and (max-width: 763px) { #rGxpNfPP0eocR1iinJ0pD2gydSk68D0q { top:85.6875rem;left:0rem;width:28.125rem;height:14.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfoq0XSRTb37QQuS8U1DW0bP5XQT8aDd { top:22.5625rem;left:13.375001907349rem;width:21rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcBJNmSfKQfn1oeTMCPGQEmRALgMvTMu { top:23rem;left:13.375001907349rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7H5z30rTP7gaTwQ43Q3674r7CT3ElM7 { top:6.8125rem;left:2.4125003814698rem;width:42.625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsVPgUmS4JDFPZuzlQaQHP5HzRFLiNaI { top:47.1875rem;left:0rem;width:47.75rem;height:26.843782654127rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3d98OgLDNheDIXfwPbnuQG12dI5m02 { top:84.375rem;left:0rem;width:28.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyWte2ZbaTglSMri9uI12OLmAezr3MlM { top:31.25rem;left:10.3125rem;width:12.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdlKMeqmTZFVVnVyA3xZUX1uwRbuSMCV { top:33.9375rem;left:0rem;width:19.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 { display:block; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsP8pLnRTTokWxP5IDkKykWCAntb3VDc { top:1.375rem;left:0rem;width:47.75rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvtogrz4oe2m2PVRhs5ocJGuzyBRc7VR { top:9.5rem;left:6.1875rem;width:35.375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG9XBcyeUN1HAzVbhiLhT6KmpILbNitd { top:16.6875rem;left:6.625rem;width:34.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZd1mxAmg2vqmQQWxQhO9k6LA1d4Zgy { top:8.625rem;left:12.81875038147rem;width:21.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX { display:block; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUUerwZK5VQc41PEZMNveGCgMZtq6Pv1 { top:23.0625rem;left:0rem;width:47.75rem;height:37.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1FsVW0o67gwX3xeMRLf8i8ht3RadCEI { top:4.4375rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrDZdo4B7GaBdAZHEMNE7E4FnS4T2wO { top:22.5rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1qVNkJzUrGIAT0sVLNil0Mqdow3alr { top:37.6875rem;left:0rem;width:47.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND36lHaFlCRevZt9W2thRop1UaGUcpJ8 { top:50.75rem;left:0rem;width:47.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK { display:block; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSfgyzUIHDWxZkxHmB6fWa8tu6T5ns6K { top:22.875rem;left:0rem;width:47.75rem;height:71rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Fi4OvHKd5mtaOaXIgTGtITpsPtE69G { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdDGvgCetyIUJSAA5bkPp5BU2fe71gLD { top:10.8125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkVy2WhKCgXTpXz6bxzRwMhm2n9Wc59 { top:3.0625rem;left:0rem;width:47.375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpySc8GcIcSHwdoMsiVJTdSKTxTxez9E { width:22.9375rem;height:6.9375rem;top:98.6875rem;left:12.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskQy141sbx2TfAmvLc6vKQ5Sf19kF9g { display:block; }
 }@media only screen and (max-width: 763px) { #JtvTtkdSllusvM8MClDfwzh3B5oeIb7x { display:block; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkic2f17T3mTUbUzmXOT4weIIAHJRIab { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #on2qTZP6Z1iOdFZBXOPoXCZooNGGyzeX { top:13.25rem;left:6.1875rem;width:35.375rem;height:20.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN { display:block; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOA2LwfDP0pL6FMvpX6ffKfs7TpIyDlG { top:2.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTr7k764rdOzCxema1ycHtz0WOg7GMHH { top:14.5625rem;left:0rem;width:47.75rem;height:20.045052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4oHikdcQIRnVZDb0IliPTZpZ9qGSAi { top:39.75rem;left:17.625001907349rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl9U1B28g4qO1XlrBaD3xVQIPrtOT8Tf { top:66.5rem;left:17.625001907349rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG0I4fyzfUyhoTADqamD2GpzBwqhGgzc { top:95.4375rem;left:18.09921836853rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss70LzDkcghry0xwZRWUAmbPZ06TqF5X { top:108.5rem;left:0rem;width:18.3125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpgRMLe5btEyVLGr415vsvh8R9QqbABZ { top:109.625rem;left:16.3125rem;width:16.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmE9oiOr7Jvygdcl5Ds8SmKzhMAhdq7a { top:110.25rem;left:31.125rem;width:16.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSN3PPiKvOiANOJvl5Qav1oJB11D8a7W { top:100.75rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBszXu4WS5w95odFvd7ktZNTeKN6b9A { top:115.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxKoHZ8pzTocl5grIc6AAV6R0W1UX04n { top:114.3125rem;left:18.099828720092rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqbfzQLETvLq4mUuTSQduFBLzPxMhC6L { top:113.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcTUflNC2Z70e3P5ykeXbiuyMUX9f3T { top:120.1875rem;left:0rem;width:18.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUzircIQTQtiHM0CxMCZ8iLX2cBHT2hw { top:126.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oVwroPl9KoelM0hTAOo2GIU17oB8oU { top:120.1875rem;left:16.537328720092rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMA6msrxPRxntnqrFStZHw446S98ISG3 { top:126.5rem;left:17.625001907349rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTkhl8PHZPBilf0Gy404r5wZ6oPax1ch { top:117.25rem;left:32.125rem;width:15.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoEKmP9b3OqrauLABKko84fdfoeCKAVC { top:129.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntvMn9fgoBtSA43s8qsnxmNXEk1F5Bln { top:134.875rem;left:14.718751907349rem;width:18.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA40aEz07qUkqILobONtkwhhfNFzIlkB { top:136.9375rem;left:18.09921836853rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypgZxMq4H1MX4aTI54ZkgHwoBueviGyy { top:44.5625rem;left:0rem;width:47.75rem;height:17.508333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENx8S8eZGnHsnPsXUpC2kPVh04N181Jm { top:72.25rem;left:0rem;width:47.75rem;height:18.453385416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu { display:block; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCFDLyrBwNCwctMi8br6iorxfLO5DiXO { top:1.3125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XXXP3QZMWxnD9sON2kUUAIzEw0eZSJ { top:25.25rem;left:1.1187515258789rem;width:44.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD5pXdsRUxJgMAoPgxpA6RiVHr0fItZ0 { top:8.75rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6QrPJANZ4qbcylsyHooJ9NskPhCI5t { top:10.25rem;left:0rem;width:12.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4QZi7ZrHssivGVKRVOGDKDUJczdyRxr { top:9.9375rem;left:12.250001907349rem;width:33rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nwGIq97gA6r4sGsSZ8us25Lf5zqSig { top:10.25rem;left:32.0625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGweUegXQ6EApEvZ18Ruk3th6aJa6toV { top:15.625rem;left:0rem;width:12.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgb7x5qxEWXREW4SJqS4Ur0DSrMMtOkA { top:15.3125rem;left:12.250001907349rem;width:29.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtfxKs5XK2t2KQzqSTW4t6hoDTZJwPlL { top:15.625rem;left:28.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0mxrA5bisyDNEtgWgZapOZPwV1TIAgF { top:20.75rem;left:0rem;width:12.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWLB0w3LmHGtIGVrDfehxD0mztF7est { top:20.4375rem;left:12.250001907349rem;width:23.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH3HeoAPm6CMfJBvL7iuQDfLvKi9O3y2 { top:20.75rem;left:22.5625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4SuTWihmuuf70iZ2MNZ4mmpifENhThx { top:30.75rem;left:0rem;width:47.75rem;height:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEUxTAowz4eXH7aUMycaXkFAPwmNwbn { top:32.25rem;left:0rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhpHthnui4NJMMA1Cm0zyVfvb7bLr3nd { top:33.875rem;left:12.643751144409rem;width:33rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gavOZPp6EDrsO6Hq488L69sCJcPGWKSf { top:37.625rem;left:0rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3tdsDltwy6ieAuVEPtEP7Jz43WISCFQ { top:37.3125rem;left:15.136285781861rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZxEioTgNnrn6CKXEAEXeq8qe2g9DmVX { top:32.1875rem;left:33.143751144409rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaiUCpwVpit1UmJBGKgUl086lhZAh7gE { top:42.75rem;left:0rem;width:11.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgFeJD3LE1xyLs6uJ2KcpXtX5VXh4ic { top:42.4375rem;left:4.2562503814697rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tquPesc3mvnEkAnKuxC7PAi0s2T58Ut0 { top:38.875rem;left:12.643228530884rem;width:14.9375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdRgU8hGxhovLTRt5TrMGJeIZgu0khKW { top:44rem;left:12.643751144409rem;width:4.0625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6c1h4URzlhFkPPU9sblueJ91rTIJays { top:48.625rem;left:0rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLIqEhVOgwSfAEab8JdmwCblICasqOGp { top:49.9375rem;left:12.643751144409rem;width:28.9375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0eHiKOV9FStfVywNE8rDKD6JRCmyds { top:48.375rem;left:29.175001144409rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF7TfpTDKFbXznOf08lq9hwNL1HIPK7J { top:54.9375rem;left:0rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvh4CIzq8Rta5QTPdSoU6dGPBOpkEKTm { top:56.25rem;left:12.643228530884rem;width:25.125rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UTDFePAk0iI6y7bCVssSczEGaA4h1R { top:54.6875rem;left:25.323785781861rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taChqQEQJLJ3GKqKcbeFzwDx5fKH3G4z { top:62.125rem;left:0rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4d2gn69d6HUydOgAgsfLCFgf4NJALpW { top:61.1875rem;left:33.149305343628rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxJxK18mccyIylmUHIELPvCnF1qHKddL { top:62.8125rem;left:12.625rem;width:33rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OFXB9yFxAT6xZb8CazPZgde1pxQtt1 { top:64.125rem;left:12.625rem;width:17.4375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkiqqxZczW95g2NcgsTCDcdf57T0tnr0 { top:68.25rem;left:0rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeCww5hpF8zARVMQ8TRyQw8u1kVpcbgi { top:69.5625rem;left:12.643228530884rem;width:1rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o09ernySSUgAXiuirC2XEiM3wJnUtTGF { top:68rem;left:3.2569446563721rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNp28eqEO8ofh5eW6cTLaPHMNyCFJ3VG { top:75.9375rem;left:1.1187515258789rem;width:44.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvC6L4AeWsIlUcfynxnUSCGp0ESB1cwS { top:81.875rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuVSCEBmKENNmWDZAcvxaLbcGPX9TipA { top:89.1875rem;left:5.84375rem;width:36.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcigQhTQ3VdwuErdKWxu7BLsN2biE3kT { width:22.9375rem;height:3.0625rem;top:94rem;left:12.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2O380IF1eTrva6XrJKdRAK9rlkxFzAt { display:block; }
 }@media only screen and (max-width: 763px) { #FRM1Z6tlDCqWTX7gkpLDFDFfDKA7N3KF { top:81.1875rem;left:0rem;width:47.375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMwDA4TV9ZmlpMpIr6S2eIqn2A8oEKM { top:101.25rem;left:2.4375rem;width:42.875rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 { display:block; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGu6HF95Gt2WD84KksT5uv79ORe4dbWV { top:18.375rem;left:1.4375rem;width:44.875rem;height:44.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0s8yPiesEmG0otWHQ92c8fFEtQs9crB { top:4.25rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUaPlmwFq98BoqrwIDbhQpVT6cTuEz0o { top:3.5rem;left:0rem;width:47.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8FBI1cftVUEamU2DGxeL1Xc9drTFHn { top:17.375rem;left:0rem;width:47.75rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE { display:block; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCyCX3DiBKcf85olqCVfMDDyE3szceDw { top:3rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2Roo1bgmo4FXPC7tmo1MO6ma9ZV0k7 { top:7.1875rem;left:6.1562519073486rem;width:35.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy3hVC2nXnIkJTODzeUWP1tDXxNlTFyR { top:2rem;left:0rem;width:47.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6WA8Xl0I3BedOLbzIlBSEiQeItUZlHd { top:14.8125rem;left:2.1875rem;width:41.6875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXLfbM7qPQsTLs5wbWdOFT1XDpfAUoVg { top:16.0625rem;left:5.875rem;width:38rem;height:4.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x329KKD1cUdHwDAWiLnCdUxfugGe2pix { top:21.125rem;left:6rem;width:37.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeQZs4Nl6xUzrEO8qdb1RLgETsC3Wlut { top:22.4375rem;left:5.9375rem;width:37.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-regular-label { width:16.4375rem;display:block; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-text { width:17.0625rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-text {padding-top: 0; padding-bottom: 0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-textarea { width:16.4375rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-select { width:16.4375rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-select {padding-top: 0; padding-bottom: 0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-checkbox-label { width:30.625rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-radio-label { width:6.84375rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA  { width:33.125rem;height:7.75rem;top:24rem;left:5.125rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .radio-container { width:17.0625rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA {display:inline-block;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA { width:33.125rem;height:7.75rem;top:24rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #loweSXCNTkGgt6IMkBZaazkZNl7dB7K3 {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #wDv0zSpB0wSgF0wpSygBmwp8LToI0FiQ { display:block; }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #tcaPmTcnDAFuXKICrD9UfyFeup6vtiTa {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #MHoJBznIuP3oXAEXW5mpq5uCF13Iy8xx {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #B7mCZ4uGh69ZQbmWLKoA3eI8OaeoRdgv {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #KSPrxfVZKAwe3xHKHOp16ix7qEccKb9k {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #OHVM7CFC7A6S80J557C5Nnlnk0OViVFQ {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #KvtqlENHVKn5CRdHSRMIwOaT5o4eszKX {  }
 }@media only screen and (max-width: 763px) { #ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU { display:block; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gasNIH9vX8AJUiHOA1cCQXyeGKbu9uR3 { top:11.3125rem;left:0.34375rem;width:47.0625rem;height:110.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GdKD9XMxhe0ilzESdtEtU7tJTJG9Bs { top:2.875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RuApRvwaJw3xx6MrxUfbsfMMw50nTf { top:12.6875rem;left:0rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkF4pZXMdRViT9mLIsfle07PsisMznxK { top:26.3125rem;left:0.47500038146973rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2CyQIZFV6FE0w1uLznTKzaHwvDszUL { top:42.875rem;left:0.72500038146975rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEtC5w5LT95IbQgbF82fvAReQGOo6T6T { top:62.375rem;left:0.28750038146973rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWyxfhrXvVF8tc72nMFt5GBdpbQ5tEA6 { top:73.75rem;left:0.16250038146973rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdeJiH7GwIRCqK0xVMLIRqt8cT3dHLT { top:88.375rem;left:0.22500038146973rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7h7bV65WiToWywqXLcCd9ROTGc394FI { top:98.0625rem;left:0.22500038146973rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iffyk6OQp6DbT4srWmC0xw837Xe0LaS9 { top:106.1875rem;left:0.22500038146973rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuWv1aTLDcwoEPDdKT2xW3D73odXFJTX { top:114.25rem;left:0.35000038146973rem;width:13.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clv8uHdtiCqIagLTH0708NNMUfRdCfdd { display:block; }#clv8uHdtiCqIagLTH0708NNMUfRdCfdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXJZ0fpdcXpqtMh5btxB5OCZkCFvc5Ok { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEN776c4UKEbd7asaMqO0Tn9I4pAFss8 { top:8.875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB { display:block; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msoITzu7ml3EiNOs7dH4uEfkewfuBMbQ { top:4.0625rem;left:2.8125rem;width:41.6875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPFwXD8ptPZnGShhTou2gadPcU2sTCxB { top:5.3125rem;left:6.5rem;width:38rem;height:4.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoB9UT2O3xDgQA4mHgIZ6evbPPQIn35b { top:10.375rem;left:6.625rem;width:37.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWvrVZiNbqTyTZe2Gx2hcpzELxsHu1DT { top:11.6875rem;left:6.5625rem;width:37.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-regular-label { width:16.4375rem;display:block; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-text { width:17.0625rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-text {padding-top: 0; padding-bottom: 0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-textarea { width:16.4375rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-select { width:16.4375rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-select {padding-top: 0; padding-bottom: 0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-checkbox-label { width:30.625rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-radio-label { width:6.84375rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV  { width:33.125rem;height:7.75rem;top:13.25rem;left:5.75rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .radio-container { width:17.0625rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV {display:inline-block;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV { width:33.125rem;height:7.75rem;top:13.25rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #dUzzO2U78bpvwlkZVXRXSWqcucztKQbN {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #WZ3N7gipCLLEGgtJ4ltXnSNFf3zTb21Q { display:block; }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #pJTEm0HB5M2ZPu2m6xpH551BAFtXdvXz {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #chaS1L0EyOl2TmWQreM2Z6GBOuW2weHA {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #C7VlfFetBx73yLdSNUVAOIyJXPDysiIe {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #kJtQK9WbU313TDwlwZ5GP1QEvXEHn9tV {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #oUsbTqwdoo7ERX2ecxXhP6oCa3HG0aqe {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #AsxqAwfFfMrhxHd73pMSsNMydffik9qJ {  }
 }@media only screen and (max-width: 763px) { #r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er { display:block; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgNcKpKLfTThNnLpWLpUspR1dP7CCd0d { top:13.3125rem;left:5.0625rem;width:37.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6PM7FGg5ImQSRJWCdnGTvNG8VctRS4 { top:20.125rem;left:9.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euT2tmERrsbzi64s9nf1NewCbdkco9cz { top:21.625rem;left:18.750001907349rem;width:20.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx98OABgCO25weTQSzS6aSX3sp0JT9aT { top:4.3125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eASE5w3C3bZyCKBExGNXw85UXlNVNHzi { display:block; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKp2gavvv97unCdD9llWPT71plgPnPod { top:10.25rem;left:7.5rem;width:32.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZWtSbwXgqXbGKKamUyxuE4ORI30Uqap { top:16.0625rem;left:9.90625rem;width:27.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTohcA11IHK3qh6R2uJPclwaDpEcMquK { top:17.6875rem;left:13.3125rem;width:21.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1gs9uyo65CPUoV6cQ3y5MTn9gEE7tPN { top:6.4375rem;left:17.78125rem;width:12.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1l2Qh3uon2GBfZiqheZoJ3FoGIe1Ety { top:32.375rem;left:13.65625rem;width:20.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm { display:block; }#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llzwWTzC5TeWhRfGT84CLxWPwpAVeWLe { top:3.375rem;left:16.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
#llzwWTzC5TeWhRfGT84CLxWPwpAVeWLe > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #x2fC2cHBI5D2P6vEAwQAtecmftaEDo5U { top:3.875rem;left:19.8125rem;width:11.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ckb28mT4I36C86tl3439ZsiA3HyXG93b { background-color:#ffbf00;background-image:none;display:block; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { background-color: transparent; background-image: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container > .video-iframe-container { display: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row > .video-iframe-container { display: none; }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .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); }#ckb28mT4I36C86tl3439ZsiA3HyXG93b > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRq44FHwiCVdP4wfiRrabEXrAu1IIJET { width:10rem;height:2.25rem;top:1.125rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6cUI1hfgWadDWWpPCxBA44vXVk3W4d0 { width:19.5rem;height:36.6875rem;top:21.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KJrJ6oiy2xU3ha75ExkDl6c2yDDQS4ZE { width:17.75rem;height:5.0375rem;top:23.1875rem;left:1.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fro7yeLWi5mPmBV6HMZc4RCbvAd4T9X4 { width:16.9375rem;height:4.5rem;top:29.4375rem;left:1rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-form-header {  }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.875rem;font-family:dosis;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:17.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#383a3a;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#cdff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.9375rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1.5;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:first-of-type{padding-top:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-container:last-of-type{padding-bottom:0;}#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:37.875rem;z-index:15004; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .radio-container { width:17.5rem; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;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; }
#DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:42.1875rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #WsPnwf2wVilRMCV26lQQnadrEhs1d0Fz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #ci3P4e3WX4JXxEeb9uQDs3HZF5XEPEH0 { display:block; }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #yp2PByHowPXr6w1aqCZEQEFXl2OlbGcD {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #fo4GcqvJFK27mtT8w4PxbKRXmeeO6MVz {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #Ba95qr3aVdZCE6byx4iV3DqpM4KIZfTL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #bfBOotakuoSUCJ7B3h7713DvXG95ecZd {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #cawWfT1MTcEfWm8piKiUARVoQQMUSaLL {  }
 }@media only screen and (max-width: 763px) { #DTiLQ0R9O7QugTXehx7kiwFR2GO91V52 #FO2c6xx7yBc3fNkKrJebKoDzb20zK9RV {  }
 }@media only screen and (max-width: 763px) { #aSwHJITPcnkxB8KXhBkI9ham7CLLR0qk { width:20rem;height:4rem;top:5.9875001907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSUlt7WwrTkbF8zagosnJAliGQUfApRa { width:16.9375rem;height:5.25rem;top:35.25rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #msipXAvNTvgKmxI9IVWIwRS2kem0IJq2 { width:20rem;height:6.825rem;top:61.35000038147rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZtLqzp0olNSMQZEpEXztHeecvsz17hv { width:17.6875rem;height:6.825rem;top:11.775000572204rem;left:1.1554687619209rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQgXRlgipPiHAP31qMDvNMrJQXFdsV9W { width:19.875rem;height:14.9375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h56iL9VJMfOue4TR01PBCdyTQ8VE0cRe { width:17.8125rem;height:36.5625rem;top:68.125rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ { background-color:#bcf8f4;background-image:none;display:block; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container { background-color: transparent; background-image: none; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container > .video-iframe-container { display: none; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row > .video-iframe-container { display: none; }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .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); }#ShXGIIyzR3Cvt0Sx3OxWQM1ITTff2aFZ > .row .container { width:20rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lizu303r1THGI9R6eJShE7BytNACHbQg { width:20rem;height:4.4rem;top:4.8369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEBKnLfpFmGhmF7kEJsttqlTQlynnTlF { width:19.3125rem;height:1.3rem;top:1.9429688453674rem;left:0.34296876192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzMVeuZLAsoD2ukpbVlU4p0QBxEPTdgX { width:20rem;height:2.1875rem;top:1.5rem;left:-0.062499940395355rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5q4fZJe9qvTEGsM3S6ltdn8zZe7MT2u { width:20rem;height:6.3rem;top:12.32421875rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NQlbuNWqzs3kbhGnvhyZX6DPJycPPNlL { width:20rem;height:26rem;top:19.98671913147rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pERrHNOgNTrXq7Ez6Jf5LipQcB4LCUux { width:18.95rem;height:6.8875rem;top:87.416406154631rem;left:0.49921876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2bqta4JUowDMFw3C5bvHomW8bwk4ET1 { display:block; }
 }@media only screen and (max-width: 763px) { #rGxpNfPP0eocR1iinJ0pD2gydSk68D0q { width:19.25rem;height:19.5rem;top:62.966406822206rem;left:0.37421876192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfoq0XSRTb37QQuS8U1DW0bP5XQT8aDd { width:20rem;height:2.1875rem;top:10.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcBJNmSfKQfn1oeTMCPGQEmRALgMvTMu { width:20rem;height:1.3rem;top:11.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7H5z30rTP7gaTwQ43Q3674r7CT3ElM7 { width:19.75rem;height:5.5625rem;top:4.19921875rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #CsVPgUmS4JDFPZuzlQaQHP5HzRFLiNaI { width:20rem;height:11.2429375rem;top:47.67421913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3d98OgLDNheDIXfwPbnuQG12dI5m02 { width:19.75rem;height:21.625rem;top:61.778906822204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyWte2ZbaTglSMri9uI12OLmAezr3MlM { width:12.0625rem;height:2.5625rem;top:19.986718893051rem;left:7.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdlKMeqmTZFVVnVyA3xZUX1uwRbuSMCV { width:19.375rem;height:2.9375rem;top:27.67421913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 { display:block; }#y8gG0a9c36WdrtrFIVeOe7IFgb7MhK18 > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsP8pLnRTTokWxP5IDkKykWCAntb3VDc { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvtogrz4oe2m2PVRhs5ocJGuzyBRc7VR { width:20rem;height:4.225rem;top:8.449999809265rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG9XBcyeUN1HAzVbhiLhT6KmpILbNitd { width:20rem;height:10.4rem;top:14.03750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZd1mxAmg2vqmQQWxQhO9k6LA1d4Zgy { width:19.625rem;height:5.75rem;top:0.82500076293944rem;left:0.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX { display:block; }#W7mWu8Z4Wg8z2G8nZizgGUZUpzPp3MoX > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUUerwZK5VQc41PEZMNveGCgMZtq6Pv1 { width:19.25rem;height:64.375rem;top:15.290625572204rem;left:0.37421876192093rem;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #u1FsVW0o67gwX3xeMRLf8i8ht3RadCEI { width:16.1875rem;height:7.475rem;top:3.1455078125rem;left:1.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrDZdo4B7GaBdAZHEMNE7E4FnS4T2wO { width:19.8125rem;height:23.0625rem;top:14.15625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dw1qVNkJzUrGIAT0sVLNil0Mqdow3alr { width:19.8125rem;height:19.3125rem;top:39.61562538147rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ND36lHaFlCRevZt9W2thRop1UaGUcpJ8 { width:19.6875rem;height:19.0625rem;top:61.165625572204rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK { display:block; }#BT7k1Z7axy6u7I2n5pIkCXZnDnAAWrQK > .row .container { width:20rem;height:177.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSfgyzUIHDWxZkxHmB6fWa8tu6T5ns6K { width:20rem;height:134.55rem;top:30.5625rem;left:0rem;font-size:1.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #D2Fi4OvHKd5mtaOaXIgTGtITpsPtE69G { width:16.1875rem;height:5.60625rem;top:3.1455078125rem;left:1.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdDGvgCetyIUJSAA5bkPp5BU2fe71gLD { width:20rem;height:16.25rem;top:11.362501144409rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkVy2WhKCgXTpXz6bxzRwMhm2n9Wc59 { width:19.625rem;height:5.8125rem;top:2.8914070129394rem;left:0.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpySc8GcIcSHwdoMsiVJTdSKTxTxez9E { width:18.95rem;height:6.8875rem;top:168.16250038147rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskQy141sbx2TfAmvLc6vKQ5Sf19kF9g { display:block; }
 }@media only screen and (max-width: 763px) { #JtvTtkdSllusvM8MClDfwzh3B5oeIb7x { display:block; }#JtvTtkdSllusvM8MClDfwzh3B5oeIb7x > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkic2f17T3mTUbUzmXOT4weIIAHJRIab { width:20rem;height:3.7375rem;top:2.0830078125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #on2qTZP6Z1iOdFZBXOPoXCZooNGGyzeX { width:16.5rem;height:37.375rem;top:8.6875rem;left:1.7500000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN { display:block; }#wdVIXudex5TTu9PSNBCLMdZzfd3iVZrN > .row .container { width:20rem;height:126.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOA2LwfDP0pL6FMvpX6ffKfs7TpIyDlG { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTr7k764rdOzCxema1ycHtz0WOg7GMHH { width:20rem;height:8.3953125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4oHikdcQIRnVZDb0IliPTZpZ9qGSAi { width:12.5rem;height:0.89375rem;top:24.875rem;left:3.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl9U1B28g4qO1XlrBaD3xVQIPrtOT8Tf { width:12.5rem;height:0.89375rem;top:37rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG0I4fyzfUyhoTADqamD2GpzBwqhGgzc { width:12.5rem;height:0.89375rem;top:49.875rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss70LzDkcghry0xwZRWUAmbPZ06TqF5X { width:18.3125rem;height:6.9375rem;top:55.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpgRMLe5btEyVLGr415vsvh8R9QqbABZ { width:16.625rem;height:4.75rem;top:65.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmE9oiOr7Jvygdcl5Ds8SmKzhMAhdq7a { width:16.625rem;height:3.4375rem;top:72.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSN3PPiKvOiANOJvl5Qav1oJB11D8a7W { width:20rem;height:3.4125rem;top:9.1171875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBszXu4WS5w95odFvd7ktZNTeKN6b9A { width:12.5rem;height:1.3rem;top:62.625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxKoHZ8pzTocl5grIc6AAV6R0W1UX04n { width:12.5rem;height:1.3rem;top:69.9375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqbfzQLETvLq4mUuTSQduFBLzPxMhC6L { width:12.5rem;height:1.3rem;top:75.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcTUflNC2Z70e3P5ykeXbiuyMUX9f3T { width:18.3125rem;height:6.3125rem;top:78.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUzircIQTQtiHM0CxMCZ8iLX2cBHT2hw { width:12.5rem;height:1.3rem;top:84.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oVwroPl9KoelM0hTAOo2GIU17oB8oU { width:15.625rem;height:6.25rem;top:87.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMA6msrxPRxntnqrFStZHw446S98ISG3 { width:12.5rem;height:1.3rem;top:93.625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTkhl8PHZPBilf0Gy404r5wZ6oPax1ch { width:15.625rem;height:12.1875rem;top:96.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoEKmP9b3OqrauLABKko84fdfoeCKAVC { width:12.5rem;height:1.3rem;top:108.3125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntvMn9fgoBtSA43s8qsnxmNXEk1F5Bln { width:18.3125rem;height:2.0625rem;top:110.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA40aEz07qUkqILobONtkwhhfNFzIlkB { width:12.5rem;height:1.3rem;top:112.9375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypgZxMq4H1MX4aTI54ZkgHwoBueviGyy { width:20rem;height:7.3328125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENx8S8eZGnHsnPsXUpC2kPVh04N181Jm { width:20rem;height:7.728875rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu { display:block; }#twMQt4Gzc3A8tT2bd4LRTuvOTrApztXu > .row .container { width:20rem;height:104.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCFDLyrBwNCwctMi8br6iorxfLO5DiXO { width:20rem;height:2.4375rem;top:2.4375028610229rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1XXXP3QZMWxnD9sON2kUUAIzEw0eZSJ { width:20rem;height:3.9rem;top:24.937499284744rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bD5pXdsRUxJgMAoPgxpA6RiVHr0fItZ0 { width:19.875rem;height:17.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6QrPJANZ4qbcylsyHooJ9NskPhCI5t { width:12.5625rem;height:1.625rem;top:7.875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4QZi7ZrHssivGVKRVOGDKDUJczdyRxr { width:19.0625rem;height:1.9375rem;top:9.5000009536744rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nwGIq97gA6r4sGsSZ8us25Lf5zqSig { width:12.5rem;height:1.625rem;top:9.7750005722044rem;left:6.4937501549719rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AGweUegXQ6EApEvZ18Ruk3th6aJa6toV { width:12.5625rem;height:1.625rem;top:13.25rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgb7x5qxEWXREW4SJqS4Ur0DSrMMtOkA { width:17.75rem;height:2rem;top:14.875000953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtfxKs5XK2t2KQzqSTW4t6hoDTZJwPlL { width:12.5rem;height:1.625rem;top:15.181250572204rem;left:5.4124999642372rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i0mxrA5bisyDNEtgWgZapOZPwV1TIAgF { width:12.5625rem;height:1.625rem;top:18.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWLB0w3LmHGtIGVrDfehxD0mztF7est { width:14.875rem;height:2rem;top:20.000000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH3HeoAPm6CMfJBvL7iuQDfLvKi9O3y2 { width:12.5rem;height:1.625rem;top:20.306250572204rem;left:2.3804686665535rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4SuTWihmuuf70iZ2MNZ4mmpifENhThx { width:19.625rem;height:44.125rem;top:31.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEUxTAowz4eXH7aUMycaXkFAPwmNwbn { width:12.5625rem;height:3.25rem;top:33.4375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhpHthnui4NJMMA1Cm0zyVfvb7bLr3nd { width:17.0625rem;height:0.875rem;top:36.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gavOZPp6EDrsO6Hq488L69sCJcPGWKSf { width:12.5625rem;height:3.25rem;top:38.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3tdsDltwy6ieAuVEPtEP7Jz43WISCFQ { width:12.5rem;height:1.625rem;top:40.5rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZxEioTgNnrn6CKXEAEXeq8qe2g9DmVX { width:12.5rem;height:1.625rem;top:35.125rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaiUCpwVpit1UmJBGKgUl086lhZAh7gE { width:11.8125rem;height:3.25rem;top:43.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgFeJD3LE1xyLs6uJ2KcpXtX5VXh4ic { width:12.5rem;height:1.625rem;top:45.625rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tquPesc3mvnEkAnKuxC7PAi0s2T58Ut0 { width:14.9375rem;height:0.6875rem;top:42.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdRgU8hGxhovLTRt5TrMGJeIZgu0khKW { width:4.0625rem;height:0.6875rem;top:47.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6c1h4URzlhFkPPU9sblueJ91rTIJays { width:12.5625rem;height:3.25rem;top:49.875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLIqEhVOgwSfAEab8JdmwCblICasqOGp { width:15rem;height:0.8125rem;top:53.125rem;left:1.875rem;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #tD0eHiKOV9FStfVywNE8rDKD6JRCmyds { width:12.5rem;height:1.625rem;top:51.5625rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF7TfpTDKFbXznOf08lq9hwNL1HIPK7J { width:12.5625rem;height:3.25rem;top:56.1875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvh4CIzq8Rta5QTPdSoU6dGPBOpkEKTm { width:11.4375rem;height:0.8125rem;top:59.4375rem;left:1.875rem;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #v9UTDFePAk0iI6y7bCVssSczEGaA4h1R { width:12.5rem;height:1.625rem;top:57.875rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taChqQEQJLJ3GKqKcbeFzwDx5fKH3G4z { width:12.5625rem;height:3.25rem;top:63.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4d2gn69d6HUydOgAgsfLCFgf4NJALpW { width:12.5rem;height:1.625rem;top:65.0625rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxJxK18mccyIylmUHIELPvCnF1qHKddL { width:17.375rem;height:0.8125rem;top:66.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OFXB9yFxAT6xZb8CazPZgde1pxQtt1 { width:14.875rem;height:0.75rem;top:67.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkiqqxZczW95g2NcgsTCDcdf57T0tnr0 { width:12.5625rem;height:3.25rem;top:70.75rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeCww5hpF8zARVMQ8TRyQw8u1kVpcbgi { width:1rem;height:0.6875rem;top:74rem;left:1.875rem;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #o09ernySSUgAXiuirC2XEiM3wJnUtTGF { width:12.5rem;height:1.625rem;top:72.4375rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNp28eqEO8ofh5eW6cTLaPHMNyCFJ3VG { width:20rem;height:3.9rem;top:77rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvC6L4AeWsIlUcfynxnUSCGp0ESB1cwS { width:20rem;height:5.60625rem;top:85.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuVSCEBmKENNmWDZAcvxaLbcGPX9TipA { width:20rem;height:1.625rem;top:91.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcigQhTQ3VdwuErdKWxu7BLsN2biE3kT { width:18.95rem;height:3.0125rem;top:96.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2O380IF1eTrva6XrJKdRAK9rlkxFzAt { display:block; }
 }@media only screen and (max-width: 763px) { #FRM1Z6tlDCqWTX7gkpLDFDFfDKA7N3KF { width:19.625rem;height:17.3125rem;top:83.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMwDA4TV9ZmlpMpIr6S2eIqn2A8oEKM { width:20rem;height:11.2241875rem;top:161.11875343323rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 { background-color:#383a3a;background-image:none;display:block; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container { background-color: transparent; background-image: none; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container > .video-iframe-container { display: none; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row > .video-iframe-container { display: none; }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .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); }#wQ8webxaSSVzFZRqdQEeOsg6Jz8yh1B6 > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGu6HF95Gt2WD84KksT5uv79ORe4dbWV { width:18.25rem;height:52.65rem;top:9.6242198944094rem;left:0.87421876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0s8yPiesEmG0otWHQ92c8fFEtQs9crB { width:20rem;height:3.7375rem;top:1.73046875rem;left:0rem;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zUaPlmwFq98BoqrwIDbhQpVT6cTuEz0o { width:19.6875rem;height:5.3125rem;top:0.992188334465rem;left:0.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8FBI1cftVUEamU2DGxeL1Xc9drTFHn { width:19.8125rem;height:54.5625rem;top:8.5429725646975rem;left:0.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE { background-color:#ffbf00;background-image:none;display:block; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container { background-color: transparent; background-image: none; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container > .video-iframe-container { display: none; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row > .video-iframe-container { display: none; }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .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); }#kpKnGPDEF5pskBTpwPkhl5gsozDXA4tE > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCyCX3DiBKcf85olqCVfMDDyE3szceDw { width:20rem;height:3.7375rem;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2Roo1bgmo4FXPC7tmo1MO6ma9ZV0k7 { width:18.3125rem;height:3.7375rem;top:9.7998046875rem;left:0.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy3hVC2nXnIkJTODzeUWP1tDXxNlTFyR { width:19.6875rem;height:13.0625rem;top:1.3617181777954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6WA8Xl0I3BedOLbzIlBSEiQeItUZlHd { width:19.5rem;height:29.9375rem;top:17.7734375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zXLfbM7qPQsTLs5wbWdOFT1XDpfAUoVg { width:18.8125rem;height:2.51875rem;top:18.649219512939rem;left:0.59296876192093rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x329KKD1cUdHwDAWiLnCdUxfugGe2pix { width:19.125rem;height:3rem;top:22.649218559265rem;left:0.43671876192093rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LeQZs4Nl6xUzrEO8qdb1RLgETsC3Wlut { width:19.125rem;height:5.25rem;top:25.867188453674rem;left:0.43671876192093rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-form-header {  }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.875rem;font-family:dosis;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-text {padding-top: 0; padding-bottom: 0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-select {padding-top: 0; padding-bottom: 0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:17.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#383a3a;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#cdff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1.5;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-container:first-of-type{padding-top:0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-container:last-of-type{padding-bottom:0;}#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:31.1171875rem;z-index:15004; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .radio-container { width:17.5rem; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;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; }
#NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:31.1171875rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #loweSXCNTkGgt6IMkBZaazkZNl7dB7K3 {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #wDv0zSpB0wSgF0wpSygBmwp8LToI0FiQ { display:block; }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #tcaPmTcnDAFuXKICrD9UfyFeup6vtiTa {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #MHoJBznIuP3oXAEXW5mpq5uCF13Iy8xx {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #B7mCZ4uGh69ZQbmWLKoA3eI8OaeoRdgv {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #KSPrxfVZKAwe3xHKHOp16ix7qEccKb9k {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #OHVM7CFC7A6S80J557C5Nnlnk0OViVFQ {  }
 }@media only screen and (max-width: 763px) { #NfTu65b8LbpewIvLqKLUaP6SAfvpT3RA #KvtqlENHVKn5CRdHSRMIwOaT5o4eszKX {  }
 }@media only screen and (max-width: 763px) { #ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU { background-color:#ffffff;background-image:none;display:block; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container { background-color: transparent; background-image: none; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container > .video-iframe-container { display: none; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row > .video-iframe-container { display: none; }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .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); }#ypOw2I7NoKXeDNJaRklTw7LVXGVvAfzU > .row .container { width:20rem;height:195.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gasNIH9vX8AJUiHOA1cCQXyeGKbu9uR3 { width:20rem;height:186.875rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GdKD9XMxhe0ilzESdtEtU7tJTJG9Bs { width:20rem;height:1.86875rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RuApRvwaJw3xx6MrxUfbsfMMw50nTf { width:13.0625rem;height:0.4375rem;top:9.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkF4pZXMdRViT9mLIsfle07PsisMznxK { width:13.0625rem;height:0.4375rem;top:31.875000417232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2CyQIZFV6FE0w1uLznTKzaHwvDszUL { width:13.0625rem;height:0.4375rem;top:61.574999332428rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEtC5w5LT95IbQgbF82fvAReQGOo6T6T { width:13.0625rem;height:0.4375rem;top:95.337499618531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWyxfhrXvVF8tc72nMFt5GBdpbQ5tEA6 { width:13.0625rem;height:0.4375rem;top:114.85000228882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdeJiH7GwIRCqK0xVMLIRqt8cT3dHLT { width:13.0625rem;height:0.4375rem;top:137.55000114441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7h7bV65WiToWywqXLcCd9ROTGc394FI { width:13.0625rem;height:0.4375rem;top:153.75000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iffyk6OQp6DbT4srWmC0xw837Xe0LaS9 { width:13.0625rem;height:0.4375rem;top:166.88751029968rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuWv1aTLDcwoEPDdKT2xW3D73odXFJTX { width:13.0625rem;height:0.4375rem;top:181.52500915528rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clv8uHdtiCqIagLTH0708NNMUfRdCfdd { display:none; }#clv8uHdtiCqIagLTH0708NNMUfRdCfdd > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OXJZ0fpdcXpqtMh5btxB5OCZkCFvc5Ok { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEN776c4UKEbd7asaMqO0Tn9I4pAFss8 { height:11.25rem;width:20rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB { background-color:#ffbf00;background-image:none;display:block; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container { background-color: transparent; background-image: none; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container > .video-iframe-container { display: none; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row > .video-iframe-container { display: none; }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .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); }#WGG0LDCt8kXrmIXbBz36gD2QOwk9SCsB > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msoITzu7ml3EiNOs7dH4uEfkewfuBMbQ { width:19.5rem;height:28.3125rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GPFwXD8ptPZnGShhTou2gadPcU2sTCxB { width:18.9375rem;height:2.51875rem;top:2.2500001192093rem;left:0.53046876192093rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoB9UT2O3xDgQA4mHgIZ6evbPPQIn35b { width:19rem;height:3rem;top:5.3124998807907rem;left:0.49921876192093rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gWvrVZiNbqTyTZe2Gx2hcpzELxsHu1DT { width:19.125rem;height:5.25rem;top:9.3437503576281rem;left:0.43671876192093rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-form-header {  }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.875rem;font-family:dosis;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-text {padding-top: 0; padding-bottom: 0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-select {padding-top: 0; padding-bottom: 0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:17.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#383a3a;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#cdff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1.5;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-container:first-of-type{padding-top:0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-container:last-of-type{padding-bottom:0;}#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:13.437500357628rem;z-index:15004; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .radio-container { width:17.5rem; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;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; }
#AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:13.437500357628rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #dUzzO2U78bpvwlkZVXRXSWqcucztKQbN {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #WZ3N7gipCLLEGgtJ4ltXnSNFf3zTb21Q { display:block; }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #pJTEm0HB5M2ZPu2m6xpH551BAFtXdvXz {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #chaS1L0EyOl2TmWQreM2Z6GBOuW2weHA {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #C7VlfFetBx73yLdSNUVAOIyJXPDysiIe {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #kJtQK9WbU313TDwlwZ5GP1QEvXEHn9tV {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #oUsbTqwdoo7ERX2ecxXhP6oCa3HG0aqe {  }
 }@media only screen and (max-width: 763px) { #AkzT4h5d4J3AhRO2T9tAWhQ25AmHpaOV #AsxqAwfFfMrhxHd73pMSsNMydffik9qJ {  }
 }@media only screen and (max-width: 763px) { #r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er { background-color:#004c4c;background-image:none;display:block; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container { background-color: transparent; background-image: none; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container > .video-iframe-container { display: none; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row > .video-iframe-container { display: none; }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .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); }#r1XHZQEkOBgvHyzfMGNA3Qt0DWlLM2Er > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgNcKpKLfTThNnLpWLpUspR1dP7CCd0d { width:17.375rem;height:6.5rem;top:7.4375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6PM7FGg5ImQSRJWCdnGTvNG8VctRS4 { width:7.5rem;height:7.5rem;top:16.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euT2tmERrsbzi64s9nf1NewCbdkco9cz { width:20rem;height:5.2rem;top:25.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nx98OABgCO25weTQSzS6aSX3sp0JT9aT { width:20rem;height:1.86875rem;top:2.884765625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eASE5w3C3bZyCKBExGNXw85UXlNVNHzi { display:block; }#eASE5w3C3bZyCKBExGNXw85UXlNVNHzi > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKp2gavvv97unCdD9llWPT71plgPnPod { width:16.625rem;height:2.7625rem;top:6.1875rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZWtSbwXgqXbGKKamUyxuE4ORI30Uqap { width:14.3125rem;height:1.38125rem;top:11.4931640625rem;left:2.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTohcA11IHK3qh6R2uJPclwaDpEcMquK { width:9.75rem;height:4.14375rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1gs9uyo65CPUoV6cQ3y5MTn9gEE7tPN { width:12.1875rem;height:2.75rem;top:2.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1l2Qh3uon2GBfZiqheZoJ3FoGIe1Ety { width:20rem;height:1.8rem;top:22.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c215fd53-8f6e-4d8f-adca-a6d2732376b1/bckgrnd2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm.adaptive-delivery-prevent-bg, #oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm.lazyload, #oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm.lazyloading { background-image: none; }#oI1XLlx6ithBpkn30gVfmTNDSDUTzBBm > .row .container { width:20rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #llzwWTzC5TeWhRfGT84CLxWPwpAVeWLe { display:flex;width:2.1875rem;height:2.1875rem;top:2.25rem;left:2.625rem; }
#llzwWTzC5TeWhRfGT84CLxWPwpAVeWLe > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #x2fC2cHBI5D2P6vEAwQAtecmftaEDo5U { width:11.5rem;height:1.5rem;top:2.5625rem;left:5.875rem;font-size:1rem;line-height:1.5;display:block; }
 }