.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt { background-color:rgba(17,193,176,0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { background-color: transparent; background-image: none; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container > .video-iframe-container { display: none; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row > .video-iframe-container { display: none; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .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); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { border-width: 0; border-radius: 0; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { width:60rem;height:7.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#T2Aw4rQ0GfSfvVZ2Pa77XHpLT5P95AL6 { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.0559896230698rem;left:7.4921875rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { position:relative;display:block; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { background-color: transparent; background-image: none; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container > .video-iframe-container { display: none; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row > .video-iframe-container { display: none; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .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); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { border-width: 0; border-radius: 0; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .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; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:140.5625rem;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; }#QafTCJogfOLAC8UAMBNZzXPXd2BGT0HV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:18.8110625rem;width:13.2483125rem;top:10.374755859375rem;left:23.375244140625rem;overflow:hidden;display:block; }
#B4760DeNlTM1u4vwbORW77sr9oKlUINb { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:133.0908203125rem;left:0rem;height:4.61181875rem;text-align:center;text-align-last:center;display:block; }
#mgkPDSMudm4I9KZbsK9O7rbMfa2ztlHR { color:#000000;display:block;width:55.81175rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:92.935791015625rem;left:2.09228515625rem;height:7.4365rem;text-align:center;text-align-last:center;display:block; }
#za1WQboOomJKGrA5w52X4ERHdRRniFhH { color:#000000;display:block;width:56.8725625rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:102.06176757812rem;left:3.126220703125rem;height:8.7109375rem;text-align:center;text-align-last:center;display:block; }
#Ti5vMEhSeSmfuR1uCBqEdFkm8KAXPXTA { color:#000000;display:block;width:56.870125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;top:43.8720703125rem;left:1.563720703125rem;height:4.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxTSCN4OwtnHSTkD6g6aGkp1B7FfXptn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:18.3125rem;top:37.875rem;left:0rem;overflow:hidden;display:none; }
#QCx1Tqm79GHaXrizqZQkS8nxDPoCIrHg { color:#000000;display:block;width:56.8720625rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:123.375rem;left:33.5625rem;height:0;text-align:center;text-align-last:center;display:block; }
#K7VKAMcHgnyPy2E12t202Dxr0BGnEBTK { color:#000000;display:block;width:56.871125rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:121.5625rem;left:1.5625rem;height:0;text-align:center;text-align-last:center;display:block; }
#Q5cHsqd3E15eUrayWblRGJP6UF1TPCwI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.062rem;width:21.062rem;top:108.49853515625rem;left:19.4677734375rem;overflow:hidden;display:block; }
#QncRhxT4SN810d63SWQrVXPQ2e93X3tJ { background-color:#aa61df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9975625rem;height:4.49829375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:37.100830078125rem;left:17.5rem;display:block; }
#WyZtw3txqTIr9DXMBtp4z3fID4cvUcn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntl77LJ1Hzk9nt3cqctn0TsOxVNy4aw9 { background-color:#585ed9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #070706 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.43725625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:85.213623046875rem;left:14.375rem;display:block; }
#IWDvtAWgGS5bOnk7Qbxo3hduPrtFMwTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1n9Luf6GyxQgO3czdUsqpy32Aknqlk9 { 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:12.5rem;width:18.75rem;display:none; }
#NXC35np0iuD5kOq2LzM8AXvCo8zfZXPv { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:2.244873046875rem;left:0rem;height:7.1972625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfCWCkNLlupvlFAaZbregRzCirK18aK3 { color:#000000;display:block;width:56.870125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:30.826416015625rem;left:1.563720703125rem;height:4.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HnPJUw1vxMQg3kKBxg2nwIhv006Ms5D9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.312rem;width:60rem;top:50.35888671875rem;left:0rem;overflow:hidden;display:block; }
#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 { background-color:rgba(0,100,229,0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { background-color: transparent; background-image: none; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container > .video-iframe-container { display: none; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row > .video-iframe-container { display: none; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .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); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { border-width: 0; border-radius: 0; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { width:60rem;height:9.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Hfh7aWLFyelJmKGhFWcWg5l8v6kRTMqB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.169921875rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { position:relative;display:block; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { background-color: transparent; background-image: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .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); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { border-width: 0; border-radius: 0; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .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; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:112.5rem;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; }#l1i75A4v6M6FRdUOzbkepPDey2ABATRc { 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:8.125rem;width:21.125rem;top:15rem;left:20.21875rem;overflow:hidden;display:block; }
#bU9sfJkXqZESA01oNdFN3tSQa4epe78P { position:absolute;display:block;z-index:15017;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.4375rem;width:19.25rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#H44LgJTpbGO9wIw5Q4nMIgZL7LOICpCN { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.3125rem;top:23.624267578125rem;left:20.686767578125rem;overflow:hidden;display:block; }
#ymqvBsVOxUC8vM64h0DKW1s2ZV1DW2VU { position:absolute;display:block;z-index:15020;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.875rem;width:20.875rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#sMguCJktovW1TZ8qukEfAMFoGEAZcRn6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4370125rem;width:17.56225rem;top:15rem;left:41.0595703125rem;overflow:hidden;display:block; }
#CpeR8UNlIgM7ZDA3ntxiWSUWst411p1O { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:18.1875rem;top:21.1865234375rem;left:41.249755859375rem;overflow:hidden;display:block; }
#UAlvrIlPQuHFJ2Fag1ngu151XqexmJHm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:19.1875rem;top:29.9365234375rem;left:20.749267578125rem;overflow:hidden;display:block; }
#ttrG10BaRzALJftxK6U2XTfyH9FyDvLd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:21rem;top:32.5rem;left:0rem;overflow:hidden;display:block; }
#T4rO2Bb0fFABr3lxTuHMPT6Fza8A5dyR { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:18.8125rem;top:29.1875rem;left:41.0625rem;overflow:hidden;display:block; }
#azr56sipTVdIhnFvuttKo4A5ogDvcTQK { position:absolute;display:block;z-index:15023;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.75rem;width:21rem;top:42.3125rem;left:0rem;overflow:hidden;display:block; }
#GwicVeFS9NFFa0H4Eqo3lfT1LbEVdJZ5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:19.8125rem;top:46.4375rem;left:21.125rem;overflow:hidden;display:block; }
#EmZ7i1Bsf9G0siK2voTa99GTWIKTVzs9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:20.8125rem;top:50.9375rem;left:0rem;overflow:hidden;display:block; }
#alLKdLA7vnTbzSkxTqf7bWynkCUQTFy7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4994375rem;width:20.687125rem;top:38.87451171875rem;left:20.999267578125rem;overflow:hidden;display:block; }
#bgh7d5TpcOMZeMllLF4AasSviboGW97Z { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:18.875rem;top:41.125rem;left:41rem;overflow:hidden;display:block; }
#UpnDG2OIRIhy8gTAzeV8CpRRTiokNn2U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:19.0625rem;top:50.0625rem;left:40.8125rem;overflow:hidden;display:block; }
#C9LDgGzgr2FkGS2Jw6pdHH7zekI4ie2w { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:19.75rem;top:60.9375rem;left:0rem;overflow:hidden;display:block; }
#DXErKwOErnG1PpZziPUKVF9Q5EpZBTse { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:19.75rem;top:55.0625rem;left:21.125rem;overflow:hidden;display:block; }
#sNQlsC2yAswOAEDZ9qBNGAgHVHD6QDSO { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:19.1875rem;top:57.686767578125rem;left:40.874755859375rem;overflow:hidden;display:block; }
#JB8cg4mP17hl1nNTnTfHk3oXQmyFU1iu { position:absolute;display:block;z-index:15029;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.9375rem;width:19.6875rem;top:70.125rem;left:0rem;overflow:hidden;display:block; }
#TCiRoxb1JFBMHafxthRhVBTniicqqPgo { position:absolute;display:block;z-index:15030;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.6875rem;width:18.75rem;top:62.75rem;left:20.875rem;overflow:hidden;display:block; }
#id7XfLG1SSFAqZr04iGD9g8dpA5Lm7qC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:18.875rem;top:64.81201171875rem;left:40.936767578125rem;overflow:hidden;display:block; }
#J9QnJ4lSvMZnxFD1JHu2GDoA2nxHf9LG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:19.6875rem;top:78.8125rem;left:0rem;overflow:hidden;display:block; }
#R5NLbQABd7T5wMzuDZXskmfigfCxUBnr { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:19.6875rem;top:70.4345703125rem;left:20.936279296875rem;overflow:hidden;display:block; }
#ZieF5PzwUV01SC9suH7SEf6pmh85b7fw { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:19.6875rem;top:73.936767578125rem;left:40.3125rem;overflow:hidden;display:block; }
#fa9KSul2URBWqlN3rxBFuCZAL25ObOoB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4373125rem;width:19.375rem;top:84.125rem;left:0rem;overflow:hidden;display:block; }
#wdy8Axh66Hi2CDGqsG3eLlEsy1hQxS8U { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.561525rem;width:19.812rem;top:75.89111328125rem;left:20.872802734375rem;overflow:hidden;display:block; }
#iEpwGMvOzOzaQuQZTGR3sga9qopxt6UN { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:19.187rem;top:81.45263671875rem;left:40.81298828125rem;overflow:hidden;display:block; }
#RnRTB5X2Qk727qpPh3Dv3P0o9gGvooqp { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:19.4375rem;top:90.5625rem;left:0rem;overflow:hidden;display:block; }
#yVZUCndpcroAcuruBwLCJvMfic0l82tN { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:19.74975rem;top:82.24853515625rem;left:20.9033203125rem;overflow:hidden;display:block; }
#DbOK5cleThN25plQ2WfyzqRWwu7wdOdG { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49926875rem;width:19.3115rem;top:89.3115234375rem;left:40.6884765625rem;overflow:hidden;display:block; }
#k98ZLApVR5f4JslD37rd9gTwwelAK7M5 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:19.1875rem;top:96.0625rem;left:0rem;overflow:hidden;display:block; }
#nVSI3imeKkLOaToV3oBHVIJv7hhFWvGm { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74975625rem;width:19.624rem;top:89.686279296875rem;left:20.966796875rem;overflow:hidden;display:block; }
#xSzUKwhF2nOxrImADao0fKqD5JxN5IFL { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:19.43725rem;top:96.060791015625rem;left:40.562744140625rem;overflow:hidden;display:block; }
#ud2DI8LgPdWhVG2Ts8m3ySNauHx5Qrad { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:19.6875rem;top:96.060791015625rem;left:20.936279296875rem;overflow:hidden;display:block; }
#JzXxnJc9FKN1tGU8xneQTfteXsrSKyWT { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:23.5625rem;top:0rem;left:17.9375rem;overflow:hidden;display:block; }
#T3aC8sRFznS09Nt6qqpeD7Gk66CPntlC { background-color:#585ed9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #070706 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.43725625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:104.28100585938rem;left:14.029541015625rem;display:block; }
#Vhw7qDQH4AciNNaDmJB9HzMn0mA4t1nQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT { 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; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { background-color: transparent; background-image: none; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container > .video-iframe-container { display: none; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row > .video-iframe-container { display: none; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .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); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { border-width: 0; border-radius: 0; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#HF8qEkuT0zhvq4wWCethFxEGIzgueuKV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:32.7478125rem;width:21.8103125rem;top:3.751220703125rem;left:3.748779296875rem;overflow:hidden;display:block; }
#BHCqb8cKCCm1FtoJlQeDR4tMbFkzrg2x { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:13.936767578125rem;left:37.215576171875rem;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-form-header {  }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#0cbf0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-container:first-of-type{padding-top:0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-container:last-of-type{padding-bottom:0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.028076171875rem;left:33.465576171875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 {display:block;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.028076171875rem;left:33.465576171875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #RNXKWBITiyUdwlD4FESkI1bBPJSQUI0o { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #iFAWDPVNLORbfG9oXyIsfw4lx19w5SPw { position:relative;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #mmEMJZXOOXuFQEN59tPbg7DKTNrwePvz { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #Q16gVWNy7x5r5FZaybs2u3W7QX9LGLOu { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #N0mzT373DPZeb8X3SZeOv275rzE32rXG { position:relative;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #w3xAUUIPimEKtkncM5QugW9amS2RXnPs { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #C13J4lRUP4QgTz8aw8Kpnpd1KzFfFeoN { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #K5TxxpV58OxfFktMRH4lWlSq7m7qG20l { position:relative;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #tupvS29HcOXkosygQhm6dFh6QyoEnP9P { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #XV90gedQOKo9uTz2tTo2gQGmuqBn2pd5 { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #eDAVsDUHn8NXPdQNphWQinszze35bEXf { position:relative; }
#GM8Ni0wXNbRSBHoLqyrUKuU7sqOBg4uL { color:#000000;display:block;width:32.124rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.751220703125rem;left:27.40478515625rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x { 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; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { background-color: transparent; background-image: none; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container > .video-iframe-container { display: none; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row > .video-iframe-container { display: none; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .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); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { border-width: 0; border-radius: 0; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { font-size:0.875rem;font-family:arial;height:103.625rem;width:60rem;position:relative;display:block; }#GqtFOb1dolO4Xq1Ta5bB6f5nHPkvZgHE { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:37.686767578125rem;left:2.374267578125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4nzSIeWNktGSPBH5CHec9gnfAHOgJmM { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:44.3125rem;left:2.375rem;height:55.463875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pOdip7TDAMzv2xyD9GG0iLK7sAVgppmU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:33.75rem;width:23.8125rem;top:50.0625rem;left:33.875rem;overflow:hidden;display:block; }
#AUTlc4s8do2nyE6E0pPzST5IKc7T3Abe { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:42.8125rem;left:2.375rem;display:block; }
#txZ372SITDmc3bJqgdvR2UZuXB7TTz6p { background-color:#43debb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.931625rem;height:6.806625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:63.5634765625rem;left:37.546875rem;display:none; }
#S2ea5ulQFxkzTqbr1sPWT52XcfXBOJvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#craD22l6x716n4sAh5Zr1UyArkeMkpZU { background-color:#15be41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.92925rem;height:6.8045rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:185.5rem;left:11.5625rem;display:none; }
#Ln1hn9pZMvmgTwPBezTqcwc6pRJm4x7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viPUTq60cK3pTK5tU0soyIc0S72ra0EI { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:65.66015625rem;left:66.046875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oS1zXTQJtH3TPZPqNaM4dW49XEb8TBb7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:60rem;top:1.1185131072998rem;left:0rem;overflow:hidden;display:block; }
#ivpia5N2AKt7ozHPoB7cf4KOvZavCnxk { background-color:#aa61df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9975625rem;height:4.49829375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:93.49853515625rem;left:33.8720703125rem;display:block; }
#tAPZpr9vIRoimvUB7SVK2znoM9zUEit4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sgy4TwoO4SisBTseRWUk0tSvFORxMrMg { background-color:#aa61df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9975625rem;height:4.49829375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:93.49853515625rem;left:33.8720703125rem;display:none; }
#MTPyWEELvXpuXvsBSDvN2lAIP74Bv7fh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { position:relative;display:block; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { background-color: transparent; background-image: none; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container > .video-iframe-container { display: none; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row > .video-iframe-container { display: none; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .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); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { border-width: 0; border-radius: 0; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .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; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:196.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J2A3iXO1XZyeVTAoJKU4HO1zpxWGH0kQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:48.9375rem;top:4.78125rem;left:5.53125rem;overflow:hidden;display:block; }
#Oc61vqCSFX0Srm6yuh4stx0fgEG0QhLu { 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:31.25rem;width:50.0625rem;top:28.218760594726rem;left:4.96875rem;overflow:hidden;display:block; }
#ASPh9xRMlluOWiqbJOvKP0kv774Jr6tv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:44.25rem;top:89.625rem;left:7.875rem;overflow:hidden;display:block; }
#w9f90QVBSNMUNARlm4k89WSpFqzPuhMX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:53.125rem;top:136.5rem;left:3.4375rem;overflow:hidden;display:block; }
#GsoCbwN5cgqVvVx4zPf1O49cwg9pri2X { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.184875rem;width:41.997375rem;top:59.46875rem;left:9rem;overflow:hidden;display:block; }
#TqCbwohSzV7F1w8HfFEXZFRRtCKMCkOA { position:absolute;display:block;z-index:15049;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:33.75rem;width:47.25rem;top:163.37109375rem;left:6.375rem;overflow:hidden;display:block; }
#eQi9qQJm3oA8eOiBH0bkW4LlDiAaWlEJ { position:absolute;display:block;z-index:15050;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:33.25rem;width:22.5rem;top:103.30555582046rem;left:18.75rem;overflow:hidden;display:block; }
#Sf9iEsEIoaGXevZ7PWdpzGdCWyk1Lqda { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.3232421875rem;left:14.25rem;height:2.33764375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { background-color: transparent; background-image: none; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container > .video-iframe-container { display: none; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row > .video-iframe-container { display: none; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .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); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { border-width: 0; border-radius: 0; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { font-size:0.875rem;font-family:"open sans";height:111.125rem;width:60rem;position:relative;display:block; }#VpUR1xTOCGVSLw1pOzXxrN73ywQsCnu4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.9375rem;border-top-right-radius:15.9375rem;border-bottom-left-radius:15.9375rem;border-bottom-right-radius:15.9375rem;box-shadow: none;height:25.8125rem;width:41.0625rem;top:73.5rem;left:9.0927734375rem;overflow:hidden;display:block; }
#IT8Hzv16ucmlTVdbcnsh62v7xIygXhdp { box-sizing:content-box;color:#5d92ff;font-size:7.8125rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:57.25rem;left:30.5rem;display:none; }
#RwrDTVNSFWuwiaBk1cE8efHpPIlRGw2B { position:absolute;display:block;z-index:15046;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:32.624125rem;width:34.749125rem;top:2.5rem;left:12.25rem;overflow:hidden;display:block; }
#vL0NtL2zuqQEHE9qaDdaNxrgDQQ2fpUN { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:22.75rem;top:35.125rem;left:34.875rem;overflow:hidden;display:block; }
#Um7TMMH5nGipKkNyLd1B9z1nFbd4e5qK { position:absolute;display:block;z-index:15047;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:35.93575rem;width:30.87325rem;top:35.125rem;left:1.75rem;overflow:hidden;display:block; }
#Tb1qKTOQDW3l7gzLWnviqyT7IoLFWN86 { background-color:#585ed9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #070706 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.43725625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:104.00268554688rem;left:13.99658203125rem;display:block; }
#tQOIygSGOGZ3OCHze9mo5dhOtKs5Lx7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 { 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; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row .container { background-color: transparent; background-image: none; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row .container > .video-iframe-container { display: none; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row > .video-iframe-container { display: none; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .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); }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row .container { border-width: 0; border-radius: 0; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#dhzTlMKbHPakT9dI2n36qKM24Pxzd7WZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:32.7478125rem;width:21.8103125rem;top:3.751220703125rem;left:3.49853515625rem;overflow:hidden;display:block; }
#eT6sSno4Ut3T1bJBbJoCZLmPsSLo0lwM { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:16.435546875rem;left:37.02880859375rem;display:block; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-form-header {  }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#37ae0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-container:first-of-type{padding-top:0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-container:last-of-type{padding-bottom:0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.872314453125rem;left:33.27880859375rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 {display:block;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.872314453125rem;left:33.27880859375rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #Ge1fvnt6sTImrkLtAwdPv3Alp55KIldu { position:relative; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #ysyWXByNH6TCK86MRgOiyz0LJhD0b6u1 { position:relative;display:block; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #a77FVkv5MpeoFSZDasL74dW862Hyq1b2 { position:relative; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #JUmrsmnvuMlsbo08EBIJ3N63fqc7RsrO { position:relative; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #FG6mMAiPl0XHXFwteMFk1HMsttGeft8B { position:relative;display:block; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #dolXJaK8SZGfQs69A5dVxxPWFyxTdkZI { position:relative; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #yW11iosTy62TCrN7zFU7N7rS1h4fr5mV { position:relative; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #hZV8GHaxfMNdKqQyeIQN7XyP4LJGfBJv { position:relative;display:block; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #Tp5vVV15OPBBVtH4wBmp1Tvmkm32QOB8 { position:relative; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #e0XnAeW1wVzbv1QUTU0g5eGO3uQXGdKT { position:relative; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #y35EO91TqsnSd26zPFwhfv64xD0m15T1 { position:relative; }
#UTuTNVdLbAaoXsNb86HfuaGUCKQw4AWW { color:#000000;display:block;width:31.9995rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.751220703125rem;left:27.2802734375rem;height:9.7473125rem;text-align:center;text-align-last:center;display:block; }
#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035f;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.adaptive-delivery-prevent-bg, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyload, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyloading { background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { background-color: transparent; background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .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); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { border-width: 0; border-radius: 0; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#nDbdmP19CVgEQqhCS1rNLRyvSvrIfQEe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.8125rem;left:0rem;height:5.1001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMVwHU8HLTvN4hReczuPoCPQIR2fk1nq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:7.0833339691163rem;left:23.1875rem;overflow:hidden;display:block; }
#TxJNlZkAmzQogc6fPJhC1gb6GNSyN9PS { color:rgba(255,255,255,0.5);display:block;width:51.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:14.18359375rem;left:4.125rem;height:12.182625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:7.0208339691163rem;left:33.25rem; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; }#tyK3mBEsX6NJVnq8LrTAGG1uLtpBM4ll { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#b1a8b7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.30859375rem;left:17.84375rem;display:block; }
#wbPIUugyTPzt9Ebfu5Nk9DRzLZFyrLPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XRi1bfPD6mlncWJcpueNe6XiNRv77xqt { display:block; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Aw4rQ0GfSfvVZ2Pa77XHpLT5P95AL6 { width:42.1875rem;height:4.875rem;top:1rem;left:1.3671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { display:block; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QafTCJogfOLAC8UAMBNZzXPXd2BGT0HV { top:10.3125rem;left:17.250244140625rem;width:13.1875rem;height:18.724715824657rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4760DeNlTM1u4vwbORW77sr9oKlUINb { top:133.0625rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgkPDSMudm4I9KZbsK9O7rbMfa2ztlHR { top:92.875rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1WQboOomJKGrA5w52X4ERHdRRniFhH { top:102rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5vMEhSeSmfuR1uCBqEdFkm8KAXPXTA { top:43.8125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxTSCN4OwtnHSTkD6g6aGkp1B7FfXptn { width:18.4375rem;height:10.6875rem;top:37.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCx1Tqm79GHaXrizqZQkS8nxDPoCIrHg { top:123.375rem;left:0rem;width:47.75rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7VKAMcHgnyPy2E12t202Dxr0BGnEBTK { top:121.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5cHsqd3E15eUrayWblRGJP6UF1TPCwI { top:108.4375rem;left:13.3427734375rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #QncRhxT4SN810d63SWQrVXPQ2e93X3tJ { width:24.9375rem;height:4.4375rem;top:37.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZtw3txqTIr9DXMBtp4z3fID4cvUcn9 { display:block; }
 }@media only screen and (max-width: 763px) { #ntl77LJ1Hzk9nt3cqctn0TsOxVNy4aw9 { width:31.25rem;height:4.375rem;top:85.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWDvtAWgGS5bOnk7Qbxo3hduPrtFMwTZ { display:block; }
 }@media only screen and (max-width: 763px) { #K1n9Luf6GyxQgO3czdUsqpy32Aknqlk9 { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXC35np0iuD5kOq2LzM8AXvCo8zfZXPv { top:2.1875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfCWCkNLlupvlFAaZbregRzCirK18aK3 { top:30.8125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnPJUw1vxMQg3kKBxg2nwIhv006Ms5D9 { top:50.3125rem;left:0rem;width:47.75rem;height:25.714966666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 { display:block; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfh7aWLFyelJmKGhFWcWg5l8v6kRTMqB { width:47.75rem;height:4.4375rem;top:2.125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { display:block; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1i75A4v6M6FRdUOzbkepPDey2ABATRc { width:21.125rem;height:8.125rem;top:15rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU9sfJkXqZESA01oNdFN3tSQa4epe78P { width:19.25rem;height:7.4375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44LgJTpbGO9wIw5Q4nMIgZL7LOICpCN { width:19.3125rem;height:4.6242644441136rem;top:23.5625rem;left:14.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymqvBsVOxUC8vM64h0DKW1s2ZV1DW2VU { width:20.875rem;height:7.875rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMguCJktovW1TZ8qukEfAMFoGEAZcRn6 { width:17.5rem;height:5.4177408219334rem;top:15rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpeR8UNlIgM7ZDA3ntxiWSUWst411p1O { width:19.0625rem;height:7.0088076812052rem;top:21.125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAlvrIlPQuHFJ2Fag1ngu151XqexmJHm { width:19.1875rem;height:8.1252117319018rem;top:29.875rem;left:14.624267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttrG10BaRzALJftxK6U2XTfyH9FyDvLd { width:21rem;height:8.625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rO2Bb0fFABr3lxTuHMPT6Fza8A5dyR { width:18.8125rem;height:11.4375rem;top:29.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azr56sipTVdIhnFvuttKo4A5ogDvcTQK { width:21rem;height:7.75rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwicVeFS9NFFa0H4Eqo3lfT1LbEVdJZ5 { width:19.8125rem;height:8.625rem;top:46.4375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ7i1Bsf9G0siK2voTa99GTWIKTVzs9 { width:20.8125rem;height:8.625rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alLKdLA7vnTbzSkxTqf7bWynkCUQTFy7 { width:20.625rem;height:6.4798158180176rem;top:38.8125rem;left:14.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgh7d5TpcOMZeMllLF4AasSviboGW97Z { width:18.875rem;height:7.4375rem;top:41.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpnDG2OIRIhy8gTAzeV8CpRRTiokNn2U { width:19.0625rem;height:6.75rem;top:50.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LDgGzgr2FkGS2Jw6pdHH7zekI4ie2w { width:19.75rem;height:8.125rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXErKwOErnG1PpZziPUKVF9Q5EpZBTse { width:19.75rem;height:6.4375rem;top:55.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNQlsC2yAswOAEDZ9qBNGAgHVHD6QDSO { width:19.1875rem;height:6.124428344224rem;top:57.625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8cg4mP17hl1nNTnTfHk3oXQmyFU1iu { width:19.6875rem;height:7.9375rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiRoxb1JFBMHafxthRhVBTniicqqPgo { width:18.75rem;height:7.6875rem;top:62.75rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7XfLG1SSFAqZr04iGD9g8dpA5Lm7qC { width:18.875rem;height:8.374221833691rem;top:64.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QnJ4lSvMZnxFD1JHu2GDoA2nxHf9LG { width:19.6875rem;height:5.1875rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5NLbQABd7T5wMzuDZXskmfigfCxUBnr { width:19.6875rem;height:4.6875rem;top:70.375rem;left:14.811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZieF5PzwUV01SC9suH7SEf6pmh85b7fw { width:19.6875rem;height:5.561525rem;top:73.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9KSul2URBWqlN3rxBFuCZAL25ObOoB { width:19.375rem;height:6.4365rem;top:84.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdy8Axh66Hi2CDGqsG3eLlEsy1hQxS8U { width:19.75rem;height:5.5441206718151rem;top:75.875rem;left:14.747802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEpwGMvOzOzaQuQZTGR3sga9qopxt6UN { width:19.125rem;height:6.4159505785167rem;top:81.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRTB5X2Qk727qpPh3Dv3P0o9gGvooqp { width:19.4375rem;height:5.5rem;top:90.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZUCndpcroAcuruBwLCJvMfic0l82tN { width:19.6875rem;height:6.2303003835492rem;top:82.1875rem;left:14.7783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbOK5cleThN25plQ2WfyzqRWwu7wdOdG { width:19.25rem;height:5.4817556087047rem;top:89.25rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k98ZLApVR5f4JslD37rd9gTwwelAK7M5 { width:19.1875rem;height:4.75rem;top:96.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVSI3imeKkLOaToV3oBHVIJv7hhFWvGm { width:19.5625rem;height:4.7348709050461rem;top:89.625rem;left:14.841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSzUKwhF2nOxrImADao0fKqD5JxN5IFL { width:19.375rem;height:4.2977168516637rem;top:96rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2DI8LgPdWhVG2Ts8m3ySNauHx5Qrad { width:19.6875rem;height:3.81225625rem;top:96rem;left:14.811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzXxnJc9FKN1tGU8xneQTfteXsrSKyWT { top:0rem;left:11.8125rem;width:23.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3aC8sRFznS09Nt6qqpeD7Gk66CPntlC { width:31.25rem;height:4.375rem;top:104.25rem;left:7.904541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhw7qDQH4AciNNaDmJB9HzMn0mA4t1nQ { display:block; }
 }@media only screen and (max-width: 763px) { #BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT { display:block; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF8qEkuT0zhvq4wWCethFxEGIzgueuKV { width:21.75rem;height:32.657254309171rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCqb8cKCCm1FtoJlQeDR4tMbFkzrg2x { top:13.875rem;left:31.090576171875rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2  { width:17.5rem;height:auto;top:15rem;left:27.340576171875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 {display:block;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 { width:17.5rem;height:auto;top:15rem;left:27.340576171875rem; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #RNXKWBITiyUdwlD4FESkI1bBPJSQUI0o {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #iFAWDPVNLORbfG9oXyIsfw4lx19w5SPw {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #mmEMJZXOOXuFQEN59tPbg7DKTNrwePvz {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #Q16gVWNy7x5r5FZaybs2u3W7QX9LGLOu {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #N0mzT373DPZeb8X3SZeOv275rzE32rXG {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #w3xAUUIPimEKtkncM5QugW9amS2RXnPs {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #C13J4lRUP4QgTz8aw8Kpnpd1KzFfFeoN {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #K5TxxpV58OxfFktMRH4lWlSq7m7qG20l {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #tupvS29HcOXkosygQhm6dFh6QyoEnP9P {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #XV90gedQOKo9uTz2tTo2gQGmuqBn2pd5 {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #eDAVsDUHn8NXPdQNphWQinszze35bEXf {  }
 }@media only screen and (max-width: 763px) { #GM8Ni0wXNbRSBHoLqyrUKuU7sqOBg4uL { top:3.75rem;left:15.6875rem;width:32.0625rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x { display:block; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqtFOb1dolO4Xq1Ta5bB6f5nHPkvZgHE { width:31.4375rem;height:;top:37.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4nzSIeWNktGSPBH5CHec9gnfAHOgJmM { width:27.3125rem;height:57rem;top:44.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdip7TDAMzv2xyD9GG0iLK7sAVgppmU { top:50.0625rem;left:23.9375rem;width:23.8125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTlc4s8do2nyE6E0pPzST5IKc7T3Abe { top:42.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txZ372SITDmc3bJqgdvR2UZuXB7TTz6p { width:36.875rem;height:6.75rem;top:64.1875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2ea5ulQFxkzTqbr1sPWT52XcfXBOJvF { display:block; }
 }@media only screen and (max-width: 763px) { #craD22l6x716n4sAh5Zr1UyArkeMkpZU { width:36.875rem;height:6.75rem;top:185.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln1hn9pZMvmgTwPBezTqcwc6pRJm4x7d { display:block; }
 }@media only screen and (max-width: 763px) { #viPUTq60cK3pTK5tU0soyIc0S72ra0EI { width:42.1875rem;height:2.4375rem;top:66.25rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1zXTQJtH3TPZPqNaM4dW49XEb8TBb7 { top:1.0625rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivpia5N2AKt7ozHPoB7cf4KOvZavCnxk { width:24.9375rem;height:4.4375rem;top:93.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPZpr9vIRoimvUB7SVK2znoM9zUEit4 { display:block; }
 }@media only screen and (max-width: 763px) { #sgy4TwoO4SisBTseRWUk0tSvFORxMrMg { width:24.9375rem;height:4.4375rem;top:93.4375rem;left:22.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTPyWEELvXpuXvsBSDvN2lAIP74Bv7fh { display:block; }
 }@media only screen and (max-width: 763px) { #QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { display:block; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2A3iXO1XZyeVTAoJKU4HO1zpxWGH0kQ { top:4.75rem;left:0rem;width:47.75rem;height:22.929757343551rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc61vqCSFX0Srm6yuh4stx0fgEG0QhLu { top:28.1875rem;left:0rem;width:47.75rem;height:29.806491885144rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASPh9xRMlluOWiqbJOvKP0kv774Jr6tv { top:89.625rem;left:1.75rem;width:44.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9f90QVBSNMUNARlm4k89WSpFqzPuhMX { top:136.5rem;left:0rem;width:47.75rem;height:21.347058823529rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsoCbwN5cgqVvVx4zPf1O49cwg9pri2X { top:59.4375rem;left:2.875rem;width:41.9375rem;height:29.143266580649rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqCbwohSzV7F1w8HfFEXZFRRtCKMCkOA { top:163.3125rem;left:0.25rem;width:47.25rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQi9qQJm3oA8eOiBH0bkW4LlDiAaWlEJ { top:103.25rem;left:12.625rem;width:22.5rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9iEsEIoaGXevZ7PWdpzGdCWyk1Lqda { width:31.5rem;height:2.3125rem;top:1.3125rem;left:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8EFWVMskmlMIHk53mfwBpnrkv99V4b { display:block; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpUR1xTOCGVSLw1pOzXxrN73ywQsCnu4 { top:73.5rem;left:0rem;width:41.0625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8Hzv16ucmlTVdbcnsh62v7xIygXhdp { top:57.25rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwrDTVNSFWuwiaBk1cE8efHpPIlRGw2B { top:2.5rem;left:0rem;width:34.6875rem;height:32.566241822982rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0NtL2zuqQEHE9qaDdaNxrgDQQ2fpUN { top:35.125rem;left:25rem;width:22.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um7TMMH5nGipKkNyLd1B9z1nFbd4e5qK { top:35.125rem;left:0rem;width:30.8125rem;height:35.865181604509rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1qKTOQDW3l7gzLWnviqyT7IoLFWN86 { width:31.25rem;height:4.375rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQOIygSGOGZ3OCHze9mo5dhOtKs5Lx7P { display:block; }
 }@media only screen and (max-width: 763px) { #ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 { display:block; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhzTlMKbHPakT9dI2n36qKM24Pxzd7WZ { width:21.75rem;height:32.657254309171rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6sSno4Ut3T1bJBbJoCZLmPsSLo0lwM { top:16.375rem;left:30.90380859375rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2  { width:17.5rem;height:auto;top:17.8125rem;left:27.15380859375rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 {display:block;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 { width:17.5rem;height:auto;top:17.8125rem;left:27.15380859375rem; }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #Ge1fvnt6sTImrkLtAwdPv3Alp55KIldu {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #ysyWXByNH6TCK86MRgOiyz0LJhD0b6u1 {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #a77FVkv5MpeoFSZDasL74dW862Hyq1b2 {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #JUmrsmnvuMlsbo08EBIJ3N63fqc7RsrO {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #FG6mMAiPl0XHXFwteMFk1HMsttGeft8B {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #dolXJaK8SZGfQs69A5dVxxPWFyxTdkZI {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #yW11iosTy62TCrN7zFU7N7rS1h4fr5mV {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #hZV8GHaxfMNdKqQyeIQN7XyP4LJGfBJv {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #Tp5vVV15OPBBVtH4wBmp1Tvmkm32QOB8 {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #e0XnAeW1wVzbv1QUTU0g5eGO3uQXGdKT {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #y35EO91TqsnSd26zPFwhfv64xD0m15T1 {  }
 }@media only screen and (max-width: 763px) { #UTuTNVdLbAaoXsNb86HfuaGUCKQw4AWW { top:3.75rem;left:15.8125rem;width:31.9375rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z { display:block; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDbdmP19CVgEQqhCS1rNLRyvSvrIfQEe { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMVwHU8HLTvN4hReczuPoCPQIR2fk1nq { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJNlZkAmzQogc6fPJhC1gb6GNSyN9PS { width:47.75rem;height:12.1875rem;top:14.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKUIH9MmpyedVave2xQNVIrWFyL9TrsM { top:7rem;left:27.125rem;width:4.625rem;height:4.625rem;display:block; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #tyK3mBEsX6NJVnq8LrTAGG1uLtpBM4ll { width:24.3125rem;height:5rem;top:27.25rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbPIUugyTPzt9Ebfu5Nk9DRzLZFyrLPo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #XRi1bfPD6mlncWJcpueNe6XiNRv77xqt { display:block; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Aw4rQ0GfSfvVZ2Pa77XHpLT5P95AL6 { width:17.4375rem;height:3.25rem;top:1.25rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { display:block; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QafTCJogfOLAC8UAMBNZzXPXd2BGT0HV { width:10.49925rem;height:15.1245rem;top:6.549075rem;left:4.75rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B4760DeNlTM1u4vwbORW77sr9oKlUINb { width:19.995125rem;height:2.8869625rem;top:85.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #mgkPDSMudm4I9KZbsK9O7rbMfa2ztlHR { width:18.374rem;height:6.412375rem;top:55.25rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #za1WQboOomJKGrA5w52X4ERHdRRniFhH { width:13.999rem;height:3.5620125rem;top:62.875rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5vMEhSeSmfuR1uCBqEdFkm8KAXPXTA { width:14.0625rem;height:3.75rem;top:22.9223875rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uxTSCN4OwtnHSTkD6g6aGkp1B7FfXptn { width:18rem;height:10.2495rem;top:63.24755859375rem;left:0.9990234375rem;z-index:15021;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCx1Tqm79GHaXrizqZQkS8nxDPoCIrHg { width:19.9975625rem;height:0;top:84.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #K7VKAMcHgnyPy2E12t202Dxr0BGnEBTK { width:19.9975625rem;height:0;top:67.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q5cHsqd3E15eUrayWblRGJP6UF1TPCwI { width:14.1223125rem;height:14.1223125rem;top:68.9375rem;left:2.9375rem;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QncRhxT4SN810d63SWQrVXPQ2e93X3tJ { width:15.9985625rem;height:3.49975625rem;top:31.0473875rem;left:2rem;font-size:1.3125rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#1cb6ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WyZtw3txqTIr9DXMBtp4z3fID4cvUcn9 { display:block; }
 }@media only screen and (max-width: 763px) { #ntl77LJ1Hzk9nt3cqctn0TsOxVNy4aw9 { width:16.875rem;height:3.999025rem;top:49.6240234375rem;left:1.5625rem;font-size:1.1875rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#4f93d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IWDvtAWgGS5bOnk7Qbxo3hduPrtFMwTZ { display:block; }
 }@media only screen and (max-width: 763px) { #K1n9Luf6GyxQgO3czdUsqpy32Aknqlk9 { top:83.4921875rem;left:2.7486980557442rem;width:17.25rem;height:11.4375rem;z-index:15024;overflow:hidden;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXC35np0iuD5kOq2LzM8AXvCo8zfZXPv { width:20rem;height:4.724125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #hfCWCkNLlupvlFAaZbregRzCirK18aK3 { width:20rem;height:1.967775rem;top:27.54638671875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HnPJUw1vxMQg3kKBxg2nwIhv006Ms5D9 { width:20rem;height:10.770666666667rem;top:36.71142578125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 { display:block; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfh7aWLFyelJmKGhFWcWg5l8v6kRTMqB { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { display:block; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { background-color: transparent; background-image: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .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); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container { width:20rem;height:246.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1i75A4v6M6FRdUOzbkepPDey2ABATRc { width:20rem;height:7.6923076923075rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bU9sfJkXqZESA01oNdFN3tSQa4epe78P { width:19.25rem;height:7.4375rem;top:15rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H44LgJTpbGO9wIw5Q4nMIgZL7LOICpCN { width:18.8745rem;height:4.4995125rem;top:29.3115234375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ymqvBsVOxUC8vM64h0DKW1s2ZV1DW2VU { width:20rem;height:7.5rem;top:21.021728515625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sMguCJktovW1TZ8qukEfAMFoGEAZcRn6 { width:19.9365rem;height:6.186525rem;top:13.271484375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CpeR8UNlIgM7ZDA3ntxiWSUWst411p1O { width:19.8125rem;height:7.25rem;top:35.623779296875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UAlvrIlPQuHFJ2Fag1ngu151XqexmJHm { width:19.1875rem;height:8.1252117319018rem;top:29.875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttrG10BaRzALJftxK6U2XTfyH9FyDvLd { width:19.75rem;height:8.0625rem;top:44.561279296875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rO2Bb0fFABr3lxTuHMPT6Fza8A5dyR { width:18.8125rem;height:11.4375rem;top:29.1875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #azr56sipTVdIhnFvuttKo4A5ogDvcTQK { width:19.625rem;height:6.9375rem;top:53.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwicVeFS9NFFa0H4Eqo3lfT1LbEVdJZ5 { width:19.8125rem;height:8.625rem;top:88.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ7i1Bsf9G0siK2voTa99GTWIKTVzs9 { width:20rem;height:8.287125rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alLKdLA7vnTbzSkxTqf7bWynkCUQTFy7 { width:20rem;height:6.28225rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgh7d5TpcOMZeMllLF4AasSviboGW97Z { width:18.875rem;height:7.4355625rem;top:70.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpnDG2OIRIhy8gTAzeV8CpRRTiokNn2U { width:19.0625rem;height:6.7480625rem;top:97.249755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LDgGzgr2FkGS2Jw6pdHH7zekI4ie2w { width:19.75rem;height:8.125rem;top:105.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXErKwOErnG1PpZziPUKVF9Q5EpZBTse { width:19.75rem;height:6.4375rem;top:114.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNQlsC2yAswOAEDZ9qBNGAgHVHD6QDSO { width:19.1875rem;height:6.125rem;top:131.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8cg4mP17hl1nNTnTfHk3oXQmyFU1iu { width:19.6875rem;height:7.9355625rem;top:138.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiRoxb1JFBMHafxthRhVBTniicqqPgo { width:18.75rem;height:7.6855625rem;top:122.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7XfLG1SSFAqZr04iGD9g8dpA5Lm7qC { width:18.875rem;height:8.3730625rem;top:153.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QnJ4lSvMZnxFD1JHu2GDoA2nxHf9LG { width:19.6875rem;height:5.18676875rem;top:162.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5NLbQABd7T5wMzuDZXskmfigfCxUBnr { width:19.6875rem;height:4.6875rem;top:147.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZieF5PzwUV01SC9suH7SEf6pmh85b7fw { width:19.6875rem;height:5.5625rem;top:175.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9KSul2URBWqlN3rxBFuCZAL25ObOoB { width:19.375rem;height:6.4355625rem;top:182.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdy8Axh66Hi2CDGqsG3eLlEsy1hQxS8U { width:19.812rem;height:5.561525rem;top:169.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEpwGMvOzOzaQuQZTGR3sga9qopxt6UN { width:19.1875rem;height:6.4375rem;top:196.37451171875rem;left:0.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRTB5X2Qk727qpPh3Dv3P0o9gGvooqp { width:19.4375rem;height:5.5rem;top:203.375rem;left:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZUCndpcroAcuruBwLCJvMfic0l82tN { width:19.75rem;height:6.25rem;top:189.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbOK5cleThN25plQ2WfyzqRWwu7wdOdG { width:19.3125rem;height:5.5rem;top:216.1240234375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k98ZLApVR5f4JslD37rd9gTwwelAK7M5 { width:19.375rem;height:4.75rem;top:222.24951171875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nVSI3imeKkLOaToV3oBHVIJv7hhFWvGm { width:19.625rem;height:4.75rem;top:210.31176757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSzUKwhF2nOxrImADao0fKqD5JxN5IFL { width:19.4375rem;height:4.3125rem;top:232.8125rem;left:0.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2DI8LgPdWhVG2Ts8m3ySNauHx5Qrad { width:19.6875rem;height:3.8125rem;top:228.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzXxnJc9FKN1tGU8xneQTfteXsrSKyWT { width:20rem;height:11.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T3aC8sRFznS09Nt6qqpeD7Gk66CPntlC { width:18.999rem;height:3.8745125rem;top:240.37231445312rem;left:0.50048828125rem;font-size:1.1875rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#4f93d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vhw7qDQH4AciNNaDmJB9HzMn0mA4t1nQ { display:block; }
 }@media only screen and (max-width: 763px) { #BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT { display:block; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF8qEkuT0zhvq4wWCethFxEGIzgueuKV { width:12.8735625rem;height:19.3103125rem;top:21.28173828125rem;left:3.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCqb8cKCCm1FtoJlQeDR4tMbFkzrg2x { width:12.5rem;height:0.124511875rem;top:0.999755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#16ab26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2  { width:17.5rem;height:auto;top:40.062255859375rem;left:0rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 {display:block;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 { width:17.5rem;height:auto;top:40.062255859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #RNXKWBITiyUdwlD4FESkI1bBPJSQUI0o {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #iFAWDPVNLORbfG9oXyIsfw4lx19w5SPw { display:block; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #mmEMJZXOOXuFQEN59tPbg7DKTNrwePvz {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #Q16gVWNy7x5r5FZaybs2u3W7QX9LGLOu {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #N0mzT373DPZeb8X3SZeOv275rzE32rXG { display:block; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #w3xAUUIPimEKtkncM5QugW9amS2RXnPs {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #C13J4lRUP4QgTz8aw8Kpnpd1KzFfFeoN {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #K5TxxpV58OxfFktMRH4lWlSq7m7qG20l { display:block; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #tupvS29HcOXkosygQhm6dFh6QyoEnP9P {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #XV90gedQOKo9uTz2tTo2gQGmuqBn2pd5 {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #eDAVsDUHn8NXPdQNphWQinszze35bEXf {  }
 }@media only screen and (max-width: 763px) { #GM8Ni0wXNbRSBHoLqyrUKuU7sqOBg4uL { width:18.0615rem;height:15.5956875rem;top:3.167724609375rem;left:0.968017578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x { display:block; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { width:20rem;height:106.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqtFOb1dolO4Xq1Ta5bB6f5nHPkvZgHE { width:20rem;height:2.749025rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4nzSIeWNktGSPBH5CHec9gnfAHOgJmM { width:19.6230625rem;height:57.73925rem;top:5.25rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdip7TDAMzv2xyD9GG0iLK7sAVgppmU { width:13.8110625rem;height:19.6228125rem;top:84.82177734375rem;left:3.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTlc4s8do2nyE6E0pPzST5IKc7T3Abe { width:12.5rem;height:0.123046875rem;top:4.37451171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txZ372SITDmc3bJqgdvR2UZuXB7TTz6p { width:14.562rem;height:2.9370125rem;top:72.46435546875rem;left:2.71875rem;font-size:0.8125rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #S2ea5ulQFxkzTqbr1sPWT52XcfXBOJvF { display:block; }
 }@media only screen and (max-width: 763px) { #craD22l6x716n4sAh5Zr1UyArkeMkpZU { width:18.058625rem;height:3.18456875rem;top:104.123046875rem;left:0.9697265625rem;font-size:1.4375rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#00a7f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Ln1hn9pZMvmgTwPBezTqcwc6pRJm4x7d { display:block; }
 }@media only screen and (max-width: 763px) { #viPUTq60cK3pTK5tU0soyIc0S72ra0EI { width:15.246125rem;height:0;top:107.244140625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oS1zXTQJtH3TPZPqNaM4dW49XEb8TBb7 { width:20rem;height:10.7495rem;top:65rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ivpia5N2AKt7ozHPoB7cf4KOvZavCnxk { width:18.9978125rem;height:4.43725625rem;top:75.618896484375rem;left:0.50048828125rem;font-size:1.125rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#1cb6ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tAPZpr9vIRoimvUB7SVK2znoM9zUEit4 { display:block; }
 }@media only screen and (max-width: 763px) { #sgy4TwoO4SisBTseRWUk0tSvFORxMrMg { width:18.9978125rem;height:4.43725625rem;top:77.96875rem;left:0.50048828125rem;font-size:1.5rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#ba1c5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #MTPyWEELvXpuXvsBSDvN2lAIP74Bv7fh { display:block; }
 }@media only screen and (max-width: 763px) { #QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { display:block; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container { width:20rem;height:103.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2A3iXO1XZyeVTAoJKU4HO1zpxWGH0kQ { width:20rem;height:9.629875rem;top:17.6074375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc61vqCSFX0Srm6yuh4stx0fgEG0QhLu { width:20rem;height:12.4824375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASPh9xRMlluOWiqbJOvKP0kv774Jr6tv { width:20rem;height:5.732425rem;top:43.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9f90QVBSNMUNARlm4k89WSpFqzPuhMX { width:20rem;height:8.9355625rem;top:50.2793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsoCbwN5cgqVvVx4zPf1O49cwg9pri2X { width:20rem;height:13.5605625rem;top:28.4863125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TqCbwohSzV7F1w8HfFEXZFRRtCKMCkOA { width:20rem;height:14.2831875rem;top:87.837925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQi9qQJm3oA8eOiBH0bkW4LlDiAaWlEJ { width:17.5rem;height:26.1230625rem;top:60.4648625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9iEsEIoaGXevZ7PWdpzGdCWyk1Lqda { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8EFWVMskmlMIHk53mfwBpnrkv99V4b { display:block; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpUR1xTOCGVSLw1pOzXxrN73ywQsCnu4 { width:20rem;height:12.572298325723rem;top:73.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT8Hzv16ucmlTVdbcnsh62v7xIygXhdp { display:flex;width:3.8125rem;height:3.8125rem;top:43.433625rem;left:16.1875rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #RwrDTVNSFWuwiaBk1cE8efHpPIlRGw2B { width:19.9970625rem;height:18.808625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0NtL2zuqQEHE9qaDdaNxrgDQQ2fpUN { width:14.5595625rem;height:12.7470625rem;top:45.9316875rem;left:2.6875rem;overflow:hidden;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Um7TMMH5nGipKkNyLd1B9z1nFbd4e5qK { width:20rem;height:23.3730625rem;top:21.308625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1qKTOQDW3l7gzLWnviqyT7IoLFWN86 { width:19rem;height:4.375rem;top:59.927958984375rem;left:0.5rem;font-size:1.0625rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#4f93d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tQOIygSGOGZ3OCHze9mo5dhOtKs5Lx7P { display:block; }
 }@media only screen and (max-width: 763px) { #ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 { display:block; }#ET0qMc6pkIE81vPun8M4ZR4P4V4DZwr1 > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhzTlMKbHPakT9dI2n36qKM24Pxzd7WZ { width:12.875rem;height:19.3125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6sSno4Ut3T1bJBbJoCZLmPsSLo0lwM { width:12.5rem;height:0.125rem;top:0.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#14aa1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2  { width:17.5rem;height:auto;top:41.312255859375rem;left:0rem; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 {display:block;}#aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 { width:17.5rem;height:auto;top:41.312255859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #Ge1fvnt6sTImrkLtAwdPv3Alp55KIldu {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #ysyWXByNH6TCK86MRgOiyz0LJhD0b6u1 { display:block; }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #a77FVkv5MpeoFSZDasL74dW862Hyq1b2 {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #JUmrsmnvuMlsbo08EBIJ3N63fqc7RsrO {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #FG6mMAiPl0XHXFwteMFk1HMsttGeft8B { display:block; }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #dolXJaK8SZGfQs69A5dVxxPWFyxTdkZI {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #yW11iosTy62TCrN7zFU7N7rS1h4fr5mV {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #hZV8GHaxfMNdKqQyeIQN7XyP4LJGfBJv { display:block; }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #Tp5vVV15OPBBVtH4wBmp1Tvmkm32QOB8 {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #e0XnAeW1wVzbv1QUTU0g5eGO3uQXGdKT {  }
 }@media only screen and (max-width: 763px) { #aS7iEVTd4pVZWZ6yuPLi4D10DrPI0ut2 #y35EO91TqsnSd26zPFwhfv64xD0m15T1 {  }
 }@media only screen and (max-width: 763px) { #UTuTNVdLbAaoXsNb86HfuaGUCKQw4AWW { width:17.625rem;height:17.5451375rem;top:21.875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z { background-color:#3f035f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.adaptive-delivery-prevent-bg, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyload, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyloading { background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { background-color: transparent; background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .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); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDbdmP19CVgEQqhCS1rNLRyvSvrIfQEe { width:20rem;height:6.071775rem;top:1.8115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mMVwHU8HLTvN4hReczuPoCPQIR2fk1nq { width:3.75rem;height:3.75rem;top:8.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJNlZkAmzQogc6fPJhC1gb6GNSyN9PS { width:15.3730625rem;height:5.68846875rem;top:19rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #OKUIH9MmpyedVave2xQNVIrWFyL9TrsM { display:flex;width:3.87305rem;height:3.87305rem;top:13.875rem;left:8.0625rem; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM > img { max-width: 100%;max-height:100%; width:3.87305rem; height:3.87305rem; } }@media only screen and (max-width: 763px) { #tyK3mBEsX6NJVnq8LrTAGG1uLtpBM4ll { width:15rem;height:3.875rem;top:25.9375rem;left:2.5625rem;font-size:0.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;line-height:1.4;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wbPIUugyTPzt9Ebfu5Nk9DRzLZFyrLPo { display:block; }
 }