.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/LacVxahw/Copia_de_Encabezado_para_Mail_Refresh_2021_2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container { background-color: transparent; background-image: none; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container > .video-iframe-container { display: none; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row > .video-iframe-container { display: none; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .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); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container { border-width: 0; border-radius: 0; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#HVCWDuncna89BowH46zHt2pZC0H4Hmak { color:#ffffff;display:block;width:31.3733125rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:10.625rem;left:26.5625rem;height:7.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sMazZoSIBf2ux0G1h3uv5oQMge1X5wul { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:5.8125rem;top:0.59375rem;left:1.25rem;overflow:hidden;display:block; }
#oc7iddmzHH4eD8G0LKUviq7dTdhESm8w { background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.59375rem;left:46.125rem;display:block; }
#XqnOD5AERwFJuf9S9KDW5rkAz2eCLuWa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Aqn59l8QChPlZFJ781szJuapWzDxyq8z { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/2b5IDCgK/landing_teachers_Refresh_2021_2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z.adaptive-delivery-prevent-bg, #Aqn59l8QChPlZFJ781szJuapWzDxyq8z.lazyload, #Aqn59l8QChPlZFJ781szJuapWzDxyq8z.lazyloading { background-image: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container { background-color: transparent; background-image: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container > .video-iframe-container { display: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row > .video-iframe-container { display: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .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); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container { border-width: 0; border-radius: 0; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#Dv8hSaNlQXFNZSNtvVfbAk5WG7VyP4Ra { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5rem;width:26.5rem;top:8.875rem;left:4.25rem;overflow:hidden;display:block; }
#gF3BTaRUaVhllkupb5wTxZmBX0nTLIET { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:29rem;top:12.875rem;left:3rem;overflow:hidden;display:block; }
#Vz9MZPJ6aIFhJha5d0MmTPZRq7luWlRR { color:#282828;display:block;width:23.25rem;position:absolute;font-family:"gotham narrow book";font-size:1.6875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:25.6875rem;left:5.875rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O1yswDWpufuvFMeeG4EkB63D0OC1qqt8 { color:#282828;display:block;width:23.25rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:21.65625rem;left:5.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvTuJRhMFwZ90TvsZWTXB60xLoDtGmsv { color:#282828;display:block;width:23.25rem;position:absolute;font-family:"gotham narrow book";font-size:1.5rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:31.4375rem;left:5.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMKfV6C9pEwZCfl1lsR1mxsl3Qk8J2Ik { color:#282828;display:block;width:23.25rem;position:absolute;font-family:"gotham narrow book";font-size:1.5rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:33.5rem;left:32.71875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwUKPEd6Anq4C3WQgW3l71nTQQFQuL5t { color:#282828;display:block;width:23.25rem;position:absolute;font-family:"gotham narrow book";font-size:1.3125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:27.4375rem;left:5.875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pruATfg2dGTDqN9USbFbnJuuktC5tdPQ { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5rem;width:24.5rem;top:8.9375rem;left:32.5625rem;overflow:hidden;display:block; }
#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row .container { background-color: transparent; background-image: none; }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row .container > .video-iframe-container { display: none; }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row > .video-iframe-container { display: none; }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .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); }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row .container { border-width: 0; border-radius: 0; }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#iXLrOWoBLAqZQGteHhNWtw88nNe7cHfM { color:#282828;display:block;width:20.1875rem;position:absolute;font-family:"gotham narrow book";font-size:2.1875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:2.25rem;left:19.90625rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row .container { background-color: transparent; background-image: none; }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row .container > .video-iframe-container { display: none; }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row > .video-iframe-container { display: none; }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .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); }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row .container { border-width: 0; border-radius: 0; }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#kQXnUV3r7i0EiTKexOAgI8TmqwSWIhHm { box-sizing:content-box;color:#ffffff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.875rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:4.375rem;left:47.625rem;display:block; }
#PZzTgqtP9b227pJugP6xfDPnzSdX1U4l { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow book";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.3876953125rem;left:2.53125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#s14yZdhvCqtnkKGdmyExRRPCdNSkxdqT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow book";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.4501953125rem;left:23.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#HEm8PTJmofws4OlDT3wQSrtuzrDf0gTV { position:absolute;display:block;z-index:100002;background-color:rgba(251,163,163,0.59);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;height:9.126302125rem;width:9.251302125rem;top:1.9375rem;left:25.375rem;display:block; }
#hyMs7772WeJ20BzMyGxg33L9v11k4xFX { box-sizing:content-box;color:#ffffff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.875rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:4.375rem;left:7.625rem;display:block; }
#uWBys9e7OqreHUEPhBklLpEtHPVTDIQd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow book";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.3876953125rem;left:43.75rem;height:5.36133125rem;text-align:center;text-align-last:center;display:block; }
#WHdgPCVh5PeCwMZ9KwQ5TFIzhEx0WLAX { box-sizing:content-box;color:#ffffff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.875rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.0625rem;left:27.6875rem;display:block; }
#G6Z8ht0bvG4c2VHttUcteampu8xodF6m { position:absolute;display:block;z-index:99999;background-color:rgba(131,231,253,0.81);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;height:9.126rem;width:9.251rem;top:1.9375rem;left:5.375rem;display:block; }
#Q4iQ1yeb4skwBFvfgy0Bf7oVdcMQ19Ak { position:absolute;display:block;z-index:100003;background-color:rgba(251,231,94,0.81);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;height:9.126rem;width:9.251rem;top:1.9375rem;left:45.375rem;display:block; }
#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container { background-color: transparent; background-image: none; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container > .video-iframe-container { display: none; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row > .video-iframe-container { display: none; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .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); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container { border-width: 0; border-radius: 0; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-form-header {  }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-regular-label { height:auto;display:block;font-family:"gotham narrow";font-size:1.0625rem;font-weight:700;color:#3f3c3c;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-text {padding-top: 0; padding-bottom: 0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-select {padding-top: 0; padding-bottom: 0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.375rem;margin-bottom:0.25rem;margin-left:1.375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:14.6875rem;height:3.4375rem;font-family:gotham;overflow:hidden;box-shadow: 0rem 0.0625rem 0rem #720000 ;font-style:normal;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.5); }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .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; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-container:first-of-type{padding-top:0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-container:last-of-type{padding-bottom:0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:6.6875rem;left:33.625rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA {display:block;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:6.6875rem;left:33.625rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #TyuTr5tCVyhRlrAen0TfmO3K9V5AUoLp { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #hIUgauiaz336nniBkxcqZAZVwBfvuDfO { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #sDkGgd0ZtbVLqPrTayCbEfdRhtwrHRSN { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #lflKvVVCxhBz4QTWEH9TylFkGSGg2BBP { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #TVPwNG0ZLWsJS29HdgcGhqPDgbk3ZEwk { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #STpIF66OVOBtRh6oK9HDnwgDdJJqsoSL { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #rTercscf0tkpMoPKMg8E2JTeDToxNu2t { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #ByBnf12Nw39Tlcdbn8WLZWUW44RFzXHy { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #K7GX9dK98OIMBIMNNbDGPKGhdE9c6VTx { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #ad1ibSWE0VNQwiK7P3JSw3ksrGc6Gr82 { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #CREAunwUE25dXP4VvfPfUviJ4eNfwo8x { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #B1a7esgShurZTOF0OpuOyE2VFPzUIDrE { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #Ks8qey3UVqctPx1eVTTauddV4TtxarCT { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #epUVeXxXVQt9M4rOqsoROcAN7cT1AZ6A { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #gLlTh22P0oswCz4PHBGe21kLbfin8h8r { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #OwsysPo1OhgVW3kD49DhzBVzBzpcoNA2 { position:relative; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #GCqvFIlABZyxrlZ1WqWbZc6LJr1Gr7Qz { position:relative; }
#MS7qW0zLNCTiiSIWOg4iac4h3peF7ADA { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.25rem;width:27.25rem;top:4.375rem;left:5.0625rem;overflow:hidden;display:block; }
#c5fnaAi1uJd4WAcAx8tPew7NOQIoTI1s { color:#000000;display:block;width:19rem;position:absolute;font-family:"gotham narrow book";font-size:1.4375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9375rem;left:34.125rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dh1xpXklhrThd99LTTTwlH84QlGtJhhQ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:17rem;width:17rem;top:13.4375rem;left:3.9375rem;overflow:hidden;display:block; }
#ISligkgRZtgZnzUxCOGGH5DRJnOab73l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row .container { background-color: transparent; background-image: none; }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row .container > .video-iframe-container { display: none; }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row > .video-iframe-container { display: none; }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .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); }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row .container { border-width: 0; border-radius: 0; }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#LMl3XSshvF41ZGXsqdhrTmygkTzhhXmI { color:#282828;display:block;width:23rem;position:absolute;font-family:"gotham narrow book";font-size:2.1875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:2.25rem;left:18.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row .container { background-color: transparent; background-image: none; }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row .container > .video-iframe-container { display: none; }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row > .video-iframe-container { display: none; }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .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); }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row .container { border-width: 0; border-radius: 0; }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#Ky4Hg7NTCuAXQzTHlMlZ2gcULDiGmTn2 { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.4375rem;height:4.63036875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u2kiEtCAHg0WKCOtJs3OniWgu0Qes5w5 { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow medium";font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.4375rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zuVH1U038dB0CGzuFeQ2WoWcsEWdrbS1 { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.4375rem;height:4.63036875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xS7TmvtfLnfl6nLwiDLLlGkbJJxwInJJ { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:22.875rem;left:2.4375rem;height:7.71728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ImrDvzbv2AN6k6932euDvB44b0v45Lne { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:18.25rem;left:2.4375rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CnX7hErHsfpxL9Uyc8fiwdUpGL5sTRnz { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:30.9375rem;left:2.4375rem;height:6.173825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OenX2k4zyMVpepTX4Ou0crZLn894L8Ed { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow medium";font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:29.3125rem;left:2.4375rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sPzUc51TqpMLopXBMo3TgTp3m3gQpbbK { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow medium";font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2.4375rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PJiAZkli0Fn948M5zTF5TP29i8BBxH12 { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"gotham narrow medium";font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:15rem;left:2.4375rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B5WyOkHG0igrGUTwIR8hyFcDm86pHqqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#B5WyOkHG0igrGUTwIR8hyFcDm86pHqqy > .row .container { border-width: 0; border-radius: 0; }#B5WyOkHG0igrGUTwIR8hyFcDm86pHqqy > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:none; }#Cy3qHpoJ0VQR1DDK1nt75yTnesHPuA49 { color:#282828;display:block;width:22.5625rem;position:absolute;font-family:"gotham narrow book";font-size:2.1875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:2.25rem;left:18.71875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vR3tOvPSsTHzfdJAW05vwXeg2M5E1HvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#vR3tOvPSsTHzfdJAW05vwXeg2M5E1HvT > .row .container { border-width: 0; border-radius: 0; }#vR3tOvPSsTHzfdJAW05vwXeg2M5E1HvT > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:none; }#aZps0q9lTzcmPdJbASUoUuDRTrFmGH4H { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:14.25rem;top:3.6875rem;left:15.375rem;overflow:hidden;display:block; }
#cLKtt0gbq4RatP2E9v8Phtpim6CDfRbw { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #18cace;border-left:0.125rem solid #18cace;border-right:0.125rem solid #18cace;border-bottom:0.125rem solid #18cace;height:19rem;width:13.1875rem;top:1.3125rem;left:15.9375rem;display:block; }
#T4T7VUpBuX8irdIXXlCCUkfnG4bzZp0W { color:#282828;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:13.5625rem;left:16.75rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBhArgU0vrFHeqxlUekI0f1BB15mANSC { background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:16.9375rem;left:17.75rem;display:block; }
#rwxPqfQFO7VcW1M3qnd7ssWsTs8Tymsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HQgTJw8VFSGMiNtRtyFBLDTKe5cT9exT { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:7.3125rem;top:5.34375rem;left:18.84375rem;overflow:hidden;display:block; }
#CLv2OZOhZT43Ay12B53iLeZOk9wOF3tE { color:#282828;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:2.8125rem;left:16.34375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KiTGfbep4Z6vJaWdIIzlU4LCxfS7UXL6 { position:absolute;display:block;z-index:100029;background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:11.125rem;top:4.375rem;left:16.9375rem;display:block; }
#CEpopyQCHQ8uwil7aOm0zOGo60qg2TT4 { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #18cace;border-left:0.125rem solid #18cace;border-right:0.125rem solid #18cace;border-bottom:0.125rem solid #18cace;height:19rem;width:13.1875rem;top:1.3125rem;left:30.8125rem;display:block; }
#IF9zQdcEnS9vZbaLEd1Tq8IyCd6Cp19w { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:14.25rem;top:3.8125rem;left:30.375rem;overflow:hidden;display:block; }
#CGw3K4hPc0nlw4bF0hctMBTUm7o6THnW { color:#282828;display:block;width:10.875rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:2.6875rem;left:31.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OBtU2cwBAru1QFBeDdiGzg1crdxfQP8T { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:7.625rem;top:5.1875rem;left:33.5625rem;overflow:hidden;display:block; }
#M3axMyEViZUrA7pe7VRRv3D8RyBwid3B { position:absolute;display:block;z-index:100035;background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.6875rem;top:4.375rem;left:32.15625rem;display:block; }
#eAQ0EHNTplWnQuyIdexenfUCzGFA0thR { color:#282828;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xenrmiurpp8XwPeeJZVL7aBdmikg9Vur { background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:16.8125rem;left:33.0625rem;display:block; }
#do67mzXZ29TE9eOVW1TkqAUqsENArDPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ivg5k2PsAuMSzpIomWQibMt5rEncFt7v { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #18cace;border-left:0.125rem solid #18cace;border-right:0.125rem solid #18cace;border-bottom:0.125rem solid #18cace;height:19rem;width:13.1875rem;top:1.3125rem;left:46.1875rem;display:block; }
#u5wK061R1maAMBclnecOiavTxX8AcU4f { color:#282828;display:block;width:10.875rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:2.6875rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTFftkIBNf5XCt5AQPRrhh2dtqKxLvQD { position:absolute;display:block;z-index:100041;background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.375rem;top:4.25rem;left:47.5625rem;display:block; }
#DLUHpORhxqTxqatD0maenKcM4xT9W2va { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:14.25rem;top:3.8125rem;left:45.75rem;overflow:hidden;display:block; }
#Fqw0JrkmGth0p8PnkovzqGLGxh4uHHUB { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:5.1875rem;left:48.9375rem;overflow:hidden;display:block; }
#QzZPvkOhWagGd2o1Rih8KnwSZS9ZLIxX { color:#282828;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:13.4375rem;left:47.375rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ni2DRzwkR0NCMxt6VTG0Sy3GTHJt6Hbf { background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.8125rem;left:48.4375rem;display:block; }
#bmpbrek2MQr37c0O9l4sVr4FdmGS3vo3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FlWXwZNIJ6WidF7GWVfXfAnHoQV2Kf3f { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #18cace;border-left:0.125rem solid #18cace;border-right:0.125rem solid #18cace;border-bottom:0.125rem solid #18cace;height:19rem;width:13.1875rem;top:1.3125rem;left:0.9375rem;display:block; }
#t0bQGlXwTb8nszl0V9TzeLde4E6zg4HS { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:5.3125rem;left:3.65625rem;overflow:hidden;display:block; }
#DRbWo6KTOVU5svQTFW3cnXTnd6JfMEF4 { color:#282828;display:block;width:11.625rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RR7I11xaVtQckolZXsx2wgNnGLTcXoKg { position:absolute;display:block;z-index:100036;background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:11.5rem;top:4.375rem;left:1.75rem;display:block; }
#CzlVdmme1blcmx50UVIdGO7HCCmzUykW { color:#282828;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:13.5625rem;left:2.09375rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rL1G7pgBnVH5QG4ubkn22JnDZpD2hJ5N { background-color:#f39c12;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:16.75rem;left:3.125rem;display:block; }
#tKvyOukkIWChOz1bL29VSNyWESdcTln6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tLMwM0W2PZwzqTUJ8z7SMFgXSf3tUCC1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:14.25rem;top:3.8125rem;left:0.375rem;overflow:hidden;display:block; }
#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row .container { background-color: transparent; background-image: none; }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row .container > .video-iframe-container { display: none; }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row > .video-iframe-container { display: none; }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .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); }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row .container { border-width: 0; border-radius: 0; }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#qZl3bIee6GH9xOTbRmsdP6RnhITvC92I { box-sizing:content-box;color:#3f3c3c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:1.6875rem;left:47.875rem;display:block; }
#qA2sT2z1v2noK6m177tTcxwSqcVOWrL9 { box-sizing:content-box;color:#3f3c3c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.6875rem;left:44.75rem;display:block; }
#tq0QJtnQtTKiVN2Tu7gFIlanPe0xP3dd { box-sizing:content-box;color:#3f3c3c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.6875rem;left:51rem;display:block; }
#dhLk1CoQbhyTREu4JbKs25sifspplG4T { box-sizing:content-box;color:#3f3c3c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.6875rem;left:54.125rem;display:block; }
#KaQGiyAfuDKnVZCNh6aOaWZBWwtkbVyy { display:block;width:40rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:1.70605625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g { display:block; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVCWDuncna89BowH46zHt2pZC0H4Hmak { width:11.9375rem;height:;top:0.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMazZoSIBf2ux0G1h3uv5oQMge1X5wul { width:5.8125rem;height:3.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc7iddmzHH4eD8G0LKUviq7dTdhESm8w { width:13.1875rem;height:3.125rem;top:0.5625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqnOD5AERwFJuf9S9KDW5rkAz2eCLuWa { display:block; }
 }@media only screen and (max-width: 763px) { #Aqn59l8QChPlZFJ781szJuapWzDxyq8z { display:block; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dv8hSaNlQXFNZSNtvVfbAk5WG7VyP4Ra { width:26.5rem;height:26.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF3BTaRUaVhllkupb5wTxZmBX0nTLIET { width:29rem;height:9.375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9MZPJ6aIFhJha5d0MmTPZRq7luWlRR { width:23.25rem;height:4.375rem;top:25.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yswDWpufuvFMeeG4EkB63D0OC1qqt8 { width:23.25rem;height:2rem;top:21.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvTuJRhMFwZ90TvsZWTXB60xLoDtGmsv { width:23.25rem;height:3.875rem;top:31.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMKfV6C9pEwZCfl1lsR1mxsl3Qk8J2Ik { width:23.25rem;height:1.9375rem;top:33.5rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwUKPEd6Anq4C3WQgW3l71nTQQFQuL5t { width:23.25rem;height:3.375rem;top:27.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pruATfg2dGTDqN9USbFbnJuuktC5tdPQ { width:24.5rem;height:24.5rem;top:8.9375rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RygJI9LldDfsPh4GoZiiePXMDZagKZM6 { display:block; }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXLrOWoBLAqZQGteHhNWtw88nNe7cHfM { width:20.1875rem;height:2.8125rem;top:2.25rem;left:13.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX { display:block; }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQXnUV3r7i0EiTKexOAgI8TmqwSWIhHm { width:4.8125rem;height:4.875rem;top:4.375rem;left:37.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZzTgqtP9b227pJugP6xfDPnzSdX1U4l { width:14.9375rem;height:3.5rem;top:12.375rem;left:0.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14yZdhvCqtnkKGdmyExRRPCdNSkxdqT { width:12.5rem;height:3.375rem;top:12.4375rem;left:17.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEm8PTJmofws4OlDT3wQSrtuzrDf0gTV { width:9.25rem;height:9.125rem;top:1.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyMs7772WeJ20BzMyGxg33L9v11k4xFX { width:4.8125rem;height:4.875rem;top:4.375rem;left:5.5625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWBys9e7OqreHUEPhBklLpEtHPVTDIQd { width:12.5rem;height:5.25rem;top:12.375rem;left:33.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHdgPCVh5PeCwMZ9KwQ5TFIzhEx0WLAX { width:4.8125rem;height:4.875rem;top:4.0625rem;left:21.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z8ht0bvG4c2VHttUcteampu8xodF6m { width:9.25rem;height:9.125rem;top:1.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4iQ1yeb4skwBFvfgy0Bf7oVdcMQ19Ak { width:9.25rem;height:9.125rem;top:1.9375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqGQJE87OQZ8JAWztNscTitgm8sIyMLd { display:block; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-text {padding-top: 0; padding-bottom: 0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-select {padding-top: 0; padding-bottom: 0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA  { width:17.5rem;height:auto;top:6.6875rem;left:27.5rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA {display:block;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA { width:17.5rem;height:auto;top:6.6875rem;left:27.5rem; }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #TyuTr5tCVyhRlrAen0TfmO3K9V5AUoLp {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #hIUgauiaz336nniBkxcqZAZVwBfvuDfO {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #sDkGgd0ZtbVLqPrTayCbEfdRhtwrHRSN {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #lflKvVVCxhBz4QTWEH9TylFkGSGg2BBP {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #TVPwNG0ZLWsJS29HdgcGhqPDgbk3ZEwk {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #STpIF66OVOBtRh6oK9HDnwgDdJJqsoSL {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #rTercscf0tkpMoPKMg8E2JTeDToxNu2t {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #ByBnf12Nw39Tlcdbn8WLZWUW44RFzXHy {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #K7GX9dK98OIMBIMNNbDGPKGhdE9c6VTx {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #ad1ibSWE0VNQwiK7P3JSw3ksrGc6Gr82 {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #CREAunwUE25dXP4VvfPfUviJ4eNfwo8x {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #B1a7esgShurZTOF0OpuOyE2VFPzUIDrE {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #Ks8qey3UVqctPx1eVTTauddV4TtxarCT {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #epUVeXxXVQt9M4rOqsoROcAN7cT1AZ6A {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #gLlTh22P0oswCz4PHBGe21kLbfin8h8r {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #OwsysPo1OhgVW3kD49DhzBVzBzpcoNA2 {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #GCqvFIlABZyxrlZ1WqWbZc6LJr1Gr7Qz {  }
 }@media only screen and (max-width: 763px) { #MS7qW0zLNCTiiSIWOg4iac4h3peF7ADA { width:27.25rem;height:27.25rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5fnaAi1uJd4WAcAx8tPew7NOQIoTI1s { width:19rem;height:1.8125rem;top:4.9375rem;left:28rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1xpXklhrThd99LTTTwlH84QlGtJhhQ { width:17rem;height:17rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISligkgRZtgZnzUxCOGGH5DRJnOab73l { display:block; }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMl3XSshvF41ZGXsqdhrTmygkTzhhXmI { width:23rem;height:2.8125rem;top:2.25rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN { display:block; }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ky4Hg7NTCuAXQzTHlMlZ2gcULDiGmTn2 { width:47.75rem;height:6rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2kiEtCAHg0WKCOtJs3OniWgu0Qes5w5 { width:47.75rem;height:3rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVH1U038dB0CGzuFeQ2WoWcsEWdrbS1 { width:47.75rem;height:4.5rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS7TmvtfLnfl6nLwiDLLlGkbJJxwInJJ { width:47.75rem;height:7.5rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImrDvzbv2AN6k6932euDvB44b0v45Lne { width:47.75rem;height:3rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnX7hErHsfpxL9Uyc8fiwdUpGL5sTRnz { width:47.75rem;height:6rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OenX2k4zyMVpepTX4Ou0crZLn894L8Ed { width:47.75rem;height:3rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPzUc51TqpMLopXBMo3TgTp3m3gQpbbK { width:47.75rem;height:3rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJiAZkli0Fn948M5zTF5TP29i8BBxH12 { width:47.75rem;height:3rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5WyOkHG0igrGUTwIR8hyFcDm86pHqqy { display:block; }#B5WyOkHG0igrGUTwIR8hyFcDm86pHqqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cy3qHpoJ0VQR1DDK1nt75yTnesHPuA49 { width:22.5625rem;height:2.8125rem;top:2.25rem;left:12.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR3tOvPSsTHzfdJAW05vwXeg2M5E1HvT { display:block; }#vR3tOvPSsTHzfdJAW05vwXeg2M5E1HvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZps0q9lTzcmPdJbASUoUuDRTrFmGH4H { width:14.25rem;height:14.25rem;top:3.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKtt0gbq4RatP2E9v8Phtpim6CDfRbw { width:13.1875rem;height:19rem;top:1.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4T7VUpBuX8irdIXXlCCUkfnG4bzZp0W { width:10.8125rem;height:2.375rem;top:13.5625rem;left:12.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBhArgU0vrFHeqxlUekI0f1BB15mANSC { width:8.75rem;height:2.5625rem;top:16.9375rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxPqfQFO7VcW1M3qnd7ssWsTs8Tymsr { display:block; }
 }@media only screen and (max-width: 763px) { #HQgTJw8VFSGMiNtRtyFBLDTKe5cT9exT { width:7.3125rem;height:7.3125rem;top:5.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLv2OZOhZT43Ay12B53iLeZOk9wOF3tE { width:12.3125rem;height:1.625rem;top:2.8125rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTGfbep4Z6vJaWdIIzlU4LCxfS7UXL6 { width:11.125rem;height:0.125rem;top:4.375rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEpopyQCHQ8uwil7aOm0zOGo60qg2TT4 { width:13.1875rem;height:19rem;top:1.3125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF9zQdcEnS9vZbaLEd1Tq8IyCd6Cp19w { width:14.25rem;height:14.25rem;top:3.8125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGw3K4hPc0nlw4bF0hctMBTUm7o6THnW { width:10.875rem;height:1.625rem;top:2.6875rem;left:24.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBtU2cwBAru1QFBeDdiGzg1crdxfQP8T { width:7.625rem;height:7.625rem;top:5.1875rem;left:25.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3axMyEViZUrA7pe7VRRv3D8RyBwid3B { width:10.6875rem;height:0.125rem;top:4.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQ0EHNTplWnQuyIdexenfUCzGFA0thR { width:10.8125rem;height:2.375rem;top:13.4375rem;left:24.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xenrmiurpp8XwPeeJZVL7aBdmikg9Vur { width:8.75rem;height:2.5625rem;top:16.8125rem;left:25.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do67mzXZ29TE9eOVW1TkqAUqsENArDPE { display:block; }
 }@media only screen and (max-width: 763px) { #Ivg5k2PsAuMSzpIomWQibMt5rEncFt7v { width:13.1875rem;height:19rem;top:1.3125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5wK061R1maAMBclnecOiavTxX8AcU4f { width:10.875rem;height:1.625rem;top:2.6875rem;left:36.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFftkIBNf5XCt5AQPRrhh2dtqKxLvQD { width:10.375rem;height:0.125rem;top:4.25rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLUHpORhxqTxqatD0maenKcM4xT9W2va { width:14.25rem;height:14.25rem;top:3.8125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqw0JrkmGth0p8PnkovzqGLGxh4uHHUB { width:7.6875rem;height:7.6875rem;top:5.1875rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzZPvkOhWagGd2o1Rih8KnwSZS9ZLIxX { width:10.8125rem;height:2.375rem;top:13.4375rem;left:36.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni2DRzwkR0NCMxt6VTG0Sy3GTHJt6Hbf { width:8.75rem;height:2.5625rem;top:16.8125rem;left:37.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmpbrek2MQr37c0O9l4sVr4FdmGS3vo3 { display:block; }
 }@media only screen and (max-width: 763px) { #FlWXwZNIJ6WidF7GWVfXfAnHoQV2Kf3f { width:13.1875rem;height:19rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bQGlXwTb8nszl0V9TzeLde4E6zg4HS { width:7.6875rem;height:7.6875rem;top:5.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRbWo6KTOVU5svQTFW3cnXTnd6JfMEF4 { width:11.625rem;height:1.625rem;top:2.8125rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR7I11xaVtQckolZXsx2wgNnGLTcXoKg { width:11.5rem;height:0.125rem;top:4.375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzlVdmme1blcmx50UVIdGO7HCCmzUykW { width:10.8125rem;height:2.375rem;top:13.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL1G7pgBnVH5QG4ubkn22JnDZpD2hJ5N { width:8.75rem;height:2.5625rem;top:16.75rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKvyOukkIWChOz1bL29VSNyWESdcTln6 { display:block; }
 }@media only screen and (max-width: 763px) { #tLMwM0W2PZwzqTUJ8z7SMFgXSf3tUCC1 { width:14.25rem;height:14.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhW7iansHO84TKv5OW7NxPTHzO7KVWNb { display:block; }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZl3bIee6GH9xOTbRmsdP6RnhITvC92I { width:3.125rem;height:3.125rem;top:1.8125rem;left:38.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA2sT2z1v2noK6m177tTcxwSqcVOWrL9 { width:3.125rem;height:3.125rem;top:1.8125rem;left:35.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0QJtnQtTKiVN2Tu7gFIlanPe0xP3dd { width:3.125rem;height:3.125rem;top:1.6875rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhLk1CoQbhyTREu4JbKs25sifspplG4T { width:3.125rem;height:3.125rem;top:1.8125rem;left:41.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQGiyAfuDKnVZCNh6aOaWZBWwtkbVyy { width:40rem;height:1.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(255,255,255,0.9);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;display:block; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g.adaptive-delivery-prevent-bg, #eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g.lazyload, #eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g.lazyloading { background-image: none; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container { background-color: transparent; background-image: none; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container > .video-iframe-container { display: none; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row > .video-iframe-container { display: none; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .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); }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container { border-width: 0; border-radius: 0; }#eMrCTGpGBoJaT3TpFspbCvF6weWGqc7g > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVCWDuncna89BowH46zHt2pZC0H4Hmak { width:11.9980625rem;height:0;top:5.96875rem;left:5.0634765625rem;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:.9;text-align:center;text-align-last:center;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #sMazZoSIBf2ux0G1h3uv5oQMge1X5wul { width:4.5625rem;height:2.5rem;top:0.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc7iddmzHH4eD8G0LKUviq7dTdhESm8w { width:8.9375rem;height:2.4375rem;top:0.9375rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqnOD5AERwFJuf9S9KDW5rkAz2eCLuWa { display:block; }
 }@media only screen and (max-width: 763px) { #Aqn59l8QChPlZFJ781szJuapWzDxyq8z { background-color:transparent;background-image:url("https://images.assets-landingi.com/FdvfcfMx/landing_teachers_WEB_MOBIL_Refresh_2021_8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z.adaptive-delivery-prevent-bg, #Aqn59l8QChPlZFJ781szJuapWzDxyq8z.lazyload, #Aqn59l8QChPlZFJ781szJuapWzDxyq8z.lazyloading { background-image: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container { background-color: transparent; background-image: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container > .video-iframe-container { display: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row > .video-iframe-container { display: none; }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .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); }#Aqn59l8QChPlZFJ781szJuapWzDxyq8z > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dv8hSaNlQXFNZSNtvVfbAk5WG7VyP4Ra { width:15.625rem;height:15.625rem;top:7.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF3BTaRUaVhllkupb5wTxZmBX0nTLIET { width:19.75rem;height:6.0625rem;top:8.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9MZPJ6aIFhJha5d0MmTPZRq7luWlRR { width:20rem;height:2.375rem;top:17.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #O1yswDWpufuvFMeeG4EkB63D0OC1qqt8 { width:20rem;height:1.3125rem;top:14.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AvTuJRhMFwZ90TvsZWTXB60xLoDtGmsv { width:20rem;height:2.25rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CMKfV6C9pEwZCfl1lsR1mxsl3Qk8J2Ik { width:20rem;height:1.1875rem;top:23.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iwUKPEd6Anq4C3WQgW3l71nTQQFQuL5t { width:20rem;height:2.625rem;top:42.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #pruATfg2dGTDqN9USbFbnJuuktC5tdPQ { width:13.4375rem;height:13.4375rem;top:25.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RygJI9LldDfsPh4GoZiiePXMDZagKZM6 { display:block; }#RygJI9LldDfsPh4GoZiiePXMDZagKZM6 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXLrOWoBLAqZQGteHhNWtw88nNe7cHfM { width:18.75rem;height:1.625rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX { display:block; }#JhGtLhqXEgqUsCDwCTTWOZpTTPpp6GRX > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQXnUV3r7i0EiTKexOAgI8TmqwSWIhHm { width:4.5rem;height:4.5rem;top:28.75rem;left:7.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZzTgqtP9b227pJugP6xfDPnzSdX1U4l { width:14.0625rem;height:3.57421875rem;top:9.75rem;left:2.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s14yZdhvCqtnkKGdmyExRRPCdNSkxdqT { width:12.5rem;height:3.4121125rem;top:22.125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEm8PTJmofws4OlDT3wQSrtuzrDf0gTV { width:6rem;height:5.9375rem;top:15.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyMs7772WeJ20BzMyGxg33L9v11k4xFX { width:4.125rem;height:4.25rem;top:3.375rem;left:7.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWBys9e7OqreHUEPhBklLpEtHPVTDIQd { width:20rem;height:3.574225rem;top:35.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHdgPCVh5PeCwMZ9KwQ5TFIzhEx0WLAX { width:4.8125rem;height:4.875rem;top:15.6875rem;left:7.625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z8ht0bvG4c2VHttUcteampu8xodF6m { width:6rem;height:6rem;top:2.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4iQ1yeb4skwBFvfgy0Bf7oVdcMQ19Ak { width:5.9375rem;height:5.875rem;top:27.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqGQJE87OQZ8JAWztNscTitgm8sIyMLd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/q5VwYSk7/Copia_de_Refresh_2021_1_.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd.adaptive-delivery-prevent-bg, #DqGQJE87OQZ8JAWztNscTitgm8sIyMLd.lazyload, #DqGQJE87OQZ8JAWztNscTitgm8sIyMLd.lazyloading { background-image: none; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container { background-color: transparent; background-image: none; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container > .video-iframe-container { display: none; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row > .video-iframe-container { display: none; }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .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); }#DqGQJE87OQZ8JAWztNscTitgm8sIyMLd > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-text {padding-top: 0; padding-bottom: 0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-select {padding-top: 0; padding-bottom: 0;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;height:3.125rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA  { width:17.5rem;height:auto;top:18.8125rem;left:0rem; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA {display:block;}#swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA { width:17.5rem;height:auto;top:18.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #TyuTr5tCVyhRlrAen0TfmO3K9V5AUoLp {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #hIUgauiaz336nniBkxcqZAZVwBfvuDfO {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #sDkGgd0ZtbVLqPrTayCbEfdRhtwrHRSN {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #lflKvVVCxhBz4QTWEH9TylFkGSGg2BBP {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #TVPwNG0ZLWsJS29HdgcGhqPDgbk3ZEwk {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #STpIF66OVOBtRh6oK9HDnwgDdJJqsoSL {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #rTercscf0tkpMoPKMg8E2JTeDToxNu2t {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #ByBnf12Nw39Tlcdbn8WLZWUW44RFzXHy {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #K7GX9dK98OIMBIMNNbDGPKGhdE9c6VTx {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #ad1ibSWE0VNQwiK7P3JSw3ksrGc6Gr82 {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #CREAunwUE25dXP4VvfPfUviJ4eNfwo8x {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #B1a7esgShurZTOF0OpuOyE2VFPzUIDrE {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #Ks8qey3UVqctPx1eVTTauddV4TtxarCT {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #epUVeXxXVQt9M4rOqsoROcAN7cT1AZ6A {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #gLlTh22P0oswCz4PHBGe21kLbfin8h8r {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #OwsysPo1OhgVW3kD49DhzBVzBzpcoNA2 {  }
 }@media only screen and (max-width: 763px) { #swtqVJ3kvVcWx3HMS6dclTTyuOk6yKgA #GCqvFIlABZyxrlZ1WqWbZc6LJr1Gr7Qz {  }
 }@media only screen and (max-width: 763px) { #MS7qW0zLNCTiiSIWOg4iac4h3peF7ADA { width:12.1875rem;height:12.1875rem;top:20.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5fnaAi1uJd4WAcAx8tPew7NOQIoTI1s { width:20rem;height:2.01220625rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1xpXklhrThd99LTTTwlH84QlGtJhhQ { width:12.375rem;height:12.375rem;top:2.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISligkgRZtgZnzUxCOGGH5DRJnOab73l { display:block; }#ISligkgRZtgZnzUxCOGGH5DRJnOab73l > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMl3XSshvF41ZGXsqdhrTmygkTzhhXmI { width:18.75rem;height:1.625rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN { display:block; }#KMxbsfIAnOMavC2MtZnGh2rvCFc0MOBN > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ky4Hg7NTCuAXQzTHlMlZ2gcULDiGmTn2 { width:20rem;height:10.41111875rem;top:1.8125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u2kiEtCAHg0WKCOtJs3OniWgu0Qes5w5 { width:20rem;height:2.9746125rem;top:11.8125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zuVH1U038dB0CGzuFeQ2WoWcsEWdrbS1 { width:20rem;height:11.8984375rem;top:14.8125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xS7TmvtfLnfl6nLwiDLLlGkbJJxwInJJ { width:20rem;height:14.87305rem;top:29.5625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ImrDvzbv2AN6k6932euDvB44b0v45Lne { width:20rem;height:4.4619125rem;top:45.75rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CnX7hErHsfpxL9Uyc8fiwdUpGL5sTRnz { width:20rem;height:10.4111125rem;top:51.6875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OenX2k4zyMVpepTX4Ou0crZLn894L8Ed { width:20rem;height:2.9746125rem;top:50.0625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sPzUc51TqpMLopXBMo3TgTp3m3gQpbbK { width:20rem;height:4.46191875rem;top:26.3125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PJiAZkli0Fn948M5zTF5TP29i8BBxH12 { width:20rem;height:2.9746125rem;top:42.625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B5WyOkHG0igrGUTwIR8hyFcDm86pHqqy { display:none; }#B5WyOkHG0igrGUTwIR8hyFcDm86pHqqy > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cy3qHpoJ0VQR1DDK1nt75yTnesHPuA49 { width:18.75rem;height:1.625rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vR3tOvPSsTHzfdJAW05vwXeg2M5E1HvT { display:none; }#vR3tOvPSsTHzfdJAW05vwXeg2M5E1HvT > .row .container { width:20rem;height:82.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aZps0q9lTzcmPdJbASUoUuDRTrFmGH4H { width:17.75rem;height:17.75rem;top:21.6875rem;left:1.125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #cLKtt0gbq4RatP2E9v8Phtpim6CDfRbw { width:13.1875rem;height:19rem;top:20.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4T7VUpBuX8irdIXXlCCUkfnG4bzZp0W { width:10.75rem;height:2.375rem;top:33.125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBhArgU0vrFHeqxlUekI0f1BB15mANSC { width:8.75rem;height:2.5rem;top:36.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxPqfQFO7VcW1M3qnd7ssWsTs8Tymsr { display:block; }
 }@media only screen and (max-width: 763px) { #HQgTJw8VFSGMiNtRtyFBLDTKe5cT9exT { width:6.625rem;height:6.625rem;top:25.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLv2OZOhZT43Ay12B53iLeZOk9wOF3tE { width:11.75rem;height:1.625rem;top:22.3125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTGfbep4Z6vJaWdIIzlU4LCxfS7UXL6 { width:11.125rem;height:0.125rem;top:23.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEpopyQCHQ8uwil7aOm0zOGo60qg2TT4 { width:13.1875rem;height:19rem;top:41.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF9zQdcEnS9vZbaLEd1Tq8IyCd6Cp19w { width:18.8125rem;height:18.8125rem;top:41.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGw3K4hPc0nlw4bF0hctMBTUm7o6THnW { width:10.875rem;height:1.625rem;top:42.5rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBtU2cwBAru1QFBeDdiGzg1crdxfQP8T { width:7.625rem;height:7.625rem;top:45rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3axMyEViZUrA7pe7VRRv3D8RyBwid3B { width:10.375rem;height:0.125rem;top:44.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQ0EHNTplWnQuyIdexenfUCzGFA0thR { width:10.8125rem;height:2.375rem;top:53.25rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xenrmiurpp8XwPeeJZVL7aBdmikg9Vur { width:8.75rem;height:2.5625rem;top:56.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do67mzXZ29TE9eOVW1TkqAUqsENArDPE { display:block; }
 }@media only screen and (max-width: 763px) { #Ivg5k2PsAuMSzpIomWQibMt5rEncFt7v { width:13.1875rem;height:19rem;top:61.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5wK061R1maAMBclnecOiavTxX8AcU4f { width:10.875rem;height:1.625rem;top:62.9375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFftkIBNf5XCt5AQPRrhh2dtqKxLvQD { width:10.375rem;height:0.125rem;top:64.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLUHpORhxqTxqatD0maenKcM4xT9W2va { width:18.0625rem;height:18.0625rem;top:61.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqw0JrkmGth0p8PnkovzqGLGxh4uHHUB { width:7.6875rem;height:7.6875rem;top:65.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzZPvkOhWagGd2o1Rih8KnwSZS9ZLIxX { width:10.8125rem;height:2.375rem;top:73.6875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni2DRzwkR0NCMxt6VTG0Sy3GTHJt6Hbf { width:8.75rem;height:2.5625rem;top:77.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmpbrek2MQr37c0O9l4sVr4FdmGS3vo3 { display:block; }
 }@media only screen and (max-width: 763px) { #FlWXwZNIJ6WidF7GWVfXfAnHoQV2Kf3f { width:13.1875rem;height:19rem;top:0.8125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bQGlXwTb8nszl0V9TzeLde4E6zg4HS { width:7.6875rem;height:7.6875rem;top:4.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRbWo6KTOVU5svQTFW3cnXTnd6JfMEF4 { width:11.625rem;height:1.625rem;top:2.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR7I11xaVtQckolZXsx2wgNnGLTcXoKg { width:11.125rem;height:0.125rem;top:3.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzlVdmme1blcmx50UVIdGO7HCCmzUykW { width:10.8125rem;height:2.375rem;top:13.0625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL1G7pgBnVH5QG4ubkn22JnDZpD2hJ5N { width:8.75rem;height:2.5625rem;top:16.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKvyOukkIWChOz1bL29VSNyWESdcTln6 { display:block; }
 }@media only screen and (max-width: 763px) { #tLMwM0W2PZwzqTUJ8z7SMFgXSf3tUCC1 { width:14.25rem;height:14.25rem;top:3.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhW7iansHO84TKv5OW7NxPTHzO7KVWNb { display:block; }#mhW7iansHO84TKv5OW7NxPTHzO7KVWNb > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZl3bIee6GH9xOTbRmsdP6RnhITvC92I { width:3.125rem;height:3.125rem;top:4.875rem;left:6.5rem;font-size:2.1875rem;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #qA2sT2z1v2noK6m177tTcxwSqcVOWrL9 { width:3.125rem;height:3.125rem;top:4.875rem;left:3.375rem;font-size:2.1875rem;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #tq0QJtnQtTKiVN2Tu7gFIlanPe0xP3dd { width:3.125rem;height:3.125rem;top:4.875rem;left:12.75rem;font-size:2.1875rem;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #dhLk1CoQbhyTREu4JbKs25sifspplG4T { width:3.125rem;height:3.125rem;top:4.875rem;left:9.625rem;font-size:2.1875rem;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #KaQGiyAfuDKnVZCNh6aOaWZBWwtkbVyy { width:20rem;height:2.92480625rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }