.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d95848;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#wik73ZwVFceLMqMx5NThr6irpV7fN7Io { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.70703125rem;left:20.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { color:#000000;display:block;width:39.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6435546875rem;left:17.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6435546875rem;left:17.15625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx { position:relative;display:none; }#efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx { border-width: 0; border-radius: 0; }#efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL { position:relative;display:none; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL { border-width: 0; border-radius: 0; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC { position:relative;display:none; }#A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC { border-width: 0; border-radius: 0; }#A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#er5fEMXU3S39sLVExoVpgFOnBF96smGc { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#R04lrOv1IKT6IVmNJRgC1z5avNo2UHaQ { color:#000000;display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:11.125rem;left:11.125rem;display:none; }
#ttxF05Lnw1KfGkLwkowq8XhiCcTkrqLb { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:15.75rem;left:9.0625rem;display:none; }
#CtL94392Ri8hrlAdumP7xSUrgxlpe4LB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#OWtRGCJotcaCwIhR8CkSmPwonEHTNV23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0ES5gnKTCMyS0AecJvFW1wVHWBcl20F { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.01611328125rem;left:14.859375rem;height:3.89795rem;text-align:left;text-align-last:left;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c5a4682-df86-4916-931d-5da4af8a5b1c/BackToSchool_Style_DesktopHeader_1500x700.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { box-sizing:content-box;height:33.75rem;width:26.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.59);background-image:none;top:6.5rem;left:0rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.5625rem;height:1.70605625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.6875rem;left:1.1875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:28.75rem;left:31.5rem;display:none; }
#XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5625rem;left:2.125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.5rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#xKL5pqVQoTGlXipIssSvneaywI1LsGdP { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.9375rem;left:2.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4355625rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.125rem;left:5.75rem;display:block; }
#ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAlJqsp0tonSraR3tmW2OQ2rFdbPLEMe { color:#000000;display:block;width:17.749rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36rem;left:4.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { position:relative;display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { background-color: transparent; background-image: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .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); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { border-width: 0; border-radius: 0; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:55.125rem;overflow:hidden;display:block; }
#azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { color:#000000;display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OV9FihfineS3JbR1HRmK19m0DwA45MoO { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#niHl12cN94Iy1ylAfwwEifJygTNU9nIz { color:#000000;display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:55.125rem;overflow:hidden;display:none; }
#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { position:relative;display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { background-color: transparent; background-image: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container > .video-iframe-container { display: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row > .video-iframe-container { display: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .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); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { border-width: 0; border-radius: 0; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:3.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.10107421875rem;left:4.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:28.6875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:29.28125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:53.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POkwuATwa5QUosShcrKbnnRREh70KHDM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:0rem;left:6.125rem;overflow:hidden;display:block; }
#HT9etEN8fMcUcBbH4PxGemwiwvJias9d { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:54.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l { position:relative;display:block; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l { background-color: transparent; background-image: none; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row .container > .video-iframe-container { display: none; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row > .video-iframe-container { display: none; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .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); }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l { border-width: 0; border-radius: 0; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rgXfOk7841XC0FF2iLWyy2PdXaG4PEBt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#Ph10oTOurfLpQGSV9RzaSTQCf7lnF9r8 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.3125rem;left:4.875rem;height:5.7734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ito7yCoN01O2AV6rbxavRbxUiOKmvbwq { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:7.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#cGQ1lcbPeA1qyvO4FbT9hfz3egiUVGmT { background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4355625rem;height:2.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.375rem;left:11.0625rem;display:block; }
#ZE673X0ZADv3ECVyRl6GES9NinuIRyMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { position:relative;display:block; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { background-color: transparent; background-image: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container > .video-iframe-container { display: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row > .video-iframe-container { display: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .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); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { border-width: 0; border-radius: 0; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:42.375rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:42.375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.75rem;left:45.375rem;height:11.69823125rem;text-align:center;text-align-last:center;display:block; }
#A4vmfGSfRbq9TkhfLkNquXhbK2Bfrgcr { background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4355625rem;height:2.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.5625rem;left:48.5rem;display:block; }
#eVJquFhs4DkKmXoBdxIq9d46dy3S4Mky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { position:relative;display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { background-color: transparent; background-image: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { border-width: 0; border-radius: 0; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NnDngzr0hU15O85zGILlaqGZPrNTTRJp { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:4.875rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { color:#000000;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5rem;left:8.8125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#TBL8GQsrP5TFMWgM78GbPX3vz1z1Qk14 { background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.9375rem;left:11.0625rem;display:block; }
#RpLRfXni8cT0gL8fD8b7K6A4QNWuNZyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { position:relative;display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { background-color: transparent; background-image: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .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); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { border-width: 0; border-radius: 0; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:10.96875rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.3125rem;left:13.9375rem;display:none; }
#VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d5caf6a-63ce-4ede-a71f-5adee75637f5/1400x400_BackToSchoolStyle_Collage.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.adaptive-delivery-prevent-bg, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyload, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyloading { background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { background-color: transparent; background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .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); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { border-width: 0; border-radius: 0; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 { position:relative;display:none; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 { border-width: 0; border-radius: 0; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL { position:relative;display:none; }#Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL { border-width: 0; border-radius: 0; }#Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#poJ23vDvK0p5ht9FvHPt0FwGKBvtacZ6 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aT6Do8aA6XLeUog1qHuTrlMmMOGKi9cI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gKvhyUTTP8PP6o2M4WpqTmfnfwvrCMMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmWlPAvGgW3F9MMzMLThvTuPHU5MlxKw { color:#000000;display:block;width:17.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5rem;top:4.9375rem;left:8.9375rem;display:none; }
#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { position:relative;display:none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { border-width: 0; border-radius: 0; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { position:relative;display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { border-width: 0; border-radius: 0; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zm7Eg1DtfNw8RD40pUa03oCPSF5UPUrf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#kq6TNuNU3sVwHREAhkRcQcsSiaWvTLeQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { color:#000000;display:block;width:17.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5rem;top:4.9375rem;left:8.9375rem;display:none; }
#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { position:relative;display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { position:relative;display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { border-width: 0; border-radius: 0; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { color:#000000;display:block;width:18.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.625rem;top:3.625rem;left:8.3125rem;display:none; }
#zGOmSm8Dwa73PD5Ffhv0Fbme6lhKzOA7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#P0hRP78JNVyVP0bZO1MFRhPabxKa1TvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { position:relative;display:none; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { border-width: 0; border-radius: 0; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { position:relative;display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y { position:relative;display:none; }#DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y { border-width: 0; border-radius: 0; }#DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iznN8vHnKPFK5S5qHQwL4KWGLA83hXQq { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:18.375rem;left:18.125rem;display:block; }
#D6mINiTE7sGBrSyr31wkHJXg49p5t1VK { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.375rem;left:23.59375rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUHRsVA1OPNnTNq8Qk6cEFiSFrLval0V { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:22.59375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { background-color: transparent; background-image: none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container > .video-iframe-container { display: none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row > .video-iframe-container { display: none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .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); }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { border-width: 0; border-radius: 0; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#PkOf509sga7lHbHgB8aoBeqHTCpcOyxm { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.875rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKLUTTlNlBRr0KazEd6JJaq6UhQS4oMi { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:7.1875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MilWHAhF0IB0Lb8GR6DbemMHydTFaQIm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.75rem;left:17.9375rem;overflow:hidden;display:block; }
#GniNr8fZpTNQ9hmvLayS1VXtZTPQGuUX { color:#000000;display:block;width:13rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ammHu2QIpK790G3psebXmuEHORu3KhJc { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.375rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNTZCl0TaF4CiWa7fxSTOtENAeLTed1W { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.75rem;left:50.5625rem;overflow:hidden;display:block; }
#RVabmWfrZT8ZAtyEBM3v7entJB9pNpU0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.75rem;left:51.8125rem;overflow:hidden;display:block; }
#g5vfDzrFlyUaJAuZ8TMGO4o7wImbvyPA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.75rem;left:53.0625rem;overflow:hidden;display:block; }
#kCUfAIt834ChT2wxZbbKaDEh4Pyy5xva { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.75rem;left:54.375rem;overflow:hidden;display:block; }
#SWxTDE222D1zZctTHhRDTlsPFDAK503E { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.75rem;left:55.625rem;overflow:hidden;display:block; }
#kLBTSPfG5qehoLTBagvTlLphBO8rVwRz { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:14.875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#oHKrNNiT4QNU2rI77lmNZ6BeTBlbLULI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:15.4375rem;left:51.5rem;overflow:hidden;display:block; }
#lmU4rdz2o1OzxCwFBEE4iFddt1rGO17U { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.5625rem;left:35.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#J4fCiJVQebfRUosh8ryHhMNkd8esrv6H { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ky9ruuz7zqHJONAlfNd23930iO3IwLZr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:15.4375rem;left:22.9375rem;overflow:hidden;display:block; }
#ZJ3pP02miyrHG57Rsi7wP6J4XakXOqxS { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:15.4375rem;left:19.25rem;overflow:hidden;display:block; }
#qigxQ5ZftrafLuO6ErpvTkEaI028EnSu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:15.4375rem;left:21.875rem;overflow:hidden;display:block; }
#Gluo2iLIGpxLrL6P29909VKBNZWnTE9U { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:15.4375rem;left:17.9375rem;overflow:hidden;display:block; }
#r3HJAfo8TC2D9qr90FRg0ZOIyINW2pVz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:15.4375rem;left:20.5625rem;overflow:hidden;display:block; }
#leIqVPTvcTNJfbDd1ebdm11ToMXA5BTQ { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:22.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BtL1t9aRhQBCvaPfdlnSlUVMpATMF5zQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:23.25rem;left:17.9375rem;overflow:hidden;display:block; }
#wtg5Q9zfmTsQrnTJtN1HUcBKAhvkibM3 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.375rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MAAVgoZL7IweIm2Gofb6gvaiTC2o7D4g { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.0625rem;left:24.1875rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ci87qOmtC50R1JdIzJwdtIJxdQ9a3LID { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:23.25rem;left:55.625rem;overflow:hidden;display:block; }
#CmLLwFTBrO0reqfze5T7O1QoDG5K35gH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:23.25rem;left:54.375rem;overflow:hidden;display:block; }
#KRCZQ63Or8PzIJMlfxm7wZ6RNXcxRH8p { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:23.25rem;left:53.125rem;overflow:hidden;display:block; }
#XMFZJKXkPu5WLwivOq5qGxzofFHB431d { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:23.25rem;left:51.875rem;overflow:hidden;display:block; }
#ZtTTVLhDN6QBVaRhzeIre26eT9kDQXqk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:23.25rem;left:50.5625rem;overflow:hidden;display:block; }
#X6QBMMmsobV5i2pJ507OARHE1TmRGBTV { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:30.3125rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BEck7xWWaKuau4byTqlfp2PGlcL0pwh8 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.9375rem;left:18rem;overflow:hidden;display:block; }
#l3DQFwPNZXvwfUszbO7cbTX5dHuQ7uMx { color:#000000;display:block;width:33rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:32.5rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFHvinQz7AMIb95xTxWLXlZVvFIqvXGe { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.9375rem;left:23.125rem;overflow:hidden;display:block; }
#ZP2O1zKFv1P4L1OVkKTVD0hVa2NP8KO1 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.9375rem;left:19.3125rem;overflow:hidden;display:block; }
#Z6XIbzXW7gMyt5R8GzkZIUmqfVaAQQL8 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.9375rem;left:21.9375rem;overflow:hidden;display:block; }
#v5JTuUa2sAr49uXHyUMh9hQmcKuivN3d { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.9375rem;left:20.625rem;overflow:hidden;display:block; }
#QBlb69wNnJvWbWcrQPN7LWJTNle1aTkV { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:31.1875rem;left:38.875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rrz2toNRtu6OWXhIGFeOK5DDALTq3dUa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:30.875rem;left:51.5rem;overflow:hidden;display:block; }
#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { position:relative;display:none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { border-width: 0; border-radius: 0; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DaxqcDSXrWaSeOM28HnUcSyfexpKunEn { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fH8PEU9d7pxWIdgCIX8Qf7k9QhGbN7DU { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#abO6PLxygJ7UunJkW2ZMSc1svkzQWApd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#TRZy1ZXxzBTi1qPigBl3WR4ZrEIPNHcI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#d4NN9ZS72lK7ayTT82P87BmHkdBL4WW2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#caguKXMuingtR0eSmxEFeka621fzOwxS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#T93v7AA7GLl3Tc6XH2w7dPsBJHWSwZGH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#kp8v2o9o2UOGTbf4APibTxXaNmaICXxh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:50.5625rem;overflow:hidden;display:none; }
#d3LMN05IieJkUHwX6WLfrxWeyAfS8SEE { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XTyKaCEXWii7E8aoIIaKSnLeLXGlFVgq { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.85107421875rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#R8d0WDmX5cFeNNrzgBloHthSVcvZBr7H { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#tbeFDoCFJKMuEpbEXh66c67kz0DHqgM1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#qR9qhk01Ld3G5bx05KnS9CWXILryvi8P { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#xTFJhxwBXkNOULXIU6iaGWbu4VDb7tf6 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#E0nRVL97lw8Gbo9cDo4Jbd8qGr387l1x { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#BTQdIdAaWgFqWoauBFmGd22swaQEsIAh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#D9NXm5eNT6FoRwntZeIi3miqGr1TdVRP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#dVJu5yAbwF7DhV5es1bV5xg5Z6HA2geN { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4873046875rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TTGnaJPUEosTm6HunWVb16DB9wIKOC0w { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#y9Gweq4yUyhukmsfsr7388tdFfs9s96N { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#HDxvOOwDRpqkT2IotG4IiiN78au4tF7H { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#f0Ry3DtfMvV82TJ3PxCJI9W7UdNNpOli { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IHcdoS6RLMby3rfmp52xCov5i8UZWz1T { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#ZfTnP06SJrNd3gtQHQcr2OyNtl3wLk40 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#NaEhK5IHmNMLc8bcfeSZKMH9bQVJXgXJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#vCpcSpy6dLngry5drBUEtgsthUzufZK4 { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IbmRgw57PSQHQ2cMpbAs5J26fazizFUA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#LvFguIcAnLNBVHnbffBw3WdHRgRnSndw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { position:relative;display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { background-color: transparent; background-image: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container > .video-iframe-container { display: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row > .video-iframe-container { display: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .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); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { border-width: 0; border-radius: 0; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AFizEDs64TavSe1NC3wUraE1rTig2ypT { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.1875rem;left:22.84375rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGEVapFXfqTzxbLTQm7C2n0NerknTsFc { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:26.96875rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#VBwx0edMXBFGqm5l0ZVeoXCKWbxQ6XAV { background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.75rem;left:29.78125rem;display:block; }
#JbidEAK4AIwq88cLJ6zsTdowmZdoZ8xC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:#f6f6f6;display:block;width:34.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.13745rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { top:0.6875rem;left:7.3125rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { top:0.625rem;left:3.9375rem;width:39.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.75rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { top:0.625rem;left:3.53125rem;width:40.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx { display:none; }#efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.375rem;left:0rem;width:20rem;height:5.625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.625rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL { display:none; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC { display:none; }#A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.875rem;left:0rem;width:20rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R04lrOv1IKT6IVmNJRgC1z5avNo2UHaQ { top:15.1875rem;left:0rem;width:17.75rem;height:7.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttxF05Lnw1KfGkLwkowq8XhiCcTkrqLb { top:25.0625rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtL94392Ri8hrlAdumP7xSUrgxlpe4LB { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWtRGCJotcaCwIhR8CkSmPwonEHTNV23 { display:block; }
 }@media only screen and (max-width: 763px) { #D0ES5gnKTCMyS0AecJvFW1wVHWBcl20F { top:24.6875rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { top:6.5rem;left:0rem;width:26.9375rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { top:14.3125rem;left:0rem;width:19.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { top:7.6875rem;left:0rem;width:24.625rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:29.375rem;left:17.875rem;width:16.875rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { top:16.5625rem;left:0rem;width:22.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { top:23.9375rem;left:0rem;width:17.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKL5pqVQoTGlXipIssSvneaywI1LsGdP { top:29.9375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.375rem;height:2.875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@media only screen and (max-width: 763px) { #xAlJqsp0tonSraR3tmW2OQ2rFdbPLEMe { top:36rem;left:0rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { top:0.75rem;left:9.9375rem;width:27.8125rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:9.3125rem;left:0rem;width:16.875rem;height:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { top:13.25rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.6875rem;left:0rem;width:11.5625rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:22.8125rem;left:0rem;width:10.875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { top:16.0625rem;left:0.125rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { top:13.125rem;left:14.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { top:16.0625rem;left:15.3125rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { top:13.125rem;left:30.0625rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { top:0rem;left:17.5rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { top:0rem;left:1.5625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { top:16.0625rem;left:31.875rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l { display:block; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgXfOk7841XC0FF2iLWyy2PdXaG4PEBt { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph10oTOurfLpQGSV9RzaSTQCf7lnF9r8 { top:12.3125rem;left:0rem;width:27.8125rem;height:3.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ito7yCoN01O2AV6rbxavRbxUiOKmvbwq { top:18.75rem;left:1.0625rem;width:21.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGQ1lcbPeA1qyvO4FbT9hfz3egiUVGmT { width:15.375rem;height:2.875rem;top:22.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE673X0ZADv3ECVyRl6GES9NinuIRyMt { display:block; }
 }@media only screen and (max-width: 763px) { #nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { display:block; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { top:8.1875rem;left:19.9375rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { top:11.4375rem;left:19.9375rem;width:27.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { top:13.75rem;left:24.9375rem;width:21.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4vmfGSfRbq9TkhfLkNquXhbK2Bfrgcr { width:15.375rem;height:2.875rem;top:26.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJquFhs4DkKmXoBdxIq9d46dy3S4Mky { display:block; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { top:12rem;left:0rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { top:15.5rem;left:2rem;width:20rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL8GQsrP5TFMWgM78GbPX3vz1z1Qk14 { width:15.4375rem;height:2.9375rem;top:22.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpLRfXni8cT0gL8fD8b7K6A4QNWuNZyo { display:block; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { top:1.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { width:;height:;top:3.9375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 { display:none; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL { display:none; }#Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #poJ23vDvK0p5ht9FvHPt0FwGKBvtacZ6 { top:0.75rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT6Do8aA6XLeUog1qHuTrlMmMOGKi9cI { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKvhyUTTP8PP6o2M4WpqTmfnfwvrCMMQ { display:block; }
 }@media only screen and (max-width: 763px) { #GmWlPAvGgW3F9MMzMLThvTuPHU5MlxKw { top:5.9375rem;left:0rem;width:19.875rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { display:none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { top:0.75rem;left:9.9375rem;width:20rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { top:3.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zm7Eg1DtfNw8RD40pUa03oCPSF5UPUrf { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kq6TNuNU3sVwHREAhkRcQcsSiaWvTLeQ { display:block; }
 }@media only screen and (max-width: 763px) { #eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { top:5.75rem;left:0rem;width:19.875rem;height:16.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { top:0.75rem;left:9.9375rem;width:20rem;height:1.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:4.375rem;left:0rem;width:20rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGOmSm8Dwa73PD5Ffhv0Fbme6lhKzOA7 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0hRP78JNVyVP0bZO1MFRhPabxKa1TvT { display:block; }
 }@media only screen and (max-width: 763px) { #NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { display:none; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { top:1.0625rem;left:0rem;width:20rem;height:4.25rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y { display:block; }#DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iznN8vHnKPFK5S5qHQwL4KWGLA83hXQq { top:18.375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6mINiTE7sGBrSyr31wkHJXg49p5t1VK { top:1.375rem;left:9.96875rem;width:27.8125rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHRsVA1OPNnTNq8Qk6cEFiSFrLval0V { top:8.75rem;left:8.96875rem;width:29.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo { display:block; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkOf509sga7lHbHgB8aoBeqHTCpcOyxm { top:2.0625rem;left:3.25rem;width:41.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKLUTTlNlBRr0KazEd6JJaq6UhQS4oMi { top:7.1875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MilWHAhF0IB0Lb8GR6DbemMHydTFaQIm { top:7.75rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GniNr8fZpTNQ9hmvLayS1VXtZTPQGuUX { top:8rem;left:10.5625rem;width:13rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ammHu2QIpK790G3psebXmuEHORu3KhJc { top:9.375rem;left:10.5625rem;width:32.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTZCl0TaF4CiWa7fxSTOtENAeLTed1W { top:7.75rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVabmWfrZT8ZAtyEBM3v7entJB9pNpU0 { top:7.75rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vfDzrFlyUaJAuZ8TMGO4o7wImbvyPA { top:7.75rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCUfAIt834ChT2wxZbbKaDEh4Pyy5xva { top:7.75rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxTDE222D1zZctTHhRDTlsPFDAK503E { top:7.75rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLBTSPfG5qehoLTBagvTlLphBO8rVwRz { top:14.875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKrNNiT4QNU2rI77lmNZ6BeTBlbLULI { top:15.4375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmU4rdz2o1OzxCwFBEE4iFddt1rGO17U { top:15.5625rem;left:21.5625rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fCiJVQebfRUosh8ryHhMNkd8esrv6H { top:17rem;left:4.4375rem;width:32.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky9ruuz7zqHJONAlfNd23930iO3IwLZr { top:15.4375rem;left:9.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3pP02miyrHG57Rsi7wP6J4XakXOqxS { top:15.4375rem;left:5.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigxQ5ZftrafLuO6ErpvTkEaI028EnSu { top:15.4375rem;left:8.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gluo2iLIGpxLrL6P29909VKBNZWnTE9U { top:15.4375rem;left:4.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3HJAfo8TC2D9qr90FRg0ZOIyINW2pVz { top:15.4375rem;left:6.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leIqVPTvcTNJfbDd1ebdm11ToMXA5BTQ { top:22.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtL1t9aRhQBCvaPfdlnSlUVMpATMF5zQ { top:23.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtg5Q9zfmTsQrnTJtN1HUcBKAhvkibM3 { top:23.375rem;left:10.5625rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAAVgoZL7IweIm2Gofb6gvaiTC2o7D4g { top:25.0625rem;left:10.5625rem;width:32.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci87qOmtC50R1JdIzJwdtIJxdQ9a3LID { top:23.25rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmLLwFTBrO0reqfze5T7O1QoDG5K35gH { top:23.25rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCZQ63Or8PzIJMlfxm7wZ6RNXcxRH8p { top:23.25rem;left:39.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFZJKXkPu5WLwivOq5qGxzofFHB431d { top:23.25rem;left:38.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTTVLhDN6QBVaRhzeIre26eT9kDQXqk { top:23.25rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6QBMMmsobV5i2pJ507OARHE1TmRGBTV { top:30.3125rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEck7xWWaKuau4byTqlfp2PGlcL0pwh8 { top:30.9375rem;left:4.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3DQFwPNZXvwfUszbO7cbTX5dHuQ7uMx { top:32.5rem;left:4.4375rem;width:33rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFHvinQz7AMIb95xTxWLXlZVvFIqvXGe { top:30.9375rem;left:9.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2O1zKFv1P4L1OVkKTVD0hVa2NP8KO1 { top:30.9375rem;left:5.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6XIbzXW7gMyt5R8GzkZIUmqfVaAQQL8 { top:30.9375rem;left:8.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5JTuUa2sAr49uXHyUMh9hQmcKuivN3d { top:30.9375rem;left:7rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlb69wNnJvWbWcrQPN7LWJTNle1aTkV { top:31.1875rem;left:25.25rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrz2toNRtu6OWXhIGFeOK5DDALTq3dUa { top:30.875rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { display:none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DaxqcDSXrWaSeOM28HnUcSyfexpKunEn { top:0.75rem;left:9.9375rem;width:20rem;height:3.8125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fH8PEU9d7pxWIdgCIX8Qf7k9QhGbN7DU { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #abO6PLxygJ7UunJkW2ZMSc1svkzQWApd { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRZy1ZXxzBTi1qPigBl3WR4ZrEIPNHcI { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4NN9ZS72lK7ayTT82P87BmHkdBL4WW2 { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #caguKXMuingtR0eSmxEFeka621fzOwxS { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T93v7AA7GLl3Tc6XH2w7dPsBJHWSwZGH { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kp8v2o9o2UOGTbf4APibTxXaNmaICXxh { top:7.1875rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3LMN05IieJkUHwX6WLfrxWeyAfS8SEE { top:7.5rem;left:10.5625rem;width:6.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTyKaCEXWii7E8aoIIaKSnLeLXGlFVgq { top:8.8125rem;left:10.5625rem;width:16.0625rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8d0WDmX5cFeNNrzgBloHthSVcvZBr7H { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbeFDoCFJKMuEpbEXh66c67kz0DHqgM1 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qR9qhk01Ld3G5bx05KnS9CWXILryvi8P { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTFJhxwBXkNOULXIU6iaGWbu4VDb7tf6 { top:7.5rem;left:10.5625rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0nRVL97lw8Gbo9cDo4Jbd8qGr387l1x { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTQdIdAaWgFqWoauBFmGd22swaQEsIAh { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9NXm5eNT6FoRwntZeIi3miqGr1TdVRP { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVJu5yAbwF7DhV5es1bV5xg5Z6HA2geN { top:16.4375rem;left:4.4375rem;width:15.8125rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTGnaJPUEosTm6HunWVb16DB9wIKOC0w { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9Gweq4yUyhukmsfsr7388tdFfs9s96N { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDxvOOwDRpqkT2IotG4IiiN78au4tF7H { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0Ry3DtfMvV82TJ3PxCJI9W7UdNNpOli { top:7.5rem;left:10.5625rem;width:9.5rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHcdoS6RLMby3rfmp52xCov5i8UZWz1T { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfTnP06SJrNd3gtQHQcr2OyNtl3wLk40 { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaEhK5IHmNMLc8bcfeSZKMH9bQVJXgXJ { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCpcSpy6dLngry5drBUEtgsthUzufZK4 { top:47.1875rem;left:0rem;width:17.8125rem;height:8.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbmRgw57PSQHQ2cMpbAs5J26fazizFUA { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvFguIcAnLNBVHnbffBw3WdHRgRnSndw { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFizEDs64TavSe1NC3wUraE1rTig2ypT { top:1.1875rem;left:9.21875rem;width:29.3125rem;height:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGEVapFXfqTzxbLTQm7C2n0NerknTsFc { top:4.6875rem;left:13.34375rem;width:21.0625rem;height:7.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBwx0edMXBFGqm5l0ZVeoXCKWbxQ6XAV { width:15.4375rem;height:2.9375rem;top:13.75rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbidEAK4AIwq88cLJ6zsTdowmZdoZ8xC { display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { background-color:#d95848;background-image:none;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { width:17.5625rem;height:0;top:2.75rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { width:17.5625rem;height:0;top:2.875rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.58203125rem;left:0rem;width:20rem;height:3.086425rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { width:20rem;height:0;top:4.336425rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx { display:block; }#efQoUFsslpRPPv39Iu2V0x6ZuFKP5DHx > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.423828125rem;left:0rem;width:20rem;height:5.625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.8125rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.6865234375rem;left:1.5625rem;width:16.875rem;height:1.54345625rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b99cbec-ecba-4148-b41f-79c33554463b/BackToSchool_Style_750x750.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL.adaptive-delivery-prevent-bg, #s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL.lazyload, #s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL.lazyloading { background-image: none; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container { background-color: transparent; background-image: none; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container > .video-iframe-container { display: none; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row > .video-iframe-container { display: none; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .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); }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container { border-width: 0; border-radius: 0; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8898HrrSHiVvx1ETs3Tm4mCJ0M7NCtL > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC { display:block; }#A0t9FNyXxZtZmraS8tEkIeSXcTQxTFEC > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.90625rem;left:0rem;width:20rem;height:9.2578125rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R04lrOv1IKT6IVmNJRgC1z5avNo2UHaQ { top:15.0810546875rem;left:0.125rem;width:19.875rem;height:6.171875rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttxF05Lnw1KfGkLwkowq8XhiCcTkrqLb { top:22.24609375rem;left:0rem;width:20rem;height:1.54296875rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtL94392Ri8hrlAdumP7xSUrgxlpe4LB { top:1.125rem;left:2.28125rem;width:15.4375rem;height:2.9375rem;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #OWtRGCJotcaCwIhR8CkSmPwonEHTNV23 { display:block; }
 }@media only screen and (max-width: 763px) { #D0ES5gnKTCMyS0AecJvFW1wVHWBcl20F { width:17.874rem;height:2.5996125rem;top:24.3740234375rem;left:1.0615234375rem;font-size:1rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { width:20rem;height:27.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { width:12.5rem;height:2.5996125rem;top:29.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { width:20rem;height:4rem;top:33.4746125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:42.5996125rem;left:1.5625rem;width:16.875rem;height:6.09375rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { width:12.5rem;height:2.5996125rem;top:38.7871125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { width:20rem;height:5.19921875rem;top:49.9433625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKL5pqVQoTGlXipIssSvneaywI1LsGdP { width:20rem;height:5.19921875rem;top:56.3808625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.5rem;height:2.625rem;top:62.83008125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@media only screen and (max-width: 763px) { #xAlJqsp0tonSraR3tmW2OQ2rFdbPLEMe { width:17.6875rem;height:2.59863125rem;top:66.70508125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { width:20rem;height:3.0874rem;top:1.138671875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { width:9.4375rem;height:1.4624rem;top:4.96875rem;left:8.46875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:6.61328125rem;left:8.46875rem;width:11.5rem;height:5.19921875rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { width:7.25rem;height:7.1875rem;top:12.78125rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { width:7.25rem;height:7.1875rem;top:21.25rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { width:11.8125rem;height:1.38135rem;top:13.28125rem;left:8.46875rem;font-size:1.0625rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.732421875rem;left:8.46875rem;width:11.5625rem;height:5.19921875rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { width:9.4375rem;height:1.4624rem;top:21.25rem;left:8.46875rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:22.826171875rem;left:8.46875rem;width:10.875rem;height:5.19921875rem;z-index:15006;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { width:7.25rem;height:7.1875rem;top:4.96875rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:20rem;height:53.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { width:15.5625rem;height:3.8994125rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { width:17.5625rem;height:1.94970625rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { width:15.5625rem;height:3.8994125rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { width:15.5625rem;height:3.8994125rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l { display:none; }#MMV03T6Hn6SAiMte1aaBETnGuXO2Ia5l > .row .container { width:20rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rgXfOk7841XC0FF2iLWyy2PdXaG4PEBt { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph10oTOurfLpQGSV9RzaSTQCf7lnF9r8 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ito7yCoN01O2AV6rbxavRbxUiOKmvbwq { width:20rem;height:2.5996125rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGQ1lcbPeA1qyvO4FbT9hfz3egiUVGmT { width:15.4375rem;height:2.9375rem;top:21.4101625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE673X0ZADv3ECVyRl6GES9NinuIRyMt { display:block; }
 }@media only screen and (max-width: 763px) { #nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { display:none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { width:20rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { width:20rem;height:3.4121125rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { width:20rem;height:10.3984375rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4vmfGSfRbq9TkhfLkNquXhbK2Bfrgcr { width:15.4375rem;height:2.9375rem;top:21.4101625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJquFhs4DkKmXoBdxIq9d46dy3S4Mky { display:block; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:20rem;height:46.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { width:20rem;height:6.499rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL8GQsrP5TFMWgM78GbPX3vz1z1Qk14 { width:15.4375rem;height:2.9375rem;top:21.4101625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpLRfXni8cT0gL8fD8b7K6A4QNWuNZyo { display:block; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { top:25.84621875rem;left:2.25rem;width:15.4375rem;height:2.9375rem;z-index:15002;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:20rem;height:24.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9a57696-6f7a-4a02-9d6a-84f96c82e3fd/1x1_GWP_Canvasbag.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0.adaptive-delivery-prevent-bg, #ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0.lazyload, #ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0.lazyloading { background-image: none; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container { background-color: transparent; background-image: none; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container > .video-iframe-container { display: none; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row > .video-iframe-container { display: none; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .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); }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container { border-width: 0; border-radius: 0; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ounRhCnb2Mzw3lMGirZPUIMR6NwdasA0 > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL { display:block; }#Km5bTK1SRKiCmvnZZFCKKf5NNDv5dkqL > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poJ23vDvK0p5ht9FvHPt0FwGKBvtacZ6 { width:20rem;height:5.2251rem;top:1.0625rem;left:0rem;font-size:2.375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aT6Do8aA6XLeUog1qHuTrlMmMOGKi9cI { top:12.75rem;left:2.28125rem;width:15.4355625rem;height:2.936525rem;z-index:15002;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #gKvhyUTTP8PP6o2M4WpqTmfnfwvrCMMQ { display:block; }
 }@media only screen and (max-width: 763px) { #GmWlPAvGgW3F9MMzMLThvTuPHU5MlxKw { top:7.0751953125rem;left:0.125rem;width:19.875rem;height:4.6296375rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12b9400c-677a-4e20-bfba-735ab3c78d77/50_50_2.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.adaptive-delivery-prevent-bg, #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.lazyload, #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.lazyloading { background-image: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { background-color: transparent; background-image: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container > .video-iframe-container { display: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container { display: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .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); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { border-width: 0; border-radius: 0; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { display:block; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { width:20rem;height:3.08715625rem;top:0.75rem;left:0rem;font-size:2.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { width:20rem;height:1.5432125rem;top:3.7109375rem;left:0rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7Eg1DtfNw8RD40pUa03oCPSF5UPUrf { top:24.123046875rem;left:2.28125rem;width:15.4355625rem;height:2.936525rem;z-index:15002;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #kq6TNuNU3sVwHREAhkRcQcsSiaWvTLeQ { display:block; }
 }@media only screen and (max-width: 763px) { #eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { top:5.9501953125rem;left:0.0625rem;width:19.875rem;height:16.97265625rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d80b1b34-d0d4-470d-bbc1-447c838b3c7b/BackToSchool_Stream_1x1.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.adaptive-delivery-prevent-bg, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyload, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyloading { background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { background-color: transparent; background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:block; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { width:20rem;height:2.61255rem;top:1.12451171875rem;left:0rem;font-size:2.375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:4.412109375rem;left:0rem;width:20rem;height:9.2578125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGOmSm8Dwa73PD5Ffhv0Fbme6lhKzOA7 { top:14.5625rem;left:2.28125rem;width:15.4375rem;height:2.9375rem;z-index:15003;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #P0hRP78JNVyVP0bZO1MFRhPabxKa1TvT { display:block; }
 }@media only screen and (max-width: 763px) { #NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { display:block; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { width:20rem;height:4.26171875rem;top:1.099609375rem;left:0rem;font-size:1.9375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c7c303f2-8239-468d-bc05-d6e2fc3056cd/50_50_3.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv.adaptive-delivery-prevent-bg, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyload, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyloading { background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { background-color: transparent; background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y { display:none; }#DqHEKHUiduLh9P4IN5hf4UXWRbsIVV6y > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iznN8vHnKPFK5S5qHQwL4KWGLA83hXQq { width:20rem;height:21.75rem;top:18.9462875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6mINiTE7sGBrSyr31wkHJXg49p5t1VK { width:20rem;height:4.798825rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHRsVA1OPNnTNq8Qk6cEFiSFrLval0V { width:20rem;height:10.3984375rem;top:6.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo { display:none; }#XGFqHQyqgP1JghHw3Auu7N2UukRpS2Lo > .row .container { width:20rem;height:70.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PkOf509sga7lHbHgB8aoBeqHTCpcOyxm { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKLUTTlNlBRr0KazEd6JJaq6UhQS4oMi { width:20rem;height:6.5625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MilWHAhF0IB0Lb8GR6DbemMHydTFaQIm { width:5.4375rem;height:5.4375rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GniNr8fZpTNQ9hmvLayS1VXtZTPQGuUX { width:6.8125rem;height:1.29980625rem;top:22.19921875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ammHu2QIpK790G3psebXmuEHORu3KhJc { width:20rem;height:6.499rem;top:37.51171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTZCl0TaF4CiWa7fxSTOtENAeLTed1W { width:1.3125rem;height:1.3125rem;top:24.69921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVabmWfrZT8ZAtyEBM3v7entJB9pNpU0 { width:1.3125rem;height:1.3125rem;top:27.26171875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vfDzrFlyUaJAuZ8TMGO4o7wImbvyPA { width:1.3125rem;height:1.3125rem;top:29.82421875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCUfAIt834ChT2wxZbbKaDEh4Pyy5xva { width:1.3125rem;height:1.3125rem;top:32.38671875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxTDE222D1zZctTHhRDTlsPFDAK503E { width:1.3125rem;height:1.3125rem;top:34.94921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLBTSPfG5qehoLTBagvTlLphBO8rVwRz { width:20rem;height:6.5625rem;top:42.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKrNNiT4QNU2rI77lmNZ6BeTBlbLULI { width:5.4375rem;height:5.4375rem;top:43.19921875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmU4rdz2o1OzxCwFBEE4iFddt1rGO17U { width:11.1875rem;height:0;top:43.32421875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fCiJVQebfRUosh8ryHhMNkd8esrv6H { width:20rem;height:5.19921875rem;top:44.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky9ruuz7zqHJONAlfNd23930iO3IwLZr { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3pP02miyrHG57Rsi7wP6J4XakXOqxS { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigxQ5ZftrafLuO6ErpvTkEaI028EnSu { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gluo2iLIGpxLrL6P29909VKBNZWnTE9U { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3HJAfo8TC2D9qr90FRg0ZOIyINW2pVz { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leIqVPTvcTNJfbDd1ebdm11ToMXA5BTQ { width:20rem;height:6.5625rem;top:50.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtL1t9aRhQBCvaPfdlnSlUVMpATMF5zQ { width:5.4375rem;height:5.4375rem;top:51.01171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtg5Q9zfmTsQrnTJtN1HUcBKAhvkibM3 { width:11.4375rem;height:0;top:51.13671875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAAVgoZL7IweIm2Gofb6gvaiTC2o7D4g { width:20rem;height:4.875rem;top:52.5498046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci87qOmtC50R1JdIzJwdtIJxdQ9a3LID { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmLLwFTBrO0reqfze5T7O1QoDG5K35gH { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCZQ63Or8PzIJMlfxm7wZ6RNXcxRH8p { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFZJKXkPu5WLwivOq5qGxzofFHB431d { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTTVLhDN6QBVaRhzeIre26eT9kDQXqk { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6QBMMmsobV5i2pJ507OARHE1TmRGBTV { width:20rem;height:6.5625rem;top:61.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEck7xWWaKuau4byTqlfp2PGlcL0pwh8 { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3DQFwPNZXvwfUszbO7cbTX5dHuQ7uMx { width:20rem;height:0;top:63.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFHvinQz7AMIb95xTxWLXlZVvFIqvXGe { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2O1zKFv1P4L1OVkKTVD0hVa2NP8KO1 { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6XIbzXW7gMyt5R8GzkZIUmqfVaAQQL8 { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5JTuUa2sAr49uXHyUMh9hQmcKuivN3d { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlb69wNnJvWbWcrQPN7LWJTNle1aTkV { width:11.75rem;height:0;top:62.142578125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrz2toNRtu6OWXhIGFeOK5DDALTq3dUa { width:5.4375rem;height:5.4375rem;top:61.82421875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF { background-color:#f1f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { background-color: transparent; background-image: none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container > .video-iframe-container { display: none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row > .video-iframe-container { display: none; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .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); }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { border-width: 0; border-radius: 0; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGs2gPe6Kfu99oLws1PrUyXz0Xdw2TSF > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaxqcDSXrWaSeOM28HnUcSyfexpKunEn { width:20rem;height:5.2251rem;top:1.0625rem;left:0rem;font-size:2.375rem;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fH8PEU9d7pxWIdgCIX8Qf7k9QhGbN7DU { width:20rem;height:16.0625rem;top:7.5625rem;left:0.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #abO6PLxygJ7UunJkW2ZMSc1svkzQWApd { width:7.375rem;height:7.375rem;top:8.75rem;left:1.1875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRZy1ZXxzBTi1qPigBl3WR4ZrEIPNHcI { width:1.3125rem;height:1.3125rem;top:13.0625rem;left:10.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #d4NN9ZS72lK7ayTT82P87BmHkdBL4WW2 { width:1.3125rem;height:1.3125rem;top:13.0625rem;left:11.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #caguKXMuingtR0eSmxEFeka621fzOwxS { width:1.3125rem;height:1.3125rem;top:13.0625rem;left:12.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #T93v7AA7GLl3Tc6XH2w7dPsBJHWSwZGH { width:1.3125rem;height:1.3125rem;top:13.0625rem;left:14.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kp8v2o9o2UOGTbf4APibTxXaNmaICXxh { width:1.3125rem;height:1.3125rem;top:13.0625rem;left:15.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #d3LMN05IieJkUHwX6WLfrxWeyAfS8SEE { width:6.8125rem;height:2.5996125rem;top:9.9375rem;left:10.125rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XTyKaCEXWii7E8aoIIaKSnLeLXGlFVgq { width:17.6875rem;height:6.09375rem;top:16.625rem;left:1.1875rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #R8d0WDmX5cFeNNrzgBloHthSVcvZBr7H { width:20rem;height:16.0625rem;top:24.75rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tbeFDoCFJKMuEpbEXh66c67kz0DHqgM1 { width:7.375rem;height:7.375rem;top:25.75rem;left:1.125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qR9qhk01Ld3G5bx05KnS9CWXILryvi8P { width:1.3125rem;height:1.3125rem;top:30.0625rem;left:10.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xTFJhxwBXkNOULXIU6iaGWbu4VDb7tf6 { width:7.8125rem;height:2.5996125rem;top:27.1875rem;left:10.0625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #E0nRVL97lw8Gbo9cDo4Jbd8qGr387l1x { width:1.3125rem;height:1.3125rem;top:30.0625rem;left:11.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BTQdIdAaWgFqWoauBFmGd22swaQEsIAh { width:1.3125rem;height:1.3125rem;top:30.0625rem;left:12.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #D9NXm5eNT6FoRwntZeIi3miqGr1TdVRP { width:1.3125rem;height:1.3125rem;top:30.0625rem;left:14rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dVJu5yAbwF7DhV5es1bV5xg5Z6HA2geN { width:17.4375rem;height:6.09375rem;top:33.5625rem;left:1.3125rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TTGnaJPUEosTm6HunWVb16DB9wIKOC0w { width:20rem;height:18.375rem;top:42.1875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #y9Gweq4yUyhukmsfsr7388tdFfs9s96N { width:7.375rem;height:7.375rem;top:43.375rem;left:1.0625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HDxvOOwDRpqkT2IotG4IiiN78au4tF7H { width:1.3125rem;height:1.3125rem;top:47.6875rem;left:10rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #f0Ry3DtfMvV82TJ3PxCJI9W7UdNNpOli { width:9.5rem;height:2.4375rem;top:44.75rem;left:10rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IHcdoS6RLMby3rfmp52xCov5i8UZWz1T { width:1.3125rem;height:1.3125rem;top:47.6875rem;left:11.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZfTnP06SJrNd3gtQHQcr2OyNtl3wLk40 { width:1.3125rem;height:1.3125rem;top:47.6875rem;left:12.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #NaEhK5IHmNMLc8bcfeSZKMH9bQVJXgXJ { width:1.3125rem;height:1.3125rem;top:47.6875rem;left:13.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vCpcSpy6dLngry5drBUEtgsthUzufZK4 { width:18.3125rem;height:8.53125rem;top:51.375rem;left:0.8125rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #IbmRgw57PSQHQ2cMpbAs5J26fazizFUA { width:1.3125rem;height:1.3125rem;top:47.6875rem;left:15.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #LvFguIcAnLNBVHnbffBw3WdHRgRnSndw { width:1.3125rem;height:1.3125rem;top:30.0625rem;left:15.3125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFizEDs64TavSe1NC3wUraE1rTig2ypT { width:18.25rem;height:5.2251rem;top:1.125rem;left:0.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGEVapFXfqTzxbLTQm7C2n0NerknTsFc { width:20rem;height:9.2578125rem;top:6.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBwx0edMXBFGqm5l0ZVeoXCKWbxQ6XAV { width:15.4375rem;height:2.9375rem;top:17.125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbidEAK4AIwq88cLJ6zsTdowmZdoZ8xC { display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89355625rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }