.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf151259-e7c7-4044-8128-21b12017bc21/Estudante768x461.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color:rgba(0,0,0,0);background-image:none;width:60rem;height:52.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { position:absolute;display:block;z-index:100000;background-color:#cc0000;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:51.0625rem;width:33.125rem;top:1.1865234375rem;left:0rem;display:block; }
#O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { color:#ffffff;display:block;width:19.6228125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:11.4208984375rem;left:6.717529296875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { color:rgba(255,255,255,0.66);display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:30rem;left:3.625rem;height:4.83935625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kkCmLXwRyxAK4msyq6VMBDWeEKN2OUdv { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.294677734375rem;left:2.1875rem;height:9.484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-form-header {  }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:27.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:3.4375rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:4.375rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { background-color:#ff3333;background-image:none;background-position:top left !important;background-repeat: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:11rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.375rem;height:4.375rem;font-family:lato;overflow:hidden; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-moz-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-moz-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-ms-input-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-webkit-input-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .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";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;line-height:1.8; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .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; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .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; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:first-of-type{padding-top:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:last-of-type{padding-bottom:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:33.75rem;left:2.3125rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .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; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:33.75rem;left:2.3125rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZgVIxUXmK9gU4WCgWDOIbhA5vOzIkOuT { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LFfE6a3mhTK91BUIZA2wTyCC7quiwtRT { position:relative;z-index:2; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #iUROFQvHwdOLQhG3f7NAn0o5XZTHGsyD { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg { position:relative; }
#gUaLM1z9AxqVcVgGk3XvV1gmhB4NhxBK { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.99925rem;width:15.49925rem;top:2.4365234375rem;left:8.812255859375rem;overflow:hidden;display:block; }
#TuDaGCIwXTx5TSLyA8g1h4oTAd50ZhXs { color:#ff9900;display:block;width:28.75rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:23.695556640625rem;left:2.1875rem;height:5.603025rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { position:relative;display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { border-width: 0; border-radius: 0; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:1.9487875rem;font-style:normal;display:block; }
#ZoLnbvWcS0WAzcbEKaKQbSDE9LRahBzs { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:8.1875rem;left:21.5625rem;height:1.9487875rem;font-style:normal;display:block; }
#nfzsAulEIxUKeTDTXTOXUTHynuM5VV2P { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.5625rem;top:4.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#oUpZQlkvQxq6ktIClwTCoIoLDDOJ7EQp { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:11.3125rem;left:1.5625rem;height:6rem;font-style:normal;display:block; }
#HQAxiy7PrQxqVkeDCB3KHNkBA89Rgy1e { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:11.3125rem;left:21.75rem;height:7.50325rem;font-style:normal;display:block; }
#TiUIg4vnH8IbU0IS5dUQtUvQSh8kvK2V { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:11.244575500488rem;left:41.561417579651rem;height:7.50325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqfo2muzkA4FrXqRpfCz5AUSi4Ae6GlL { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:8.18701171875rem;left:41.56201171875rem;height:1.9487875rem;font-style:normal;display:block; }
#TlTrStqUlt792R9oSDqpwdMDz300EzgP { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.56225625rem;width:2.56225625rem;top:4.9375rem;left:41.5625rem;overflow:hidden;display:block; }
#RIZV4lTbRVThtVT8VgLcLmSBz5yy6TaX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.56225625rem;width:2.56225625rem;top:4.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { position:absolute;display:block;z-index:100002;background-color:#7b1111;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:18.75rem;width:20rem;top:1.75rem;left:20rem;display:block; }
#dr4c6tghhOt3hbowwDukrbauoPwmdcpZ { position:absolute;display:block;z-index:100004;background-color:#ff3333;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:18.75rem;width:20rem;top:1.75rem;left:40rem;display:block; }
#v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { position:absolute;display:block;z-index:100000;background-color:#ff3333;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:18.75rem;width:20rem;top:1.75rem;left:0rem;display:block; }
#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row .container { background-color: transparent; background-image: none; }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row .container > .video-iframe-container { display: none; }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row > .video-iframe-container { display: none; }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .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); }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row .container { border-width: 0; border-radius: 0; }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;position:relative;display:block; }#UO5LCiCbTXJZBx9Th4r3sPvWTUbw7ZLL { position:absolute;display:block;z-index:100006;background-color:#cccccc;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;height:0.0625rem;width:56.875rem;top:9.3125rem;left:1.5625rem;display:block; }
#q667HVeyXsM0c67no51akn5EJ0xIx74U { position:absolute;display:block;z-index:100007;background-color:#ff3333;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.1875rem;width:3.75rem;top:9.25rem;left:1.5625rem;display:block; }
#Cnn7NJLNGsFTvBo9b0oyKBhAiAV3Vqcn { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.437rem;width:7.437rem;top:0.9345703125rem;left:26.279296875rem;overflow:hidden;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#04253a;display:block;width:31.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:1.1865234375rem;left:1.5625rem;height:11.2085rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { color:#6c757b;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.5rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:4.25rem;left:43.125rem;height:3rem;font-style:normal;display:block; }
#acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:8.1875rem;left:43.125rem;height:4.5rem;font-style:normal;display:block; }
#D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { box-sizing:content-box;color:#ff3333;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.5rem;left:40.1875rem;display:block; }
#xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { box-sizing:content-box;color:#ff3333;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.25rem;left:40.1875rem;display:block; }
#ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { box-sizing:content-box;color:#ff3333;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:8.1875rem;left:40.1875rem;display:block; }
#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row .container { background-color: transparent; background-image: none; }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row .container > .video-iframe-container { display: none; }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row > .video-iframe-container { display: none; }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .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); }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row .container { border-width: 0; border-radius: 0; }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#iQoT4l2sSbGIu7IfMWMehdiadkMHRAgf { color:#ff3333;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.3129875rem;font-style:normal;display:block; }
#uRet3vcGEmd0aQi9ATr9FPpZTpRpOPqx { position:absolute;display:block;z-index:100006;background-color:#3bb0ef;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;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#dLEksvsOC4Ntiz8Lm1NfGxCLtfrZTTDt { position:absolute;display:block;z-index:100007;background-color:#ff3333;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.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { background-color: transparent; background-image: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container > .video-iframe-container { display: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row > .video-iframe-container { display: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .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); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { border-width: 0; border-radius: 0; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:4.125rem;left:1.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1kVFDisQVptULIv1MW6Hw7eIbTa6ql8 { box-sizing:content-box;color:#ff3333;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.9375rem;left:8.5625rem;display:block; }
#CvvJaphHKpk1IXuePcrL3Wq9ZwWv7SFB { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:6.839599609375rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUSpMVqKw49DGv97uqQRuGU5w9xgn6mT { box-sizing:content-box;color:#ff3333;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:0.9375rem;left:28.4375rem;display:block; }
#FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { color:#04253a;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:20rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tt0kXF9zEKFO9MDyNX0mouZoBXcrzsuf { box-sizing:content-box;color:#ff3333;font-size:2.125rem;font-weight:400;line-height:1;height:3.061525rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:1.14013671875rem;left:48.436279296875rem;display:block; }
#Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:4.124755859375rem;left:41.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIu9suFwBVV3cqR2DhIIWC07ZzROfJ0e { color:#6c757b;display:block;width:17.4365rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:6.839599609375rem;left:21.280517578125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKhNDyOnNO8xI0ZQ8zaIOvBANvtl908z { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:6.810302734375rem;left:41.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { background-color: transparent; background-image: none; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container > .video-iframe-container { display: none; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row > .video-iframe-container { display: none; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .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); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { border-width: 0; border-radius: 0; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:4.248046875rem;left:1.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSkBMQVyDe0b3liyM1FmAPibb50btsqt { box-sizing:content-box;color:#ff3333;font-size:2.3125rem;font-weight:400;line-height:1;height:3.31176875rem;width:3.31176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.875rem;left:8.343505859375rem;display:block; }
#ngmt4WxsI61bAS6u0rItI8cCztCZXfHU { box-sizing:content-box;color:#ff3333;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:1.3125rem;left:28.5rem;display:block; }
#WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBSCnTGpHfr2ROH03bT73v8zSWMQ2erq { box-sizing:content-box;color:#ff3333;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:0.875rem;left:48.1875rem;display:block; }
#mXmcTuOkldQtwHaIEuSyHqhzg328wODR { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:41.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1VQ5fwPZqyVGXv707B8iAe85eQ0MbMU { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:7.135009765625rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sv7OaHegVG9ACupX4NX3Bop8nEctsoOh { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:7.154541015625rem;left:21.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2a2XxKtIOizqy71PJ0D37nag9SDxmk7 { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:7.164306640625rem;left:42.1875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ec31iqGD/students.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.adaptive-delivery-prevent-bg, #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.lazyload, #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.lazyloading { background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { background-color: transparent; background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113,6,6,0.86); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113,6,6,0.86); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .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); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { border-width: 0; border-radius: 0; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#sQwVPOVQECdTRHMAgPfPoXT50f9P06hR { color:#ffffff;display:block;width:54.56175rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.65625rem;left:1.5625rem;height:3.3129875rem;font-style:normal;display:block; }
#gWqAhJLwbg1G6Pzs7EXZQEZodNeBfK0M { position:absolute;display:block;z-index:100006;background-color:#3bb0ef;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;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#KAMq5wiGLIgpZ30Bhb4R5ITqqmFMvqO0 { position:absolute;display:block;z-index:100007;background-color:#ff3333;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.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ec31iqGD/students.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.adaptive-delivery-prevent-bg, #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.lazyload, #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.lazyloading { background-image: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { background-color: transparent; background-image: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113,6,6,0.85); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113,6,6,0.85); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .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); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { border-width: 0; border-radius: 0; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#P4rZ1m6o7QTM51gdGTJ0VTTGxcte0F6o { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/umJvFoxI/teacher1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#P4rZ1m6o7QTM51gdGTJ0VTTGxcte0F6o.adaptive-delivery-prevent-bg, #P4rZ1m6o7QTM51gdGTJ0VTTGxcte0F6o.lazyload, #P4rZ1m6o7QTM51gdGTJ0VTTGxcte0F6o.lazyloading { background-image: none; }
#d9mhM3B67Tfoozqnhy6U7gOHXyBAGRiv { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwD53QCJodwCyT9EmsKRvkB936KxZE2m { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owlOoehJfe5edb56ZMhTOSNbw7QlgeRJ { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/9EWvEd2G/teacher2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#owlOoehJfe5edb56ZMhTOSNbw7QlgeRJ.adaptive-delivery-prevent-bg, #owlOoehJfe5edb56ZMhTOSNbw7QlgeRJ.lazyload, #owlOoehJfe5edb56ZMhTOSNbw7QlgeRJ.lazyloading { background-image: none; }
#p7pFViH0LBPI9JPI9iS2cu6ArgRzhzCn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFpf1IO48olsmkxddvb15WIhh2KQCwWU { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:18.9375rem;left:21.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4ffKagQp8pc0zxMga09xnbEbRquZ95C { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/GEiqZrxK/tracher3.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#n4ffKagQp8pc0zxMga09xnbEbRquZ95C.adaptive-delivery-prevent-bg, #n4ffKagQp8pc0zxMga09xnbEbRquZ95C.lazyload, #n4ffKagQp8pc0zxMga09xnbEbRquZ95C.lazyloading { background-image: none; }
#siod3KaTMxPKewpD1rH6CCGTS1kw7EWE { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:41.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glMAS5sVBU4g2tHpqZSA30O88kmfoEke { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:18.9375rem;left:41.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ec31iqGD/students.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0.adaptive-delivery-prevent-bg, #rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0.lazyload, #rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0.lazyloading { background-image: none; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container { background-color: transparent; background-image: none; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113,6,6,0.85); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container > .video-iframe-container { display: none; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113,6,6,0.85); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row > .video-iframe-container { display: none; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .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); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container { border-width: 0; border-radius: 0; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#H8fM1li1KUAKo2tiryB6tA7xyI4udeHx { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/umJvFoxI/teacher1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:3.1875rem;display:block; }#H8fM1li1KUAKo2tiryB6tA7xyI4udeHx.adaptive-delivery-prevent-bg, #H8fM1li1KUAKo2tiryB6tA7xyI4udeHx.lazyload, #H8fM1li1KUAKo2tiryB6tA7xyI4udeHx.lazyloading { background-image: none; }
#Budz9TVDZ0oLRz4Lud4E4s2ZtwxIC4x0 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyGh2IGBbeIIiTyWbtmzwioBTf3DWkFp { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLeJZ1G99eUCVnUwxcehR3dXubhu5t02 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/9EWvEd2G/teacher2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:23.1875rem;display:block; }#tLeJZ1G99eUCVnUwxcehR3dXubhu5t02.adaptive-delivery-prevent-bg, #tLeJZ1G99eUCVnUwxcehR3dXubhu5t02.lazyload, #tLeJZ1G99eUCVnUwxcehR3dXubhu5t02.lazyloading { background-image: none; }
#Av2tryTIaWQQNXc1LNW2fMuX77qL7Hl6 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBdL38LgpW55luno41KTSHN64o9qubET { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:18.9375rem;left:21.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZT5vH09TDivRsawTOKP2x3TypcvMFVT { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/GEiqZrxK/tracher3.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:13.625rem;top:1.25rem;left:43.1875rem;display:block; }#AZT5vH09TDivRsawTOKP2x3TypcvMFVT.adaptive-delivery-prevent-bg, #AZT5vH09TDivRsawTOKP2x3TypcvMFVT.lazyload, #AZT5vH09TDivRsawTOKP2x3TypcvMFVT.lazyloading { background-image: none; }
#HHuB0zfWLZLT34xdf2XigPb65SfbpHLo { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:41.5625rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCmTBTT4IIagtgIzpQPxt1CMHQWM1UiJ { color:#00cbec;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:18.9375rem;left:41.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVA9d0NrizKccsTDVELyNEyVCe00W8mv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { background-color: transparent; background-image: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .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); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { border-width: 0; border-radius: 0; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { color:#ff3333;display:block;width:38rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.62451171875rem;left:1.5625rem;height:6.501rem;font-style:normal;display:block; }
#QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { position:absolute;display:block;z-index:100006;background-color:#3bb0ef;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;height:0.0625rem;width:56.875rem;top:9.6875rem;left:1.5625rem;display:block; }
#u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { position:absolute;display:block;z-index:100007;background-color:#ff3333;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.1875rem;width:3.75rem;top:9.625rem;left:1.5625rem;display:block; }
#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { background-color: transparent; background-image: none; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container > .video-iframe-container { display: none; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row > .video-iframe-container { display: none; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .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); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { border-width: 0; border-radius: 0; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#wgoISZHAicN7zCqAd2UNp3c6Dr6ZEu9I { position:absolute;display:block;z-index:100000;background-color:#ff3333;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:19.6875rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
#WOTi39JC7ZaqhWKJ6iUTHWbLSxIlMlTN { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.5rem;left:1.5625rem;display:block; }
#rOllv4VwLcsDpZmaTrkhk0q7fgUf6rLa { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:5.1875rem;left:2rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dMDLJ2a2pav4a2MvPxcqGhWk2L8tm2P7 { position:absolute;display:block;z-index:100001;background-color:#7b1111;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:19.6875rem;width:20rem;top:1.0625rem;left:20rem;display:block; }
#zhTLUO7KeydAmLGvZeebLUI0aXkTyCaB { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.5rem;left:21.5625rem;display:block; }
#ZhQXJfb2Scc8eNtTny7rzcnuhyT3Tmwz { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:10.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZKpWKRtaVdlBohxFgMCgBBKoLfudnsTI { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:16.8125rem;left:21.1875rem;height:2.5986375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDnLUZrokCR7ntNkknvEb2CBTX55dxdT { position:absolute;display:block;z-index:99998;background-color:#ff3333;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:19.6875rem;width:20rem;top:1.0625rem;left:40rem;display:block; }
#vGDCSlT23kyli0SrTAp6LUd0uuoKCtWN { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5rem;left:41.5625rem;display:block; }
#T4QXnR7zNVkZlJ40dxfHhatH7Jb32aUz { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:99999;line-height:1.5;letter-spacing:0;top:5.186767578125rem;left:41.5625rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Xw5tzGkQ0gV0xIqEr7mT0gLtmpSud0Fy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:16.875rem;left:41.5625rem;height:2.5986375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xh1tZGOf3ys3rCk6nhXPnXTdcA4Ledle { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:1.5625rem;height:2.5986375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf151259-e7c7-4044-8128-21b12017bc21/Estudante768x461.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.adaptive-delivery-prevent-bg, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyload, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyloading { background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { border-width: 0; border-radius: 0; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#EEW8DWKwNSBfohNOlQnWpRSomb5W620m { color:#ff3333;display:block;width:29.375rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:7.4970625rem;font-style:normal;display:block; }
#fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:10.0625rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mKlFzGZCsq3MMZEkEJOPaLEElF2Ch1TZ { color:#f4f4f4;display:block;width:14.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:33.28662109375rem;left:4.139404296875rem;height:4.0473625rem;font-style:normal;display:block; }
#qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { background-color:#f96e46;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:26.3125rem;left:0rem;display:block; }
#Cm4pgGotPDZT0HgzBEXyayV1CKSodD1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QJPg7SVPiz9JE34NbTN6qF8R258mMUvk { color:#000008;display:block;width:28.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:15.323486328125rem;left:0rem;height:8.994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P0krpy1iUibc5paAVXPsJhGbzBnbhAc8 { box-sizing:content-box;color:#f4f4f4;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:33.499267578125rem;left:0rem;display:block; }
#fNCrO3dNUBZuLlCPTBuBNu58W87hkhMe { background-color:#2ed058;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.93675rem;height:4.375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:38.248779296875rem;left:0rem;display:block; }
#u72JeXF0AkuHnmZXeVeTe7fgAV0WtBp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row .container { background-color: transparent; background-image: none; }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row .container > .video-iframe-container { display: none; }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row > .video-iframe-container { display: none; }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .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); }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row .container { border-width: 0; border-radius: 0; }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#R4JFH9Ju3vy3PDvGGCLbK2z8EmXwrf4Z { color:#000008;display:block;width:46.8115rem;position:absolute;font-family:dosis;font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:4.376220703125rem;left:6.561279296875rem;height:5.9985375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3alpGswd5BqwnpbKTNutqFVlQEnpfGy { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:12.749rem;top:2.2802734375rem;left:23.62548828125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:33.125rem;height:51.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCmLXwRyxAK4msyq6VMBDWeEKN2OUdv { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZgVIxUXmK9gU4WCgWDOIbhA5vOzIkOuT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LFfE6a3mhTK91BUIZA2wTyCC7quiwtRT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #iUROFQvHwdOLQhG3f7NAn0o5XZTHGsyD {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg {  }
 }@media only screen and (max-width: 763px) { #gUaLM1z9AxqVcVgGk3XvV1gmhB4NhxBK { width:15.4375rem;height:7.9673804780875rem;top:2.375rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuDaGCIwXTx5TSLyA8g1h4oTAd50ZhXs { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLnbvWcS0WAzcbEKaKQbSDE9LRahBzs { width:14.375rem;height:1.9375rem;top:4.6875rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzsAulEIxUKeTDTXTOXUTHynuM5VV2P { top:4.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpZQlkvQxq6ktIClwTCoIoLDDOJ7EQp { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQAxiy7PrQxqVkeDCB3KHNkBA89Rgy1e { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUIg4vnH8IbU0IS5dUQtUvQSh8kvK2V { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqfo2muzkA4FrXqRpfCz5AUSi4Ae6GlL { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTrStqUlt792R9oSDqpwdMDz300EzgP { top:4.9375rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIZV4lTbRVThtVT8VgLcLmSBz5yy6TaX { top:4.9375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:20rem;height:18.75rem;top:1.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr4c6tghhOt3hbowwDukrbauoPwmdcpZ { width:20rem;height:18.75rem;top:1.75rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { width:20rem;height:18.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch { display:block; }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO5LCiCbTXJZBx9Th4r3sPvWTUbw7ZLL { width:47.75rem;height:0;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q667HVeyXsM0c67no51akn5EJ0xIx74U { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnn7NJLNGsFTvBo9b0oyKBhAiAV3Vqcn { width:7.375rem;height:7.375rem;top:0.875rem;left:20.154296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:2.1875rem;height:2.1875rem;top:3.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi { display:block; }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQoT4l2sSbGIu7IfMWMehdiadkMHRAgf { width:47.75rem;height:3.25rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRet3vcGEmd0aQi9ATr9FPpZTpRpOPqx { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLEksvsOC4Ntiz8Lm1NfGxCLtfrZTTDt { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.9375rem;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kVFDisQVptULIv1MW6Hw7eIbTa6ql8 { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvvJaphHKpk1IXuePcrL3Wq9ZwWv7SFB { width:16.875rem;height:4.5rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUSpMVqKw49DGv97uqQRuGU5w9xgn6mT { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:20rem;height:1.9375rem;top:4.1875rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0kXF9zEKFO9MDyNX0mouZoBXcrzsuf { width:4.0625rem;height:4.0625rem;top:1rem;left:37.770833333333rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:16.875rem;height:1.9375rem;top:4.0625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIu9suFwBVV3cqR2DhIIWC07ZzROfJ0e { width:17.375rem;height:5.9375rem;top:6.8125rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhNDyOnNO8xI0ZQ8zaIOvBANvtl908z { width:16.875rem;height:7.5rem;top:6.75rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO { display:block; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { width:16.875rem;height:1.9375rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSkBMQVyDe0b3liyM1FmAPibb50btsqt { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmt4WxsI61bAS6u0rItI8cCztCZXfHU { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { width:16.875rem;height:1.9375rem;top:4.3125rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSCnTGpHfr2ROH03bT73v8zSWMQ2erq { width:4.0625rem;height:4.0625rem;top:1rem;left:37.770833333333rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXmcTuOkldQtwHaIEuSyHqhzg328wODR { width:16.875rem;height:1.9375rem;top:4.25rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1VQ5fwPZqyVGXv707B8iAe85eQ0MbMU { width:16.875rem;height:4.5rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7OaHegVG9ACupX4NX3Bop8nEctsoOh { width:16.875rem;height:5.9375rem;top:7.125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2a2XxKtIOizqy71PJ0D37nag9SDxmk7 { width:16.875rem;height:5.9375rem;top:7.125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQwVPOVQECdTRHMAgPfPoXT50f9P06hR { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWqAhJLwbg1G6Pzs7EXZQEZodNeBfK0M { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAMq5wiGLIgpZ30Bhb4R5ITqqmFMvqO0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai { display:block; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4rZ1m6o7QTM51gdGTJ0VTTGxcte0F6o { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9mhM3B67Tfoozqnhy6U7gOHXyBAGRiv { width:15.9375rem;height:1.9375rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwD53QCJodwCyT9EmsKRvkB936KxZE2m { width:15.9375rem;height:1.5rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owlOoehJfe5edb56ZMhTOSNbw7QlgeRJ { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7pFViH0LBPI9JPI9iS2cu6ArgRzhzCn { width:15.9375rem;height:1.9375rem;top:16.4375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpf1IO48olsmkxddvb15WIhh2KQCwWU { width:15.9375rem;height:1.5rem;top:18.9375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ffKagQp8pc0zxMga09xnbEbRquZ95C { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #siod3KaTMxPKewpD1rH6CCGTS1kw7EWE { width:15.9375rem;height:1.9375rem;top:16.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glMAS5sVBU4g2tHpqZSA30O88kmfoEke { width:15.9375rem;height:1.5rem;top:18.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 { display:block; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8fM1li1KUAKo2tiryB6tA7xyI4udeHx { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Budz9TVDZ0oLRz4Lud4E4s2ZtwxIC4x0 { width:15.9375rem;height:1.9375rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyGh2IGBbeIIiTyWbtmzwioBTf3DWkFp { width:15.9375rem;height:1.5rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeJZ1G99eUCVnUwxcehR3dXubhu5t02 { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2tryTIaWQQNXc1LNW2fMuX77qL7Hl6 { width:15.9375rem;height:1.9375rem;top:16.4375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBdL38LgpW55luno41KTSHN64o9qubET { width:15.9375rem;height:1.5rem;top:18.9375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZT5vH09TDivRsawTOKP2x3TypcvMFVT { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHuB0zfWLZLT34xdf2XigPb65SfbpHLo { width:15.9375rem;height:1.9375rem;top:16.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmTBTT4IIagtgIzpQPxt1CMHQWM1UiJ { width:15.9375rem;height:1.5rem;top:18.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:38rem;height:6.5rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:47.75rem;height:0;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 { display:block; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgoISZHAicN7zCqAd2UNp3c6Dr6ZEu9I { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTi39JC7ZaqhWKJ6iUTHWbLSxIlMlTN { width:2.625rem;height:2.625rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOllv4VwLcsDpZmaTrkhk0q7fgUf6rLa { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMDLJ2a2pav4a2MvPxcqGhWk2L8tm2P7 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhTLUO7KeydAmLGvZeebLUI0aXkTyCaB { width:2.625rem;height:2.625rem;top:2.5rem;left:15.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQXJfb2Scc8eNtTny7rzcnuhyT3Tmwz { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpWKRtaVdlBohxFgMCgBBKoLfudnsTI { width:14.375rem;height:1.25rem;top:16.25rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDnLUZrokCR7ntNkknvEb2CBTX55dxdT { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDCSlT23kyli0SrTAp6LUd0uuoKCtWN { width:2.625rem;height:2.625rem;top:2.5rem;left:31.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QXnR7zNVkZlJ40dxfHhatH7Jb32aUz { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5tzGkQ0gV0xIqEr7mT0gLtmpSud0Fy { width:14.375rem;height:1.25rem;top:16.25rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh1tZGOf3ys3rCk6nhXPnXTdcA4Ledle { width:14.375rem;height:1.25rem;top:16.25rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:29.375rem;height:7.5rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { width:29.375rem;height:3.75rem;top:10rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKlFzGZCsq3MMZEkEJOPaLEElF2Ch1TZ { width:14.8125rem;height:4rem;top:33.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { width:18.875rem;height:4.375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm4pgGotPDZT0HgzBEXyayV1CKSodD1n { display:block; }
 }@media only screen and (max-width: 763px) { #QJPg7SVPiz9JE34NbTN6qF8R258mMUvk { width:28.125rem;height:8.9375rem;top:15.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0krpy1iUibc5paAVXPsJhGbzBnbhAc8 { width:3.125rem;height:3.125rem;top:1.5rem;left:16.666666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNCrO3dNUBZuLlCPTBuBNu58W87hkhMe { width:18.875rem;height:4.375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u72JeXF0AkuHnmZXeVeTe7fgAV0WtBp8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L { display:block; }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4JFH9Ju3vy3PDvGGCLbK2z8EmXwrf4Z { top:4.375rem;left:0.436279296875rem;width:46.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3alpGswd5BqwnpbKTNutqFVlQEnpfGy { top:2.25rem;left:17.50048828125rem;width:12.6875rem;height:1.2439701153032rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#01a8b9;background-image:url("https://images.assets-landingi.com/uc/cf151259-e7c7-4044-8128-21b12017bc21/Estudante768x461.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:#666666;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:20rem;height:60rem;top:0rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:15.4980625rem;height:0.81271875rem;top:10.748046875rem;left:2.249755859375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:17.4353125rem;height:5.24739375rem;top:34.912109375rem;left:1.248779296875rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.4;color:rgba(255,255,255,0.83);display:block; }
 }@media only screen and (max-width: 763px) { #kkCmLXwRyxAK4msyq6VMBDWeEKN2OUdv { width:17.4375rem;height:13.125rem;top:13.36962890625rem;left:1.2802734375rem;text-align:justify;text-align-last:initial;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff9900;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { width:17.5rem;height:auto;top:39.249267578125rem;left:0rem;z-index:99999; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { width:17.5rem;height:auto;top:39.249267578125rem;left:0rem;z-index:99999; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZgVIxUXmK9gU4WCgWDOIbhA5vOzIkOuT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LFfE6a3mhTK91BUIZA2wTyCC7quiwtRT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #iUROFQvHwdOLQhG3f7NAn0o5XZTHGsyD {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg {  }
 }@media only screen and (max-width: 763px) { #gUaLM1z9AxqVcVgGk3XvV1gmhB4NhxBK { width:12.937rem;height:7.4365rem;top:2.515625rem;left:3.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuDaGCIwXTx5TSLyA8g1h4oTAd50ZhXs { width:17.4375rem;height:6.3715rem;top:27.2841796875rem;left:1.2802734375rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color:#cccccc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { border-width: 0; border-radius: 0; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { width:16.875rem;height:1.7871125rem;top:8.12451171875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLnbvWcS0WAzcbEKaKQbSDE9LRahBzs { width:16.875rem;height:1.7871125rem;top:22.749755859375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzsAulEIxUKeTDTXTOXUTHynuM5VV2P { width:2.5625rem;height:2.5625rem;top:4.312255859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpZQlkvQxq6ktIClwTCoIoLDDOJ7EQp { width:17.25rem;height:4.50195rem;top:10.061767578125rem;left:1.436767578125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQAxiy7PrQxqVkeDCB3KHNkBA89Rgy1e { width:16.5625rem;height:7.50325rem;top:24.875rem;left:1.749267578125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUIg4vnH8IbU0IS5dUQtUvQSh8kvK2V { width:16.875rem;height:7.50325rem;top:46.8125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqfo2muzkA4FrXqRpfCz5AUSi4Ae6GlL { width:16.875rem;height:1.7871125rem;top:44.0625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTrStqUlt792R9oSDqpwdMDz300EzgP { width:2.5rem;height:2.5rem;top:40.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIZV4lTbRVThtVT8VgLcLmSBz5yy6TaX { width:2.5rem;height:2.5rem;top:19.4990234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:20rem;height:18.75rem;top:18.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr4c6tghhOt3hbowwDukrbauoPwmdcpZ { width:20rem;height:18.75rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { width:20rem;height:15.625rem;top:2.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch { display:block; }#cpHaT5y6GsylpUAVnERihs5SCLpWt8Ch > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO5LCiCbTXJZBx9Th4r3sPvWTUbw7ZLL { width:20rem;height:0.0625rem;top:15.0625rem;left:0rem;background-color:#cccccc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q667HVeyXsM0c67no51akn5EJ0xIx74U { width:3.75rem;height:0.1875rem;top:15rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnn7NJLNGsFTvBo9b0oyKBhAiAV3Vqcn { width:7.374125rem;height:7.374125rem;top:4.1243448257446rem;left:6.2803822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:16.5071875rem;top:1.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:16.875rem;height:1.50065rem;top:21.5625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:16.875rem;height:3.0013rem;top:26.4375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:16.875rem;height:4.50195rem;top:32.6875rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:2.1875rem;height:2.1875rem;top:19.0625rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:2.1875rem;height:2.1875rem;top:24.25rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:2.1875rem;height:2.1875rem;top:30.375rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi { display:block; }#pDxwPeEo7Rd4RcEsyAP2gCXNJ1MNiRBi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQoT4l2sSbGIu7IfMWMehdiadkMHRAgf { width:20rem;height:3.89756875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRet3vcGEmd0aQi9ATr9FPpZTpRpOPqx { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLEksvsOC4Ntiz8Lm1NfGxCLtfrZTTDt { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.462675rem;top:7.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kVFDisQVptULIv1MW6Hw7eIbTa6ql8 { width:4.0625rem;height:4.0625rem;top:3.0625rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvvJaphHKpk1IXuePcrL3Wq9ZwWv7SFB { width:16.875rem;height:4.50195rem;top:9.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUSpMVqKw49DGv97uqQRuGU5w9xgn6mT { width:4.0625rem;height:4.0625rem;top:16.0625rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:16.875rem;height:1.462675rem;top:20.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0kXF9zEKFO9MDyNX0mouZoBXcrzsuf { width:4.0625rem;height:4.0625rem;top:31.0625rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:16.875rem;height:1.462675rem;top:35.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIu9suFwBVV3cqR2DhIIWC07ZzROfJ0e { width:17.3730625rem;height:6.00260625rem;top:22.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhNDyOnNO8xI0ZQ8zaIOvBANvtl908z { width:16.875rem;height:7.50325rem;top:36.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO { display:block; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { width:16.875rem;height:1.462675rem;top:6.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSkBMQVyDe0b3liyM1FmAPibb50btsqt { width:4.0625rem;height:4.0625rem;top:2.375rem;left:7.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmt4WxsI61bAS6u0rItI8cCztCZXfHU { width:3.6875rem;height:3.6875rem;top:14.6875rem;left:8.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { width:16.875rem;height:1.462675rem;top:18.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSCnTGpHfr2ROH03bT73v8zSWMQ2erq { width:4.0625rem;height:4.0625rem;top:28.6875rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXmcTuOkldQtwHaIEuSyHqhzg328wODR { width:16.875rem;height:1.462675rem;top:32.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1VQ5fwPZqyVGXv707B8iAe85eQ0MbMU { width:16.875rem;height:4.50195rem;top:7.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7OaHegVG9ACupX4NX3Bop8nEctsoOh { width:16.875rem;height:6.00260625rem;top:20.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2a2XxKtIOizqy71PJ0D37nag9SDxmk7 { width:16.875rem;height:6.00260625rem;top:34.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { background-color:#710606;background-image:none;display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { background-color: transparent; background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .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); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQwVPOVQECdTRHMAgPfPoXT50f9P06hR { width:20rem;height:6.4995625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWqAhJLwbg1G6Pzs7EXZQEZodNeBfK0M { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAMq5wiGLIgpZ30Bhb4R5ITqqmFMvqO0 { width:3.75rem;height:0.1875rem;top:9.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai { background-color:#710606;background-image:none;display:block; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { background-color: transparent; background-image: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .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); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4rZ1m6o7QTM51gdGTJ0VTTGxcte0F6o { width:13.625rem;height:13.625rem;top:1.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9mhM3B67Tfoozqnhy6U7gOHXyBAGRiv { width:16.875rem;height:1.2999125rem;top:15.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwD53QCJodwCyT9EmsKRvkB936KxZE2m { width:16.875rem;height:1.50065rem;top:17.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owlOoehJfe5edb56ZMhTOSNbw7QlgeRJ { width:13.625rem;height:13.625rem;top:21.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7pFViH0LBPI9JPI9iS2cu6ArgRzhzCn { width:16.875rem;height:1.2999125rem;top:35.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpf1IO48olsmkxddvb15WIhh2KQCwWU { width:16.875rem;height:1.50065rem;top:37.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ffKagQp8pc0zxMga09xnbEbRquZ95C { width:13.625rem;height:13.625rem;top:41.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siod3KaTMxPKewpD1rH6CCGTS1kw7EWE { width:16.875rem;height:1.2999125rem;top:56.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glMAS5sVBU4g2tHpqZSA30O88kmfoEke { width:16.875rem;height:1.50065rem;top:57.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 { background-color:#710606;background-image:none;display:block; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container { background-color: transparent; background-image: none; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container > .video-iframe-container { display: none; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row > .video-iframe-container { display: none; }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .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); }#rNTDRPT5D1ag3gzgsKhIaI02dH4vlfH0 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8fM1li1KUAKo2tiryB6tA7xyI4udeHx { width:13.625rem;height:13.625rem;top:1.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Budz9TVDZ0oLRz4Lud4E4s2ZtwxIC4x0 { width:16.875rem;height:1.2999125rem;top:15.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyGh2IGBbeIIiTyWbtmzwioBTf3DWkFp { width:16.875rem;height:1.50065rem;top:17.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeJZ1G99eUCVnUwxcehR3dXubhu5t02 { width:13.625rem;height:13.625rem;top:21.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2tryTIaWQQNXc1LNW2fMuX77qL7Hl6 { width:16.875rem;height:1.2999125rem;top:35.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBdL38LgpW55luno41KTSHN64o9qubET { width:16.875rem;height:1.50065rem;top:37.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZT5vH09TDivRsawTOKP2x3TypcvMFVT { width:13.625rem;height:13.625rem;top:41.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHuB0zfWLZLT34xdf2XigPb65SfbpHLo { width:16.875rem;height:1.2999125rem;top:56.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmTBTT4IIagtgIzpQPxt1CMHQWM1UiJ { width:16.875rem;height:1.50065rem;top:57.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:20rem;height:5.84635625rem;top:1.136962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:20rem;height:0.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:7.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 { display:block; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgoISZHAicN7zCqAd2UNp3c6Dr6ZEu9I { width:20rem;height:17.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTi39JC7ZaqhWKJ6iUTHWbLSxIlMlTN { width:2.625rem;height:2.625rem;top:2.6875rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOllv4VwLcsDpZmaTrkhk0q7fgUf6rLa { width:16.875rem;height:7.50325rem;top:6.03271484375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMDLJ2a2pav4a2MvPxcqGhWk2L8tm2P7 { width:20rem;height:17.3125rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhTLUO7KeydAmLGvZeebLUI0aXkTyCaB { width:2.625rem;height:2.625rem;top:20.875rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQXJfb2Scc8eNtTny7rzcnuhyT3Tmwz { width:16.875rem;height:9.003875rem;top:23.59619140625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpWKRtaVdlBohxFgMCgBBKoLfudnsTI { width:16.875rem;height:2.599825rem;top:33.478515625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDnLUZrokCR7ntNkknvEb2CBTX55dxdT { width:20rem;height:17.1875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDCSlT23kyli0SrTAp6LUd0uuoKCtWN { width:2.625rem;height:2.625rem;top:39.125rem;left:1.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QXnR7zNVkZlJ40dxfHhatH7Jb32aUz { width:16.875rem;height:6.00260625rem;top:43.282470703125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5tzGkQ0gV0xIqEr7mT0gLtmpSud0Fy { width:16.875rem;height:2.599825rem;top:51.60595703125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh1tZGOf3ys3rCk6nhXPnXTdcA4Ledle { width:18.125rem;height:2.599825rem;top:15.103271484375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { background-color:#8cfae1;background-image:none;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:18.49975rem;height:4.798825rem;top:1.4990234375rem;left:0.7470703125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { width:17.0625rem;height:4.7265625rem;top:6.4970703125rem;left:0.7470703125rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#000008;display:block; }
 }@media only screen and (max-width: 763px) { #mKlFzGZCsq3MMZEkEJOPaLEElF2Ch1TZ { width:15.25rem;height:4.4596375rem;top:31.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { width:15.5rem;height:4rem;top:24.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm4pgGotPDZT0HgzBEXyayV1CKSodD1n { display:block; }
 }@media only screen and (max-width: 763px) { #QJPg7SVPiz9JE34NbTN6qF8R258mMUvk { width:18.5rem;height:11.091125rem;top:12.318115234375rem;left:0.7470703125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0krpy1iUibc5paAVXPsJhGbzBnbhAc8 { width:3.75rem;height:3.75rem;top:35.75rem;left:8.3125rem;font-size:2.625rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #fNCrO3dNUBZuLlCPTBuBNu58W87hkhMe { width:18.875rem;height:4.375rem;top:40.147705859375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u72JeXF0AkuHnmZXeVeTe7fgAV0WtBp8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L { display:block; }#lTWLRVk0RbEKGEu2dquCQdbi8Xaxs92L > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4JFH9Ju3vy3PDvGGCLbK2z8EmXwrf4Z { width:19.12475rem;height:13.189rem;top:4.4375rem;left:0.5rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I3alpGswd5BqwnpbKTNutqFVlQEnpfGy { width:12.6875rem;height:1.2439701153032rem;top:2.125rem;left:3.625rem;display:block; }
 }