.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4eedc;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; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row .container { background-color: transparent; background-image: none; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row .container > .video-iframe-container { display: none; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row > .video-iframe-container { display: none; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .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); }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row .container { border-width: 0; border-radius: 0; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row .container { font-size:0.875rem;font-family:arial;height:125.25rem;width:60rem;position:relative;display:block; }#yFzQyJmTCyagvUuKuSlx8i9pXPTrtm87 { color:#201919;display:block;width:55.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.46875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKBIPi47RDn9KVdAvSnRg7u9ed84vWvZ { color:#3a3333;display:block;width:48.625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.69775390625rem;left:5.6875rem;height:6.8247rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#keyHIabGlIPxpUVXb1X5THzUF7me89qq { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.9375rem;left:17.625rem;display:block; }
#yJhEuptfWh58Oda8Wg6CHTQlsGq9bSwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKyVf4uPa1x8rnZrr6I3nSxA6f4zLCxG { color:#201919;display:block;width:55.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6728515625rem;left:2.46875rem;height:11.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCPrnr5uEFcc8BGQ7QIPcTldf8El0cAy { color:#3a3333;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.83447265625rem;left:5.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fyGEsrsTpKZSD8dZdufeU0Mhy1S9MTWE { position:absolute;display:block;z-index:15011;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:89rem;width:60rem;top:36.02197265625rem;left:0rem;overflow:hidden;display:block; }
#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4eedc;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; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row .container { background-color: transparent; background-image: none; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row .container > .video-iframe-container { display: none; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row > .video-iframe-container { display: none; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .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); }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row .container { border-width: 0; border-radius: 0; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#uTeyIKyXuitX8L4uTvlxVwJqXJcf4oyP { color:#201919;display:block;width:55.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.46875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tG0Je67RWBFg8ont9kIubCZDGSPoeoIw { color:#3a3333;display:block;width:48.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:6.94775390625rem;left:5.6875rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPr1xcQs0Tw30p65iimZR2WJIkvULgb0 { color:#3a3333;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.32275390625rem;left:5.6875rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rgEevvdL1KuwPT057dBzSWp2ecXiJWfr { color:#3a3333;display:block;width:48.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:27.57275390625rem;left:5.6875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8eaff;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; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row .container { background-color: transparent; background-image: none; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row .container > .video-iframe-container { display: none; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row > .video-iframe-container { display: none; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .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); }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row .container { border-width: 0; border-radius: 0; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;position:relative;display:block; }#vR0dg0Db36cpWXH0SzJSPXKXhHicdaG2 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8671875rem;left:23.90625rem;height:17.875rem;text-align:left;text-align-last:left;display:block; }
#xodaLiAslHgtfhGfofuLqOg4dCKAdbsn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;height:30.8125rem;width:17.1875rem;top:8.3984375rem;left:3.84375rem;overflow:hidden;display:block; }
#oMVitr8M0HpPHKVelLcWV8XSmf2wKDJR { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.84375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#otOSedI8zWBiyqCovWz2kdyZJsV7TLPC { color:#190303;display:block;width:45.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.5771484375rem;left:6.5rem;height:13.64794375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eckTbfTvBeflGTu64R3nedITFelS6IBo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row .container { background-color: transparent; background-image: none; }#eckTbfTvBeflGTu64R3nedITFelS6IBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row .container > .video-iframe-container { display: none; }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row > .video-iframe-container { display: none; }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .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); }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row .container { border-width: 0; border-radius: 0; }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#fU7Xe16PfPysz80MSaUCeEOo0UHnIsmz { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0546875rem;left:5.71875rem;height:34.125rem;text-align:left;text-align-last:left;display:block; }
#TvzzRFQntAR1sIZkTRyhATsyrOvzkK1H { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.84375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4eedc;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; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row .container { background-color: transparent; background-image: none; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row .container > .video-iframe-container { display: none; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row > .video-iframe-container { display: none; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .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); }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row .container { border-width: 0; border-radius: 0; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row .container { font-size:0.875rem;font-family:arial;height:174.8125rem;width:60rem;position:relative;display:block; }#c6QTvLUD2Hg2QkeHITkKMNKAEiTmgIDt { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.61279296875rem;left:3.15625rem;height:4.67480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlZa42AXJAhqdoIBkCP2Zl5BH958tvUN { 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:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.8125rem;height:4.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:157.1875rem;left:14.09375rem;display:block; }
#D3ToyP9nZDRX8P6ZuSyAKzM0F44XT0Jt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDSDSL1kU5ftAa6dfBCK8wqXgXdppxyW { position:absolute;display:block;z-index:15007;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:19.625rem;width:26.375rem;top:6.71923828125rem;left:0rem;overflow:hidden;display:block; }
#IdibfkyzIQaINSVEsaxX25670DeohOh2 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:28.8125rem;height:12.4277625rem;display:block; }
#M9Ictt3CILCQoc3S8WwOcvvNRVRqTXHd { position:absolute;display:block;z-index:15008;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:19.625rem;width:26.5rem;top:27.6396484375rem;left:0rem;overflow:hidden;display:block; }
#rAhPsNtPNJo5Ie37yEyWQOgKiV49WrlS { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.4189453125rem;left:28.8125rem;height:15.18945625rem;display:block; }
#sGbGbAxXCf7tMfB3WZFf2snmJLOnqE3a { 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:20.5625rem;width:27.6875rem;top:48rem;left:0rem;overflow:hidden;display:block; }
#ATSGNdEomTUh5pSZsT3DB3NF382wlbXW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:27.1875rem;top:68.25rem;left:0rem;overflow:hidden;display:block; }
#qfr7MzOhGyRr2Xyf8l1KhgpJbFvIC7tz { position:absolute;display:block;z-index:15011;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:19.9375rem;width:26.75rem;top:88.4375rem;left:0rem;overflow:hidden;display:block; }
#TTpMhT8y35vbWlf1cVMRqmRbPynBHOEH { 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:19.75rem;width:26.5rem;top:108.25rem;left:0rem;overflow:hidden;display:block; }
#sMVOhlv13U47JWw0sEwMz6Hi2yzzXcUU { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:50.125rem;left:28.8125rem;height:13.80861875rem;display:block; }
#NClkQEgJDb0zinmgJ9Of5ClsVBgsy2T8 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:70.25rem;left:28.8125rem;height:13.80861875rem;display:block; }
#FvnWzmIKgttSeDFx7LXTnGy724qt0x37 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:90.25rem;left:28.8125rem;height:11.0468875rem;display:block; }
#q6lLICN2wZ3S4hlkusKL3a3O78c5gtGH { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:109.50146484375rem;left:28.8125rem;height:13.80861875rem;display:block; }
#ky3Dx7zhIOFGSt9QoJXDGx153E9pUJQA { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:145.6875rem;left:9.46875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnHywKdcUzv6B1FZRPFOZ8suKb6XeXys { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:150.6123046875rem;left:4.84375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itowaPi68lrfkPXydza0tBtdAbvd4ouZ { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:130.0078125rem;left:1.15625rem;height:11.0468875rem;display:block; }
#RZiwnLQHaWa1SAi4GzZGLdOfO9yT5E0z { color:#000000;display:block;width:48.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:163.75rem;left:4.84375rem;height:5.84911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkPx7sOw5VQOm4G5hDOQUB29zdTeJRNg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:24.8125rem;top:127.25rem;left:31.693912751879rem;overflow:hidden;display:block; }
#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container { background-color: transparent; background-image: none; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container > .video-iframe-container { display: none; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row > .video-iframe-container { display: none; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .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); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container { border-width: 0; border-radius: 0; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:60rem;position:relative;display:block; }#yHngqJxsc4QSSoPha8RVKKkNDLSr2kTC { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.80029296875rem;left:1.97412109375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kMRZXoz8FeTDvuoyspwP8o9cCvQcQ2TR { position:absolute;display:block;z-index:15006;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:15.9375rem;width:31.3125rem;top:27.8369140625rem;left:0rem;overflow:hidden;display:block; }
#rF916Orm7t5r7qCzM7UrGDfb2P9AnP7W { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:28rem;top:27.8369140625rem;left:32rem;overflow:hidden;display:block; }
#QGNGHm6amqEkdM4OOUWJ1QvqlT8lD4V6 { position:absolute;display:block;z-index:15008;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:20.75rem;width:60rem;top:5.5869140625rem;left:0rem;overflow:hidden;display:block; }
#aXEklEN57AoP4KcS5HWvglW7CVHtfJ6R { 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:3.25rem;width:27.6875rem;top:39.3369140625rem;left:32.1611328125rem;overflow:hidden;display:block; }
#KMqrxpfHPlUFOKngwWlMn928kf6oxyW2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:31rem;top:44.3994140625rem;left:0rem;overflow:hidden;display:block; }
#JP4k1nNb4QJeoM51vKfS337gbKhRTloA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.1875rem;top:43.7744140625rem;left:32rem;overflow:hidden;display:block; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4eedc;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; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { color:#151412;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.06201171875rem;left:19.90576171875rem;height:2.76220625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { color:rgba(19,18,15,0.8);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:8.1630859375rem;left:24.5rem;height:24.69875625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w3AouHLUgoG11mJZ2wPz1HH3ClcDTIHk { color:#272522;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.68701171875rem;left:19.90576171875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T6twX4ET3JcdTe0ZkpUFy5RNKC6RiOal { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:15.8125rem;top:6.82373046875rem;left:4.15576171875rem;overflow:hidden;display:block; }
#rsDHBPaXGDQCOFbCLi7AriK67Kms1p67 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:19.5625rem;top:35.2802734375rem;left:2.28076171875rem;overflow:hidden;display:block; }
#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8eaff;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; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row .container { background-color: transparent; background-image: none; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row .container > .video-iframe-container { display: none; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row > .video-iframe-container { display: none; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .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); }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row .container { border-width: 0; border-radius: 0; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#UZIlTfc3ukxFwSVxdirnLmnAePenpJNz { color:rgba(19,18,15,0.8);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.14990234375rem;left:25.0625rem;height:17.99805625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IWnMPMMUXhLHivtTTd5atUAEHPrOVnAb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;height:30.8125rem;width:17.1875rem;top:3.84326171875rem;left:4.78125rem;overflow:hidden;display:block; }
#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4eedc;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; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row .container { background-color: transparent; background-image: none; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row .container > .video-iframe-container { display: none; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row > .video-iframe-container { display: none; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .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); }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row .container { border-width: 0; border-radius: 0; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#DAIUM6zdlwF4kervt5IuvPI8mvKF02xB { color:#151412;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.06201171875rem;left:19.90576171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#namfEU04KbtNOue4O3bo23UGmXU7T2hG { color:rgba(19,18,15,0.8);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:8.3505859375rem;left:21.5rem;height:32.29835625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TqAV76ndWGcKyvFabOoCtBgsrGAwW0Qz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:15.8125rem;top:11.2568359375rem;left:4.1552734375rem;overflow:hidden;display:block; }
#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oSb83kcR/BG_template_Money_Ebook_4.jpg");background-position:top left !important;background-repeat: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; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.adaptive-delivery-prevent-bg, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyload, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyloading { background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { background-color: transparent; background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .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); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { border-width: 0; border-radius: 0; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#VII84peBED1TlyZTXInwD0yFMPh8GvFy { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.083984375rem;left:7.15625rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HM6nSlwZIJopAcUgPphMF1kwm17WyPWT { color:#000000;display:block;width:27.875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.875rem;left:25.03125rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilHImp61ixUNpi8TwLHz06W5lR4Ab03M { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:19.4375rem;top:14.375rem;left:2.1875rem;overflow:hidden;display:block; }
#bqI2oSehUukqz87yXfysR8SFVWX7oaqz { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:36.6875rem;left:25.84375rem;display:block; }
#t1LBq1t2AxZm5IID5daS6vRc9qkqFqNZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQhWKawMfIxgRV1ziqWuldS05rCaS61H { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.5rem;left:24.25rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKadUbVrdkioefHWTqfiX8bCtvIQppQu { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.375rem;left:27.6875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ko8BivtPDlyv5sfe4ArmXDXXz1T3PTLu { color:#000000;display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.5rem;left:24.875rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdbOCXm7qHDDZpxThysNKGff5FbGaIF9 { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.771484375rem;left:7.15625rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8eaff;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; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row .container { background-color: transparent; background-image: none; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row .container > .video-iframe-container { display: none; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row > .video-iframe-container { display: none; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .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); }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row .container { border-width: 0; border-radius: 0; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:60rem;position:relative;display:block; }#ZvJmnHPrsNSNTOvvdWXOi1qRh5w1vmDk { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.25rem;left:23.875rem;height:32.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EnWETCVFUc6z6FRTMgI79Z5qG4PcxzG4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;height:30.8125rem;width:17.1875rem;top:6.25rem;left:3.8125rem;overflow:hidden;display:block; }
#ORWDHVuMtbBuVQJZt3qAygaXo0oEUgSD { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.84375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OWkS1qhV4KnaMqT8TWCAWywCGdZbpMCO { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41.833984375rem;left:7.15625rem;height:5.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REXBfeLDHrvxZKTugMz5g9Sn56fCOTqu { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:48.9375rem;left:18.125rem;display:block; }
#f29NppXWhEa1EziIbKTOKKfeV9bzwdGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dEXbwMnsauODzOtg8g1IsclnRB5plwwe { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#f4eedc;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; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container { background-color: transparent; background-image: none; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container > .video-iframe-container { display: none; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row > .video-iframe-container { display: none; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .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); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container { border-width: 0; border-radius: 0; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container { font-size:0.875rem;font-family:arial;height:4.95rem;width:60rem;position:relative;display:block; }#bn31OTBQ2hvPGSiTXkZT17GnxKZh9d7w { color:#000000;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:24.3125rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZlHdLkboOJdWqMv1Q327IB1S6AvSCCpE { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:36.5625rem;height:1.2246125rem;font-style:normal;display:block; }
#C58Otanls3mio3MTEEp2O2Dua5KkXdCi { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:1.8125rem;left:12.75rem;height:1.2246125rem;font-style:normal;display:block; }
#OKIK36sxccmf2v2ZPC5R6IMCkkd0n1Sm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:1.6875rem;left:10.75rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J { display:block; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFzQyJmTCyagvUuKuSlx8i9pXPTrtm87 { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBIPi47RDn9KVdAvSnRg7u9ed84vWvZ { top:19.6875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keyHIabGlIPxpUVXb1X5THzUF7me89qq { width:24.75rem;height:3.4375rem;top:31.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJhEuptfWh58Oda8Wg6CHTQlsGq9bSwL { display:block; }
 }@media only screen and (max-width: 763px) { #JKyVf4uPa1x8rnZrr6I3nSxA6f4zLCxG { width:47.75rem;height:;top:6.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCPrnr5uEFcc8BGQ7QIPcTldf8El0cAy { top:27.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyGEsrsTpKZSD8dZdufeU0Mhy1S9MTWE { top:36rem;left:0rem;width:47.75rem;height:70.829166666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzWd85HoAAFWp299gBc6HR7d1ykzkwT { display:block; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTeyIKyXuitX8L4uTvlxVwJqXJcf4oyP { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG0Je67RWBFg8ont9kIubCZDGSPoeoIw { top:6.9375rem;left:0rem;width:47.75rem;height:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPr1xcQs0Tw30p65iimZR2WJIkvULgb0 { top:24.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgEevvdL1KuwPT057dBzSWp2ecXiJWfr { top:27.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR { display:block; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vR0dg0Db36cpWXH0SzJSPXKXhHicdaG2 { top:14.8125rem;left:17.25rem;width:30.5rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xodaLiAslHgtfhGfofuLqOg4dCKAdbsn { top:8.375rem;left:0rem;width:17.1875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMVitr8M0HpPHKVelLcWV8XSmf2wKDJR { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otOSedI8zWBiyqCovWz2kdyZJsV7TLPC { top:40.5625rem;left:0.375rem;width:45.1875rem;height:13.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eckTbfTvBeflGTu64R3nedITFelS6IBo { display:block; }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fU7Xe16PfPysz80MSaUCeEOo0UHnIsmz { top:7rem;left:0rem;width:47.75rem;height:34.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvzzRFQntAR1sIZkTRyhATsyrOvzkK1H { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D { display:block; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6QTvLUD2Hg2QkeHITkKMNKAEiTmgIDt { width:47.75rem;height:4.625rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZa42AXJAhqdoIBkCP2Zl5BH958tvUN { width:31.8125rem;height:4.3125rem;top:157.1875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ToyP9nZDRX8P6ZuSyAKzM0F44XT0Jt { display:block; }
 }@media only screen and (max-width: 763px) { #GDSDSL1kU5ftAa6dfBCK8wqXgXdppxyW { top:6.6875rem;left:0rem;width:26.375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdibfkyzIQaINSVEsaxX25670DeohOh2 { top:8.3125rem;left:18.5625rem;width:29.1875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Ictt3CILCQoc3S8WwOcvvNRVRqTXHd { top:27.625rem;left:0rem;width:26.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAhPsNtPNJo5Ie37yEyWQOgKiV49WrlS { top:29.375rem;left:18.5625rem;width:29.1875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGbGbAxXCf7tMfB3WZFf2snmJLOnqE3a { top:48rem;left:0rem;width:27.6875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSGNdEomTUh5pSZsT3DB3NF382wlbXW { top:68.25rem;left:0rem;width:27.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfr7MzOhGyRr2Xyf8l1KhgpJbFvIC7tz { top:88.4375rem;left:0rem;width:26.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpMhT8y35vbWlf1cVMRqmRbPynBHOEH { top:108.25rem;left:0rem;width:26.5rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMVOhlv13U47JWw0sEwMz6Hi2yzzXcUU { top:50.125rem;left:18.5625rem;width:29.1875rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NClkQEgJDb0zinmgJ9Of5ClsVBgsy2T8 { top:70.25rem;left:18.5625rem;width:29.1875rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvnWzmIKgttSeDFx7LXTnGy724qt0x37 { top:90.25rem;left:18.5625rem;width:29.1875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6lLICN2wZ3S4hlkusKL3a3O78c5gtGH { top:109.5rem;left:18.5625rem;width:29.1875rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3Dx7zhIOFGSt9QoJXDGx153E9pUJQA { width:41.0625rem;height:2.875rem;top:145.6875rem;left:3.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHywKdcUzv6B1FZRPFOZ8suKb6XeXys { width:47.75rem;height:2.875rem;top:150.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itowaPi68lrfkPXydza0tBtdAbvd4ouZ { top:130rem;left:0rem;width:29.1875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZiwnLQHaWa1SAi4GzZGLdOfO9yT5E0z { width:47.75rem;height:5.8125rem;top:163.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkPx7sOw5VQOm4G5hDOQUB29zdTeJRNg { top:127.25rem;left:20.5625rem;width:24.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH { display:block; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHngqJxsc4QSSoPha8RVKKkNDLSr2kTC { width:47.75rem;height:2.4375rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMRZXoz8FeTDvuoyspwP8o9cCvQcQ2TR { top:27.8125rem;left:0rem;width:31.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF916Orm7t5r7qCzM7UrGDfb2P9AnP7W { top:27.8125rem;left:19.75rem;width:28rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGNGHm6amqEkdM4OOUWJ1QvqlT8lD4V6 { top:5.5625rem;left:0rem;width:47.75rem;height:16.513541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEklEN57AoP4KcS5HWvglW7CVHtfJ6R { top:39.3125rem;left:20.0625rem;width:27.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMqrxpfHPlUFOKngwWlMn928kf6oxyW2 { top:44.375rem;left:0rem;width:31rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4k1nNb4QJeoM51vKfS337gbKhRTloA { top:43.75rem;left:25.875rem;width:21.1875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:27.1875rem;height:2.75rem;top:4rem;left:13.78076171875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:31.6875rem;height:26.5625rem;top:8.125rem;left:16.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3AouHLUgoG11mJZ2wPz1HH3ClcDTIHk { width:24.9375rem;height:2.4375rem;top:1.625rem;left:13.78076171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6twX4ET3JcdTe0ZkpUFy5RNKC6RiOal { top:6.8125rem;left:0rem;width:15.8125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsDHBPaXGDQCOFbCLi7AriK67Kms1p67 { top:35.25rem;left:0rem;width:19.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb { display:block; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZIlTfc3ukxFwSVxdirnLmnAePenpJNz { width:31.6875rem;height:17.9375rem;top:11.125rem;left:16.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWnMPMMUXhLHivtTTd5atUAEHPrOVnAb { top:3.8125rem;left:0rem;width:17.1875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khMzDuTbky3dTuexwwmCVuKnTEOt3mLE { display:block; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAIUM6zdlwF4kervt5IuvPI8mvKF02xB { width:27.1875rem;height:;top:4rem;left:13.78076171875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #namfEU04KbtNOue4O3bo23UGmXU7T2hG { width:31.6875rem;height:34.1875rem;top:8.3125rem;left:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAV76ndWGcKyvFabOoCtBgsrGAwW0Qz { top:11.25rem;left:0rem;width:15.8125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VII84peBED1TlyZTXInwD0yFMPh8GvFy { width:45.6875rem;height:3.875rem;top:8.0625rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6nSlwZIJopAcUgPphMF1kwm17WyPWT { width:27.875rem;height:2.25rem;top:22.875rem;left:18.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilHImp61ixUNpi8TwLHz06W5lR4Ab03M { top:14.375rem;left:0rem;width:19.4375rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqI2oSehUukqz87yXfysR8SFVWX7oaqz { width:23.75rem;height:3.4375rem;top:36.6875rem;left:19.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1LBq1t2AxZm5IID5daS6vRc9qkqFqNZ { display:block; }
 }@media only screen and (max-width: 763px) { #MQhWKawMfIxgRV1ziqWuldS05rCaS61H { width:26.9375rem;height:3.375rem;top:29.5rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKadUbVrdkioefHWTqfiX8bCtvIQppQu { width:20.4375rem;height:1.4375rem;top:26.375rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8BivtPDlyv5sfe4ArmXDXXz1T3PTLu { width:29.375rem;height:4.375rem;top:15.5rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdbOCXm7qHDDZpxThysNKGff5FbGaIF9 { width:45.6875rem;height:3.875rem;top:2.75rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf { display:block; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvJmnHPrsNSNTOvvdWXOi1qRh5w1vmDk { top:6.25rem;left:17.25rem;width:30.5rem;height:34.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnWETCVFUc6z6FRTMgI79Z5qG4PcxzG4 { top:6.25rem;left:0rem;width:17.1875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWDHVuMtbBuVQJZt3qAygaXo0oEUgSD { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWkS1qhV4KnaMqT8TWCAWywCGdZbpMCO { width:45.6875rem;height:5.1875rem;top:41.8125rem;left:1.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXBfeLDHrvxZKTugMz5g9Sn56fCOTqu { width:23.75rem;height:3.4375rem;top:48.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f29NppXWhEa1EziIbKTOKKfeV9bzwdGT { display:block; }
 }@media only screen and (max-width: 763px) { #dEXbwMnsauODzOtg8g1IsclnRB5plwwe { display:block; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn31OTBQ2hvPGSiTXkZT17GnxKZh9d7w { top:1.8125rem;left:18.1875rem;width:9.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlHdLkboOJdWqMv1Q327IB1S6AvSCCpE { top:1.8125rem;left:30.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C58Otanls3mio3MTEEp2O2Dua5KkXdCi { top:1.8125rem;left:6.625rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKIK36sxccmf2v2ZPC5R6IMCkkd0n1Sm { top:1.6875rem;left:4.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f4eedc;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J { display:block; }#Hsxk3Qo0CdVEEKtykEcDALlTJMUme44J > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFzQyJmTCyagvUuKuSlx8i9pXPTrtm87 { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBIPi47RDn9KVdAvSnRg7u9ed84vWvZ { width:20rem;height:4.875rem;top:13.17384375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keyHIabGlIPxpUVXb1X5THzUF7me89qq { width:19rem;height:3.4375rem;top:23.14845625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJhEuptfWh58Oda8Wg6CHTQlsGq9bSwL { display:block; }
 }@media only screen and (max-width: 763px) { #JKyVf4uPa1x8rnZrr6I3nSxA6f4zLCxG { width:20rem;height:7.472625rem;top:4.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCPrnr5uEFcc8BGQ7QIPcTldf8El0cAy { width:20rem;height:3.8994125rem;top:19.29884375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyGEsrsTpKZSD8dZdufeU0Mhy1S9MTWE { width:20rem;height:29.6650625rem;top:27.83595625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzWd85HoAAFWp299gBc6HR7d1ykzkwT { display:block; }#BzzWd85HoAAFWp299gBc6HR7d1ykzkwT > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTeyIKyXuitX8L4uTvlxVwJqXJcf4oyP { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG0Je67RWBFg8ont9kIubCZDGSPoeoIw { width:20rem;height:25.1972375rem;top:4.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sPr1xcQs0Tw30p65iimZR2WJIkvULgb0 { width:20rem;height:1.625rem;top:31.11471875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgEevvdL1KuwPT057dBzSWp2ecXiJWfr { width:20rem;height:12.5rem;top:33.98971875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR { display:block; }#ITGnK03P8GLZvFVlV3TlRxuPFRBkXFhR > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vR0dg0Db36cpWXH0SzJSPXKXhHicdaG2 { width:20rem;height:21.9287125rem;top:42.0483125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xodaLiAslHgtfhGfofuLqOg4dCKAdbsn { width:17rem;height:30.5rem;top:10.2983125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMVitr8M0HpPHKVelLcWV8XSmf2wKDJR { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #otOSedI8zWBiyqCovWz2kdyZJsV7TLPC { width:19.5625rem;height:16.36030625rem;top:65.233875rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eckTbfTvBeflGTu64R3nedITFelS6IBo { display:block; }#eckTbfTvBeflGTu64R3nedITFelS6IBo > .row .container { width:20rem;height:56.0859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fU7Xe16PfPysz80MSaUCeEOo0UHnIsmz { width:20rem;height:49.71094375rem;top:6.398925rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvzzRFQntAR1sIZkTRyhATsyrOvzkK1H { width:18.875rem;height:3.8994125rem;top:1.25rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D { display:block; }#MGHa8kSKhHUP4VFpeniJ79ZJR2yqFD5D > .row .container { width:20rem;height:280.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6QTvLUD2Hg2QkeHITkKMNKAEiTmgIDt { width:20rem;height:4.94824375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZa42AXJAhqdoIBkCP2Zl5BH958tvUN { width:17.5rem;height:3.4375rem;top:268.39845625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ToyP9nZDRX8P6ZuSyAKzM0F44XT0Jt { display:block; }
 }@media only screen and (max-width: 763px) { #GDSDSL1kU5ftAa6dfBCK8wqXgXdppxyW { width:20rem;height:14.8125rem;top:7.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdibfkyzIQaINSVEsaxX25670DeohOh2 { width:19.875rem;height:19.33205625rem;top:23.51171875rem;left:0.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9Ictt3CILCQoc3S8WwOcvvNRVRqTXHd { width:20rem;height:14.9375rem;top:44.09371875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAhPsNtPNJo5Ie37yEyWQOgKiV49WrlS { width:20rem;height:22.0937875rem;top:60.28121875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGbGbAxXCf7tMfB3WZFf2snmJLOnqE3a { width:20rem;height:14.9375rem;top:83.62496875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSGNdEomTUh5pSZsT3DB3NF382wlbXW { width:20rem;height:14.9375rem;top:117.63228125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfr7MzOhGyRr2Xyf8l1KhgpJbFvIC7tz { width:20rem;height:14.9375rem;top:151.63959375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpMhT8y35vbWlf1cVMRqmRbPynBHOEH { width:20rem;height:14.8125rem;top:187.02828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMVOhlv13U47JWw0sEwMz6Hi2yzzXcUU { width:20rem;height:16.57030625rem;top:99.81246875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NClkQEgJDb0zinmgJ9Of5ClsVBgsy2T8 { width:20rem;height:16.57030625rem;top:133.81978125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvnWzmIKgttSeDFx7LXTnGy724qt0x37 { width:20rem;height:17.95118125rem;top:167.82709375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6lLICN2wZ3S4hlkusKL3a3O78c5gtGH { width:20rem;height:19.004875rem;top:203.09078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ky3Dx7zhIOFGSt9QoJXDGx153E9pUJQA { width:20rem;height:4.548825rem;top:256.79884375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHywKdcUzv6B1FZRPFOZ8suKb6XeXys { width:20rem;height:4.548825rem;top:262.59865rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itowaPi68lrfkPXydza0tBtdAbvd4ouZ { width:20rem;height:16.0810625rem;top:223.35203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZiwnLQHaWa1SAi4GzZGLdOfO9yT5E0z { width:20rem;height:6.171875rem;top:273.08595625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qkPx7sOw5VQOm4G5hDOQUB29zdTeJRNg { width:20rem;height:14.860375rem;top:240.68846875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container { background-color: transparent; background-image: none; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container > .video-iframe-container { display: none; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row > .video-iframe-container { display: none; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .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); }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container { border-width: 0; border-radius: 0; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0T7CWuTnmkT2WQKdN6ywy3FbLHaNNhH > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHngqJxsc4QSSoPha8RVKKkNDLSr2kTC { width:20rem;height:3.298825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMRZXoz8FeTDvuoyspwP8o9cCvQcQ2TR { width:20rem;height:10.179640718563rem;top:13.96385rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF916Orm7t5r7qCzM7UrGDfb2P9AnP7W { width:20rem;height:7.5rem;top:25.3925375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGNGHm6amqEkdM4OOUWJ1QvqlT8lD4V6 { width:20rem;height:6.9166666666669rem;top:5.79785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEklEN57AoP4KcS5HWvglW7CVHtfJ6R { width:20rem;height:2.3476297968398rem;top:34.1425375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMqrxpfHPlUFOKngwWlMn928kf6oxyW2 { width:20rem;height:11.290322580645rem;top:37.73921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4k1nNb4QJeoM51vKfS337gbKhRTloA { width:20rem;height:16.283185840708rem;top:50.27928125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:20rem;height:39.8876375rem;top:37.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3AouHLUgoG11mJZ2wPz1HH3ClcDTIHk { width:15.625rem;height:1.94970625rem;top:4.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6twX4ET3JcdTe0ZkpUFy5RNKC6RiOal { width:15.8125rem;height:28.375rem;top:8.13671875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsDHBPaXGDQCOFbCLi7AriK67Kms1p67 { width:17.8125rem;height:3.375rem;top:78.90915625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb { display:block; }#y3T8Nntaln4bETUZzTdtN7ARUvVZRzHb > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZIlTfc3ukxFwSVxdirnLmnAePenpJNz { width:20rem;height:30.3906rem;top:33.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWnMPMMUXhLHivtTTd5atUAEHPrOVnAb { width:17.1875rem;height:30.8125rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khMzDuTbky3dTuexwwmCVuKnTEOt3mLE { display:block; }#khMzDuTbky3dTuexwwmCVuKnTEOt3mLE > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAIUM6zdlwF4kervt5IuvPI8mvKF02xB { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #namfEU04KbtNOue4O3bo23UGmXU7T2hG { width:20rem;height:47.4853625rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAV76ndWGcKyvFabOoCtBgsrGAwW0Qz { width:15.8125rem;height:28.375rem;top:7.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VII84peBED1TlyZTXInwD0yFMPh8GvFy { width:20rem;height:6.5rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6nSlwZIJopAcUgPphMF1kwm17WyPWT { width:13.75rem;height:3.8994125rem;top:54.499rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilHImp61ixUNpi8TwLHz06W5lR4Ab03M { width:16.5625rem;height:29.5625rem;top:15.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqI2oSehUukqz87yXfysR8SFVWX7oaqz { width:17.5rem;height:3.4375rem;top:67.99655625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1LBq1t2AxZm5IID5daS6vRc9qkqFqNZ { display:block; }
 }@media only screen and (max-width: 763px) { #MQhWKawMfIxgRV1ziqWuldS05rCaS61H { width:20rem;height:4.62890625rem;top:62.4912109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKadUbVrdkioefHWTqfiX8bCtvIQppQu { width:16.5625rem;height:1.21875rem;top:59.647925rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8BivtPDlyv5sfe4ArmXDXXz1T3PTLu { width:20rem;height:7.3095625rem;top:45.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdbOCXm7qHDDZpxThysNKGff5FbGaIF9 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf { display:block; }#UDptH5NCzD4qooL2UFXHv52Tv4wvQuxf > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvJmnHPrsNSNTOvvdWXOi1qRh5w1vmDk { width:20rem;height:38.0097625rem;top:38.148925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnWETCVFUc6z6FRTMgI79Z5qG4PcxzG4 { width:17rem;height:30.5rem;top:6.398925rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWDHVuMtbBuVQJZt3qAygaXo0oEUgSD { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #OWkS1qhV4KnaMqT8TWCAWywCGdZbpMCO { width:20rem;height:7.79883125rem;top:75.9584875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXBfeLDHrvxZKTugMz5g9Sn56fCOTqu { width:19rem;height:3.4375rem;top:85.0073rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f29NppXWhEa1EziIbKTOKKfeV9bzwdGT { display:block; }
 }@media only screen and (max-width: 763px) { #dEXbwMnsauODzOtg8g1IsclnRB5plwwe { background-color:#f4eedc;background-image:none;display:block; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container { background-color: transparent; background-image: none; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container > .video-iframe-container { display: none; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row > .video-iframe-container { display: none; }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .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); }#dEXbwMnsauODzOtg8g1IsclnRB5plwwe > .row .container { width:20rem;height:11.4863375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn31OTBQ2hvPGSiTXkZT17GnxKZh9d7w { width:9.5rem;height:0;top:6.5371125rem;left:5.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlHdLkboOJdWqMv1Q327IB1S6AvSCCpE { width:7.3125rem;height:0;top:9.011725rem;left:6.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C58Otanls3mio3MTEEp2O2Dua5KkXdCi { width:10.0625rem;height:0;top:4.0625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKIK36sxccmf2v2ZPC5R6IMCkkd0n1Sm { width:1.5625rem;height:1.5625rem;top:1.25rem;left:9.1875rem;display:block; }
 }