.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4f4f4;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ { 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; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row .container { background-color: transparent; background-image: none; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row .container > .video-iframe-container { display: none; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row > .video-iframe-container { display: none; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .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); }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row .container { border-width: 0; border-radius: 0; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#fJXrEKvx2pzlsT0FfbJnwos6odDSsBnd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:14.8125rem;top:0.81227016448975rem;left:2.4253215789795rem;overflow:hidden;display:block; }
#C6BaVnZfgU9TC0uTgr0QK7wIb0WPTqZ7 { color:#000000;display:block;width:35.1240806875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3621323108673rem;left:37.749309539795rem;height:1.83823525rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfe1f6da-4f6b-49f7-8aed-69ac3087c020/Telecom_header2teachersonradios3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { font-size:0.875rem;font-family:"open sans";height:45.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:#1c1c1c;display:block;width:60.3125rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:17.350642681122rem;left:7.34375rem;height:8.67647075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GsIrc4auzIDMhVz6W2Mpu99nXDqdB59a { position:absolute;display:block;z-index:15012;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.9368095625rem;width:34.9368095625rem;top:14.187728881836rem;left:0rem;overflow:hidden;display:block; }
#euqblhNIICRaUplm86UwzePXr08KT7wT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb0602;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; }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row .container { background-color: transparent; background-image: none; }#euqblhNIICRaUplm86UwzePXr08KT7wT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row .container > .video-iframe-container { display: none; }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row > .video-iframe-container { display: none; }#euqblhNIICRaUplm86UwzePXr08KT7wT > .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); }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row .container { border-width: 0; border-radius: 0; }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#kVeg4yP94LEIZlFILblDKbd0DiEDEdR6 { color:#ffffff;display:block;width:73.311821rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:0.74422454833987rem;left:0.84239149093625rem;height:3.82352925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row .container { background-color: transparent; background-image: none; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row .container > .video-iframe-container { display: none; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row > .video-iframe-container { display: none; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .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); }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row .container { border-width: 0; border-radius: 0; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { color:rgba(255,255,255,0.8);display:block;width:37.7493095625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.4685211181641rem;left:3.1215534210205rem;height:14.1176463125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzQqrb7TI8nlMAiU4oNTkw4XfDF04kNQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3122701875rem;width:20.7490806875rem;top:5.6875rem;left:49.8125rem;overflow:hidden;display:block; }
#beD6MrhBb4fRthAVg6i8AO9khvSuz203 { color:rgba(255,255,255,0.8);display:block;width:21.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:10.4375rem;left:49.4375rem;height:3.382352875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJxfyiWJzt6U822rQ8gDAscUgQGv1rme { color:#ffffff;display:block;width:67.9375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:20.99609375rem;left:3.53125rem;height:1.911764625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MouubrWr4d9nv2R7wVAdBAWzU0ZcrOuw { background-color:#fb0602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb0602;border-left:0.0625rem solid #fb0602;border-right:0.0625rem solid #fb0602;border-bottom:0.0625rem solid #fb0602;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3515625rem;height:3.35205rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.3359375rem;left:21.82421875rem;display:block; }
#abo56x9kkHoLO696wyIgv1uC14ITIFte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WytLf4faeIZ96xagCnI3owlmmNboEvKC { 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; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:#fb0602;display:block;width:73.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.375rem;left:1.875rem;height:2.2058823125rem;font-style:normal;display:block; }
#MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { color:rgba(28,28,28,0.8);display:block;width:67.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:6.96337890625rem;left:1.68408203125rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W7TH96LQtNboP71eDaqHrxuEXBugtGUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row .container { background-color: transparent; background-image: none; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row .container > .video-iframe-container { display: none; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row > .video-iframe-container { display: none; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .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); }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row .container { border-width: 0; border-radius: 0; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row .container { font-size:0.875rem;font-family:arial;height:168.3125rem;width:75rem;position:relative;display:block; }#W1QTp2mv38GaWqNq5FOfwvi3zB0FRwrQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:17.375rem;left:2.8745403289795rem;display:block; }
#ZypgUrSrccU3nWydBuJT7Bvu5EMiFfxq { color:#000000;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.686798095703rem;left:5.749080657959rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CK3QD0zMWs2Hi9XTbPEcEhFbaslXBFwe { color:#000000;display:block;width:12.7493105rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:36.937255859375rem;left:6.811809539795rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#IW31bbva0VH8XESJDKT906uDmNC8gqtf { color:#fb0602;display:block;width:73.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.3125rem;left:1.8125rem;height:2.2058823125rem;font-style:normal;display:block; }
#aK8BKxM7KCecO1JPtOs2UTokghtJphx9 { color:rgba(28,28,28,0.8);display:block;width:65rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:6.875rem;left:1.625rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y8y8DmW6ByiXNC9ilBB989CfaQ4LZ3T0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8118105rem;width:16.6245403125rem;top:18.689102172851rem;left:4.935661315918rem;overflow:hidden;display:block; }
#LDKnoTqF6tskEe2tvGatUbKa6wguAbBH { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:17.437042236328rem;left:27.187498092651rem;display:block; }
#uSHtgsNT6HLRlHXdggT0KfrMlVkZgqoG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.25rem;top:19.68879699707rem;left:29.436199188233rem;overflow:hidden;display:block; }
#DkMM3azpFXA4ECJv4TOLDog26y34xGfs { color:#000000;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.75rem;left:30.062040328979rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9PUwN11xLi3TfTV5J6uRqlncWZm68M2 { color:#000000;display:block;width:12.7493105rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:36.999298095703rem;left:31.124769210816rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#V7SGA1duZWSVakFDQsR5AuWXFU4eEnr5 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:17.375rem;left:51.437269210816rem;display:block; }
#LMMu84J85atoiuTe7VyTX4Reuv0qMXCi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6243105rem;width:17.3747691875rem;top:19.772521972656rem;left:53.122701644897rem;overflow:hidden;display:block; }
#bHoamxcaXqTKI1RTS3vCN2RDzM8oqXfE { color:#000000;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.686798095703rem;left:54.311803817749rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADJnaANA3kP1tSWt2elgayd6SbbKWGIF { color:#000000;display:block;width:12.7493105rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:36.937255859375rem;left:55.374540328979rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#QbROa5p0RppTTrzMaT2p5IpP5J4us1vh { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:53.625rem;left:2.9375rem;display:block; }
#gE11iEBOCZwMLxzCLc6fgcHT6A0MlQWh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6247701875rem;width:18.6247691875rem;top:54.314117431641rem;left:3.9349727630615rem;overflow:hidden;display:block; }
#giqPxWUvtSanwtP7DKpMuuQ1RlFQpVcB { color:#000000;display:block;width:13.3743105rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:67.884887695312rem;left:6.5613517761231rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KExiFlDNysVHbACr8lgxl1NkbFVKUmRd { color:#000000;display:block;width:12.7493105rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:73.1875rem;left:6.875rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#CPWCTNf45N8OemzCymF96IoRNOoXQcQT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:53.625rem;left:27.25rem;display:block; }
#J12s5ost0KhUSCSkpbtqOalk17aqe52T { color:#000000;display:block;width:12.7493105rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:73.1875rem;left:31.1875rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#pCmSe1GXRzCtRDOZehhCOAFBTKLfBNGg { color:#000000;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:67.9375rem;left:30.125rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFS2XBWUniRLsUNnQhTvao0qE2nTozkl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4993105rem;width:16.1247691875rem;top:55.512420654297rem;left:29.497930526733rem;overflow:hidden;display:block; }
#HqLDcHPEiNfGKa2iBGTRNGhcm2m4L6bB { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:53.625rem;left:51.5rem;display:block; }
#mvcOShuUg2N3Wd99WMDtSOv7PwvpfbGW { 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:11.25rem;width:15.7490806875rem;top:55.482543945312rem;left:53.937269210816rem;overflow:hidden;display:block; }
#goy9Nn7Sxh7GiA6Ty5gyTtkEuTih7yMz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:67.829742431637rem;left:53.061811447144rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWz7T1lQcnITlzEbNUSrHKZmyt7S1Q9m { color:#000000;display:block;width:12.7493105rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:73.1875rem;left:55.4375rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#UH0i1ovp8HnElDW3K3lM5Wca7TpArfSU { color:#fb0602;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:13.561584472656rem;left:7.55859375rem;height:1.911764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWLZbvgRbK1q7GK39D38IFTu8nHGe1qG { color:#fb0602;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:49.373840332031rem;left:7.55859375rem;height:1.911764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzPUuDk9XgZmULB2N1c2EUPrGp267A5A { color:#fb0602;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:86.306060791012rem;left:7.55859375rem;height:1.911764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SaX7U8JcFEaoDRtoWpIqRHCZxBl2XfVG { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:90.3125rem;left:3rem;display:block; }
#Ac8Z3fId3pDWZ0xSTn2MeFgKxzlBV1hE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:3.375rem;top:92.502288818363rem;left:11.560201644898rem;overflow:hidden;display:block; }
#E44NX5ZGLUmg7NsAIhXuPeOhyGpvvMwd { color:#000000;display:block;width:13.3743105rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:104.5625rem;left:6.625rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0TbaPUUJw6UMqBTGXoLaRNFAf6f0Ff1 { color:#000000;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:109.84719848632rem;left:5.749080657959rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#we9dnRsRTmtDJQu7f5cnnb9okOVLzI2w { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:90.3125rem;left:27.1875rem;display:block; }
#udIJR48QdAbLcO5R8C7hy1RarQNqQgcd { 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:11.4993105rem;width:13.6868105rem;top:92.157623291012rem;left:30.715761184693rem;overflow:hidden;display:block; }
#NM4GFitiAmCzqHr90xV5R7WElSSaQ3qH { color:#000000;display:block;width:10.4997701875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:104.53469848632rem;left:32.310430526733rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SEqRoPAuV3eDeRfiuTTOJ9qtUTTL91W4 { color:#000000;display:block;width:12.7493105rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:109.875rem;left:31.125rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#yvniTfLZAzMeo3IhdCOl89Gpbi8BhFc5 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:90.3125rem;left:51.4375rem;display:block; }
#fx8CFENavxgP96EdkDQsssXZgk2o5bHE { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:14.4375rem;top:91.522155761719rem;left:54.59245300293rem;overflow:hidden;display:block; }
#kIgJsQDusb67uXzyBMJyZdlENQV4ciec { color:#000000;display:block;width:13.3743105rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:104.5625rem;left:55.0625rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hilLfMis9DXORAatGt7ib4Mb8ucdy2NN { color:#000000;display:block;width:16.1868095625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:109.82077026368rem;left:53.715528488159rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#bIvtJ2xcp7T14ALh06h0A6KeExROaS4J { color:#fb0602;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:123.68014526368rem;left:7.55859375rem;height:1.911764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af7JLtXmSOmz1LmOUEgndENqIUUP1Ucb { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:127.6875rem;left:3rem;display:block; }
#qGVI6tCPJw1camTiABgpPgktM9XHpnyu { 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:10.6870403125rem;width:17.7493095625rem;top:130rem;left:4.3727016448974rem;overflow:hidden;display:block; }
#GEiqbgktpDpQrsd9dT9XbfpDulNTFKsT { color:#000000;display:block;width:13.3743105rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:141.9375rem;left:6.625rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLPqioylwZ9QqKteLRte4qBhIG9RFowE { color:#000000;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:147.25rem;left:5.75rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#NdzZ4OUbTQLoZuhVyuEmnJvIUHnKE9aN { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:127.6875rem;left:27.1875rem;display:block; }
#mOelTAJOm56LZvIcVperv6B0ydgFleRL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6868105rem;width:15.6870403125rem;top:130rem;left:29.717370986939rem;overflow:hidden;display:block; }
#mTfDp0ORwu75xANMFh0Np3JlkZxNpIbJ { color:#000000;display:block;width:19.2497691875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:141.91751098632rem;left:27.935430526733rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqOkaTICd7qZ7hX2gB3UGnUT9S9bpHcX { color:#000000;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:147.25rem;left:29.9375rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#MOJxwlUPwGcigvr8dPhRKm5VrkUiUboy { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:26.75rem;width:20.75rem;top:127.6875rem;left:51.4375rem;display:block; }
#QPiT6m9WpRPu2nWaoUJmcm82GE34DwDI { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.7495403125rem;width:9.7495403125rem;top:130rem;left:56.947378158569rem;overflow:hidden;display:block; }
#Q4L1rVz8TsTVFF31GZtNAseVkCVIQMh0 { color:#000000;display:block;width:17.2495403125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:141.91751098632rem;left:53.187040328979rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9oKS5H0V1m0gAWdfyWf5uzvgdvmJeii { color:#000000;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:147.25rem;left:54.1875rem;height:1.4705881875rem;text-align:center;text-align-last:center;display:block; }
#SH4mNnzWUQpq80Km05yfQKiVQUgT92R8 { background-color:#fb0602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb0602;border-left:0.0625rem solid #fb0602;border-right:0.0625rem solid #fb0602;border-bottom:0.0625rem solid #fb0602;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.25rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:159.51806640625rem;left:14.75rem;display:block; }
#kW97NvGSKTJXMtXcV9gnvM6U1CFQiAH9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row .container { background-color: transparent; background-image: none; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row .container > .video-iframe-container { display: none; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row > .video-iframe-container { display: none; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .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); }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row .container { border-width: 0; border-radius: 0; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#dWyU0I9T0rBT0XcByyZbKQrKpUuIt0gk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:11.941650390625rem;left:9.1539516448975rem;overflow:hidden;display:block; }
#X13DDmTkTzzwnR4JRoA4OQoxWswiO745 { color:#ffffff;display:block;width:11.9370403125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.892242431641rem;left:5.4372692108154rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gV2E2HolPtshDBnkbHHmca6JWXHT6yRt { color:#ffffff;display:block;width:50.3745384375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.8892669677734rem;left:2.6344203948974rem;height:1.911764625rem;font-style:italic;display:block; }
#sKbDLEOKdymNQBrauSDgIk0WmWGPb0pM { color:#ffffff;display:block;width:12.5620403125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.865814208984rem;left:22.748847961426rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I96m41VUJScBP89VNTrVhZo57PM4wFz2 { color:#ffffff;display:block;width:10.9995403125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.865814208984rem;left:40.946228027344rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHykxbuWcIaaf1LTUw0qAn8JXB0OzSTG { color:#ffffff;display:block;width:10.9995403125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.97265625rem;left:57.622467041016rem;height:3.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZlAQUi4WgasKN5qbsJQGk7TLWdnePKHn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:11.941650390625rem;left:26.776882171631rem;overflow:hidden;display:block; }
#uqVCWDpsTlergubsClDkLbbDK6FfHg96 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:11.941650390625rem;left:44.435432434082rem;overflow:hidden;display:block; }
#d2vZ61dR9vkXuzTggmp0DzlVV86wOEsh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:11.941650390625rem;left:60.871551513672rem;overflow:hidden;display:block; }
#vKcUy7T0ZO8gW1Q9tTs0UdXNcJWvD8o0 { color:#ffffff;display:block;width:11.9370403125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.015411376953rem;left:5.4331340789795rem;height:2.64705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8TPXvg11VKAV69iObyuTEbxvu7QzGvk { color:#ffffff;display:block;width:12.5620403125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.988983154297rem;left:22.748161315918rem;height:3.9705881875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NoF8RwX8E1l26WN7k8UH92AChkgpPnU5 { color:#ffffff;display:block;width:11.9370403125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.995880126953rem;left:40.476789474487rem;height:3.9705881875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwfZpebdNcBrSb4OA8zdd2rvTt5mHfSW { color:#ffffff;display:block;width:12.9365806875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.995880126953rem;left:56.652112960816rem;height:3.9705881875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIiUeTt2laVfx9h8uEHDothwKUoyfhmS { color:#f4eeee;display:block;width:50.3745384375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:33.799407958984rem;left:12.312730789184rem;height:1.911764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KO2Tk9KVJWSHqVwZeupoXKxOAokSOQ9Z { background-color:#fb0602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb0602;border-left:0.0625rem solid #fb0602;border-right:0.0625rem solid #fb0602;border-bottom:0.0625rem solid #fb0602;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3515625rem;height:3.35205rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.7333984375rem;left:21.82421875rem;display:block; }
#nqzZqEoTHTGz43GrBlQZyqu0sLRoXQCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { 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; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { background-color: transparent; background-image: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .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); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { border-width: 0; border-radius: 0; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { font-size:0.875rem;font-family:arial;height:81.625rem;width:75rem;position:relative;display:block; }#w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { color:#1c1c1c;display:block;width:36.75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:5.9375rem;left:30.561807632446rem;height:4.117647125rem;font-style:normal;display:block; }
#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1826f9c4-5f30-426c-91b5-2fc809e67547/iconcampussecurity.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:13.6247701875rem;width:18.8740806875rem;top:3.0990333557129rem;left:3.5891532897949rem;display:block; }#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.adaptive-delivery-prevent-bg, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyload, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyloading { background-image: none; }
#RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { background-color:#fb0602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb0602;border-left:0.0625rem solid #fb0602;border-right:0.0625rem solid #fb0602;border-bottom:0.0625rem solid #fb0602;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3520218125rem;height:3.352251625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:74.224266052244rem;left:21.823299407959rem;display:block; }
#kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kN8mZg20caATHJZ0BPFBT4OskK5WsutJ { color:rgba(28,28,28,0.8);display:block;width:35.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:10.249305725097rem;left:30.561807632446rem;height:3.5294115625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NThHTRX2oTybBuFhcRpBJlm310cwe55g { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6e9663a-2fc2-4400-b3ba-bb7d39a44450/icondisruption.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:14.4375rem;width:20.0625rem;top:19.74609375rem;left:50.383726119995rem;display:block; }#NThHTRX2oTybBuFhcRpBJlm310cwe55g.adaptive-delivery-prevent-bg, #NThHTRX2oTybBuFhcRpBJlm310cwe55g.lazyload, #NThHTRX2oTybBuFhcRpBJlm310cwe55g.lazyloading { background-image: none; }
#RdkMVvkZ3cvgLq6wDdtu2RIfgv478Myd { color:#1c1c1c;display:block;width:36.6875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:23.4375rem;left:7.1875rem;height:4.117647125rem;font-style:normal;display:block; }
#NGJTsFpasJPfxSHKZKPnkLFC6pWxzAum { color:rgba(28,28,28,0.8);display:block;width:37.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:27.749305725097rem;left:7.1875rem;height:3.5294115625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQMenEkeoT1T9DpZhWcvwHMHTWhnskBn { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/838714f2-838c-476f-9486-06ae479430fb/iconstaffcommunication.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:13.6247701875rem;width:18.8740806875rem;top:36.826053619385rem;left:3.586856842041rem;display:block; }#oQMenEkeoT1T9DpZhWcvwHMHTWhnskBn.adaptive-delivery-prevent-bg, #oQMenEkeoT1T9DpZhWcvwHMHTWhnskBn.lazyload, #oQMenEkeoT1T9DpZhWcvwHMHTWhnskBn.lazyloading { background-image: none; }
#il6H9scZmTQV54TlAcvkvIXeSXTNWU4X { color:#1c1c1c;display:block;width:37rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:39.625rem;left:30.687040328979rem;height:4.117647125rem;font-style:normal;display:block; }
#eVoJaXMX6E2BuK1SIGGkMFyIP89CCC6J { color:rgba(28,28,28,0.8);display:block;width:35.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:43.936813354493rem;left:30.687040328979rem;height:3.5294115625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UF8H08iOwT1V6xHe6uRFycpMs0uTDnp1 { color:#1c1c1c;display:block;width:37.75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:57.6875rem;left:7.1875rem;height:4.117647125rem;font-style:normal;display:block; }
#I8S8boDFnMIqKHWNe5pi1v4nAmIJLzhQ { color:rgba(28,28,28,0.8);display:block;width:36.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:62rem;left:7.1875rem;height:3.5294115625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cuy5dhURFBKrepsbFSqSTAPOxVyTSkAV { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7846b85-ab9b-462e-932a-ec4f41e17f51/iconemergencyresponse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:13.6247701875rem;width:18.8740806875rem;top:53.999313354493rem;left:51.312040328979rem;display:block; }#cuy5dhURFBKrepsbFSqSTAPOxVyTSkAV.adaptive-delivery-prevent-bg, #cuy5dhURFBKrepsbFSqSTAPOxVyTSkAV.lazyload, #cuy5dhURFBKrepsbFSqSTAPOxVyTSkAV.lazyloading { background-image: none; }
#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row .container { background-color: transparent; background-image: none; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row .container > .video-iframe-container { display: none; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row > .video-iframe-container { display: none; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .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); }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row .container { border-width: 0; border-radius: 0; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#LNH1ANy7UcfgZoGNvWnI0ATQpxuqoOW0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0618095625rem;width:15.1240806875rem;top:1.6888885498047rem;left:53.746549606323rem;overflow:hidden;display:block; }
#TLqz41hIL2WrKAqJEDPJUTMvsxbTwBfQ { color:#ffffff;display:block;width:50.3745384375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6rem;left:2.0625rem;height:1.911764625rem;font-style:italic;display:block; }
#e9c0Kqhb7mRAxxFy0RUa8q3pAt4BOTsA { color:rgba(255,255,255,0.8);display:block;width:45.2493095625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.9375rem;left:2.0625rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row .container { background-color: transparent; background-image: none; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row .container > .video-iframe-container { display: none; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row > .video-iframe-container { display: none; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .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); }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row .container { border-width: 0; border-radius: 0; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-form-header {  }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:38.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:38.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:38.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:38.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .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; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#fb0602;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:38.5625rem;height:4.0625rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:37.375rem;overflow:hidden;font-style:normal;float:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .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; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-container:first-of-type{padding-top:0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-container:last-of-type{padding-bottom:0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.968383789062rem;top:7.7496337890625rem;z-index:15017;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.5625rem;display:block;vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;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;text-align:left;text-align-last:left; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 {display:block;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.968383789062rem;top:7.7496337890625rem;z-index:15017;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #otdranuimSwJ5K1aA0BfHdEsPOAw7Cye { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #PuyRhMzJqEOMQm7zQ4SDEk9I9ppKzxIH { position:relative;display:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #ITU5f1eGcglOSsFIHKNvW50aqx2QBPXI { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #NFGCDzEPcPi1qG1Em3Je9bgnMOB347ZR { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #zN4dQVPbql5L8gpNM38m2qaeKzJh7EWB { position:relative;display:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #FSqTVmXx8bbc33luC0sQseqbf94dKCBV { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #acrphU9ueDlKXVXT3wn1ouQUXFmVr073 { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #XkpHuhKSofC8xGERFbwBZFToxVk82uVQ { position:relative;display:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SoMlTGB6ukDhdii8xodTAmshD7eLnTE5 { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SCi32h64BvJnqUUU8GpQQDn2TMzMXrWe { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #KuEuh5vnoVfAFG167JvpE6iWN2sDZLQP { position:relative;display:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #zk6UbfSTxv0eTJisDhiQTbWD7aa6zL5O { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #i1qmVQkFhrhTfhtUPhT0ivpvdmlJ4zZ6 { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #ugau49G1RSzTuRZh6ifoSU5ST4ENrBsu { position:relative;display:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #EiP522NFDEd6TcFUsJ3cmf5Gyvkpfopw { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LQdp8BFSLyUImAlSgVdpEJPiQtOXUUXM { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SyDSCf9eZIwWtzzm08HchkZdlaO4Qhy4 { position:relative;display:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LsT17J9l0quuCovccALcsXH7yEDU5q9A { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LfMrmSSuLoU79NToLTPt19itZenB727m { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #GfxldFgbONRQaMGhAvK0S4EXNrbgF18q { position:relative;display:none; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #qgd6RVhIZAUR2DyUnu5DABMMs2Hc9nBy { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #pbINluQpdRPDmNGMMtrDJzAVhHi1aMPc { position:relative; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #oJWpRUTFX2qBA2wRxfTKCyHU0uSLAIOV { position:relative; }
#e1SGati7rWFcHQdiODPwVgbHcL7DgZn0 { color:#000000;display:block;width:41.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:16.96875rem;height:4.117647125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bq74Et5iulTrgdoa1EyD2nm3hTq5actm { border-top:0.3125rem solid #000000;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; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row .container { background-color: transparent; background-image: none; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row .container > .video-iframe-container { display: none; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row > .video-iframe-container { display: none; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .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); }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row .container { border-width: 0; border-radius: 0; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row .container { font-size:0.875rem;font-family:arial;height:16.143382375rem;width:75rem;position:relative;display:block; }#nUe3sywQAyRsmLcWcGGQmHsiTd5bLNak { position:absolute;display:block;z-index:15016;background-color:#000000;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:5.8743105rem;width:0.124080875rem;top:2.3125rem;left:32.6875rem;display:block; }
#OwQ1MkghivcUCMvEr01vTazE9mzOD9Cs { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.375rem;top:3.6875rem;left:11.875rem;overflow:hidden;display:block; }
#ufFRmksZMTHgLfcSfw9JySRK0M7pmgsm { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8747701875rem;width:18.0618095625rem;top:2.875rem;left:45.0625rem;overflow:hidden;display:block; }
#V0JH5oOmTmObk5iS5h13umWWn9KlqW0a { color:#000000;display:block;width:64.124375rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:12.8544921875rem;left:5.4365234375rem;height:2.0588235625rem;text-align:center;text-align-last:center;display:block; }
#iw8xso0PO9koXlaJAaN8XT9ThmAwLXB9 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:7.74951171875rem;left:12.37353515625rem;height:3.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ { display:block; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJXrEKvx2pzlsT0FfbJnwos6odDSsBnd { top:0.75rem;left:0rem;width:14.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BaVnZfgU9TC0uTgr0QK7wIb0WPTqZ7 { top:2.3125rem;left:12.6875rem;width:35.0625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:17.3125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsIrc4auzIDMhVz6W2Mpu99nXDqdB59a { top:14.1875rem;left:0rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqblhNIICRaUplm86UwzePXr08KT7wT { display:block; }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVeg4yP94LEIZlFILblDKbd0DiEDEdR6 { top:0.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN { display:block; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { top:3.4375rem;left:0rem;width:37.6875rem;height:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzQqrb7TI8nlMAiU4oNTkw4XfDF04kNQ { top:5.6875rem;left:27.0625rem;width:20.6875rem;height:3.3024397820761rem;display:block; }
 }@media only screen and (max-width: 763px) { #beD6MrhBb4fRthAVg6i8AO9khvSuz203 { top:10.4375rem;left:26.1875rem;width:21.5625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJxfyiWJzt6U822rQ8gDAscUgQGv1rme { top:20.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MouubrWr4d9nv2R7wVAdBAWzU0ZcrOuw { width:31.3125rem;height:3.3125rem;top:25.3125rem;left:8.19921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abo56x9kkHoLO696wyIgv1uC14ITIFte { display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:3.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { top:6.9375rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7TH96LQtNboP71eDaqHrxuEXBugtGUI { display:block; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1QTp2mv38GaWqNq5FOfwvi3zB0FRwrQ { top:17.375rem;left:0rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZypgUrSrccU3nWydBuJT7Bvu5EMiFfxq { top:31.625rem;left:0rem;width:14.8125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK3QD0zMWs2Hi9XTbPEcEhFbaslXBFwe { top:36.875rem;left:0rem;width:12.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW31bbva0VH8XESJDKT906uDmNC8gqtf { top:3.3125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK8BKxM7KCecO1JPtOs2UTokghtJphx9 { top:6.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8y8DmW6ByiXNC9ilBB989CfaQ4LZ3T0 { top:18.6875rem;left:0rem;width:16.5625rem;height:11.767730579543rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDKnoTqF6tskEe2tvGatUbKa6wguAbBH { top:17.375rem;left:3.1875rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSHtgsNT6HLRlHXdggT0KfrMlVkZgqoG { top:19.6875rem;left:7.625rem;width:16.25rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkMM3azpFXA4ECJv4TOLDog26y34xGfs { top:31.75rem;left:9.0625rem;width:14.8125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PUwN11xLi3TfTV5J6uRqlncWZm68M2 { top:36.9375rem;left:11.1875rem;width:12.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7SGA1duZWSVakFDQsR5AuWXFU4eEnr5 { top:17.375rem;left:27.0625rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMu84J85atoiuTe7VyTX4Reuv0qMXCi { top:19.75rem;left:30.375rem;width:17.3125rem;height:9.5898180708569rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHoamxcaXqTKI1RTS3vCN2RDzM8oqXfE { top:31.625rem;left:32.9375rem;width:14.8125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADJnaANA3kP1tSWt2elgayd6SbbKWGIF { top:36.875rem;left:34.937040328979rem;width:12.6875rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbROa5p0RppTTrzMaT2p5IpP5J4us1vh { top:53.625rem;left:0rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE11iEBOCZwMLxzCLc6fgcHT6A0MlQWh { top:54.3125rem;left:0rem;width:18.5625rem;height:13.579217764224rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqPxWUvtSanwtP7DKpMuuQ1RlFQpVcB { top:67.875rem;left:0rem;width:13.3125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExiFlDNysVHbACr8lgxl1NkbFVKUmRd { top:73.1875rem;left:0.0625rem;width:12.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWCTNf45N8OemzCymF96IoRNOoXQcQT { top:53.625rem;left:3.1875rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J12s5ost0KhUSCSkpbtqOalk17aqe52T { top:73.1875rem;left:11.1875rem;width:12.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCmSe1GXRzCtRDOZehhCOAFBTKLfBNGg { top:67.9375rem;left:9.0625rem;width:14.8125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFS2XBWUniRLsUNnQhTvao0qE2nTozkl { top:55.5rem;left:7.8125rem;width:16.0625rem;height:11.454903494026rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqLDcHPEiNfGKa2iBGTRNGhcm2m4L6bB { top:53.625rem;left:27.0625rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvcOShuUg2N3Wd99WMDtSOv7PwvpfbGW { top:55.4375rem;left:32rem;width:15.6875rem;height:11.20601122706rem;display:block; }
 }@media only screen and (max-width: 763px) { #goy9Nn7Sxh7GiA6Ty5gyTtkEuTih7yMz { top:67.8125rem;left:30.25rem;width:17.5rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWz7T1lQcnITlzEbNUSrHKZmyt7S1Q9m { top:73.1875rem;left:35rem;width:12.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH0i1ovp8HnElDW3K3lM5Wca7TpArfSU { top:13.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLZbvgRbK1q7GK39D38IFTu8nHGe1qG { top:49.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzPUuDk9XgZmULB2N1c2EUPrGp267A5A { top:86.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaX7U8JcFEaoDRtoWpIqRHCZxBl2XfVG { top:90.3125rem;left:0rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac8Z3fId3pDWZ0xSTn2MeFgKxzlBV1hE { top:92.5rem;left:4.7477016448974rem;width:3.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E44NX5ZGLUmg7NsAIhXuPeOhyGpvvMwd { top:104.5625rem;left:0rem;width:13.3125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TbaPUUJw6UMqBTGXoLaRNFAf6f0Ff1 { top:109.8125rem;left:0rem;width:15rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #we9dnRsRTmtDJQu7f5cnnb9okOVLzI2w { top:90.3125rem;left:3.1875rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udIJR48QdAbLcO5R8C7hy1RarQNqQgcd { top:92.125rem;left:10.1875rem;width:13.625rem;height:11.447378888054rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4GFitiAmCzqHr90xV5R7WElSSaQ3qH { top:104.5rem;left:13.375rem;width:10.4375rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEqRoPAuV3eDeRfiuTTOJ9qtUTTL91W4 { top:109.875rem;left:11.1875rem;width:12.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvniTfLZAzMeo3IhdCOl89Gpbi8BhFc5 { top:90.3125rem;left:27.0625rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx8CFENavxgP96EdkDQsssXZgk2o5bHE { top:91.5rem;left:33.3125rem;width:14.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIgJsQDusb67uXzyBMJyZdlENQV4ciec { top:104.5625rem;left:34.4375rem;width:13.3125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hilLfMis9DXORAatGt7ib4Mb8ucdy2NN { top:109.8125rem;left:31.5625rem;width:16.125rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIvtJ2xcp7T14ALh06h0A6KeExROaS4J { top:123.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #af7JLtXmSOmz1LmOUEgndENqIUUP1Ucb { top:127.6875rem;left:0rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGVI6tCPJw1camTiABgpPgktM9XHpnyu { top:130rem;left:0rem;width:17.6875rem;height:10.649824144524rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEiqbgktpDpQrsd9dT9XbfpDulNTFKsT { top:141.9375rem;left:0rem;width:13.3125rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLPqioylwZ9QqKteLRte4qBhIG9RFowE { top:147.25rem;left:0rem;width:15rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdzZ4OUbTQLoZuhVyuEmnJvIUHnKE9aN { top:127.6875rem;left:3.1875rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOelTAJOm56LZvIcVperv6B0ydgFleRL { top:130rem;left:8.25rem;width:15.625rem;height:8.6524552342956rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTfDp0ORwu75xANMFh0Np3JlkZxNpIbJ { top:141.875rem;left:4.625rem;width:19.1875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqOkaTICd7qZ7hX2gB3UGnUT9S9bpHcX { top:147.25rem;left:8.875rem;width:15rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOJxwlUPwGcigvr8dPhRKm5VrkUiUboy { top:127.6875rem;left:27.0625rem;width:20.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPiT6m9WpRPu2nWaoUJmcm82GE34DwDI { top:130rem;left:36.509878158569rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4L1rVz8TsTVFF31GZtNAseVkCVIQMh0 { top:141.875rem;left:30.5rem;width:17.1875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9oKS5H0V1m0gAWdfyWf5uzvgdvmJeii { top:147.25rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH4mNnzWUQpq80Km05yfQKiVQUgT92R8 { width:47.25rem;height:4.1875rem;top:159.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW97NvGSKTJXMtXcV9gnvM6U1CFQiAH9 { display:block; }
 }@media only screen and (max-width: 763px) { #qFH5TETSFp44QzFTSRR9JEAroAbLfEFS { display:block; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWyU0I9T0rBT0XcByyZbKQrKpUuIt0gk { top:11.9375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13DDmTkTzzwnR4JRoA4OQoxWswiO745 { top:18.875rem;left:0rem;width:11.875rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2E2HolPtshDBnkbHHmca6JWXHT6yRt { top:5.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKbDLEOKdymNQBrauSDgIk0WmWGPb0pM { top:18.8125rem;left:9.1238479614256rem;width:12.5rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I96m41VUJScBP89VNTrVhZo57PM4wFz2 { top:18.8125rem;left:27.321228027344rem;width:10.9375rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHykxbuWcIaaf1LTUw0qAn8JXB0OzSTG { top:18.9375rem;left:36.8125rem;width:10.9375rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlAQUi4WgasKN5qbsJQGk7TLWdnePKHn { top:11.9375rem;left:13.151882171631rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqVCWDpsTlergubsClDkLbbDK6FfHg96 { top:11.9375rem;left:30.810432434082rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vZ61dR9vkXuzTggmp0DzlVV86wOEsh { top:11.9375rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKcUy7T0ZO8gW1Q9tTs0UdXNcJWvD8o0 { top:24rem;left:0rem;width:11.875rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TPXvg11VKAV69iObyuTEbxvu7QzGvk { top:23.9375rem;left:9.1231613159181rem;width:12.5rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoF8RwX8E1l26WN7k8UH92AChkgpPnU5 { top:23.9375rem;left:26.851789474488rem;width:11.875rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwfZpebdNcBrSb4OA8zdd2rvTt5mHfSW { top:23.9375rem;left:34.875rem;width:12.875rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIiUeTt2laVfx9h8uEHDothwKUoyfhmS { top:33.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO2Tk9KVJWSHqVwZeupoXKxOAokSOQ9Z { width:31.3125rem;height:3.3125rem;top:36.6875rem;left:8.19921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqzZqEoTHTGz43GrBlQZyqu0sLRoXQCw { display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { top:5.9375rem;left:11.0625rem;width:36.6875rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { top:3.0625rem;left:0rem;width:18.8125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:31.3125rem;height:3.3125rem;top:74.1875rem;left:8.1982994079587rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #kN8mZg20caATHJZ0BPFBT4OskK5WsutJ { top:10.1875rem;left:12.5rem;width:35.25rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NThHTRX2oTybBuFhcRpBJlm310cwe55g { top:19.6875rem;left:27.6875rem;width:20.0625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdkMVvkZ3cvgLq6wDdtu2RIfgv478Myd { top:23.4375rem;left:0rem;width:36.6875rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGJTsFpasJPfxSHKZKPnkLFC6pWxzAum { top:27.6875rem;left:0rem;width:37.75rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQMenEkeoT1T9DpZhWcvwHMHTWhnskBn { top:36.8125rem;left:0rem;width:18.8125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6H9scZmTQV54TlAcvkvIXeSXTNWU4X { top:39.625rem;left:10.75rem;width:37rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVoJaXMX6E2BuK1SIGGkMFyIP89CCC6J { top:43.875rem;left:12.0625rem;width:35.6875rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8H08iOwT1V6xHe6uRFycpMs0uTDnp1 { top:57.6875rem;left:0rem;width:37.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8S8boDFnMIqKHWNe5pi1v4nAmIJLzhQ { top:62rem;left:0rem;width:36.3125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuy5dhURFBKrepsbFSqSTAPOxVyTSkAV { top:53.9375rem;left:28.9375rem;width:18.8125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CrVNs3dErKOQSv03xi4XI00fG2QSPW { display:block; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNH1ANy7UcfgZoGNvWnI0ATQpxuqoOW0 { top:1.6875rem;left:32.6875rem;width:15.0625rem;height:17.988267330523rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLqz41hIL2WrKAqJEDPJUTMvsxbTwBfQ { top:6rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9c0Kqhb7mRAxxFy0RUa8q3pAt4BOTsA { top:9.9375rem;left:0rem;width:45.1875rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 { display:block; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-regular-label { display:block;width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-text { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-textarea { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-select { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-button { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-checkbox-label { width:37.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7  { width:38.5625rem;height:auto;top:7.6875rem;left:3.3433837890625rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .radio-container { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 {display:block;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 { width:38.5625rem;height:auto;top:7.6875rem;left:3.3433837890625rem; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #otdranuimSwJ5K1aA0BfHdEsPOAw7Cye {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #PuyRhMzJqEOMQm7zQ4SDEk9I9ppKzxIH { display:block; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #ITU5f1eGcglOSsFIHKNvW50aqx2QBPXI {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #NFGCDzEPcPi1qG1Em3Je9bgnMOB347ZR {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #zN4dQVPbql5L8gpNM38m2qaeKzJh7EWB { display:block; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #FSqTVmXx8bbc33luC0sQseqbf94dKCBV {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #acrphU9ueDlKXVXT3wn1ouQUXFmVr073 {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #XkpHuhKSofC8xGERFbwBZFToxVk82uVQ {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SoMlTGB6ukDhdii8xodTAmshD7eLnTE5 {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SCi32h64BvJnqUUU8GpQQDn2TMzMXrWe {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #KuEuh5vnoVfAFG167JvpE6iWN2sDZLQP { display:block; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #zk6UbfSTxv0eTJisDhiQTbWD7aa6zL5O {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #i1qmVQkFhrhTfhtUPhT0ivpvdmlJ4zZ6 {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #ugau49G1RSzTuRZh6ifoSU5ST4ENrBsu {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #EiP522NFDEd6TcFUsJ3cmf5Gyvkpfopw {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LQdp8BFSLyUImAlSgVdpEJPiQtOXUUXM {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SyDSCf9eZIwWtzzm08HchkZdlaO4Qhy4 {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LsT17J9l0quuCovccALcsXH7yEDU5q9A {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LfMrmSSuLoU79NToLTPt19itZenB727m {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #GfxldFgbONRQaMGhAvK0S4EXNrbgF18q {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #qgd6RVhIZAUR2DyUnu5DABMMs2Hc9nBy {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #pbINluQpdRPDmNGMMtrDJzAVhHi1aMPc {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #oJWpRUTFX2qBA2wRxfTKCyHU0uSLAIOV {  }
 }@media only screen and (max-width: 763px) { #e1SGati7rWFcHQdiODPwVgbHcL7DgZn0 { top:3.5625rem;left:3.34375rem;width:41.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq74Et5iulTrgdoa1EyD2nm3hTq5actm { display:block; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUe3sywQAyRsmLcWcGGQmHsiTd5bLNak { top:2.3125rem;left:19.0625rem;width:0.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQ1MkghivcUCMvEr01vTazE9mzOD9Cs { top:3.6875rem;left:0rem;width:9.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufFRmksZMTHgLfcSfw9JySRK0M7pmgsm { top:2.875rem;left:29.75rem;width:18rem;height:4.8580881705883rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JH5oOmTmObk5iS5h13umWWn9KlqW0a { top:12.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw8xso0PO9koXlaJAaN8XT9ThmAwLXB9 { top:7.6875rem;left:0rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ { display:block; }#SlN8AAQBJp4DOdNP9ZiticAGXbsx20SJ > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJXrEKvx2pzlsT0FfbJnwos6odDSsBnd { width:14.625rem;height:4.875rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BaVnZfgU9TC0uTgr0QK7wIb0WPTqZ7 { width:20rem;height:3.5294115625rem;top:7.4368105rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfe1f6da-4f6b-49f7-8aed-69ac3087c020/Telecom_header2teachersonradios3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:12.0622701875rem;height:11.0294113125rem;top:5.5903029441834rem;left:7.937729001045rem;font-size:1.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsIrc4auzIDMhVz6W2Mpu99nXDqdB59a { width:18.6856613125rem;height:18.6856613125rem;top:9.0027570724488rem;left:0.65602028369906rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #euqblhNIICRaUplm86UwzePXr08KT7wT { display:block; }#euqblhNIICRaUplm86UwzePXr08KT7wT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVeg4yP94LEIZlFILblDKbd0DiEDEdR6 { width:16rem;height:4.7058820625rem;top:0.80606460571287rem;left:1.9375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN { display:block; }#TC9ivUu0lSzn42fOoc0c0RHRrDsOaVUN > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { width:19.4370403125rem;height:17.6470585rem;top:1.4372711181641rem;left:0.28033089637756rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzQqrb7TI8nlMAiU4oNTkw4XfDF04kNQ { width:20rem;height:3.191635875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beD6MrhBb4fRthAVg6i8AO9khvSuz203 { width:20rem;height:2.7941175rem;top:25.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VJxfyiWJzt6U822rQ8gDAscUgQGv1rme { width:20rem;height:3.82352925rem;top:31.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MouubrWr4d9nv2R7wVAdBAWzU0ZcrOuw { width:18.8520218125rem;height:3.2902113125rem;top:36.5625rem;left:0.5625rem;z-index:15012;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abo56x9kkHoLO696wyIgv1uC14ITIFte { display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:18.3125rem;height:5.9558820625rem;top:1.25rem;left:0.81227004528044rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { width:18.6868095625rem;height:16.9852943125rem;top:8.3260574340819rem;left:0.65372240543363rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W7TH96LQtNboP71eDaqHrxuEXBugtGUI { display:block; }#W7TH96LQtNboP71eDaqHrxuEXBugtGUI > .row .container { width:20rem;height:320.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1QTp2mv38GaWqNq5FOfwvi3zB0FRwrQ { width:20rem;height:20.625rem;top:23.6764698125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZypgUrSrccU3nWydBuJT7Bvu5EMiFfxq { width:15rem;height:3.235294125rem;top:35.986892700195rem;left:2.498850941658rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK3QD0zMWs2Hi9XTbPEcEhFbaslXBFwe { width:18.2490806875rem;height:1.25rem;top:40.04963684082rem;left:0.8743106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW31bbva0VH8XESJDKT906uDmNC8gqtf { width:20rem;height:5.07352925rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aK8BKxM7KCecO1JPtOs2UTokghtJphx9 { width:20rem;height:4.6323528125rem;top:8.67647025rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8y8DmW6ByiXNC9ilBB989CfaQ4LZ3T0 { width:16.5625rem;height:11.7670030625rem;top:23.607543945312rem;left:1.7164522409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDKnoTqF6tskEe2tvGatUbKa6wguAbBH { width:20rem;height:20.625rem;top:45.426223754882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSHtgsNT6HLRlHXdggT0KfrMlVkZgqoG { width:16.25rem;height:9rem;top:46.439102172851rem;left:1.8727022409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkMM3azpFXA4ECJv4TOLDog26y34xGfs { width:14.8115806875rem;height:1.6176470625rem;top:58.038833618164rem;left:2.5930606126785rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PUwN11xLi3TfTV5J6uRqlncWZm68M2 { width:12.6872701875rem;height:2.5rem;top:60.251388549805rem;left:3.6224724054336rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7SGA1duZWSVakFDQsR5AuWXFU4eEnr5 { width:20rem;height:20.625rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMu84J85atoiuTe7VyTX4Reuv0qMXCi { width:17.3115806875rem;height:9.5886945625rem;top:68.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHoamxcaXqTKI1RTS3vCN2RDzM8oqXfE { width:14.8115806875rem;height:1.6176470625rem;top:80.5625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADJnaANA3kP1tSWt2elgayd6SbbKWGIF { width:12.6872701875rem;height:2.5rem;top:83.0625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbROa5p0RppTTrzMaT2p5IpP5J4us1vh { width:20rem;height:20.625rem;top:95.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE11iEBOCZwMLxzCLc6fgcHT6A0MlQWh { width:18.5615806875rem;height:13.5788135625rem;top:95.416687011719rem;left:0.7174479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #giqPxWUvtSanwtP7DKpMuuQ1RlFQpVcB { width:13.3122701875rem;height:1.6176470625rem;top:107.6875rem;left:3.3125rem;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #KExiFlDNysVHbACr8lgxl1NkbFVKUmRd { width:12.6872701875rem;height:2.5rem;top:110rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWCTNf45N8OemzCymF96IoRNOoXQcQT { width:20rem;height:20.625rem;top:117.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J12s5ost0KhUSCSkpbtqOalk17aqe52T { width:12.6872701875rem;height:2.5rem;top:132.4375rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCmSe1GXRzCtRDOZehhCOAFBTKLfBNGg { width:14.8115806875rem;height:1.6176470625rem;top:130.0625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFS2XBWUniRLsUNnQhTvao0qE2nTozkl { width:16.0615806875rem;height:11.4545030625rem;top:118.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqLDcHPEiNfGKa2iBGTRNGhcm2m4L6bB { width:20rem;height:20.625rem;top:139.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvcOShuUg2N3Wd99WMDtSOv7PwvpfbGW { width:15.6870403125rem;height:11.2051925625rem;top:140rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goy9Nn7Sxh7GiA6Ty5gyTtkEuTih7yMz { width:17.5rem;height:2.7941174375rem;top:151.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWz7T1lQcnITlzEbNUSrHKZmyt7S1Q9m { width:12.6872701875rem;height:2.5rem;top:155.625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH0i1ovp8HnElDW3K3lM5Wca7TpArfSU { width:20rem;height:5.2941174375rem;top:16.6911759375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWLZbvgRbK1q7GK39D38IFTu8nHGe1qG { width:20rem;height:3.5294115625rem;top:90.7166595459rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzPUuDk9XgZmULB2N1c2EUPrGp267A5A { width:20rem;height:5.2941174375rem;top:163.54165649414rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaX7U8JcFEaoDRtoWpIqRHCZxBl2XfVG { width:20rem;height:20.625rem;top:170.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac8Z3fId3pDWZ0xSTn2MeFgKxzlBV1hE { width:3.3743105rem;height:10.625rem;top:170.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E44NX5ZGLUmg7NsAIhXuPeOhyGpvvMwd { width:14.6875rem;height:3.235294125rem;top:182.375rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TbaPUUJw6UMqBTGXoLaRNFAf6f0Ff1 { width:15rem;height:2.5rem;top:186.125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #we9dnRsRTmtDJQu7f5cnnb9okOVLzI2w { width:20rem;height:20.625rem;top:192.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udIJR48QdAbLcO5R8C7hy1RarQNqQgcd { width:13.6247701875rem;height:11.44646075rem;top:192.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4GFitiAmCzqHr90xV5R7WElSSaQ3qH { width:12.0625rem;height:1.6176470625rem;top:203.75rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEqRoPAuV3eDeRfiuTTOJ9qtUTTL91W4 { width:12.6872701875rem;height:2.5rem;top:206.125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvniTfLZAzMeo3IhdCOl89Gpbi8BhFc5 { width:20rem;height:20.625rem;top:214.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx8CFENavxgP96EdkDQsssXZgk2o5bHE { width:12.5625rem;height:10.25rem;top:214.728515625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIgJsQDusb67uXzyBMJyZdlENQV4ciec { width:15.9375rem;height:1.6176470625rem;top:226.22528076172rem;left:2.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hilLfMis9DXORAatGt7ib4Mb8ucdy2NN { width:16.123621rem;height:2.5rem;top:228.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIvtJ2xcp7T14ALh06h0A6KeExROaS4J { width:16.4375rem;height:5.2941174375rem;top:238.39584350586rem;left:1.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #af7JLtXmSOmz1LmOUEgndENqIUUP1Ucb { width:20rem;height:20.625rem;top:244.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGVI6tCPJw1camTiABgpPgktM9XHpnyu { width:17.6872691875rem;height:10.649127rem;top:246.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEiqbgktpDpQrsd9dT9XbfpDulNTFKsT { width:18.4375rem;height:1.6176470625rem;top:257.875rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLPqioylwZ9QqKteLRte4qBhIG9RFowE { width:15rem;height:1.25rem;top:260.125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdzZ4OUbTQLoZuhVyuEmnJvIUHnKE9aN { width:20rem;height:20.625rem;top:266.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOelTAJOm56LZvIcVperv6B0ydgFleRL { width:15.625rem;height:8.65234375rem;top:269.0625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTfDp0ORwu75xANMFh0Np3JlkZxNpIbJ { width:16.9375rem;height:3.235294125rem;top:279.1875rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqOkaTICd7qZ7hX2gB3UGnUT9S9bpHcX { width:15rem;height:2.5rem;top:282.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOJxwlUPwGcigvr8dPhRKm5VrkUiUboy { width:20rem;height:20.625rem;top:288.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPiT6m9WpRPu2nWaoUJmcm82GE34DwDI { width:9.6875rem;height:9.6875rem;top:289.91665649414rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4L1rVz8TsTVFF31GZtNAseVkCVIQMh0 { width:17.1875rem;height:3.235294125rem;top:301.0625rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9oKS5H0V1m0gAWdfyWf5uzvgdvmJeii { width:15rem;height:1.25rem;top:305.375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH4mNnzWUQpq80Km05yfQKiVQUgT92R8 { width:18.7899814375rem;height:4.4149814375rem;top:312.75653076172rem;left:0.60546875rem;z-index:15012;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW97NvGSKTJXMtXcV9gnvM6U1CFQiAH9 { display:block; }
 }@media only screen and (max-width: 763px) { #qFH5TETSFp44QzFTSRR9JEAroAbLfEFS { display:block; }#qFH5TETSFp44QzFTSRR9JEAroAbLfEFS > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWyU0I9T0rBT0XcByyZbKQrKpUuIt0gk { width:3.561580875rem;height:3.561580875rem;top:9.9836883544925rem;left:1.1222425699234rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13DDmTkTzzwnR4JRoA4OQoxWswiO745 { width:12.4375rem;height:1.4705881875rem;top:11.030334472656rem;left:5.1911760568619rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gV2E2HolPtshDBnkbHHmca6JWXHT6yRt { width:18.1870403125rem;height:3.9705881875rem;top:2.6872711181641rem;left:0.90418207645419rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKbDLEOKdymNQBrauSDgIk0WmWGPb0pM { width:13.0625rem;height:1.4705881875rem;top:21.038146972656rem;left:5.8150273561478rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I96m41VUJScBP89VNTrVhZo57PM4wFz2 { width:10.9375rem;height:1.4705881875rem;top:31.983459472656rem;left:5.9386488199234rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bHykxbuWcIaaf1LTUw0qAn8JXB0OzSTG { width:11.5rem;height:2.9411764375rem;top:41.298492431641rem;left:6.1362591981888rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZlAQUi4WgasKN5qbsJQGk7TLWdnePKHn { width:4.4370403125rem;height:4.4370403125rem;top:19.382125854493rem;left:0.87086403369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqVCWDpsTlergubsClDkLbbDK6FfHg96 { width:4.4370403125rem;height:4.4370403125rem;top:30.500228881836rem;left:1.1824449300766rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vZ61dR9vkXuzTggmp0DzlVV86wOEsh { width:4.4370403125rem;height:4.4370403125rem;top:40.329971313476rem;left:1.1199449300766rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKcUy7T0ZO8gW1Q9tTs0UdXNcJWvD8o0 { width:15.0620403125rem;height:2.64705875rem;top:14.206115722656rem;left:1.3074449300766rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8TPXvg11VKAV69iObyuTEbxvu7QzGvk { width:15.5618105rem;height:2.64705875rem;top:24.276657104493rem;left:1.3074449300766rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NoF8RwX8E1l26WN7k8UH92AChkgpPnU5 { width:16.9375rem;height:2.64705875rem;top:35.435440063476rem;left:1.3074449300766rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwfZpebdNcBrSb4OA8zdd2rvTt5mHfSW { width:17.2495403125rem;height:2.64705875rem;top:45.159698486328rem;left:1.3740807771682rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KIiUeTt2laVfx9h8uEHDothwKUoyfhmS { width:20rem;height:3.6764705rem;top:52.36604309082rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KO2Tk9KVJWSHqVwZeupoXKxOAokSOQ9Z { width:18.8290439375rem;height:3.26723325rem;top:57.262176513672rem;left:0.57329964637756rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #nqzZqEoTHTGz43GrBlQZyqu0sLRoXQCw { display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { width:13.375rem;height:5.2941173125rem;top:1.2077255249024rem;left:5.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { width:4.6875rem;height:4.6875rem;top:1.4545059204101rem;left:0.63534009456637rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:18.0397506875rem;height:4.2277113125rem;top:67.477012634275rem;left:0.96622240543363rem;z-index:15012;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #kN8mZg20caATHJZ0BPFBT4OskK5WsutJ { width:17.75rem;height:5.07352925rem;top:7.2704544067381rem;left:0.81227028369906rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NThHTRX2oTybBuFhcRpBJlm310cwe55g { width:4.6875rem;height:4.6875rem;top:15.71231842041rem;left:0.88327205181119rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdkMVvkZ3cvgLq6wDdtu2RIfgv478Myd { width:13.1875rem;height:5.2941173125rem;top:15.436576843262rem;left:6rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NGJTsFpasJPfxSHKZKPnkLFC6pWxzAum { width:17.875rem;height:6.7647056875rem;top:21.488967895507rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oQMenEkeoT1T9DpZhWcvwHMHTWhnskBn { width:4.6875rem;height:4.6875rem;top:31.927841186524rem;left:1.0082720518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6H9scZmTQV54TlAcvkvIXeSXTNWU4X { width:12.75rem;height:7.0588231875rem;top:31.246086120606rem;left:6.0629593133926rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eVoJaXMX6E2BuK1SIGGkMFyIP89CCC6J { width:18rem;height:6.7647056875rem;top:39.198066711426rem;left:0.81227028369906rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UF8H08iOwT1V6xHe6uRFycpMs0uTDnp1 { width:12.6240806875rem;height:7.0588231875rem;top:49.117881774903rem;left:5.7467828989029rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I8S8boDFnMIqKHWNe5pi1v4nAmIJLzhQ { width:18.1875rem;height:6.7647056875rem;top:57.034919738769rem;left:0.63419115543363rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cuy5dhURFBKrepsbFSqSTAPOxVyTSkAV { width:4.6875rem;height:4.6875rem;top:50.146141052246rem;left:0.63419115543363rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CrVNs3dErKOQSv03xi4XI00fG2QSPW { display:block; }#k5CrVNs3dErKOQSv03xi4XI00fG2QSPW > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNH1ANy7UcfgZoGNvWnI0ATQpxuqoOW0 { width:12.5625rem;height:15.0625rem;top:20.375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLqz41hIL2WrKAqJEDPJUTMvsxbTwBfQ { width:20rem;height:5.735293875rem;top:3.2426147460938rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9c0Kqhb7mRAxxFy0RUa8q3pAt4BOTsA { width:20rem;height:10.1470585rem;top:10.165405273438rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 { display:block; }#qL3RT6fe75UZPENqSqFAuGFTsInlxRF0 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7  { width:17.5rem;height:auto;top:8.6761474609375rem;left:0rem; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 {display:block;}#WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 { width:17.5rem;height:auto;top:8.6761474609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #otdranuimSwJ5K1aA0BfHdEsPOAw7Cye {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #PuyRhMzJqEOMQm7zQ4SDEk9I9ppKzxIH { display:none; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #ITU5f1eGcglOSsFIHKNvW50aqx2QBPXI {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #NFGCDzEPcPi1qG1Em3Je9bgnMOB347ZR {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #zN4dQVPbql5L8gpNM38m2qaeKzJh7EWB { display:none; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #FSqTVmXx8bbc33luC0sQseqbf94dKCBV {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #acrphU9ueDlKXVXT3wn1ouQUXFmVr073 {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #XkpHuhKSofC8xGERFbwBZFToxVk82uVQ { display:none; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SoMlTGB6ukDhdii8xodTAmshD7eLnTE5 {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SCi32h64BvJnqUUU8GpQQDn2TMzMXrWe {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #KuEuh5vnoVfAFG167JvpE6iWN2sDZLQP { display:none; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #zk6UbfSTxv0eTJisDhiQTbWD7aa6zL5O {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #i1qmVQkFhrhTfhtUPhT0ivpvdmlJ4zZ6 {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #ugau49G1RSzTuRZh6ifoSU5ST4ENrBsu { display:none; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #EiP522NFDEd6TcFUsJ3cmf5Gyvkpfopw {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LQdp8BFSLyUImAlSgVdpEJPiQtOXUUXM {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #SyDSCf9eZIwWtzzm08HchkZdlaO4Qhy4 { display:none; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LsT17J9l0quuCovccALcsXH7yEDU5q9A {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #LfMrmSSuLoU79NToLTPt19itZenB727m {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #GfxldFgbONRQaMGhAvK0S4EXNrbgF18q { display:none; }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #qgd6RVhIZAUR2DyUnu5DABMMs2Hc9nBy {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #pbINluQpdRPDmNGMMtrDJzAVhHi1aMPc {  }
 }@media only screen and (max-width: 763px) { #WBbUbmup3fQHyq0Hi6NJKuvyVQH9dpM7 #oJWpRUTFX2qBA2wRxfTKCyHU0uSLAIOV {  }
 }@media only screen and (max-width: 763px) { #e1SGati7rWFcHQdiODPwVgbHcL7DgZn0 { width:20rem;height:6.17647075rem;top:2.5403442382812rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq74Et5iulTrgdoa1EyD2nm3hTq5actm { display:block; }#bq74Et5iulTrgdoa1EyD2nm3hTq5actm > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUe3sywQAyRsmLcWcGGQmHsiTd5bLNak { width:18.75rem;height:0.0611979375rem;top:10.2294921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQ1MkghivcUCMvEr01vTazE9mzOD9Cs { width:9.375rem;height:3.125rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufFRmksZMTHgLfcSfw9JySRK0M7pmgsm { width:17.9997691875rem;height:4.8575368125rem;top:11.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JH5oOmTmObk5iS5h13umWWn9KlqW0a { width:20rem;height:7.2058820625rem;top:18.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iw8xso0PO9koXlaJAaN8XT9ThmAwLXB9 { width:10rem;height:3.75rem;top:5.6675090625rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }