.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f10522;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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { 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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;position:relative;display:block; }#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:39.375rem;left:14.40625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { z-index:15003;top:45.6875rem;left:22.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#swzZRh613tJcBVPhUPzxr3VTa5DhdlTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { position:absolute;display:block;z-index:14995;background-color:#ffcf66;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:32rem;width:32rem;top:15.5rem;left:14rem;display:block; }
#mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { position:absolute;display:block;z-index:14996;background-color:#ffcf66;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:3.125rem;width:3.125rem;top:24.125rem;left:9.4375rem;display:block; }
#eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { position:absolute;display:block;z-index:14994;background-color:#ffcf66;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:33.375rem;left:48.8125rem;display:block; }
#e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { position:absolute;display:block;z-index:14993;background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:9.375rem;width:3.125rem;top:34.1875rem;left:5.9375rem;display:block; }
#qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { position:absolute;display:block;z-index:14994;background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:2.1875rem;width:10rem;top:43.5rem;left:35.625rem;display:block; }
#lFTBiZnJPT2m1LzrrXqeO0DQxpaTwZpH { z-index:15003;top:16.0625rem;left:21.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#utbQGcW28LPrs6m2TTUyJygfRNibZx2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JT7o4wtsrOniEsleFsVnDTCm6C4MIHrD { 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:11.3125rem;width:20.625rem;top:27.51416015625rem;left:19.6875rem;overflow:hidden;display:block; }
#rr9cEMnR2saFLkz7OhEtHFo1UUMrkI9T { 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:9rem;width:15.0625rem;top:28.06201171875rem;left:22.3125rem;overflow:hidden;display:block; }
#HEAHCQEJyi0n4DSHDv84yBa9UxfWWDTp { 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:13.625rem;width:11.875rem;top:25.20166015625rem;left:12.5625rem;overflow:hidden;display:block; }
#T6T6r7TBZsJBZVAPxtesT19o20wCHah7 { color:#1a0df1;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.412109375rem;left:0rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpvvQnxfiDKN1dp8cgWNRyurVN0nervQ { 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:16.125rem;width:16.125rem;top:21.875rem;left:34.125rem;overflow:hidden;display:block; }
#JMMvhXp4V1NCDKtryDTIRn1TNPTS8MCf { 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:15.75rem;width:15.75rem;top:23.625rem;left:3.125rem;overflow:hidden;display:block; }
#qgeW0wGmwZrfg9PPaSWrmap4ytGNCQGs { 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:13.875rem;width:11.125rem;top:25.01416015625rem;left:41.48486328125rem;overflow:hidden;display:block; }
#TwqTJHfqpT222VWi9A58ZMba28HQwHK3 { 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:11.4375rem;width:11.3125rem;top:7.599609375rem;left:4rem;overflow:hidden;display:block; }
#AGx8XZXfoBtHiE1i0M0VW3RPOwO5Pw0V { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#qgBnE4HE1Du5h54v2m1cTQai4BM7884M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fr5HJ24ldqkOkDcmRJoftiPmXXUGMwC9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#It6MnQNmpEO0NtZnmvDwO0w4pHtSoqSL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bx3tbmU74nT1WF4V2Ob2DyttBhK2zFQO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#v9uEboVVsf2DJT3d5TB9z2709RMVMTXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTQX2dHLn0lQfOMcnqIMw1TQGBrowWmS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#T12cvWahAhTdqcGgDFaO4NX5EhMLgHI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnzxNWgdChlbbvHpXfSzSda6BKF0y0EB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#sWXmXmQBcbBbQ7iZRrTSOvQI5CMGcXW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUOQ2EDVkHx9B47VaFauldScSm6ROc7a { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#L23S9GBO0AgQJOaX6ussB5wQF5quWKcz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sZkVOtArReD4l90TLgZDaLbpx7721Adc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#GcdQ6ZW9tWe8gETCRam05gQxH2ZcUdh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PnxyITEIzbqIQozrU2UaCEpM9ETF58dy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#i3J7xpVrotChyPiqMJyiZuPb6u69ftDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KU3Ag8ssWqMaH6OPNb81y4UqJwVM6pyC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#d82LIbGIHScW8TT8df5c9aRJ9LpH7hlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfWOp7stN4xas5QA9RkiJubFkmZkLDtU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:22.9375rem;display:none; }
#Nrn3HLTsENZPHiWDSI3w0lC0xVcPmbWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWU3KIvXIzmJIOsTD3EIRT44z05hXZKh { 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:7.375rem;width:15.8125rem;display:none; }
#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,5,34,0.88);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; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { border-width: 0; border-radius: 0; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { position:absolute;display:block;z-index:14995;background-color:#ffcf66;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:3.15625rem;left:9.5625rem;display:block; }
#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn { 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; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { background-color: transparent; background-image: none; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container > .video-iframe-container { display: none; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row > .video-iframe-container { display: none; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .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); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { border-width: 0; border-radius: 0; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#akhZfReRvkbs9IQ6tfGtf7328wJAEqho { color:#ff0042;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.875rem;left:20.4375rem;height:1.5996125rem;text-align:right;text-align-last:right;display:block; }
#JLRpqle6dxOLCsN0MLP3GrEJPiv7wDI0 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:3.75rem;left:20.8125rem;height:8.999rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hQMnzkutiAM6INwDG7E9i9lUqROeXHVy { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:3.6875rem;left:41.5625rem;height:3.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uFgWa2LZQp248wJfCrbnw41mCgeNdFmO { color:#ff0042;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.875rem;left:0.5rem;height:1.5996125rem;text-align:right;text-align-last:right;display:block; }
#fcclsSdGkyN6mTfavfGpARUqme5IKxyJ { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:3.75rem;left:0rem;height:8.999rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VfKVURlIVTRPd0KTRffVa52DwBvpU2yq { color:#ff0042;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:13.875rem;left:41.125rem;height:1.5996125rem;text-align:right;text-align-last:right;display:block; }
#ifv3e2PFxkVGQbrfSb3f6B3X5WUueokP { box-sizing:content-box;height:12.75rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#f10522;background-image:none;top:3.96875rem;left:19.9375rem;display:block; }
#CeH6MoaASCqFflb7VgAvdLATTMtMbQDh { box-sizing:content-box;height:12.75rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#f10522;background-image:none;top:3.96875rem;left:19.9375rem;display:none; }
#c4UbSA7ait2whlJQI21XDIsXrNOEqo2W { box-sizing:content-box;height:12.75rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#f10522;background-image:none;top:3.96875rem;left:19.9375rem;display:none; }
#ubcT6FyAMczA2BCLuNv9WwGtX5D5QaaE { box-sizing:content-box;height:12.75rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#f10522;background-image:none;top:3.96875rem;left:19.9375rem;display:none; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,5,34,0.85);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; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { border-width: 0; border-radius: 0; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:1.25rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0625rem;left:1.25rem;height:;font-style:normal;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-form-header { font-size:1rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:400;color:#ffffff;width:27.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;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:27.8125rem;box-sizing:border-box;height:3.375rem;color:#234446;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;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:27.8125rem;box-sizing:border-box;height:4.375rem;color:#234446;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .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:27.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffcf66;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:12.5625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#234446;width:15.25rem;height:4.0625rem;font-family:lato;overflow:hidden; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]:-moz-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]::-moz-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]:-ms-input-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]::-webkit-input-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.2;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.5625rem;overflow:hidden;font-style:normal;float:none; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .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; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container:first-of-type{padding-top:0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container:last-of-type{padding-bottom:0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.4375rem;left:0rem;font-size:1rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.8125rem;display:block;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .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; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.4375rem;left:0rem;font-size:1rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o { position:relative;z-index:2; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi { position:relative; }
#c6p6JCqigRMowEwxV9obXND13wwALdRB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:5.25rem;height:1.29980625rem;display:block; }
body { position:relative;display:block; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; }#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:24.125rem;left:0rem;width:18.4375rem;height:6.375rem;font-size:1.25rem;display:block; }
#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { top:45.6875rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
#swzZRh613tJcBVPhUPzxr3VTa5DhdlTw { display:block; }
#aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { top:15.5rem;left:7.875rem;width:32rem;height:32rem;display:block; }
#mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { top:24.125rem;left:3.3125rem;width:3.125rem;height:3.125rem;display:block; }
#eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { top:33.375rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
#e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { top:34.1875rem;left:0rem;width:3.125rem;height:9.375rem;display:block; }
#qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { top:43.5rem;left:29.5rem;width:10rem;height:2.1875rem;display:block; }
#lFTBiZnJPT2m1LzrrXqeO0DQxpaTwZpH { top:16.0625rem;left:15.25rem;width:14.0625rem;height:3.4375rem;display:block; }
#utbQGcW28LPrs6m2TTUyJygfRNibZx2C { display:block; }
#JT7o4wtsrOniEsleFsVnDTCm6C4MIHrD { top:27.5rem;left:13.5625rem;width:20.625rem;height:11.3125rem;display:block; }
#rr9cEMnR2saFLkz7OhEtHFo1UUMrkI9T { top:28rem;left:16.1875rem;width:15.0625rem;height:9rem;display:block; }
#HEAHCQEJyi0n4DSHDv84yBa9UxfWWDTp { top:25.1875rem;left:6.4375rem;width:11.875rem;height:13.625rem;display:block; }
#T6T6r7TBZsJBZVAPxtesT19o20wCHah7 { top:5.375rem;left:0rem;width:17.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
#OpvvQnxfiDKN1dp8cgWNRyurVN0nervQ { top:21.875rem;left:28rem;width:16.125rem;height:16.125rem;display:block; }
#JMMvhXp4V1NCDKtryDTIRn1TNPTS8MCf { top:23.625rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
#qgeW0wGmwZrfg9PPaSWrmap4ytGNCQGs { top:25rem;left:35.35986328125rem;width:11.125rem;height:13.875rem;display:block; }
#TwqTJHfqpT222VWi9A58ZMba28HQwHK3 { top:7.5625rem;left:0rem;width:11.3125rem;height:11.4375rem;display:block; }
#AGx8XZXfoBtHiE1i0M0VW3RPOwO5Pw0V { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#qgBnE4HE1Du5h54v2m1cTQai4BM7884M { display:block; }
#Fr5HJ24ldqkOkDcmRJoftiPmXXUGMwC9 { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#It6MnQNmpEO0NtZnmvDwO0w4pHtSoqSL { display:block; }
#Bx3tbmU74nT1WF4V2Ob2DyttBhK2zFQO { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#v9uEboVVsf2DJT3d5TB9z2709RMVMTXn { display:block; }
#dTQX2dHLn0lQfOMcnqIMw1TQGBrowWmS { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#T12cvWahAhTdqcGgDFaO4NX5EhMLgHI5 { display:block; }
#TnzxNWgdChlbbvHpXfSzSda6BKF0y0EB { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#sWXmXmQBcbBbQ7iZRrTSOvQI5CMGcXW4 { display:block; }
#nUOQ2EDVkHx9B47VaFauldScSm6ROc7a { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#L23S9GBO0AgQJOaX6ussB5wQF5quWKcz { display:block; }
#sZkVOtArReD4l90TLgZDaLbpx7721Adc { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#GcdQ6ZW9tWe8gETCRam05gQxH2ZcUdh2 { display:block; }
#PnxyITEIzbqIQozrU2UaCEpM9ETF58dy { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#i3J7xpVrotChyPiqMJyiZuPb6u69ftDl { display:block; }
#KU3Ag8ssWqMaH6OPNb81y4UqJwVM6pyC { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#d82LIbGIHScW8TT8df5c9aRJ9LpH7hlv { display:block; }
#VfWOp7stN4xas5QA9RkiJubFkmZkLDtU { width:12.75rem;height:2.9375rem;top:45.6875rem;left:16.8125rem;display:none; }
#Nrn3HLTsENZPHiWDSI3w0lC0xVcPmbWV { display:block; }
#GWU3KIvXIzmJIOsTD3EIRT44z05hXZKh { width:15.8125rem;height:7.375rem;display:none; }
#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:47.75rem;position:relative;display:block; }#cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { top:5.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
#mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { top:3.125rem;left:3.4375rem;width:6.5625rem;height:6.5625rem;display:block; }
#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn { display:block; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { width:47.75rem;position:relative;display:block; }#akhZfReRvkbs9IQ6tfGtf7328wJAEqho { top:13.875rem;left:12.875rem;width:18.875rem;height:1.5625rem;font-size:1rem;display:block; }
#JLRpqle6dxOLCsN0MLP3GrEJPiv7wDI0 { top:3.75rem;left:13.3125rem;width:18.4375rem;height:8.9375rem;font-size:0.9375rem;display:block; }
#hQMnzkutiAM6INwDG7E9i9lUqROeXHVy { top:3.6875rem;left:29.1875rem;width:18.4375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
#uFgWa2LZQp248wJfCrbnw41mCgeNdFmO { top:13.875rem;left:0rem;width:18rem;height:1.5625rem;font-size:1rem;display:block; }
#fcclsSdGkyN6mTfavfGpARUqme5IKxyJ { top:3.75rem;left:0rem;width:18.4375rem;height:8.9375rem;font-size:0.9375rem;display:block; }
#VfKVURlIVTRPd0KTRffVa52DwBvpU2yq { top:13.875rem;left:28.75rem;width:18.875rem;height:1.5625rem;font-size:1rem;display:block; }
#ifv3e2PFxkVGQbrfSb3f6B3X5WUueokP { top:3.9375rem;left:15.75rem;width:0.125rem;height:12.75rem;display:block; }
#CeH6MoaASCqFflb7VgAvdLATTMtMbQDh { top:3.9375rem;left:15.75rem;width:0.125rem;height:12.75rem;display:none; }
#c4UbSA7ait2whlJQI21XDIsXrNOEqo2W { top:3.9375rem;left:15.75rem;width:0.125rem;height:12.75rem;display:none; }
#ubcT6FyAMczA2BCLuNv9WwGtX5D5QaaE { top:3.9375rem;left:15.75rem;width:0.125rem;height:12.75rem;display:none; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:47.75rem;position:relative;display:block; }#uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { top:1.875rem;left:0rem;width:20rem;height:7.75rem;font-size:2.8125rem;display:block; }
#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { top:9.0625rem;left:0rem;width:32.8125rem;height:;font-size:1.375rem;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { width:27.8125rem;height:auto;top:11.4375rem;left:0rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { width:27.8125rem;height:auto;top:11.4375rem;left:0rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi {  }
#c6p6JCqigRMowEwxV9obXND13wwALdRB { top:10.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
body { position:relative;background-color:#f10522;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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#f9f9f9;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;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; }#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:18.4980625rem;height:4.798825rem;top:24.17578125rem;left:0.75048828125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:comfortaa;display:block; }
#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { top:32.6875rem;left:2.15625rem;z-index:15011;width:15.6875rem;height:3.4375rem;display:block; }
#swzZRh613tJcBVPhUPzxr3VTa5DhdlTw { display:block; }
#aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { width:10rem;height:10rem;top:12.9375rem;left:4.5rem;display:block; }
#mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { width:3.125rem;height:3.125rem;top:19.75rem;left:14.8125rem;display:block; }
#eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { width:3.9375rem;height:3.9375rem;top:13rem;left:2rem;background-color:#f10522;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { width:3.125rem;height:9.375rem;top:18.3125rem;left:14.4375rem;display:block; }
#qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { width:20rem;height:8.3125rem;top:23.21875rem;left:0rem;display:block; }
#lFTBiZnJPT2m1LzrrXqeO0DQxpaTwZpH { top:10.25rem;left:2.96875rem;z-index:15011;width:14.0625rem;height:3.4375rem;display:block; }
#utbQGcW28LPrs6m2TTUyJygfRNibZx2C { display:block; }
#JT7o4wtsrOniEsleFsVnDTCm6C4MIHrD { width:10.1875rem;height:5.4375rem;top:16.9375rem;left:4.90625rem;display:block; }
#rr9cEMnR2saFLkz7OhEtHFo1UUMrkI9T { width:7.3125rem;height:4.25rem;top:17.25rem;left:6.28125rem;display:block; }
#HEAHCQEJyi0n4DSHDv84yBa9UxfWWDTp { width:4.125rem;height:4.8125rem;top:16.84375rem;left:3.03125rem;display:block; }
#T6T6r7TBZsJBZVAPxtesT19o20wCHah7 { width:17.3125rem;height:3.0869125rem;top:6.2734375rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#OpvvQnxfiDKN1dp8cgWNRyurVN0nervQ { width:6.125rem;height:6.125rem;top:15.71875rem;left:11.27978515625rem;display:block; }
#JMMvhXp4V1NCDKtryDTIRn1TNPTS8MCf { width:4.9375rem;height:4.9375rem;top:16.9375rem;left:0rem;display:block; }
#qgeW0wGmwZrfg9PPaSWrmap4ytGNCQGs { width:3.6875rem;height:4.6875rem;top:17.9375rem;left:14.65625rem;display:block; }
#TwqTJHfqpT222VWi9A58ZMba28HQwHK3 { width:4.5rem;height:4.5625rem;top:5.53515625rem;left:0rem;display:block; }
#AGx8XZXfoBtHiE1i0M0VW3RPOwO5Pw0V { width:9.125rem;height:2.25rem;top:37.9375rem;left:0rem;z-index:15012;display:block; }
#qgBnE4HE1Du5h54v2m1cTQai4BM7884M { display:block; }
#Fr5HJ24ldqkOkDcmRJoftiPmXXUGMwC9 { width:9.125rem;height:2.25rem;top:37.9375rem;left:10.875rem;z-index:15013;display:block; }
#It6MnQNmpEO0NtZnmvDwO0w4pHtSoqSL { display:block; }
#Bx3tbmU74nT1WF4V2Ob2DyttBhK2zFQO { width:9.125rem;height:2.25rem;top:41.1875rem;left:0rem;z-index:15014;display:block; }
#v9uEboVVsf2DJT3d5TB9z2709RMVMTXn { display:block; }
#dTQX2dHLn0lQfOMcnqIMw1TQGBrowWmS { width:9.125rem;height:2.25rem;top:41.1875rem;left:10.875rem;z-index:15015;display:block; }
#T12cvWahAhTdqcGgDFaO4NX5EhMLgHI5 { display:block; }
#TnzxNWgdChlbbvHpXfSzSda6BKF0y0EB { width:9.125rem;height:2.25rem;top:44.6875rem;left:0rem;z-index:15016;display:block; }
#sWXmXmQBcbBbQ7iZRrTSOvQI5CMGcXW4 { display:block; }
#nUOQ2EDVkHx9B47VaFauldScSm6ROc7a { width:9.125rem;height:2.25rem;top:44.6875rem;left:10.875rem;z-index:15017;display:block; }
#L23S9GBO0AgQJOaX6ussB5wQF5quWKcz { display:block; }
#sZkVOtArReD4l90TLgZDaLbpx7721Adc { width:9.125rem;height:2.25rem;top:47.875rem;left:0rem;z-index:15018;display:block; }
#GcdQ6ZW9tWe8gETCRam05gQxH2ZcUdh2 { display:block; }
#PnxyITEIzbqIQozrU2UaCEpM9ETF58dy { width:9.125rem;height:2.25rem;top:47.875rem;left:10.875rem;z-index:15019;display:block; }
#i3J7xpVrotChyPiqMJyiZuPb6u69ftDl { display:block; }
#KU3Ag8ssWqMaH6OPNb81y4UqJwVM6pyC { width:9.125rem;height:2.25rem;top:51.5625rem;left:0rem;z-index:15020;display:block; }
#d82LIbGIHScW8TT8df5c9aRJ9LpH7hlv { display:block; }
#VfWOp7stN4xas5QA9RkiJubFkmZkLDtU { width:9.125rem;height:2.25rem;top:51.5625rem;left:10.875rem;z-index:15021;display:block; }
#Nrn3HLTsENZPHiWDSI3w0lC0xVcPmbWV { display:block; }
#GWU3KIvXIzmJIOsTD3EIRT44z05hXZKh { top:0.85986328125rem;left:4.0625rem;width:11.875rem;height:5.5rem;z-index:15026;overflow:hidden;display:block; }
#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { background-color:rgba(241,5,34,0.85);background-image:none;display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:20rem;height:9.625rem;position:relative;display:block; }#cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { width:20rem;height:5.19921875rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
#mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { width:6.5625rem;height:6.5625rem;top:0.875rem;left:0rem;display:block; }
#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn { display:block; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; }#akhZfReRvkbs9IQ6tfGtf7328wJAEqho { width:20rem;height:1.5996125rem;top:22.875rem;left:0rem;font-size:1rem;font-family:lato;text-align:center;text-align-last:center;display:block; }
#JLRpqle6dxOLCsN0MLP3GrEJPiv7wDI0 { width:20rem;height:8.4375rem;top:14.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
#hQMnzkutiAM6INwDG7E9i9lUqROeXHVy { width:20rem;height:3.375rem;top:27.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
#uFgWa2LZQp248wJfCrbnw41mCgeNdFmO { width:20rem;height:1.5996125rem;top:10.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
#fcclsSdGkyN6mTfavfGpARUqme5IKxyJ { width:20rem;height:6.75rem;top:3.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
#VfKVURlIVTRPd0KTRffVa52DwBvpU2yq { width:18.875rem;height:1.5996125rem;top:31.662109375rem;left:0rem;font-size:1rem;font-family:lato;text-align:center;text-align-last:center;display:block; }
#ifv3e2PFxkVGQbrfSb3f6B3X5WUueokP { width:0.125rem;height:2.5rem;top:12.0625rem;left:9.9375rem;display:block; }
#CeH6MoaASCqFflb7VgAvdLATTMtMbQDh { width:0.125rem;height:2.5rem;top:24.474609375rem;left:9.9375rem;z-index:15010;display:block; }
#c4UbSA7ait2whlJQI21XDIsXrNOEqo2W { width:0.125rem;height:2.5rem;top:34.53125rem;left:9.9375rem;z-index:15011;display:block; }
#ubcT6FyAMczA2BCLuNv9WwGtX5D5QaaE { width:0.125rem;height:2.5rem;top:1.1875rem;left:9.9375rem;z-index:15012;display:block; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:rgba(241,5,34,0.85);background-image:none;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:20rem;height:57.625rem;position:relative;display:block; }#uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { width:20rem;height:7.79883125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { width:17.1875rem;height:0;top:5.5625rem;left:1.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#f10522; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { width:17.5rem;height:auto;top:10.7373046875rem;left:0rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { width:17.5rem;height:auto;top:10.7373046875rem;left:0rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y {  }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi {  }
#c6p6JCqigRMowEwxV9obXND13wwALdRB { width:12.5rem;height:1.29980625rem;top:56.25rem;left:3.75rem;font-size:1rem;display:block; }
