.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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row .container { background-color: transparent; background-image: none; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row .container > .video-iframe-container { display: none; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row > .video-iframe-container { display: none; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .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); }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row .container { border-width: 0; border-radius: 0; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row .container { font-size:0.875rem;font-family:arial;height:67.5625rem;width:60rem;position:relative;display:block; }#fhfDc2ZbUIhKqokGnbo1KyN59O2BaP3L { color:#ffb700;display:block;width:60rem;position:absolute;font-family:"istok web";font-size:4.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:11.328125rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#fM3EXadoHOHnkZwI7uKtk7IBK1Quyv0a { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:51.5390625rem;left:0rem;height:13.75rem;text-align:center;text-align-last:center;display:block; }
#DJLz7BGHF4ZToEXBvmwCAVKynDSZBTAi { color:#ffb700;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:17.086805343628rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-form-header {  }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:36.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .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;border-right:0;border-bottom:0;border-left:0;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:36.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-text {padding-top: 0; padding-bottom: 0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .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;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;width:36.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .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;border-right:0;border-bottom:0;border-left:0;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:36.4375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-select {padding-top: 0; padding-bottom: 0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .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; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);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:1rem;font-weight:bold;color:#ffffff;width:36.4375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:35.25rem;overflow:hidden;font-style:normal;float:none; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .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; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-container:first-of-type{padding-top:0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-container:last-of-type{padding-bottom:0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:32.8125rem;z-index:15012;position:absolute; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.4375rem;display:block;vertical-align:top; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp {display:block;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:32.8125rem;z-index:15012;position:absolute; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #qlkOfqOmfWpL5A3qxzINwpglJgD6IiRT { position:relative; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #mmBMVPTvVM28VZ2Lb9h5muEWmUKdw0Oe { position:relative;display:none; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #smreofOpByubXD6tfoWV8fkp9eEQkq97 { position:relative; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #WIflVDZNXRkVmNGkuw3WfsKwwLSDxgPo { position:relative; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #H9Gx7fymMlZrEZrrq3duov3hUkhEHvtU { position:relative;display:none; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #cT0kVahdFBPikrqyxTFDr9MbbyVqOnn2 { position:relative; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #vrTDg2tUXPtWCZlc9L0IumTEw1Dzc4fR { position:relative; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #nvac3bZ6VnD8gcypsZUT2Ndm9bv4SN6C { position:relative;display:none; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #dnR3t55NhCs1SRZQgr6W8c37TZkx0zbM { position:relative; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #ZsbIvRyF8eBOIopi8Klgi1U6T2LZrTMp { position:relative; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #hn6oLOX06ZBSWutksO1ZurT78PTgmbEB { position:relative; }
#Xamf0rHxSo4MWpBlBkRH7JpSsFcqTiMS { box-sizing:content-box;height:6.25rem;width:55.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.375rem;left:2.3125rem;display:block; }
#zsN4uS0DQv5mWxMwXicyxyfsBsJsEqoa { 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:2.6875rem;width:9.75rem;top:0rem;left:48.180553436279rem;overflow:hidden;display:block; }
#SZk2b1kNCJwaCGsw4XMkvOp4hTsrZH1L { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac6cc369-ce76-42e0-a64a-afc43c46a2af/IMG_10354.crop_2996x3232_0,800.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.5625rem;width:34.9375rem;top:19.4375rem;left:36.730407390461rem;display:block; }#SZk2b1kNCJwaCGsw4XMkvOp4hTsrZH1L.adaptive-delivery-prevent-bg, #SZk2b1kNCJwaCGsw4XMkvOp4hTsrZH1L.lazyload, #SZk2b1kNCJwaCGsw4XMkvOp4hTsrZH1L.lazyloading { background-image: none; }
#AVQ8n4LA1iz5civpNHbwoJMx8lxFuzKx { color:#ffde00;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#dV9VW13kD2Jz8QUWf2dMMSZqKgsEMuk4 { box-sizing:content-box;height:0.0625rem;width:52.0625rem;position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;top:6.75rem;left:3.7569446563721rem;display:block; }
#l6HXwO9tzb5HimHLSGMCT5zu8b9d1BGy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.8055555820465rem;left:51.679691314698rem; }
#l6HXwO9tzb5HimHLSGMCT5zu8b9d1BGy > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#sxpsABkUEXr6t4MkypNig4Gx45NMN2BU { color:#ffffff;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:22.4814453125rem;left:1.46875rem;height:6.9375rem;text-align:center;text-align-last:center;display:block; }
#dCLNkyfpoMfJmdK8LEidtO9SWTSQsoZg { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1241321563721rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#JyLhvTSpnFHBe1PgeyChf9JcF7dMrus5 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ { 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; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container { background-color: transparent; background-image: none; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container > .video-iframe-container { display: none; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row > .video-iframe-container { display: none; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .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); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container { border-width: 0; border-radius: 0; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#fxnNNawHqu0pNRT0AkxGniXZOvimEDvE { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(324deg, #11159d, #000000);background-image: -moz-linear-gradient(324deg, #11159d, #000000);background-image: -ms-linear-gradient(324deg, #11159d, #000000);background-image: -o-linear-gradient(324deg, #11159d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11159d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11159d', endColorstr='#000000' );";background-image: linear-gradient(324deg, #11159d, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:6.75rem;width:19.75rem;top:2.9375rem;left:0rem;display:block; }
#nu79COdsD3KCPFDfu7a3d0CUHpm5L87y { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(324deg, #11159d, #000000);background-image: -moz-linear-gradient(324deg, #11159d, #000000);background-image: -ms-linear-gradient(324deg, #11159d, #000000);background-image: -o-linear-gradient(324deg, #11159d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11159d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11159d', endColorstr='#000000' );";background-image: linear-gradient(324deg, #11159d, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:6.75rem;width:19.75rem;top:2.9375rem;left:20.125rem;display:block; }
#u00HTHMXmTAu85qfnnuPANEtloxxaKVx { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(324deg, #11159d, #000000);background-image: -moz-linear-gradient(324deg, #11159d, #000000);background-image: -ms-linear-gradient(324deg, #11159d, #000000);background-image: -o-linear-gradient(324deg, #11159d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11159d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11159d', endColorstr='#000000' );";background-image: linear-gradient(324deg, #11159d, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;height:6.75rem;width:19.75rem;top:2.9375rem;left:40.25rem;display:block; }
#pDbGmOM75gZTlGkDz2RDGzKMhEq1n0Sx { box-sizing:content-box;color:#ffffff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15003;top:4.125rem;left:41.0625rem;display:block; }
#WVP889HZwN7P5gPiHA1AUZfpcKMHxgg7 { color:#0a0e5d;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:45.25rem;height:2.5625rem;display:block; }
#s10CEnFZBPSOFvbZnXNuatO41iXwDBkA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:45.25rem;height:1.25rem;display:block; }
#w8SkXUqocDTNl04t9mKdmX0f9paDNrqt { box-sizing:content-box;color:#fafafa;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15004;top:4.1875rem;left:20.75rem;display:block; }
#eWfhHSEe8uBcnlI5HVeCTkHQLbvCXLh4 { color:#0a0e5d;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:25rem;height:1.8125rem;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; }
#mVumvuuIg6rfiwJSeP7QbW4ZkLsg1fIa { color:#fafafa;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:25rem;height:1.25rem;display:block; }
#fSiaGkxcrx2qzr63XrAffpQ4MfnAy4Dh { box-sizing:content-box;color:#ffffff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15005;top:4.1875rem;left:0.3125rem;display:block; }
#VhhMT01kQgXzX8BzHvI1RwcmnV21MrES { color:#0a0e5d;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:4.5625rem;height:2.5625rem;display:block; }
#avNKsT4oDTqzM4fahZp80g2MWLBbQigy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:4.8125rem;height:1.25rem;display:block; }
#pVPWETmcqMVWQEdSykikFzWDJMDCfFSf { color:#0a0e5d;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.875rem;left:45.3125rem;height:1.8125rem;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; }
#q85EtGwnua7aUUUCzhFNQ0Wu9pdVnHU3 { background-color:#fa0048;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.3125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.78125rem;left:11.40625rem;display:none; }
#LdTAvxnCzgwoH9gmP6NgFxFpvSyZVlZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X { 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; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container { background-color: transparent; background-image: none; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container > .video-iframe-container { display: none; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row > .video-iframe-container { display: none; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .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); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container { border-width: 0; border-radius: 0; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#JO1lzz5Qrtn4Ati2cRbO4kzIifIKIloZ { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.749999523163rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i29amOscJrp0zrfndc5MGXdUZB17WqiE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.1875rem solid #11159d;border-left:0.1875rem solid #11159d;border-right:0.1875rem solid #11159d;border-bottom:0.1875rem solid #11159d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:5.25rem;width:45.6875rem;top:4.4375rem;left:7.625rem;display:block; }
#UyO7OCT611iw6V0kyM7godyf7O2HQ7Sa { color:#ffde00;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 { position:relative;display:block; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 { background-color: transparent; background-image: none; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .row .container > .video-iframe-container { display: none; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .row > .video-iframe-container { display: none; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .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); }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 { border-width: 0; border-radius: 0; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .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; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .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:84.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; }#CO1pbklqygaL1vq7oqK02Bdp1hJnQvcL { color:#000000;display:block;width:38.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:2.2769088745117rem;left:21.25rem;height:26.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NN8iQgJw4o7gPt2kgJUELasn7hkbQDFo { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:31.651912689209rem;left:0rem;height:29.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H01GaFlbeHN9k54e5nE3B7vd90FVPl8I { 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:17.375rem;width:29.4375rem;top:36.625869750976rem;left:30.460153699061rem;overflow:hidden;display:block; }
#GAfna9PBs12C87XDk1ClNBSHx01uhlGT { 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:17.0625rem;width:25rem;top:4.827262878418rem;left:-5.1553821563721rem;overflow:hidden;display:block; }
#kguDFhHmyVuZMBUI2JErRdW9TDUDB9BE { 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:4.5625rem;width:8.3125rem;top:66.124132633206rem;left:12.248264312744rem;overflow:hidden;display:block; }
#SUusGxOocCpWxFf5ka736lSZXTguT75z { 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:14.875rem;width:48.5rem;top:65.4366312027rem;left:5.75rem;overflow:hidden;display:block; }
#JfGBufiXMDruhFq567FVHPlAnLmebIWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container { background-color: transparent; background-image: none; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container > .video-iframe-container { display: none; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row > .video-iframe-container { display: none; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .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); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container { border-width: 0; border-radius: 0; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#t4ZTpScEfrxfeLpTC71lfMXzG7uDhNHg { color:#ffde00;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1171875rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#Ih1WtW135PlWxQd8zZLN4PUT6trTMTQC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #11159d;border-left:0.1875rem solid #11159d;border-right:0.1875rem solid #11159d;border-bottom:0.1875rem solid #11159d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:5.25rem;width:52.875rem;top:3.0486116409302rem;left:3.3602428436279rem;display:block; }
#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53d7b4;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; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row .container { background-color: transparent; background-image: none; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row .container > .video-iframe-container { display: none; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row > .video-iframe-container { display: none; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .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); }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row .container { border-width: 0; border-radius: 0; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#cCDOKQHfqEq1Zc8R3q3Flycm7PV0GL6O { position:absolute;display:block;z-index:15002;background-color:#fbfbfb;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.66) ;height:40.875rem;width:57rem;top:1.375rem;left:1.5rem;display:block; }
#r8XluTDi5qOV2KqdnTyTItUXEQJCnc0R { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:2.478515625rem;left:6.96875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MG0mIaoGRuRn2AwTZe3gMBWUNHopM6Xc { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.354164123535rem;left:22.0625rem;height:7rem;display:block; }
#B6LIyRIPJx5xAy9bT6QeVQ7h7mxu8oTL { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.006077766419rem;left:22.055557250976rem;height:7rem;display:block; }
#sucaSHOaMLecl3GTFXvq4Ev7b1IdVfe6 { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.479164123535rem;left:3.96875rem;height:5.25rem;display:block; }
#JrhsDuW6XJkZuv1r3bw24XICIA3TICyp { position:absolute;display:block;z-index:15036;background-color:#ffbc42;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.1875rem;width:51.125rem;top:8.103515625rem;left:4.4375rem;display:block; }
#lJ0sxcWfl6e2xGH9xPaZPIMzn2vouqkg { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.16667175293rem;left:3.96875rem;height:5.25rem;display:block; }
#VIhD4oGBmwmmmuxd32HTZ2rQ1QfTUEFu { 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:12.25rem;width:20.1875rem;top:10.915800094604rem;left:1.75rem;overflow:hidden;display:block; }
#VqicLC29r8tcSaqiIO217T42ityzFlvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#801dd1;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; }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row .container { background-color: transparent; background-image: none; }#VqicLC29r8tcSaqiIO217T42ityzFlvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row .container > .video-iframe-container { display: none; }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row > .video-iframe-container { display: none; }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .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); }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row .container { border-width: 0; border-radius: 0; }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:block; }#TWdhVmTVCsDNHlLskrnm1zRgTVVl6zTe { position:absolute;display:block;z-index:15002;background-color:#fbfbfb;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.66) ;height:45rem;width:57rem;top:2.625rem;left:1.5rem;display:block; }
#y28FSzmhxTkM60QQQTvQhTeU1m3fkRMd { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.125rem;left:3.625rem;height:7rem;display:block; }
#mtfstxe4Rn0OsnqvR0QiHemfrRdzC1Dg { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:3.625rem;height:5.25rem;display:block; }
#AvcJ7TlAIeMRDMTgPU6F6WO6ht4PMn6B { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.875rem;left:3.5rem;height:7rem;display:block; }
#InfM7XJ8C2S9kgknt7PDD1NCBLtudges { position:absolute;display:block;z-index:15036;background-color:#fa0048;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.1875rem;width:51.125rem;top:8.5rem;left:4.1875rem;display:block; }
#TmUknLJBTUC6JmLd9V8un9f5GUFCDXE2 { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.8125rem;left:3.5rem;height:5.25rem;display:block; }
#zVulNVTCuT1pBVFBNDXMHSuiyMy1sgim { 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:12.375rem;width:20.1875rem;top:8.5rem;left:38.375rem;overflow:hidden;display:block; }
#MdgUC2iDTDxKixoDgdXkoF7fPBeHDBeV { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:40.4375rem;left:3.5rem;height:5.25rem;display:block; }
#y1B1REDS4TnebhluZ7cVIhAdmtlOH6pw { color:#000000;display:block;width:54.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#801dd1;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:none; }#nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a > .row .container { border-width: 0; border-radius: 0; }#nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:none; }#ytyulOJUI2NCsQ2DVArWpSglxzOxWspl { position:absolute;display:block;z-index:15002;background-color:#fbfbfb;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.66) ;height:43.4375rem;width:57rem;top:2.4375rem;left:1.25rem;display:block; }
#pI6Ny6kAuoGCHHTSeGR4IACPez5XzJpy { color:#000000;display:block;width:54.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.18701171875rem;left:3.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#rxkmOX4bRNKKkTDP4mmlNBgIZcc6qDHU { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.515625rem;left:3.25rem;height:7.1493125rem;display:block; }
#nCMBznCwsmdB37sVEZ2gLCO55NvQg0ZS { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.26806640625rem;left:3.25rem;height:8.93555625rem;display:block; }
#xwUnQTAeskIpUbqTSKMlFwispbuWP73q { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.35400390625rem;left:3.25rem;height:5.36198125rem;display:block; }
#skzTsBdHdDAoO9eZpKX4lLCH5HJRhBdH { position:absolute;display:block;z-index:15036;background-color:#fa0048;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.1875rem;width:51.125rem;top:9.77734375rem;left:4.4375rem;display:block; }
#c7Zllqp9XNWAocZRrDiMdc3pzc7Ack2z { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38.10400390625rem;left:3.25rem;height:5.36198125rem;display:block; }
#UdokFeKdnZoxtAZMP27MKwDQza0Fxirf { 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:12.375rem;width:20.1875rem;top:9.9027767181394rem;left:37.868055343628rem;overflow:hidden;display:block; }
#XT35o1frZmcvoGcw86GD1zxgtgRCeswg { position:relative;display:block; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg { background-color: transparent; background-image: none; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .row .container > .video-iframe-container { display: none; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .row > .video-iframe-container { display: none; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .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); }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg { border-width: 0; border-radius: 0; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .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; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .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:10.875rem;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; }#CAzWmbbxIPyh80hiJOhDqGygOqtRaC70 { background-color:#fa0048;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.3125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.78125rem;left:11.40625rem;display:block; }
#tZTxFhSrJ1lIoZg0p9RzCtQe23OZdBuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kp9krnryt4p8CAB1A13OkeSm49TZmlRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container { background-color: transparent; background-image: none; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container > .video-iframe-container { display: none; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row > .video-iframe-container { display: none; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .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); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container { border-width: 0; border-radius: 0; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#QOP8pxpgu2AknKSe5qLtT1MRs5D9AhGE { color:#070000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.65625rem;left:0rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpfMQkrHTchvlgS87Dwm0fiCeczp8H08 { color:#ffcf66;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.303819179535rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 { 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; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row .container { background-color: transparent; background-image: none; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row .container > .video-iframe-container { display: none; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row > .video-iframe-container { display: none; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .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); }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row .container { border-width: 0; border-radius: 0; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#rXwdJ4pxrtJiVJsy9gGp5kbJqeIc4KaA { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.125rem;left:3rem;height:3.625rem;display:block; }
#KVNPBc9W95FU0diwFruaOeMMWgtCeMC0 { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:14.749999046326rem;left:33.875rem;height:5.4375rem;display:block; }
#uOi3XFbSTCFMviCLwGF7thEgAa6CVzte { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:24.374999046326rem;left:3.4375rem;height:5.4375rem;display:block; }
#ttpr0nBAE9u2DDoRB6mtTak9LtlCH0dV { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:22.687499046326rem;left:33.9375rem;height:5.4375rem;display:block; }
#kldgEOI1oLdSdbg2sb8yFvogSDRbpKqT { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.721355021rem;left:30.436630249024rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziTFcfGf8NNnDToUGwtdc3baVKzKVNxT { color:#000000;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.6874990463256rem;left:3.5rem;height:3.625rem;display:block; }
#gCl7RIWTFXUdCwr7ZNtkoxasv0eOcIg5 { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.1249990463256rem;left:33.875rem;height:3.625rem;display:block; }
#PGbGd23T4dukVImdPmcUknsGBKrf6wvU { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.125rem;left:33.8125rem;height:3.625rem;display:block; }
#ellKgug54uHGsh0y2CwBEgKBPqqLuD2U { box-sizing:content-box;height:5.3125rem;width:29.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#mD09h9vdI0hQJHKDr5AdFdgSrkIDqrIQ { box-sizing:content-box;height:6.625rem;width:29.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:7.8741312026975rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#ltpBFpByIh7fmTmsATmAZlzz5Q6a9nUT { box-sizing:content-box;height:8.75rem;width:29.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:23.436631202698rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#ZgiUA5gSf82kAJigPzgQlK8eHtHtGC6W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.2109375rem;left:0.49305534362793rem; }
#vnKVLx0iH2eVb3m34crO8mUNbDBGISsk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.68576335907rem;left:0.80555534362794rem; }
#XkVH7Dz9vXFcFkbN0OERHv1fqFu0TpOf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.315972328186rem;left:0.55555534362793rem; }
#TZfoUdioXHltCklToxt5ikMa8kLMIl36 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.249133110046rem;left:0.55555534362793rem; }
#t7cqXBcPahBOED5KJVWM8vt3H5oiKwUg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.0625rem;left:31.180557250976rem; }
#JxeDLEmZPRS99Wp7V1N5XGZTNOoM9ri3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.17795085907rem;left:31.243057250976rem; }
#rcyEFEvTsmCK5S23eEZNmmxv3PdPk7Jg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.81076335907rem;left:31.243057250976rem; }
#zeu0FiSNrxb6HX3WzplkAwWPEbnQPJKy { box-sizing:content-box;height:5.3125rem;width:29.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:16.3125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#O4dT3261JXTr9LNLbrv5bTfU0zKRQSd7 { color:#000000;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.4375rem;left:3.5rem;height:;display:block; }
#PMWZw66gnlbfCLoC50blDsmTfN99oC03 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.061633110046rem;left:31.430557250976rem; }
#pAGVGfaINMpipTNpmFXUs1S4ro8VFE18 { box-sizing:content-box;height:5.375rem;width:28.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:30.693576812744rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#ybURZDmRlmblGa4ZBCRRQnpOEChGZvP4 { box-sizing:content-box;height:5.375rem;width:28.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:7.18576335907rem;left:30.756076812744rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#MpbQIeADWvKUFbD9FInGtRKVtU6oH20o { box-sizing:content-box;height:6.1875rem;width:28.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:14.25954914093rem;left:30.756076812744rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#EpVHCkXfLhrd5G0xps20VwdKKNXrpokv { box-sizing:content-box;height:6.1875rem;width:28.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:22.314234733581rem;left:30.693576812744rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.3125rem solid #4cca19;border-left:0.3125rem solid #4cca19;border-right:0.3125rem solid #4cca19;border-bottom:0.3125rem solid #4cca19;display:block; }
#t1iC8eWPkPRHcTQxsAPB2m1P8c8JS3c5 { background-color:#fa0048;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:37.796882629394rem;left:9.96875rem;display:block; }
#CmxWkTuoUbENNMOdKpBNJJ0LdvVQVtlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container { background-color: transparent; background-image: none; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container > .video-iframe-container { display: none; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row > .video-iframe-container { display: none; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .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); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container { border-width: 0; border-radius: 0; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#G391ZfoqO6I6oDKo6UnZfytBCtdaPhTT { color:#ffde00;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8515625rem;left:0rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#v2CT6tTbidJm3yPpiaDd6ztkZFpp1RDW { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #11159d;border-left:0.1875rem solid #11159d;border-right:0.1875rem solid #11159d;border-bottom:0.1875rem solid #11159d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:6.75rem;width:59rem;top:3.3515625rem;left:0.61024284362793rem;display:block; }
#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff { 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; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row .container { background-color: transparent; background-image: none; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row .container > .video-iframe-container { display: none; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row > .video-iframe-container { display: none; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .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); }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row .container { border-width: 0; border-radius: 0; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#s9GgbcDslgG5h8Sun2Dre73apN2LzpJv { 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:34.5625rem;width:33.5625rem;top:3.125rem;left:29.982545986622rem;overflow:hidden;display:block; }
#doHQ94LE8hbFLx2EbARINscUanPB6oWH { 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:34.4375rem;width:36.4375rem;top:3.375rem;left:-7.1928063573587rem;overflow:hidden;display:block; }
#niltusTA78voKFq1KQ5xcTUzC6cVwIWX { background-color:#fa0048;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:40.349609375rem;left:10.71875rem;display:block; }
#ypL5PggTy05CUgoArqloTPhCrCJG3imV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container { background-color: transparent; background-image: none; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container > .video-iframe-container { display: none; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row > .video-iframe-container { display: none; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .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); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container { border-width: 0; border-radius: 0; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#q8t6evxtbbZF6MOmlvR6Ep5PB6WSWrt5 { color:#ffde00;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.724609375rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#zVdObGwmZXRbDHkTgUEkH5nq3Zo2rVvd { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #11159d;border-left:0.1875rem solid #11159d;border-right:0.1875rem solid #11159d;border-bottom:0.1875rem solid #11159d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:5.25rem;width:30.3125rem;top:5.7803821563721rem;left:13.978298187256rem;display:block; }
#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee { 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; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row .container { background-color: transparent; background-image: none; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row .container > .video-iframe-container { display: none; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row > .video-iframe-container { display: none; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .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); }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row .container { border-width: 0; border-radius: 0; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#Ky3UeFrSEa1nqz9w2ZF7lha1UqzPJpqR { color:#2a2a2a;display:block;width:49.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:10.0625rem;height:17.4375rem;text-align:left;text-align-last:left;display:block; }
#utbtqakfvUegaMRndkvR4OQrJnET0OXz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.1875rem;left:6.1875rem; }
#lkJsrqu41xEo4f1bBLTvC6o4koTOV5WC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.0625rem;left:6.1875rem; }
#RRUMZk0umbZhPugxycG5iP7amDU7CIcM { color:#ffde00;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb { position:relative;display:block; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb { background-color: transparent; background-image: none; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .row .container > .video-iframe-container { display: none; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .row > .video-iframe-container { display: none; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .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); }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb { border-width: 0; border-radius: 0; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .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; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .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:14.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JZ7uoJSNy7M31s4t89CgSBOOBcQ0z14W { background-color:#fa0048;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.3125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.84375rem;left:10.71875rem;display:block; }
#yNCpBsE9llklaahCCkV2XK0MOmZIq1h3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container { background-color: transparent; background-image: none; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container > .video-iframe-container { display: none; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row > .video-iframe-container { display: none; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .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); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container { border-width: 0; border-radius: 0; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#mwma6M6SHZmm0HqqT0WKgNh28h6UQqzu { color:#ffde00;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.119140625rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#lZPP3IgEnZt48I6ALMxaG4QOIs1UGzxt { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #11159d;border-left:0.1875rem solid #11159d;border-right:0.1875rem solid #11159d;border-bottom:0.1875rem solid #11159d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:5.25rem;width:45.4375rem;top:3.1128482818604rem;left:7.1032981872556rem;display:block; }
#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW { 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; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row .container { background-color: transparent; background-image: none; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row .container > .video-iframe-container { display: none; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row > .video-iframe-container { display: none; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .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); }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row .container { border-width: 0; border-radius: 0; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#CIcxKZ7kuIMVZJQFJb49WI7fhbWGa8tk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.5rem;width:17.5rem;top:0.84243774414062rem;left:-1.0678003379711rem;overflow:hidden;display:block; }
#hcXtEQcGOlqtZhhi2NZh0JmrlCkOuZlb { color:#2a2a2a;display:block;width:25.8121875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.84228515625rem;left:17.998859405517rem;height:1.9375rem;text-align:left;text-align-last:left;display:block; }
#wUVQmg7CHN478DTkCUWdJcXpCNvgU0CI { color:#2a2a2a;display:block;width:41.311875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4490528106689rem;left:17.998859405517rem;height:19.25rem;text-align:left;text-align-last:left;display:block; }
#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { 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; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { background-color: transparent; background-image: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container > .video-iframe-container { display: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container { display: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .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); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { border-width: 0; border-radius: 0; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { color:#000000;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4814453125rem;left:0.14974021911621rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 { display:block; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhfDc2ZbUIhKqokGnbo1KyN59O2BaP3L { top:11.3125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM3EXadoHOHnkZwI7uKtk7IBK1Quyv0a { top:51.5rem;left:0rem;width:47.75rem;height:13.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJLz7BGHF4ZToEXBvmwCAVKynDSZBTAi { top:17.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-regular-label { display:block;width:36.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-text { width:36.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-text {padding-top: 0; padding-bottom: 0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-textarea { width:36.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-select { width:36.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-select {padding-top: 0; padding-bottom: 0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-button { width:36.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-checkbox-label { width:35.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp  { width:36.4375rem;height:auto;top:32.8125rem;left:0rem; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .radio-container { width:36.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp {display:block;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp { width:36.4375rem;height:auto;top:32.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #qlkOfqOmfWpL5A3qxzINwpglJgD6IiRT {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #mmBMVPTvVM28VZ2Lb9h5muEWmUKdw0Oe { display:none; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #smreofOpByubXD6tfoWV8fkp9eEQkq97 {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #WIflVDZNXRkVmNGkuw3WfsKwwLSDxgPo {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #H9Gx7fymMlZrEZrrq3duov3hUkhEHvtU { display:none; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #cT0kVahdFBPikrqyxTFDr9MbbyVqOnn2 {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #vrTDg2tUXPtWCZlc9L0IumTEw1Dzc4fR {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #nvac3bZ6VnD8gcypsZUT2Ndm9bv4SN6C { display:none; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #dnR3t55NhCs1SRZQgr6W8c37TZkx0zbM {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #ZsbIvRyF8eBOIopi8Klgi1U6T2LZrTMp {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #hn6oLOX06ZBSWutksO1ZurT78PTgmbEB {  }
 }@media only screen and (max-width: 763px) { #Xamf0rHxSo4MWpBlBkRH7JpSsFcqTiMS { top:3.375rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsN4uS0DQv5mWxMwXicyxyfsBsJsEqoa { top:0rem;left:38rem;width:9.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZk2b1kNCJwaCGsw4XMkvOp4hTsrZH1L { top:19.4375rem;left:12.8125rem;width:34.9375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQ8n4LA1iz5civpNHbwoJMx8lxFuzKx { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV9VW13kD2Jz8QUWf2dMMSZqKgsEMuk4 { top:6.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HXwO9tzb5HimHLSGMCT5zu8b9d1BGy { top:3.75rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
#l6HXwO9tzb5HimHLSGMCT5zu8b9d1BGy > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #sxpsABkUEXr6t4MkypNig4Gx45NMN2BU { top:22.4375rem;left:0rem;width:36rem;height:6.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCLNkyfpoMfJmdK8LEidtO9SWTSQsoZg { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyLhvTSpnFHBe1PgeyChf9JcF7dMrus5 { top:6.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btUrEP6auSiZeQa70RvOOenHH3r1qzDQ { display:block; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxnNNawHqu0pNRT0AkxGniXZOvimEDvE { top:2.9375rem;left:0rem;width:19.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu79COdsD3KCPFDfu7a3d0CUHpm5L87y { top:2.9375rem;left:14rem;width:19.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00HTHMXmTAu85qfnnuPANEtloxxaKVx { top:2.9375rem;left:28rem;width:19.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDbGmOM75gZTlGkDz2RDGzKMhEq1n0Sx { top:4.125rem;left:34.9375rem;width:4.25rem;height:4.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVP889HZwN7P5gPiHA1AUZfpcKMHxgg7 { top:4.5rem;left:39.125rem;width:8rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s10CEnFZBPSOFvbZnXNuatO41iXwDBkA { top:6.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8SkXUqocDTNl04t9mKdmX0f9paDNrqt { top:4.1875rem;left:14.625rem;width:4.25rem;height:4.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWfhHSEe8uBcnlI5HVeCTkHQLbvCXLh4 { top:4.875rem;left:18.875rem;width:12.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVumvuuIg6rfiwJSeP7QbW4ZkLsg1fIa { top:7.125rem;left:18.875rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiaGkxcrx2qzr63XrAffpQ4MfnAy4Dh { top:4.1875rem;left:0rem;width:4.25rem;height:4.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhMT01kQgXzX8BzHvI1RwcmnV21MrES { top:4.5625rem;left:0rem;width:9.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #avNKsT4oDTqzM4fahZp80g2MWLBbQigy { top:7.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVPWETmcqMVWQEdSykikFzWDJMDCfFSf { top:4.875rem;left:34.875rem;width:12.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q85EtGwnua7aUUUCzhFNQ0Wu9pdVnHU3 { width:38.5625rem;height:5.3125rem;top:2.75rem;left:5.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdTAvxnCzgwoH9gmP6NgFxFpvSyZVlZz { display:block; }
 }@media only screen and (max-width: 763px) { #bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X { display:block; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JO1lzz5Qrtn4Ati2cRbO4kzIifIKIloZ { top:11.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i29amOscJrp0zrfndc5MGXdUZB17WqiE { top:4.4375rem;left:1.5rem;width:45.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyO7OCT611iw6V0kyM7godyf7O2HQ7Sa { top:5.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 { display:block; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO1pbklqygaL1vq7oqK02Bdp1hJnQvcL { top:2.25rem;left:9.375rem;width:38.375rem;height:27rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN8iQgJw4o7gPt2kgJUELasn7hkbQDFo { top:31.625rem;left:0rem;width:47.75rem;height:30.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H01GaFlbeHN9k54e5nE3B7vd90FVPl8I { top:36.625rem;left:18.1875rem;width:29.4375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAfna9PBs12C87XDk1ClNBSHx01uhlGT { top:4.8125rem;left:0rem;width:25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kguDFhHmyVuZMBUI2JErRdW9TDUDB9BE { top:66.0625rem;left:6.1232643127441rem;width:8.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUusGxOocCpWxFf5ka736lSZXTguT75z { top:65.375rem;left:0rem;width:47.75rem;height:14.644974226804rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfGBufiXMDruhFq567FVHPlAnLmebIWX { display:none; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t4ZTpScEfrxfeLpTC71lfMXzG7uDhNHg { top:4.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih1WtW135PlWxQd8zZLN4PUT6trTMTQC { top:3rem;left:0rem;width:47.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg { display:block; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCDOKQHfqEq1Zc8R3q3Flycm7PV0GL6O { top:1.375rem;left:0rem;width:47.75rem;height:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8XluTDi5qOV2KqdnTyTItUXEQJCnc0R { top:2.4375rem;left:0.84375rem;width:46.0625rem;height:4.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0mIaoGRuRn2AwTZe3gMBWUNHopM6Xc { top:9.3125rem;left:14.6875rem;width:33.0625rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6LIyRIPJx5xAy9bT6QeVQ7h7mxu8oTL { top:18rem;left:13.5625rem;width:33.1875rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucaSHOaMLecl3GTFXvq4Ev7b1IdVfe6 { top:26.4375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrhsDuW6XJkZuv1r3bw24XICIA3TICyp { top:8.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0sxcWfl6e2xGH9xPaZPIMzn2vouqkg { top:33.125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIhD4oGBmwmmmuxd32HTZ2rQ1QfTUEFu { top:10.875rem;left:0rem;width:20.1875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqicLC29r8tcSaqiIO217T42ityzFlvN { display:block; }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWdhVmTVCsDNHlLskrnm1zRgTVVl6zTe { top:2.625rem;left:0rem;width:47.75rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28FSzmhxTkM60QQQTvQhTeU1m3fkRMd { top:24.125rem;left:0rem;width:35.3125rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtfstxe4Rn0OsnqvR0QiHemfrRdzC1Dg { top:16.8125rem;left:0rem;width:39rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvcJ7TlAIeMRDMTgPU6F6WO6ht4PMn6B { top:8.875rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InfM7XJ8C2S9kgknt7PDD1NCBLtudges { top:8.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUknLJBTUC6JmLd9V8un9f5GUFCDXE2 { top:32.8125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVulNVTCuT1pBVFBNDXMHSuiyMy1sgim { top:8.5rem;left:27.5625rem;width:20.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdgUC2iDTDxKixoDgdXkoF7fPBeHDBeV { top:40.4375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1B1REDS4TnebhluZ7cVIhAdmtlOH6pw { top:3.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a { display:block; }#nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytyulOJUI2NCsQ2DVArWpSglxzOxWspl { top:2.4375rem;left:0rem;width:47.75rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI6Ny6kAuoGCHHTSeGR4IACPez5XzJpy { top:4.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmOX4bRNKKkTDP4mmlNBgIZcc6qDHU { top:12.5rem;left:0rem;width:35.3125rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCMBznCwsmdB37sVEZ2gLCO55NvQg0ZS { top:21.25rem;left:0rem;width:39rem;height:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwUnQTAeskIpUbqTSKMlFwispbuWP73q { top:31.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skzTsBdHdDAoO9eZpKX4lLCH5HJRhBdH { top:9.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Zllqp9XNWAocZRrDiMdc3pzc7Ack2z { top:38.0625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdokFeKdnZoxtAZMP27MKwDQza0Fxirf { top:9.875rem;left:27.5625rem;width:20.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT35o1frZmcvoGcw86GD1zxgtgRCeswg { display:block; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAzWmbbxIPyh80hiJOhDqGygOqtRaC70 { width:38.5625rem;height:5.3125rem;top:2.75rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZTxFhSrJ1lIoZg0p9RzCtQe23OZdBuE { display:block; }
 }@media only screen and (max-width: 763px) { #kp9krnryt4p8CAB1A13OkeSm49TZmlRa { display:block; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOP8pxpgu2AknKSe5qLtT1MRs5D9AhGE { top:6.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpfMQkrHTchvlgS87Dwm0fiCeczp8H08 { top:17.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 { display:block; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXwdJ4pxrtJiVJsy9gGp5kbJqeIc4KaA { top:1.125rem;left:0rem;width:26.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVNPBc9W95FU0diwFruaOeMMWgtCeMC0 { top:14.6875rem;left:21.6875rem;width:26.0625rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOi3XFbSTCFMviCLwGF7thEgAa6CVzte { top:24.3125rem;left:0rem;width:26.1875rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttpr0nBAE9u2DDoRB6mtTak9LtlCH0dV { top:22.625rem;left:21.6875rem;width:26.0625rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kldgEOI1oLdSdbg2sb8yFvogSDRbpKqT { top:30.6875rem;left:18.1875rem;width:29.5625rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTFcfGf8NNnDToUGwtdc3baVKzKVNxT { top:8.625rem;left:0rem;width:26.125rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCl7RIWTFXUdCwr7ZNtkoxasv0eOcIg5 { top:8.0625rem;left:22.5rem;width:25.25rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbGd23T4dukVImdPmcUknsGBKrf6wvU { top:1.125rem;left:21.5625rem;width:26.1875rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ellKgug54uHGsh0y2CwBEgKBPqqLuD2U { top:0rem;left:0rem;width:29.4375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD09h9vdI0hQJHKDr5AdFdgSrkIDqrIQ { top:7.8125rem;left:0rem;width:29.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltpBFpByIh7fmTmsATmAZlzz5Q6a9nUT { top:23.375rem;left:0rem;width:29.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgiUA5gSf82kAJigPzgQlK8eHtHtGC6W { top:1.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnKVLx0iH2eVb3m34crO8mUNbDBGISsk { top:8.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkVH7Dz9vXFcFkbN0OERHv1fqFu0TpOf { top:17.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfoUdioXHltCklToxt5ikMa8kLMIl36 { top:24.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cqXBcPahBOED5KJVWM8vt3H5oiKwUg { top:1.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxeDLEmZPRS99Wp7V1N5XGZTNOoM9ri3 { top:8.125rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcyEFEvTsmCK5S23eEZNmmxv3PdPk7Jg { top:14.75rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeu0FiSNrxb6HX3WzplkAwWPEbnQPJKy { top:16.3125rem;left:0rem;width:29.4375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4dT3261JXTr9LNLbrv5bTfU0zKRQSd7 { top:17.4375rem;left:0rem;width:26.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMWZw66gnlbfCLoC50blDsmTfN99oC03 { top:23rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAGVGfaINMpipTNpmFXUs1S4ro8VFE18 { top:0rem;left:17.6875rem;width:28.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybURZDmRlmblGa4ZBCRRQnpOEChGZvP4 { top:7.125rem;left:18.4375rem;width:28.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpbQIeADWvKUFbD9FInGtRKVtU6oH20o { top:14.25rem;left:18.375rem;width:28.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpVHCkXfLhrd5G0xps20VwdKKNXrpokv { top:22.3125rem;left:18.375rem;width:28.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1iC8eWPkPRHcTQxsAPB2m1P8c8JS3c5 { width:38.5625rem;height:5.3125rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxWkTuoUbENNMOdKpBNJJ0LdvVQVtlQ { display:block; }
 }@media only screen and (max-width: 763px) { #CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 { display:none; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G391ZfoqO6I6oDKo6UnZfytBCtdaPhTT { top:3.8125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2CT6tTbidJm3yPpiaDd6ztkZFpp1RDW { top:3.3125rem;left:0rem;width:47.375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff { display:block; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9GgbcDslgG5h8Sun2Dre73apN2LzpJv { top:3.125rem;left:11.3125rem;width:33.5625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doHQ94LE8hbFLx2EbARINscUanPB6oWH { top:3.375rem;left:0rem;width:36.4375rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niltusTA78voKFq1KQ5xcTUzC6cVwIWX { width:38.5625rem;height:5.3125rem;top:40.3125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypL5PggTy05CUgoArqloTPhCrCJG3imV { display:block; }
 }@media only screen and (max-width: 763px) { #TlOPw20VQed0qwQH90TqUI87pJ4EaFWB { display:none; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q8t6evxtbbZF6MOmlvR6Ep5PB6WSWrt5 { top:6.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdObGwmZXRbDHkTgUEkH5nq3Zo2rVvd { top:5.75rem;left:1.6875rem;width:30.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee { display:block; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ky3UeFrSEa1nqz9w2ZF7lha1UqzPJpqR { top:1.1875rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utbtqakfvUegaMRndkvR4OQrJnET0OXz { top:1.1875rem;left:0.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJsrqu41xEo4f1bBLTvC6o4koTOV5WC { top:11.0625rem;left:0.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRUMZk0umbZhPugxycG5iP7amDU7CIcM { top:20.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb { display:block; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ7uoJSNy7M31s4t89CgSBOOBcQ0z14W { width:38.5625rem;height:5.3125rem;top:3.8125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNCpBsE9llklaahCCkV2XK0MOmZIq1h3 { display:block; }
 }@media only screen and (max-width: 763px) { #VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 { display:none; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mwma6M6SHZmm0HqqT0WKgNh28h6UQqzu { top:4.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZPP3IgEnZt48I6ALMxaG4QOIs1UGzxt { top:3.0625rem;left:0.97829818725588rem;width:45.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbxF54xyTM7TQvDq0JyJtSceSsuOEcW { display:block; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIcxKZ7kuIMVZJQFJb49WI7fhbWGa8tk { top:0.8125rem;left:0rem;width:17.5rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcXtEQcGOlqtZhhi2NZh0JmrlCkOuZlb { top:0.8125rem;left:11.873859405517rem;width:25.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUVQmg7CHN478DTkCUWdJcXpCNvgU0CI { top:4.4375rem;left:6.5rem;width:41.25rem;height:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { display:block; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { top:3.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 { display:block; }#TUdDkgv5qPtOER5DrXH78oCITSaSSxV8 > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhfDc2ZbUIhKqokGnbo1KyN59O2BaP3L { width:20rem;height:4.5rem;top:8.4091796875rem;left:0rem;font-size:2.5625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #fM3EXadoHOHnkZwI7uKtk7IBK1Quyv0a { width:20rem;height:15.75rem;top:70.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DJLz7BGHF4ZToEXBvmwCAVKynDSZBTAi { width:20rem;height:3.25rem;top:13.5341796875rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-text {padding-top: 0; padding-bottom: 0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-select {padding-top: 0; padding-bottom: 0;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp  { width:17.5rem;height:auto;top:22.3125rem;left:0rem; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp {display:block;}#wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp { width:17.5rem;height:auto;top:22.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #qlkOfqOmfWpL5A3qxzINwpglJgD6IiRT {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #mmBMVPTvVM28VZ2Lb9h5muEWmUKdw0Oe { display:none; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #smreofOpByubXD6tfoWV8fkp9eEQkq97 {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #WIflVDZNXRkVmNGkuw3WfsKwwLSDxgPo {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #H9Gx7fymMlZrEZrrq3duov3hUkhEHvtU { display:none; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #cT0kVahdFBPikrqyxTFDr9MbbyVqOnn2 {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #vrTDg2tUXPtWCZlc9L0IumTEw1Dzc4fR {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #nvac3bZ6VnD8gcypsZUT2Ndm9bv4SN6C { display:none; }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #dnR3t55NhCs1SRZQgr6W8c37TZkx0zbM {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #ZsbIvRyF8eBOIopi8Klgi1U6T2LZrTMp {  }
 }@media only screen and (max-width: 763px) { #wtq1leEtILDBIAGPy6PaqBhAHK1SMXJp #hn6oLOX06ZBSWutksO1ZurT78PTgmbEB {  }
 }@media only screen and (max-width: 763px) { #Xamf0rHxSo4MWpBlBkRH7JpSsFcqTiMS { width:20rem;height:4.3125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsN4uS0DQv5mWxMwXicyxyfsBsJsEqoa { width:9.75rem;height:2.6875rem;top:0rem;left:5.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZk2b1kNCJwaCGsw4XMkvOp4hTsrZH1L { width:20rem;height:30.5625rem;top:39.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AVQ8n4LA1iz5civpNHbwoJMx8lxFuzKx { width:17.5rem;height:0;top:10.659722328186rem;left:1.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dV9VW13kD2Jz8QUWf2dMMSZqKgsEMuk4 { width:20rem;height:0.0625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HXwO9tzb5HimHLSGMCT5zu8b9d1BGy { display:flex;width:2.3125rem;height:2.3125rem;top:5.5rem;left:17.6875rem; }
#l6HXwO9tzb5HimHLSGMCT5zu8b9d1BGy > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #sxpsABkUEXr6t4MkypNig4Gx45NMN2BU { width:20rem;height:3.75rem;top:17.9990234375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCLNkyfpoMfJmdK8LEidtO9SWTSQsoZg { width:20rem;height:1.125rem;top:3.8741319179535rem;left:0rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JyLhvTSpnFHBe1PgeyChf9JcF7dMrus5 { width:18.4375rem;height:1.125rem;top:6.09375rem;left:0.78125rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #btUrEP6auSiZeQa70RvOOenHH3r1qzDQ { background-color:#ffffff;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; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container { background-color: transparent; background-image: none; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container > .video-iframe-container { display: none; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row > .video-iframe-container { display: none; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .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); }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container { border-width: 0; border-radius: 0; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btUrEP6auSiZeQa70RvOOenHH3r1qzDQ > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxnNNawHqu0pNRT0AkxGniXZOvimEDvE { width:19.75rem;height:4.875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu79COdsD3KCPFDfu7a3d0CUHpm5L87y { width:19.75rem;height:4.6875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00HTHMXmTAu85qfnnuPANEtloxxaKVx { width:19.75rem;height:4.625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDbGmOM75gZTlGkDz2RDGzKMhEq1n0Sx { width:4.25rem;height:4.25rem;top:14.25rem;left:0.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVP889HZwN7P5gPiHA1AUZfpcKMHxgg7 { width:12.5rem;height:2.5625rem;top:14.625rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s10CEnFZBPSOFvbZnXNuatO41iXwDBkA { width:12.5rem;height:1.25rem;top:16.9375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8SkXUqocDTNl04t9mKdmX0f9paDNrqt { width:4.25rem;height:4.25rem;top:8.5625rem;left:0.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWfhHSEe8uBcnlI5HVeCTkHQLbvCXLh4 { width:12.5rem;height:2.5625rem;top:9.11328125rem;left:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVumvuuIg6rfiwJSeP7QbW4ZkLsg1fIa { width:14.625rem;height:1.25rem;top:11.25rem;left:5.0000002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiaGkxcrx2qzr63XrAffpQ4MfnAy4Dh { width:4.25rem;height:4.25rem;top:2.75rem;left:0.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhMT01kQgXzX8BzHvI1RwcmnV21MrES { width:12.5rem;height:2.5625rem;top:3.125rem;left:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #avNKsT4oDTqzM4fahZp80g2MWLBbQigy { width:12.5rem;height:1.25rem;top:5.6875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVPWETmcqMVWQEdSykikFzWDJMDCfFSf { width:12.875rem;height:2.5625rem;top:14.3125rem;left:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q85EtGwnua7aUUUCzhFNQ0Wu9pdVnHU3 { width:20rem;height:3.9375rem;top:19.9375rem;left:0rem;font-size:1.125rem;line-height:1.1;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LdTAvxnCzgwoH9gmP6NgFxFpvSyZVlZz { display:block; }
 }@media only screen and (max-width: 763px) { #bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X { background-color:#ffffff;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; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container { background-color: transparent; background-image: none; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container > .video-iframe-container { display: none; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row > .video-iframe-container { display: none; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .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); }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container { border-width: 0; border-radius: 0; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMsKyHw0E9fxVH6shcEE7GhX9uB7Qc5X > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JO1lzz5Qrtn4Ati2cRbO4kzIifIKIloZ { width:19.375rem;height:3.875rem;top:8.6875rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i29amOscJrp0zrfndc5MGXdUZB17WqiE { width:19.625rem;height:5.25rem;top:0.73176765441894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyO7OCT611iw6V0kyM7godyf7O2HQ7Sa { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 { display:block; }#U2v7FhRi1pO8eSKZlraEldt35qlwwtc2 > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO1pbklqygaL1vq7oqK02Bdp1hJnQvcL { width:20rem;height:31.5rem;top:16.1493125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NN8iQgJw4o7gPt2kgJUELasn7hkbQDFo { width:20rem;height:39rem;top:61.112855911255rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H01GaFlbeHN9k54e5nE3B7vd90FVPl8I { width:20rem;height:11.8385625rem;top:48.399297714233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAfna9PBs12C87XDk1ClNBSHx01uhlGT { width:20rem;height:13.65rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kguDFhHmyVuZMBUI2JErRdW9TDUDB9BE { width:20rem;height:10.9375rem;top:101.36284828186rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SUusGxOocCpWxFf5ka736lSZXTguT75z { width:20rem;height:6.1340206185567rem;top:103.76388263703rem;left:0rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JfGBufiXMDruhFq567FVHPlAnLmebIWX { background-color:#fdfdfd;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; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container { background-color: transparent; background-image: none; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container > .video-iframe-container { display: none; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row > .video-iframe-container { display: none; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .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); }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container { border-width: 0; border-radius: 0; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfGBufiXMDruhFq567FVHPlAnLmebIWX > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4ZTpScEfrxfeLpTC71lfMXzG7uDhNHg { width:19.9970703125rem;height:4.875rem;top:1.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih1WtW135PlWxQd8zZLN4PUT6trTMTQC { width:19.625rem;height:5.25rem;top:1.0815963745118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg { display:block; }#Pgm7IGRdDFhBkFWnniOWyznthLGvDyyg > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCDOKQHfqEq1Zc8R3q3Flycm7PV0GL6O { width:19.75rem;height:84.125rem;top:1.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r8XluTDi5qOV2KqdnTyTItUXEQJCnc0R { width:18.75rem;height:8rem;top:4.2482640743256rem;left:0.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MG0mIaoGRuRn2AwTZe3gMBWUNHopM6Xc { width:18.5625rem;height:11.375rem;top:18.686643600464rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6LIyRIPJx5xAy9bT6QeVQ7h7mxu8oTL { width:19.3125rem;height:11.375rem;top:32.250012397766rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucaSHOaMLecl3GTFXvq4Ev7b1IdVfe6 { width:18.875rem;height:11.375rem;top:45.186634063721rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrhsDuW6XJkZuv1r3bw24XICIA3TICyp { width:20rem;height:0.1875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0sxcWfl6e2xGH9xPaZPIMzn2vouqkg { width:19.0625rem;height:13rem;top:58.562479019165rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIhD4oGBmwmmmuxd32HTZ2rQ1QfTUEFu { width:20rem;height:12.1354375rem;top:72.499132156375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqicLC29r8tcSaqiIO217T42ityzFlvN { display:block; }#VqicLC29r8tcSaqiIO217T42ityzFlvN > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWdhVmTVCsDNHlLskrnm1zRgTVVl6zTe { width:19.75rem;height:80.875rem;top:0.875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #y28FSzmhxTkM60QQQTvQhTeU1m3fkRMd { width:18.4375rem;height:11.375rem;top:10.1875rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtfstxe4Rn0OsnqvR0QiHemfrRdzC1Dg { width:19.0625rem;height:9.75rem;top:22.875rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvcJ7TlAIeMRDMTgPU6F6WO6ht4PMn6B { width:19.375rem;height:9.75rem;top:34.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InfM7XJ8C2S9kgknt7PDD1NCBLtudges { width:20rem;height:0.1875rem;top:8.6874828338625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUknLJBTUC6JmLd9V8un9f5GUFCDXE2 { width:19.1875rem;height:9.75rem;top:45.8125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVulNVTCuT1pBVFBNDXMHSuiyMy1sgim { width:20rem;height:12.25925rem;top:70.044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdgUC2iDTDxKixoDgdXkoF7fPBeHDBeV { width:19.25rem;height:11.375rem;top:57.1875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1B1REDS4TnebhluZ7cVIhAdmtlOH6pw { width:20rem;height:5.0625rem;top:1.4279565811157rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a { display:none; }#nNF7udTbwaUvJQ6LVkeLbuiVSiUppB9a > .row .container { width:20rem;height:88.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ytyulOJUI2NCsQ2DVArWpSglxzOxWspl { width:19.75rem;height:84.375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pI6Ny6kAuoGCHHTSeGR4IACPez5XzJpy { width:15.5rem;height:8.7734375rem;top:1.8125rem;left:2.25rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmOX4bRNKKkTDP4mmlNBgIZcc6qDHU { width:18.4375rem;height:13rem;top:14.40380859375rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCMBznCwsmdB37sVEZ2gLCO55NvQg0ZS { width:19.0625rem;height:17.875rem;top:28rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwUnQTAeskIpUbqTSKMlFwispbuWP73q { width:19.375rem;height:11.375rem;top:46.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skzTsBdHdDAoO9eZpKX4lLCH5HJRhBdH { width:20rem;height:0.1875rem;top:13.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Zllqp9XNWAocZRrDiMdc3pzc7Ack2z { width:19.1875rem;height:13rem;top:59.3125rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdokFeKdnZoxtAZMP27MKwDQza0Fxirf { width:20rem;height:12.2595625rem;top:72.795143127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT35o1frZmcvoGcw86GD1zxgtgRCeswg { display:block; }#XT35o1frZmcvoGcw86GD1zxgtgRCeswg > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAzWmbbxIPyh80hiJOhDqGygOqtRaC70 { width:20rem;height:3.9375rem;top:1.1875rem;left:0rem;font-size:1.125rem;line-height:1.1;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZTxFhSrJ1lIoZg0p9RzCtQe23OZdBuE { display:block; }
 }@media only screen and (max-width: 763px) { #kp9krnryt4p8CAB1A13OkeSm49TZmlRa { background-color:#ffffff;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; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container { background-color: transparent; background-image: none; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container > .video-iframe-container { display: none; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row > .video-iframe-container { display: none; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .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); }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container { border-width: 0; border-radius: 0; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kp9krnryt4p8CAB1A13OkeSm49TZmlRa > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOP8pxpgu2AknKSe5qLtT1MRs5D9AhGE { width:20rem;height:7rem;top:1.2187023162842rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:lato;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MpfMQkrHTchvlgS87Dwm0fiCeczp8H08 { width:20rem;height:2.625rem;top:10.644098281861rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:lato;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 { display:block; }#wOe7GbRNtKKbwCcZtXr4z3Kvw65i53m7 > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXwdJ4pxrtJiVJsy9gGp5kbJqeIc4KaA { width:16.5rem;height:4.3125rem;top:1.0625rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KVNPBc9W95FU0diwFruaOeMMWgtCeMC0 { width:17.5625rem;height:5.25rem;top:47.3125rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uOi3XFbSTCFMviCLwGF7thEgAa6CVzte { width:16.6875rem;height:6.5625rem;top:23.25rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ttpr0nBAE9u2DDoRB6mtTak9LtlCH0dV { width:17.3125rem;height:3.9375rem;top:56.4375rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kldgEOI1oLdSdbg2sb8yFvogSDRbpKqT { width:20rem;height:2.0625rem;top:63.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #ziTFcfGf8NNnDToUGwtdc3baVKzKVNxT { width:16.3125rem;height:3.9375rem;top:8.4375rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gCl7RIWTFXUdCwr7ZNtkoxasv0eOcIg5 { width:17.1875rem;height:2.625rem;top:41.062540531159rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PGbGd23T4dukVImdPmcUknsGBKrf6wvU { width:16.6875rem;height:3.9375rem;top:33.8125rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ellKgug54uHGsh0y2CwBEgKBPqqLuD2U { width:19.375rem;height:5.3125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD09h9vdI0hQJHKDr5AdFdgSrkIDqrIQ { width:19.375rem;height:6.625rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltpBFpByIh7fmTmsATmAZlzz5Q6a9nUT { width:19.375rem;height:8.75rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgiUA5gSf82kAJigPzgQlK8eHtHtGC6W { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #vnKVLx0iH2eVb3m34crO8mUNbDBGISsk { display:flex;width:2.5rem;height:2.5rem;top:8.375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #XkVH7Dz9vXFcFkbN0OERHv1fqFu0TpOf { display:flex;width:2.5rem;height:2.5rem;top:15.125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #TZfoUdioXHltCklToxt5ikMa8kLMIl36 { display:flex;width:2.5rem;height:2.5rem;top:23.25rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #t7cqXBcPahBOED5KJVWM8vt3H5oiKwUg { display:flex;width:2.5rem;height:2.5rem;top:33.8125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #JxeDLEmZPRS99Wp7V1N5XGZTNOoM9ri3 { display:flex;width:2.5rem;height:2.5rem;top:40.9375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #rcyEFEvTsmCK5S23eEZNmmxv3PdPk7Jg { display:flex;width:2.5rem;height:2.5rem;top:47.187526702881rem;left:0.24305558204651rem; }
 }@media only screen and (max-width: 763px) { #zeu0FiSNrxb6HX3WzplkAwWPEbnQPJKy { width:19.375rem;height:5.3125rem;top:7.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #O4dT3261JXTr9LNLbrv5bTfU0zKRQSd7 { width:16.75rem;height:5.25rem;top:15.1875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PMWZw66gnlbfCLoC50blDsmTfN99oC03 { display:flex;width:2.5rem;height:2.5rem;top:56.3125rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #pAGVGfaINMpipTNpmFXUs1S4ro8VFE18 { width:19.375rem;height:5.375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybURZDmRlmblGa4ZBCRRQnpOEChGZvP4 { width:19.4375rem;height:4.6875rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpbQIeADWvKUFbD9FInGtRKVtU6oH20o { width:19.375rem;height:6.1875rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpVHCkXfLhrd5G0xps20VwdKKNXrpokv { width:19.375rem;height:6.1875rem;top:14.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #t1iC8eWPkPRHcTQxsAPB2m1P8c8JS3c5 { width:19rem;height:5.3125rem;top:66.98698125rem;left:0.5rem;font-size:1.125rem;line-height:1.1;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxWkTuoUbENNMOdKpBNJJ0LdvVQVtlQ { display:block; }
 }@media only screen and (max-width: 763px) { #CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 { background-color:#fdfdfd;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; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container { background-color: transparent; background-image: none; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container > .video-iframe-container { display: none; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row > .video-iframe-container { display: none; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .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); }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container { border-width: 0; border-radius: 0; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeKX01iCbvnyiDuyn2fgbvxqIaRCbnF3 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G391ZfoqO6I6oDKo6UnZfytBCtdaPhTT { width:19.996125rem;height:5.8125rem;top:1.6220703125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2CT6tTbidJm3yPpiaDd6ztkZFpp1RDW { width:19.625rem;height:6.75rem;top:1.0025901794434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff { display:block; }#MByWpm3vKL3onzDAQe3zTAhx9ONqN2Ff > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9GgbcDslgG5h8Sun2Dre73apN2LzpJv { width:20rem;height:20.625rem;top:24.311197280884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doHQ94LE8hbFLx2EbARINscUanPB6oWH { width:20rem;height:19rem;top:2.4856767654419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niltusTA78voKFq1KQ5xcTUzC6cVwIWX { width:19rem;height:5.3125rem;top:46.185546875rem;left:0.5rem;font-size:1.1875rem;line-height:1.2;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypL5PggTy05CUgoArqloTPhCrCJG3imV { display:block; }
 }@media only screen and (max-width: 763px) { #TlOPw20VQed0qwQH90TqUI87pJ4EaFWB { background-color:#fdfdfd;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; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container { background-color: transparent; background-image: none; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container > .video-iframe-container { display: none; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row > .video-iframe-container { display: none; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .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); }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container { border-width: 0; border-radius: 0; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlOPw20VQed0qwQH90TqUI87pJ4EaFWB > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8t6evxtbbZF6MOmlvR6Ep5PB6WSWrt5 { width:19.996125rem;height:2.4375rem;top:3.4375006556511rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdObGwmZXRbDHkTgUEkH5nq3Zo2rVvd { width:19.625rem;height:5.25rem;top:1.8628482818604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee { display:block; }#mnNBVS1VUTKPnITb78gnZN3xcNhfU5Ee > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ky3UeFrSEa1nqz9w2ZF7lha1UqzPJpqR { width:17.125rem;height:29.25rem;top:1.125rem;left:2.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #utbtqakfvUegaMRndkvR4OQrJnET0OXz { display:flex;width:2.3125rem;height:2.3125rem;top:1.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lkJsrqu41xEo4f1bBLTvC6o4koTOV5WC { display:flex;width:2.3125rem;height:2.3125rem;top:17.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RRUMZk0umbZhPugxycG5iP7amDU7CIcM { width:20rem;height:4.875rem;top:32.591796875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb { display:block; }#g7Ckl6UheplMp3cJH1SZVByWfMNTWvPb > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ7uoJSNy7M31s4t89CgSBOOBcQ0z14W { width:20rem;height:5.0625rem;top:1.25rem;left:-0.1875rem;font-size:1.3125rem;line-height:1.2;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yNCpBsE9llklaahCCkV2XK0MOmZIq1h3 { display:block; }
 }@media only screen and (max-width: 763px) { #VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 { background-color:#fdfdfd;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; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container { background-color: transparent; background-image: none; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container > .video-iframe-container { display: none; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row > .video-iframe-container { display: none; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .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); }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container { border-width: 0; border-radius: 0; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSWTKHtPQndLhqi31uqXBdqrlKNhPeA6 > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwma6M6SHZmm0HqqT0WKgNh28h6UQqzu { width:19.99609375rem;height:4.875rem;top:1.685546875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZPP3IgEnZt48I6ALMxaG4QOIs1UGzxt { width:19.625rem;height:5.25rem;top:1.3290157318115rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbxF54xyTM7TQvDq0JyJtSceSsuOEcW { display:block; }#msbxF54xyTM7TQvDq0JyJtSceSsuOEcW > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIcxKZ7kuIMVZJQFJb49WI7fhbWGa8tk { width:10.625rem;height:14.25rem;top:0.1875rem;left:5.0000001490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcXtEQcGOlqtZhhi2NZh0JmrlCkOuZlb { width:16.6869375rem;height:3.5rem;top:15.123699188233rem;left:1.6558160781861rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUVQmg7CHN478DTkCUWdJcXpCNvgU0CI { width:18.937375rem;height:31.25rem;top:19.874135017395rem;left:0.53023731708527rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { display:block; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { width:20rem;height:3.375rem;top:0.96875rem;left:0rem;font-size:0.875rem;display:block; }
 }